@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,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BLOG_ADMIN_POSTS_ROUTES = void 0;
4
- /**
5
- * Blog Admin Posts Routes
6
- */
7
4
  exports.BLOG_ADMIN_POSTS_ROUTES = {
8
5
  CREATE: '',
9
6
  GET_ALL: '',
@@ -11,3 +8,4 @@ exports.BLOG_ADMIN_POSTS_ROUTES = {
11
8
  UPDATE: ':uuid',
12
9
  DELETE: ':uuid',
13
10
  };
11
+ //# sourceMappingURL=blog-admin-posts.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blog-admin-posts.routes.js","sourceRoot":"","sources":["../../routes/blog-admin-posts.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,uBAAuB,GAAG;IACrC,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,OAAO;IACpB,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;CACP,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * Blog Public Routes
3
- */
4
1
  export declare const BLOG_PUBLIC_CATEGORIES_ROUTES: {
5
2
  readonly GET_ALL: "";
6
3
  };
@@ -1,13 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BLOG_PUBLIC_POSTS_ROUTES = exports.BLOG_PUBLIC_CATEGORIES_ROUTES = void 0;
4
- /**
5
- * Blog Public Routes
6
- */
7
4
  exports.BLOG_PUBLIC_CATEGORIES_ROUTES = {
8
- GET_ALL: '', // GET /categories
5
+ GET_ALL: '',
9
6
  };
10
7
  exports.BLOG_PUBLIC_POSTS_ROUTES = {
11
- GET_ALL: '', // GET /posts
12
- GET_BY_ALIAS: ':alias', // GET /posts/:alias
8
+ GET_ALL: '',
9
+ GET_BY_ALIAS: ':alias',
13
10
  };
11
+ //# sourceMappingURL=blog-public.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blog-public.routes.js","sourceRoot":"","sources":["../../routes/blog-public.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,6BAA6B,GAAG;IAC3C,OAAO,EAAE,EAAE;CACH,CAAC;AAEE,QAAA,wBAAwB,GAAG;IACtC,OAAO,EAAE,EAAE;IACX,YAAY,EAAE,QAAQ;CACd,CAAC"}
@@ -1,7 +1,3 @@
1
- /**
2
- * Chat Project Routes
3
- * For NestJS method decorators (@Get, @Post, etc.)
4
- */
5
1
  export declare const CHAT_PROJECT_ROUTES: {
6
2
  readonly CREATE: "";
7
3
  readonly GET_ALL: "";
@@ -1,15 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CHAT_PROJECT_ROUTES = void 0;
4
- /**
5
- * Chat Project Routes
6
- * For NestJS method decorators (@Get, @Post, etc.)
7
- */
8
4
  exports.CHAT_PROJECT_ROUTES = {
9
- CREATE: '', // POST to controller base
10
- GET_ALL: '', // GET to controller base
11
- GET_BY_UUID: ':uuid', // GET /projects/:uuid
12
- UPDATE: ':uuid', // PATCH /projects/:uuid
13
- DELETE: ':uuid', // DELETE /projects/:uuid
14
- GET_CHATS: ':uuid/chats', // GET /projects/:uuid/chats
5
+ CREATE: '',
6
+ GET_ALL: '',
7
+ GET_BY_UUID: ':uuid',
8
+ UPDATE: ':uuid',
9
+ DELETE: ':uuid',
10
+ GET_CHATS: ':uuid/chats',
15
11
  };
12
+ //# sourceMappingURL=chat-project.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-project.routes.js","sourceRoot":"","sources":["../../routes/chat-project.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,mBAAmB,GAAG;IAC/B,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,OAAO;IACpB,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;IACf,SAAS,EAAE,aAAa;CAClB,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * Chat Routes
3
- */
4
1
  export declare const CHAT_UNREG_ROUTES: {
5
2
  readonly GET: "";
6
3
  readonly CREATE: "";
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CHAT_HISTORY_ROUTES = exports.CHAT_REG_ROUTES = exports.CHAT_UNREG_ROUTES = void 0;
4
- /**
5
- * Chat Routes
6
- */
7
4
  exports.CHAT_UNREG_ROUTES = {
8
5
  GET: '',
9
6
  CREATE: '',
@@ -18,3 +15,4 @@ exports.CHAT_REG_ROUTES = {
18
15
  exports.CHAT_HISTORY_ROUTES = {
19
16
  HISTORY: 'history',
20
17
  };
18
+ //# sourceMappingURL=chat.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat.routes.js","sourceRoot":"","sources":["../../routes/chat.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,iBAAiB,GAAG;IAC7B,GAAG,EAAE,EAAE;IACP,MAAM,EAAE,EAAE;CACJ,CAAC;AAEE,QAAA,eAAe,GAAG;IAC3B,MAAM,EAAE,EAAE;IACV,eAAe,EAAE,aAAa;IAC9B,SAAS,EAAE,SAAS;IACpB,MAAM,EAAE,SAAS;IACjB,YAAY,EAAE,SAAS;CACjB,CAAC;AAEE,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,SAAS;CACZ,CAAC"}
@@ -1,8 +1,3 @@
1
- /**
2
- * File Routes
3
- * For NestJS method decorators (@Get, @Post, etc.)
4
- * External File API (Go service)
5
- */
6
1
  export declare const FILE_ROUTES: {
7
2
  readonly UPLOAD_IMAGE: "upload-image";
8
3
  readonly UPLOAD: "upload";
@@ -1,20 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FILE_ROUTES = void 0;
4
- /**
5
- * File Routes
6
- * For NestJS method decorators (@Get, @Post, etc.)
7
- * External File API (Go service)
8
- */
9
4
  exports.FILE_ROUTES = {
10
- // Images
11
5
  UPLOAD_IMAGE: 'upload-image',
12
- // Files
13
6
  UPLOAD: 'upload',
14
7
  LIST: '',
15
8
  GET_BY_ID: ':id',
16
9
  DELETE_BY_ID: ':id',
17
10
  DELETE_BY_KEY: 'by-key',
18
- // Folders
19
11
  FOLDERS: 'folders',
20
12
  };
13
+ //# sourceMappingURL=file.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file.routes.js","sourceRoot":"","sources":["../../routes/file.routes.ts"],"names":[],"mappings":";;;AAKa,QAAA,WAAW,GAAG;IAEvB,YAAY,EAAE,cAAc;IAG5B,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,EAAE;IACR,SAAS,EAAE,KAAK;IAChB,YAAY,EAAE,KAAK;IACnB,aAAa,EAAE,QAAQ;IAGvB,OAAO,EAAE,SAAS;CACZ,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * Centralized exports for all routes
3
- */
4
1
  export { AUTH_ROUTES } from './auth.routes';
5
2
  export { USERS_ROUTES } from './users.routes';
6
3
  export { UNREG_USERS_ROUTES } from './unreg-users.routes';
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TELEGRAM_AUTH_ROUTES = exports.S2S_ROUTES = exports.PAGE_HINTS_ROUTES = exports.WALLET_ROUTES = exports.SITEMAP_ROUTES = exports.VERIFICATION_ROUTES = exports.MESSAGE_REG_ROUTES = exports.MESSAGE_UNREG_ROUTES = exports.CHAT_HISTORY_ROUTES = exports.CHAT_REG_ROUTES = exports.CHAT_UNREG_ROUTES = exports.CHAT_PROJECT_ROUTES = exports.FILE_ROUTES = exports.AI_MODEL_UNREG_ROUTES = exports.AI_MODEL_PUBLIC_ROUTES = exports.AI_MODEL_ADMIN_ROUTES = exports.AI_PROVIDER_PUBLIC_ROUTES = exports.AI_PROVIDER_ADMIN_ROUTES = exports.SEO_PAGES_PUBLIC_ROUTES = exports.SEO_PAGES_ADMIN_ROUTES = exports.BLOG_PUBLIC_POSTS_ROUTES = exports.BLOG_PUBLIC_CATEGORIES_ROUTES = exports.BLOG_ADMIN_POSTS_ROUTES = exports.BLOG_ADMIN_CATEGORIES_ROUTES = exports.UNREG_USERS_ROUTES = exports.USERS_ROUTES = exports.AUTH_ROUTES = void 0;
4
- /**
5
- * Centralized exports for all routes
6
- */
7
4
  var auth_routes_1 = require("./auth.routes");
8
5
  Object.defineProperty(exports, "AUTH_ROUTES", { enumerable: true, get: function () { return auth_routes_1.AUTH_ROUTES; } });
9
6
  var users_routes_1 = require("./users.routes");
@@ -54,3 +51,4 @@ var s2s_routes_1 = require("./s2s.routes");
54
51
  Object.defineProperty(exports, "S2S_ROUTES", { enumerable: true, get: function () { return s2s_routes_1.S2S_ROUTES; } });
55
52
  var telegram_auth_routes_1 = require("./telegram-auth.routes");
56
53
  Object.defineProperty(exports, "TELEGRAM_AUTH_ROUTES", { enumerable: true, get: function () { return telegram_auth_routes_1.TELEGRAM_AUTH_ROUTES; } });
54
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../routes/index.ts"],"names":[],"mappings":";;;AAGA,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,+EAA8E;AAArE,4IAAA,4BAA4B,OAAA;AACrC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,2DAA+F;AAAtF,mIAAA,6BAA6B,OAAA;AAAE,8HAAA,wBAAwB,OAAA;AAChE,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,uEAAsE;AAA7D,oIAAA,wBAAwB,OAAA;AACjC,yEAAwE;AAA/D,sIAAA,yBAAyB,OAAA;AAClC,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,6CAAwF;AAA/E,gHAAA,iBAAiB,OAAA;AAAE,8GAAA,eAAe,OAAA;AAAE,kHAAA,mBAAmB,OAAA;AAChE,mDAA4E;AAAnE,sHAAA,oBAAoB,OAAA;AAAE,oHAAA,kBAAkB,OAAA;AACjD,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,mDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,iDAAgD;AAAvC,8GAAA,aAAa,OAAA;AACtB,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA"}
@@ -11,3 +11,4 @@ exports.MESSAGE_REG_ROUTES = {
11
11
  RATE: ':messageId/rating',
12
12
  DELETE: ':messageId',
13
13
  };
14
+ //# sourceMappingURL=message.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message.routes.js","sourceRoot":"","sources":["../../routes/message.routes.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;IAChC,IAAI,EAAE,EAAE;IACR,IAAI,EAAE,mBAAmB;IACzB,MAAM,EAAE,YAAY;CACd,CAAC;AAEE,QAAA,kBAAkB,GAAG;IAC9B,IAAI,EAAE,EAAE;IACR,IAAI,EAAE,mBAAmB;IACzB,MAAM,EAAE,YAAY;CACd,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * Page Hints Admin Routes
3
- */
4
1
  export declare const PAGE_HINTS_ROUTES: {
5
2
  readonly CREATE: "";
6
3
  readonly GET_ALL: "";
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PAGE_HINTS_ROUTES = void 0;
4
- /**
5
- * Page Hints Admin Routes
6
- */
7
4
  exports.PAGE_HINTS_ROUTES = {
8
5
  CREATE: '',
9
6
  GET_ALL: '',
@@ -11,3 +8,4 @@ exports.PAGE_HINTS_ROUTES = {
11
8
  UPDATE: ':hintUuid',
12
9
  DELETE: ':hintUuid',
13
10
  };
11
+ //# sourceMappingURL=page-hints.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page-hints.routes.js","sourceRoot":"","sources":["../../routes/page-hints.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,iBAAiB,GAAG;IAC7B,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,WAAW;IACxB,MAAM,EAAE,WAAW;IACnB,MAAM,EAAE,WAAW;CACb,CAAC"}
@@ -1,7 +1,3 @@
1
- /**
2
- * S2S (Server-to-Server) Routes
3
- * For NestJS method decorators (@Get, @Post, etc.)
4
- */
5
1
  export declare const S2S_ROUTES: {
6
2
  readonly GET_USER_BY_SESSION: "session/:sessionId/user";
7
3
  };
@@ -1,10 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.S2S_ROUTES = void 0;
4
- /**
5
- * S2S (Server-to-Server) Routes
6
- * For NestJS method decorators (@Get, @Post, etc.)
7
- */
8
4
  exports.S2S_ROUTES = {
9
5
  GET_USER_BY_SESSION: 'session/:sessionId/user',
10
6
  };
7
+ //# sourceMappingURL=s2s.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s2s.routes.js","sourceRoot":"","sources":["../../routes/s2s.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,UAAU,GAAG;IACtB,mBAAmB,EAAE,yBAAyB;CACxC,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * SEO Pages Admin Routes
3
- */
4
1
  export declare const SEO_PAGES_ADMIN_ROUTES: {
5
2
  readonly CREATE: "";
6
3
  readonly GET_ALL: "";
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SEO_PAGES_ADMIN_ROUTES = void 0;
4
- /**
5
- * SEO Pages Admin Routes
6
- */
7
4
  exports.SEO_PAGES_ADMIN_ROUTES = {
8
5
  CREATE: '',
9
6
  GET_ALL: '',
@@ -11,3 +8,4 @@ exports.SEO_PAGES_ADMIN_ROUTES = {
11
8
  UPDATE: ':uuid',
12
9
  DELETE: ':uuid',
13
10
  };
11
+ //# sourceMappingURL=seo-pages-admin.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"seo-pages-admin.routes.js","sourceRoot":"","sources":["../../routes/seo-pages-admin.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,sBAAsB,GAAG;IACpC,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,OAAO;IACpB,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;CACP,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * SEO Pages Public Routes
3
- */
4
1
  export declare const SEO_PAGES_PUBLIC_ROUTES: {
5
2
  readonly GET_INDEX: "";
6
3
  readonly GET_LIST: "list";
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SEO_PAGES_PUBLIC_ROUTES = void 0;
4
- /**
5
- * SEO Pages Public Routes
6
- */
7
4
  exports.SEO_PAGES_PUBLIC_ROUTES = {
8
- GET_INDEX: '', // GET /seo-pages (returns INDEX page)
9
- GET_LIST: 'list', // GET /seo-pages/list (hierarchical list of MAIN pages with SUB children)
10
- GET_BY_ALIAS: ':alias', // GET /seo-pages/:alias
5
+ GET_INDEX: '',
6
+ GET_LIST: 'list',
7
+ GET_BY_ALIAS: ':alias',
11
8
  };
9
+ //# sourceMappingURL=seo-pages-public.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"seo-pages-public.routes.js","sourceRoot":"","sources":["../../routes/seo-pages-public.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,uBAAuB,GAAG;IACrC,SAAS,EAAE,EAAE;IACb,QAAQ,EAAE,MAAM;IAChB,YAAY,EAAE,QAAQ;CACd,CAAC"}
@@ -4,3 +4,4 @@ exports.SITEMAP_ROUTES = void 0;
4
4
  exports.SITEMAP_ROUTES = {
5
5
  GET: '',
6
6
  };
7
+ //# sourceMappingURL=sitemap.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sitemap.routes.js","sourceRoot":"","sources":["../../routes/sitemap.routes.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;IAC1B,GAAG,EAAE,EAAE;CACD,CAAC"}
@@ -1,7 +1,3 @@
1
- /**
2
- * Telegram Auth Routes
3
- * For NestJS method decorators (@Get, @Post, etc.)
4
- */
5
1
  export declare const TELEGRAM_AUTH_ROUTES: {
6
2
  readonly INIT: "init";
7
3
  readonly STATUS: "status/:uuid";
@@ -1,12 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TELEGRAM_AUTH_ROUTES = void 0;
4
- /**
5
- * Telegram Auth Routes
6
- * For NestJS method decorators (@Get, @Post, etc.)
7
- */
8
4
  exports.TELEGRAM_AUTH_ROUTES = {
9
5
  INIT: 'init',
10
6
  STATUS: 'status/:uuid',
11
7
  EXCHANGE: 'exchange',
12
8
  };
9
+ //# sourceMappingURL=telegram-auth.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"telegram-auth.routes.js","sourceRoot":"","sources":["../../routes/telegram-auth.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,oBAAoB,GAAG;IAChC,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC"}
@@ -1,6 +1,3 @@
1
- /**
2
- * Unregistered Users Routes
3
- */
4
1
  export declare const UNREG_USERS_ROUTES: {
5
2
  readonly AUTHENTICATE: "";
6
3
  };
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UNREG_USERS_ROUTES = void 0;
4
- /**
5
- * Unregistered Users Routes
6
- */
7
4
  exports.UNREG_USERS_ROUTES = {
8
- AUTHENTICATE: '', // PUT to controller base
5
+ AUTHENTICATE: '',
9
6
  };
7
+ //# sourceMappingURL=unreg-users.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unreg-users.routes.js","sourceRoot":"","sources":["../../routes/unreg-users.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,kBAAkB,GAAG;IAChC,YAAY,EAAE,EAAE;CACR,CAAC"}
@@ -1,7 +1,3 @@
1
- /**
2
- * Users Routes
3
- * For NestJS method decorators
4
- */
5
1
  export declare const USERS_ROUTES: {
6
2
  readonly ME: "me";
7
3
  readonly ME_MARKETING_CONSENT: "me/marketing-consent";
@@ -1,10 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.USERS_ROUTES = void 0;
4
- /**
5
- * Users Routes
6
- * For NestJS method decorators
7
- */
8
4
  exports.USERS_ROUTES = {
9
5
  ME: 'me',
10
6
  ME_MARKETING_CONSENT: 'me/marketing-consent',
@@ -22,3 +18,4 @@ exports.USERS_ROUTES = {
22
18
  PASSWORD_CHANGE_STATUS: 'me/password/change/status',
23
19
  PASSWORD_CHANGE_COMPLETE: 'me/password/change/complete',
24
20
  };
21
+ //# sourceMappingURL=users.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"users.routes.js","sourceRoot":"","sources":["../../routes/users.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,YAAY,GAAG;IACxB,EAAE,EAAE,IAAI;IACR,oBAAoB,EAAE,sBAAsB;IAC5C,WAAW,EAAE,aAAa;IAC1B,kBAAkB,EAAE,uBAAuB;IAC3C,mBAAmB,EAAE,wBAAwB;IAC7C,mBAAmB,EAAE,wBAAwB;IAC7C,qBAAqB,EAAE,0BAA0B;IACjD,oBAAoB,EAAE,yBAAyB;IAC/C,qBAAqB,EAAE,0BAA0B;IACjD,qBAAqB,EAAE,0BAA0B;IACjD,uBAAuB,EAAE,4BAA4B;IACrD,qBAAqB,EAAE,0BAA0B;IACjD,sBAAsB,EAAE,2BAA2B;IACnD,sBAAsB,EAAE,2BAA2B;IACnD,wBAAwB,EAAE,6BAA6B;CACjD,CAAC"}
@@ -1,7 +1,3 @@
1
- /**
2
- * Verification Routes
3
- * For NestJS method decorators
4
- */
5
1
  export declare const VERIFICATION_ROUTES: {
6
2
  readonly RESEND: "resend";
7
3
  readonly ACTIVE: "active";
@@ -1,12 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERIFICATION_ROUTES = void 0;
4
- /**
5
- * Verification Routes
6
- * For NestJS method decorators
7
- */
8
4
  exports.VERIFICATION_ROUTES = {
9
5
  RESEND: 'resend',
10
6
  ACTIVE: 'active',
11
7
  CANCEL: ':requestId/cancel',
12
8
  };
9
+ //# sourceMappingURL=verification.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verification.routes.js","sourceRoot":"","sources":["../../routes/verification.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,mBAAmB,GAAG;IAC/B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,mBAAmB;CACrB,CAAC"}
@@ -1,11 +1,3 @@
1
- /**
2
- * Wallet Routes
3
- * For NestJS method decorators (@Get, @Post, etc.)
4
- *
5
- * Only public route for getting balance.
6
- * All other operations (Credit, Debit, Hold) are internal service calls,
7
- * not exposed via HTTP endpoints.
8
- */
9
1
  export declare const WALLET_ROUTES: {
10
2
  readonly BALANCE: "balance";
11
3
  };
@@ -1,14 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.WALLET_ROUTES = void 0;
4
- /**
5
- * Wallet Routes
6
- * For NestJS method decorators (@Get, @Post, etc.)
7
- *
8
- * Only public route for getting balance.
9
- * All other operations (Credit, Debit, Hold) are internal service calls,
10
- * not exposed via HTTP endpoints.
11
- */
12
4
  exports.WALLET_ROUTES = {
13
5
  BALANCE: 'balance',
14
6
  };
7
+ //# sourceMappingURL=wallet.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wallet.routes.js","sourceRoot":"","sources":["../../routes/wallet.routes.ts"],"names":[],"mappings":";;;AAQa,QAAA,aAAa,GAAG;IACzB,OAAO,EAAE,SAAS;CACZ,CAAC"}
@@ -1,28 +1,4 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * API Error Response Schema
4
- *
5
- * This is the standard error response format returned by the API.
6
- * All errors follow this structure.
7
- *
8
- * @example
9
- * {
10
- * "code": "EMAIL_ALREADY_EXISTS",
11
- * "message": "Email already exists",
12
- * "requestId": "41572f77-891e-4d64-9887-6f31b952e0a1"
13
- * }
14
- *
15
- * @example with details (validation errors)
16
- * {
17
- * "code": "VALIDATION_ERROR",
18
- * "message": "Validation failed",
19
- * "requestId": "41572f77-891e-4d64-9887-6f31b952e0a1",
20
- * "details": {
21
- * "email": ["Invalid email format"],
22
- * "password": ["Password must be at least 8 characters"]
23
- * }
24
- * }
25
- */
26
2
  export declare const ApiErrorResponseSchema: z.ZodObject<{
27
3
  code: z.ZodString;
28
4
  message: z.ZodString;
@@ -2,39 +2,12 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ApiErrorResponseSchema = void 0;
4
4
  const zod_1 = require("zod");
5
- /**
6
- * API Error Response Schema
7
- *
8
- * This is the standard error response format returned by the API.
9
- * All errors follow this structure.
10
- *
11
- * @example
12
- * {
13
- * "code": "EMAIL_ALREADY_EXISTS",
14
- * "message": "Email already exists",
15
- * "requestId": "41572f77-891e-4d64-9887-6f31b952e0a1"
16
- * }
17
- *
18
- * @example with details (validation errors)
19
- * {
20
- * "code": "VALIDATION_ERROR",
21
- * "message": "Validation failed",
22
- * "requestId": "41572f77-891e-4d64-9887-6f31b952e0a1",
23
- * "details": {
24
- * "email": ["Invalid email format"],
25
- * "password": ["Password must be at least 8 characters"]
26
- * }
27
- * }
28
- */
29
5
  exports.ApiErrorResponseSchema = zod_1.z.object({
30
- /** Error code for client-side localization and error handling */
31
6
  code: zod_1.z.string(),
32
- /** Human-readable error message */
33
7
  message: zod_1.z.string(),
34
- /** Unique request identifier for debugging and support */
35
8
  requestId: zod_1.z.string().uuid(),
36
- /** Optional error details (validation errors, additional context) */
37
9
  details: zod_1.z
38
10
  .union([zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()), zod_1.z.array(zod_1.z.string()), zod_1.z.string()])
39
11
  .optional(),
40
12
  });
13
+ //# sourceMappingURL=api-error-response.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-error-response.schema.js","sourceRoot":"","sources":["../../shared/api-error-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AA0BX,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAE3C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAEhB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IAEnB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAE5B,OAAO,EAAE,OAAC;SACL,KAAK,CAAC,CAAC,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC;SAC3E,QAAQ,EAAE;CAClB,CAAC,CAAC"}
@@ -1,22 +1,7 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * Query parameter array transform
4
- * Converts single string or array of strings to array
5
- * Usage: queryArraySchema() for optional, queryArraySchema(false) for required
6
- */
7
2
  export declare const queryArraySchema: (optional?: boolean) => z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodTransform<string[], string | string[]>> | z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodTransform<string[], string | string[]>>>;
8
- /**
9
- * Empty Response (for void operations)
10
- */
11
3
  export declare const EmptyResponseSchema: z.ZodObject<{}, z.core.$strip>;
12
- /**
13
- * Delete Response Schema (returns UUID of deleted entity)
14
- */
15
4
  export declare const DeleteResponseSchema: z.ZodObject<{
16
5
  uuid: z.ZodString;
17
6
  }, z.core.$strip>;
18
- /**
19
- * BigInt as string schema (for JSON serialization of bigint values)
20
- * Validates that string contains only digits (non-negative integer)
21
- */
22
7
  export declare const BigIntStringSchema: z.ZodString;
@@ -3,11 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BigIntStringSchema = exports.DeleteResponseSchema = exports.EmptyResponseSchema = exports.queryArraySchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const regex_1 = require("./regex");
6
- /**
7
- * Query parameter array transform
8
- * Converts single string or array of strings to array
9
- * Usage: queryArraySchema() for optional, queryArraySchema(false) for required
10
- */
11
6
  const queryArraySchema = (optional = true) => {
12
7
  const schema = zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).transform((val) => {
13
8
  if (Array.isArray(val))
@@ -17,20 +12,11 @@ const queryArraySchema = (optional = true) => {
17
12
  return optional ? schema.optional() : schema;
18
13
  };
19
14
  exports.queryArraySchema = queryArraySchema;
20
- /**
21
- * Empty Response (for void operations)
22
- */
23
15
  exports.EmptyResponseSchema = zod_1.z.object({});
24
- /**
25
- * Delete Response Schema (returns UUID of deleted entity)
26
- */
27
16
  exports.DeleteResponseSchema = zod_1.z.object({
28
17
  uuid: zod_1.z.string().regex(regex_1.UUID_REGEX),
29
18
  });
30
- /**
31
- * BigInt as string schema (for JSON serialization of bigint values)
32
- * Validates that string contains only digits (non-negative integer)
33
- */
34
19
  exports.BigIntStringSchema = zod_1.z
35
20
  .string()
36
21
  .regex(regex_1.BIGINT_STRING_REGEX, 'Must be a non-negative integer string');
22
+ //# sourceMappingURL=common-schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-schemas.js","sourceRoot":"","sources":["../../shared/common-schemas.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,mCAA0D;AAOnD,MAAM,gBAAgB,GAAG,CAAC,QAAQ,GAAG,IAAI,EAAE,EAAE;IAChD,MAAM,MAAM,GAAG,OAAC,CAAC,KAAK,CAAC,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,GAAG,EAAE,EAAE;QACxE,IAAI,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;YAAE,OAAO,GAAG,CAAC;QACnC,OAAO,CAAC,GAAG,CAAC,CAAC;IACjB,CAAC,CAAC,CAAC;IAEH,OAAO,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC;AACjD,CAAC,CAAC;AAPW,QAAA,gBAAgB,oBAO3B;AAKW,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAKnC,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC;CACrC,CAAC,CAAC;AAMU,QAAA,kBAAkB,GAAG,OAAC;KAC9B,MAAM,EAAE;KACR,KAAK,CAAC,2BAAmB,EAAE,uCAAuC,CAAC,CAAC"}
@@ -31,3 +31,4 @@ exports.COMMON_ERRORS = {
31
31
  statusCode: 409,
32
32
  },
33
33
  };
34
+ //# sourceMappingURL=common.errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.errors.js","sourceRoot":"","sources":["../../shared/common.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,eAMX;AAND,WAAY,eAAe;IACvB,kEAA+C,CAAA;IAC/C,wDAAqC,CAAA;IACrC,0DAAuC,CAAA;IACvC,wDAAqC,CAAA;IACrC,kDAA+B,CAAA;AACnC,CAAC,EANW,eAAe,+BAAf,eAAe,QAM1B;AAEY,QAAA,aAAa,GAA2C;IACjE,CAAC,eAAe,CAAC,qBAAqB,CAAC,EAAE;QACrC,IAAI,EAAE,eAAe,CAAC,qBAAqB;QAC3C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,eAAe,CAAC,gBAAgB,CAAC,EAAE;QAChC,IAAI,EAAE,eAAe,CAAC,gBAAgB;QACtC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,eAAe,CAAC,iBAAiB,CAAC,EAAE;QACjC,IAAI,EAAE,eAAe,CAAC,iBAAiB;QACvC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,eAAe,CAAC,gBAAgB,CAAC,EAAE;QAChC,IAAI,EAAE,eAAe,CAAC,gBAAgB;QACtC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,eAAe,CAAC,aAAa,CAAC,EAAE;QAC7B,IAAI,EAAE,eAAe,CAAC,aAAa;QACnC,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
@@ -1,7 +1,4 @@
1
1
  export declare const MESSAGE_TEXT_MAX_LENGTH = 500000;
2
- /**
3
- * Time constants in milliseconds
4
- */
5
2
  export declare const MS_PER_DAY = 86400000;
6
3
  export declare const MS_PER_WEEK = 604800000;
7
4
  export declare const MS_6_DAYS = 518400000;
@@ -2,9 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MS_6_DAYS = exports.MS_PER_WEEK = exports.MS_PER_DAY = exports.MESSAGE_TEXT_MAX_LENGTH = void 0;
4
4
  exports.MESSAGE_TEXT_MAX_LENGTH = 500000;
5
- /**
6
- * Time constants in milliseconds
7
- */
8
- exports.MS_PER_DAY = 86400000; // 24 * 60 * 60 * 1000
9
- exports.MS_PER_WEEK = 604800000; // 7 * 24 * 60 * 60 * 1000
10
- exports.MS_6_DAYS = 518400000; // 6 * 24 * 60 * 60 * 1000
5
+ exports.MS_PER_DAY = 86400000;
6
+ exports.MS_PER_WEEK = 604800000;
7
+ exports.MS_6_DAYS = 518400000;
8
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../shared/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG,MAAO,CAAC;AAKlC,QAAA,UAAU,GAAG,QAAU,CAAC;AACxB,QAAA,WAAW,GAAG,SAAW,CAAC;AAC1B,QAAA,SAAS,GAAG,SAAW,CAAC"}