@veruna/api-contracts 1.0.53 → 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 (990) 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 +1 -3
  23. package/build/controllers/index.js +4 -4
  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 +1 -0
  39. package/build/controllers/telegram-auth.controllers.js +5 -0
  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 +1 -3
  106. package/build/routes/index.js +4 -4
  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 +5 -0
  125. package/build/routes/telegram-auth.routes.js +9 -0
  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.d.ts +2 -1
  146. package/build/shared/common.errors.js +6 -0
  147. package/build/shared/common.errors.js.map +1 -0
  148. package/build/shared/constants.d.ts +0 -3
  149. package/build/shared/constants.js +4 -6
  150. package/build/shared/constants.js.map +1 -0
  151. package/build/shared/device-type.enum.d.ts +0 -4
  152. package/build/shared/device-type.enum.js +1 -4
  153. package/build/shared/device-type.enum.js.map +1 -0
  154. package/build/shared/error-metadata.d.ts +0 -5
  155. package/build/shared/error-metadata.js +1 -0
  156. package/build/shared/error-metadata.js.map +1 -0
  157. package/build/shared/http-method.d.ts +0 -3
  158. package/build/shared/http-method.js +1 -3
  159. package/build/shared/http-method.js.map +1 -0
  160. package/build/shared/index.js +1 -0
  161. package/build/shared/index.js.map +1 -0
  162. package/build/shared/pagination.schema.d.ts +0 -10
  163. package/build/shared/pagination.schema.js +1 -10
  164. package/build/shared/pagination.schema.js.map +1 -0
  165. package/build/shared/regex.d.ts +0 -3
  166. package/build/shared/regex.js +1 -10
  167. package/build/shared/regex.js.map +1 -0
  168. package/build/tsconfig.tsbuildinfo +1 -0
  169. package/build/utils/index.js +1 -0
  170. package/build/utils/index.js.map +1 -0
  171. package/build/utils/path-builder.d.ts +0 -17
  172. package/build/utils/path-builder.js +1 -17
  173. package/build/utils/path-builder.js.map +1 -0
  174. package/build/v1/ai/ai.errors.js +1 -5
  175. package/build/v1/ai/ai.errors.js.map +1 -0
  176. package/build/v1/ai/index.js +1 -0
  177. package/build/v1/ai/index.js.map +1 -0
  178. package/build/v1/ai/plugins.types.d.ts +0 -9
  179. package/build/v1/ai/plugins.types.js +1 -9
  180. package/build/v1/ai/plugins.types.js.map +1 -0
  181. package/build/v1/ai-model/admin/commands/create-model.command.js +1 -0
  182. package/build/v1/ai-model/admin/commands/create-model.command.js.map +1 -0
  183. package/build/v1/ai-model/admin/commands/delete-model.command.js +1 -0
  184. package/build/v1/ai-model/admin/commands/delete-model.command.js.map +1 -0
  185. package/build/v1/ai-model/admin/commands/index.js +1 -0
  186. package/build/v1/ai-model/admin/commands/index.js.map +1 -0
  187. package/build/v1/ai-model/admin/commands/update-model.command.js +1 -0
  188. package/build/v1/ai-model/admin/commands/update-model.command.js.map +1 -0
  189. package/build/v1/ai-model/admin/queries/get-model.query.js +1 -0
  190. package/build/v1/ai-model/admin/queries/get-model.query.js.map +1 -0
  191. package/build/v1/ai-model/admin/queries/get-models.query.js +1 -0
  192. package/build/v1/ai-model/admin/queries/get-models.query.js.map +1 -0
  193. package/build/v1/ai-model/admin/queries/index.js +1 -0
  194. package/build/v1/ai-model/admin/queries/index.js.map +1 -0
  195. package/build/v1/ai-model/ai-model.errors.js +1 -0
  196. package/build/v1/ai-model/ai-model.errors.js.map +1 -0
  197. package/build/v1/ai-model/index.js +1 -0
  198. package/build/v1/ai-model/index.js.map +1 -0
  199. package/build/v1/ai-model/public/queries/get-active-models.query.js +1 -0
  200. package/build/v1/ai-model/public/queries/get-active-models.query.js.map +1 -0
  201. package/build/v1/ai-model/public/queries/get-models-list.query.js +1 -0
  202. package/build/v1/ai-model/public/queries/get-models-list.query.js.map +1 -0
  203. package/build/v1/ai-model/public/queries/index.js +1 -0
  204. package/build/v1/ai-model/public/queries/index.js.map +1 -0
  205. package/build/v1/ai-model/schemas/ai-model-status.enum.d.ts +0 -3
  206. package/build/v1/ai-model/schemas/ai-model-status.enum.js +1 -3
  207. package/build/v1/ai-model/schemas/ai-model-status.enum.js.map +1 -0
  208. package/build/v1/ai-model/schemas/api-provider.enum.d.ts +0 -3
  209. package/build/v1/ai-model/schemas/api-provider.enum.js +1 -3
  210. package/build/v1/ai-model/schemas/api-provider.enum.js.map +1 -0
  211. package/build/v1/ai-model/schemas/create-model-request.schema.d.ts +0 -4
  212. package/build/v1/ai-model/schemas/create-model-request.schema.js +1 -4
  213. package/build/v1/ai-model/schemas/create-model-request.schema.js.map +1 -0
  214. package/build/v1/ai-model/schemas/get-models-filters.schema.d.ts +0 -4
  215. package/build/v1/ai-model/schemas/get-models-filters.schema.js +1 -4
  216. package/build/v1/ai-model/schemas/get-models-filters.schema.js.map +1 -0
  217. package/build/v1/ai-model/schemas/index.js +1 -0
  218. package/build/v1/ai-model/schemas/index.js.map +1 -0
  219. package/build/v1/ai-model/schemas/modality.enum.d.ts +0 -3
  220. package/build/v1/ai-model/schemas/modality.enum.js +1 -3
  221. package/build/v1/ai-model/schemas/modality.enum.js.map +1 -0
  222. package/build/v1/ai-model/schemas/model-mark.enum.d.ts +0 -3
  223. package/build/v1/ai-model/schemas/model-mark.enum.js +1 -3
  224. package/build/v1/ai-model/schemas/model-mark.enum.js.map +1 -0
  225. package/build/v1/ai-model/schemas/model-response.schema.d.ts +0 -10
  226. package/build/v1/ai-model/schemas/model-response.schema.js +1 -10
  227. package/build/v1/ai-model/schemas/model-response.schema.js.map +1 -0
  228. package/build/v1/ai-model/schemas/model-type.enum.d.ts +0 -3
  229. package/build/v1/ai-model/schemas/model-type.enum.js +1 -3
  230. package/build/v1/ai-model/schemas/model-type.enum.js.map +1 -0
  231. package/build/v1/ai-model/schemas/models-list-response.schema.d.ts +0 -11
  232. package/build/v1/ai-model/schemas/models-list-response.schema.js +1 -11
  233. package/build/v1/ai-model/schemas/models-list-response.schema.js.map +1 -0
  234. package/build/v1/ai-model/schemas/route-params.schema.d.ts +0 -4
  235. package/build/v1/ai-model/schemas/route-params.schema.js +1 -4
  236. package/build/v1/ai-model/schemas/route-params.schema.js.map +1 -0
  237. package/build/v1/ai-model/schemas/unreg-models-list-response.schema.d.ts +0 -10
  238. package/build/v1/ai-model/schemas/unreg-models-list-response.schema.js +1 -10
  239. package/build/v1/ai-model/schemas/unreg-models-list-response.schema.js.map +1 -0
  240. package/build/v1/ai-model/schemas/update-model-request.schema.d.ts +0 -4
  241. package/build/v1/ai-model/schemas/update-model-request.schema.js +1 -4
  242. package/build/v1/ai-model/schemas/update-model-request.schema.js.map +1 -0
  243. package/build/v1/ai-model/unreg/index.js +1 -0
  244. package/build/v1/ai-model/unreg/index.js.map +1 -0
  245. package/build/v1/ai-model/unreg/queries/get-models-list.query.js +1 -0
  246. package/build/v1/ai-model/unreg/queries/get-models-list.query.js.map +1 -0
  247. package/build/v1/ai-model/unreg/queries/index.js +1 -0
  248. package/build/v1/ai-model/unreg/queries/index.js.map +1 -0
  249. package/build/v1/ai-provider/admin/commands/create-provider.command.js +1 -0
  250. package/build/v1/ai-provider/admin/commands/create-provider.command.js.map +1 -0
  251. package/build/v1/ai-provider/admin/commands/delete-provider.command.js +1 -0
  252. package/build/v1/ai-provider/admin/commands/delete-provider.command.js.map +1 -0
  253. package/build/v1/ai-provider/admin/commands/index.js +1 -0
  254. package/build/v1/ai-provider/admin/commands/index.js.map +1 -0
  255. package/build/v1/ai-provider/admin/commands/update-provider.command.js +1 -0
  256. package/build/v1/ai-provider/admin/commands/update-provider.command.js.map +1 -0
  257. package/build/v1/ai-provider/admin/queries/get-provider.query.js +1 -0
  258. package/build/v1/ai-provider/admin/queries/get-provider.query.js.map +1 -0
  259. package/build/v1/ai-provider/admin/queries/get-providers.query.js +1 -0
  260. package/build/v1/ai-provider/admin/queries/get-providers.query.js.map +1 -0
  261. package/build/v1/ai-provider/admin/queries/index.js +1 -0
  262. package/build/v1/ai-provider/admin/queries/index.js.map +1 -0
  263. package/build/v1/ai-provider/ai-provider.errors.js +1 -0
  264. package/build/v1/ai-provider/ai-provider.errors.js.map +1 -0
  265. package/build/v1/ai-provider/index.js +1 -0
  266. package/build/v1/ai-provider/index.js.map +1 -0
  267. package/build/v1/ai-provider/public/queries/get-active-providers.query.js +1 -0
  268. package/build/v1/ai-provider/public/queries/get-active-providers.query.js.map +1 -0
  269. package/build/v1/ai-provider/public/queries/index.js +1 -0
  270. package/build/v1/ai-provider/public/queries/index.js.map +1 -0
  271. package/build/v1/ai-provider/schemas/ai-provider-status.enum.d.ts +0 -3
  272. package/build/v1/ai-provider/schemas/ai-provider-status.enum.js +1 -3
  273. package/build/v1/ai-provider/schemas/ai-provider-status.enum.js.map +1 -0
  274. package/build/v1/ai-provider/schemas/create-provider-request.schema.d.ts +0 -4
  275. package/build/v1/ai-provider/schemas/create-provider-request.schema.js +1 -4
  276. package/build/v1/ai-provider/schemas/create-provider-request.schema.js.map +1 -0
  277. package/build/v1/ai-provider/schemas/index.js +1 -0
  278. package/build/v1/ai-provider/schemas/index.js.map +1 -0
  279. package/build/v1/ai-provider/schemas/provider-response.schema.d.ts +0 -3
  280. package/build/v1/ai-provider/schemas/provider-response.schema.js +1 -3
  281. package/build/v1/ai-provider/schemas/provider-response.schema.js.map +1 -0
  282. package/build/v1/ai-provider/schemas/route-params.schema.d.ts +0 -4
  283. package/build/v1/ai-provider/schemas/route-params.schema.js +1 -4
  284. package/build/v1/ai-provider/schemas/route-params.schema.js.map +1 -0
  285. package/build/v1/ai-provider/schemas/update-provider-request.schema.d.ts +0 -4
  286. package/build/v1/ai-provider/schemas/update-provider-request.schema.js +1 -4
  287. package/build/v1/ai-provider/schemas/update-provider-request.schema.js.map +1 -0
  288. package/build/v1/auth/auth.errors.js +1 -0
  289. package/build/v1/auth/auth.errors.js.map +1 -0
  290. package/build/v1/auth/commands/delete-session.command.js +1 -2
  291. package/build/v1/auth/commands/delete-session.command.js.map +1 -0
  292. package/build/v1/auth/commands/index.js +1 -0
  293. package/build/v1/auth/commands/index.js.map +1 -0
  294. package/build/v1/auth/commands/logout-all.command.js +1 -2
  295. package/build/v1/auth/commands/logout-all.command.js.map +1 -0
  296. package/build/v1/auth/commands/logout.command.js +1 -2
  297. package/build/v1/auth/commands/logout.command.js.map +1 -0
  298. package/build/v1/auth/commands/signin.command.d.ts +1 -0
  299. package/build/v1/auth/commands/signin.command.js +1 -2
  300. package/build/v1/auth/commands/signin.command.js.map +1 -0
  301. package/build/v1/auth/commands/signup.command.d.ts +1 -0
  302. package/build/v1/auth/commands/signup.command.js +1 -2
  303. package/build/v1/auth/commands/signup.command.js.map +1 -0
  304. package/build/v1/auth/index.js +1 -1
  305. package/build/v1/auth/index.js.map +1 -0
  306. package/build/v1/auth/queries/get-sessions.query.js +1 -2
  307. package/build/v1/auth/queries/get-sessions.query.js.map +1 -0
  308. package/build/v1/auth/queries/index.js +1 -0
  309. package/build/v1/auth/queries/index.js.map +1 -0
  310. package/build/v1/auth/schemas/auth-response.schema.d.ts +1 -6
  311. package/build/v1/auth/schemas/auth-response.schema.js +1 -6
  312. package/build/v1/auth/schemas/auth-response.schema.js.map +1 -0
  313. package/build/v1/auth/schemas/index.js +1 -0
  314. package/build/v1/auth/schemas/index.js.map +1 -0
  315. package/build/v1/auth/schemas/session-response.schema.d.ts +0 -4
  316. package/build/v1/auth/schemas/session-response.schema.js +1 -4
  317. package/build/v1/auth/schemas/session-response.schema.js.map +1 -0
  318. package/build/v1/auth/schemas/signin-request.schema.d.ts +0 -4
  319. package/build/v1/auth/schemas/signin-request.schema.js +1 -4
  320. package/build/v1/auth/schemas/signin-request.schema.js.map +1 -0
  321. package/build/v1/auth/schemas/signup-request.schema.d.ts +0 -4
  322. package/build/v1/auth/schemas/signup-request.schema.js +1 -4
  323. package/build/v1/auth/schemas/signup-request.schema.js.map +1 -0
  324. package/build/v1/auth/schemas/user-role.enum.d.ts +0 -3
  325. package/build/v1/auth/schemas/user-role.enum.js +1 -3
  326. package/build/v1/auth/schemas/user-role.enum.js.map +1 -0
  327. package/build/v1/blog/admin/commands/create-category.command.js +1 -0
  328. package/build/v1/blog/admin/commands/create-category.command.js.map +1 -0
  329. package/build/v1/blog/admin/commands/create-post.command.js +1 -0
  330. package/build/v1/blog/admin/commands/create-post.command.js.map +1 -0
  331. package/build/v1/blog/admin/commands/delete-category.command.js +1 -0
  332. package/build/v1/blog/admin/commands/delete-category.command.js.map +1 -0
  333. package/build/v1/blog/admin/commands/delete-post.command.js +1 -0
  334. package/build/v1/blog/admin/commands/delete-post.command.js.map +1 -0
  335. package/build/v1/blog/admin/commands/index.js +1 -0
  336. package/build/v1/blog/admin/commands/index.js.map +1 -0
  337. package/build/v1/blog/admin/commands/update-category.command.js +1 -0
  338. package/build/v1/blog/admin/commands/update-category.command.js.map +1 -0
  339. package/build/v1/blog/admin/commands/update-post.command.js +1 -0
  340. package/build/v1/blog/admin/commands/update-post.command.js.map +1 -0
  341. package/build/v1/blog/admin/queries/get-categories.query.js +1 -0
  342. package/build/v1/blog/admin/queries/get-categories.query.js.map +1 -0
  343. package/build/v1/blog/admin/queries/get-category.query.js +1 -0
  344. package/build/v1/blog/admin/queries/get-category.query.js.map +1 -0
  345. package/build/v1/blog/admin/queries/get-post.query.js +1 -0
  346. package/build/v1/blog/admin/queries/get-post.query.js.map +1 -0
  347. package/build/v1/blog/admin/queries/get-posts.query.js +1 -0
  348. package/build/v1/blog/admin/queries/get-posts.query.js.map +1 -0
  349. package/build/v1/blog/admin/queries/index.js +1 -0
  350. package/build/v1/blog/admin/queries/index.js.map +1 -0
  351. package/build/v1/blog/blog.errors.js +1 -6
  352. package/build/v1/blog/blog.errors.js.map +1 -0
  353. package/build/v1/blog/index.js +1 -1
  354. package/build/v1/blog/index.js.map +1 -0
  355. package/build/v1/blog/public/queries/get-categories.query.js +1 -0
  356. package/build/v1/blog/public/queries/get-categories.query.js.map +1 -0
  357. package/build/v1/blog/public/queries/get-post-by-alias.query.js +1 -0
  358. package/build/v1/blog/public/queries/get-post-by-alias.query.js.map +1 -0
  359. package/build/v1/blog/public/queries/get-posts.query.js +1 -0
  360. package/build/v1/blog/public/queries/get-posts.query.js.map +1 -0
  361. package/build/v1/blog/public/queries/index.js +1 -0
  362. package/build/v1/blog/public/queries/index.js.map +1 -0
  363. package/build/v1/blog/schemas/blog-category-status.enum.d.ts +0 -3
  364. package/build/v1/blog/schemas/blog-category-status.enum.js +1 -3
  365. package/build/v1/blog/schemas/blog-category-status.enum.js.map +1 -0
  366. package/build/v1/blog/schemas/blog-post-mark.enum.d.ts +0 -4
  367. package/build/v1/blog/schemas/blog-post-mark.enum.js +1 -4
  368. package/build/v1/blog/schemas/blog-post-mark.enum.js.map +1 -0
  369. package/build/v1/blog/schemas/blog-post-status.enum.d.ts +0 -3
  370. package/build/v1/blog/schemas/blog-post-status.enum.js +1 -3
  371. package/build/v1/blog/schemas/blog-post-status.enum.js.map +1 -0
  372. package/build/v1/blog/schemas/category-response.schema.d.ts +0 -3
  373. package/build/v1/blog/schemas/category-response.schema.js +1 -3
  374. package/build/v1/blog/schemas/category-response.schema.js.map +1 -0
  375. package/build/v1/blog/schemas/create-category-request.schema.d.ts +0 -4
  376. package/build/v1/blog/schemas/create-category-request.schema.js +1 -4
  377. package/build/v1/blog/schemas/create-category-request.schema.js.map +1 -0
  378. package/build/v1/blog/schemas/create-post-request.schema.d.ts +0 -4
  379. package/build/v1/blog/schemas/create-post-request.schema.js +1 -4
  380. package/build/v1/blog/schemas/create-post-request.schema.js.map +1 -0
  381. package/build/v1/blog/schemas/get-posts-query.schema.js +1 -0
  382. package/build/v1/blog/schemas/get-posts-query.schema.js.map +1 -0
  383. package/build/v1/blog/schemas/index.js +1 -0
  384. package/build/v1/blog/schemas/index.js.map +1 -0
  385. package/build/v1/blog/schemas/post-response.schema.d.ts +0 -3
  386. package/build/v1/blog/schemas/post-response.schema.js +1 -3
  387. package/build/v1/blog/schemas/post-response.schema.js.map +1 -0
  388. package/build/v1/blog/schemas/public-post-response.schema.d.ts +0 -7
  389. package/build/v1/blog/schemas/public-post-response.schema.js +1 -7
  390. package/build/v1/blog/schemas/public-post-response.schema.js.map +1 -0
  391. package/build/v1/blog/schemas/route-params.schema.d.ts +0 -10
  392. package/build/v1/blog/schemas/route-params.schema.js +1 -10
  393. package/build/v1/blog/schemas/route-params.schema.js.map +1 -0
  394. package/build/v1/blog/schemas/update-category-request.schema.d.ts +0 -4
  395. package/build/v1/blog/schemas/update-category-request.schema.js +1 -4
  396. package/build/v1/blog/schemas/update-category-request.schema.js.map +1 -0
  397. package/build/v1/blog/schemas/update-post-request.schema.d.ts +0 -4
  398. package/build/v1/blog/schemas/update-post-request.schema.js +1 -4
  399. package/build/v1/blog/schemas/update-post-request.schema.js.map +1 -0
  400. package/build/v1/chat/chat.errors.js +1 -0
  401. package/build/v1/chat/chat.errors.js.map +1 -0
  402. package/build/v1/chat/commands/create-reg-chat.command.d.ts +0 -4
  403. package/build/v1/chat/commands/create-reg-chat.command.js +1 -4
  404. package/build/v1/chat/commands/create-reg-chat.command.js.map +1 -0
  405. package/build/v1/chat/commands/create-unreg-chat.command.d.ts +0 -4
  406. package/build/v1/chat/commands/create-unreg-chat.command.js +1 -4
  407. package/build/v1/chat/commands/create-unreg-chat.command.js.map +1 -0
  408. package/build/v1/chat/commands/delete-chat.command.d.ts +0 -4
  409. package/build/v1/chat/commands/delete-chat.command.js +1 -4
  410. package/build/v1/chat/commands/delete-chat.command.js.map +1 -0
  411. package/build/v1/chat/commands/index.js +1 -0
  412. package/build/v1/chat/commands/index.js.map +1 -0
  413. package/build/v1/chat/commands/update-chat-title.command.d.ts +0 -4
  414. package/build/v1/chat/commands/update-chat-title.command.js +1 -4
  415. package/build/v1/chat/commands/update-chat-title.command.js.map +1 -0
  416. package/build/v1/chat/commands/update-chat.command.d.ts +0 -4
  417. package/build/v1/chat/commands/update-chat.command.js +1 -4
  418. package/build/v1/chat/commands/update-chat.command.js.map +1 -0
  419. package/build/v1/chat/index.js +1 -0
  420. package/build/v1/chat/index.js.map +1 -0
  421. package/build/v1/chat/queries/get-chat-history.query.d.ts +0 -4
  422. package/build/v1/chat/queries/get-chat-history.query.js +1 -4
  423. package/build/v1/chat/queries/get-chat-history.query.js.map +1 -0
  424. package/build/v1/chat/queries/get-last-active-chat.query.d.ts +0 -4
  425. package/build/v1/chat/queries/get-last-active-chat.query.js +1 -4
  426. package/build/v1/chat/queries/get-last-active-chat.query.js.map +1 -0
  427. package/build/v1/chat/queries/get-reg-chat.query.d.ts +0 -4
  428. package/build/v1/chat/queries/get-reg-chat.query.js +1 -4
  429. package/build/v1/chat/queries/get-reg-chat.query.js.map +1 -0
  430. package/build/v1/chat/queries/get-unreg-chat.query.d.ts +0 -4
  431. package/build/v1/chat/queries/get-unreg-chat.query.js +1 -4
  432. package/build/v1/chat/queries/get-unreg-chat.query.js.map +1 -0
  433. package/build/v1/chat/queries/index.js +1 -0
  434. package/build/v1/chat/queries/index.js.map +1 -0
  435. package/build/v1/chat/schemas/chat-history.schema.d.ts +0 -22
  436. package/build/v1/chat/schemas/chat-history.schema.js +2 -23
  437. package/build/v1/chat/schemas/chat-history.schema.js.map +1 -0
  438. package/build/v1/chat/schemas/chat-id-param.schema.d.ts +0 -4
  439. package/build/v1/chat/schemas/chat-id-param.schema.js +1 -4
  440. package/build/v1/chat/schemas/chat-id-param.schema.js.map +1 -0
  441. package/build/v1/chat/schemas/chat-response.schema.js +1 -0
  442. package/build/v1/chat/schemas/chat-response.schema.js.map +1 -0
  443. package/build/v1/chat/schemas/chat-status.enum.d.ts +0 -3
  444. package/build/v1/chat/schemas/chat-status.enum.js +1 -3
  445. package/build/v1/chat/schemas/chat-status.enum.js.map +1 -0
  446. package/build/v1/chat/schemas/chat-with-messages-response.schema.js +1 -0
  447. package/build/v1/chat/schemas/chat-with-messages-response.schema.js.map +1 -0
  448. package/build/v1/chat/schemas/create-chat-request.schema.d.ts +0 -4
  449. package/build/v1/chat/schemas/create-chat-request.schema.js +1 -4
  450. package/build/v1/chat/schemas/create-chat-request.schema.js.map +1 -0
  451. package/build/v1/chat/schemas/delete-chat-response.schema.js +1 -0
  452. package/build/v1/chat/schemas/delete-chat-response.schema.js.map +1 -0
  453. package/build/v1/chat/schemas/index.js +1 -0
  454. package/build/v1/chat/schemas/index.js.map +1 -0
  455. package/build/v1/chat/schemas/page-id-param.schema.d.ts +0 -4
  456. package/build/v1/chat/schemas/page-id-param.schema.js +1 -4
  457. package/build/v1/chat/schemas/page-id-param.schema.js.map +1 -0
  458. package/build/v1/chat/schemas/update-chat-request.schema.d.ts +0 -4
  459. package/build/v1/chat/schemas/update-chat-request.schema.js +1 -4
  460. package/build/v1/chat/schemas/update-chat-request.schema.js.map +1 -0
  461. package/build/v1/chat/schemas/update-chat-title-request.schema.d.ts +0 -4
  462. package/build/v1/chat/schemas/update-chat-title-request.schema.js +1 -4
  463. package/build/v1/chat/schemas/update-chat-title-request.schema.js.map +1 -0
  464. package/build/v1/chat-project/chat-project.errors.js +1 -0
  465. package/build/v1/chat-project/chat-project.errors.js.map +1 -0
  466. package/build/v1/chat-project/commands/create-project.command.js +1 -0
  467. package/build/v1/chat-project/commands/create-project.command.js.map +1 -0
  468. package/build/v1/chat-project/commands/delete-project.command.js +1 -0
  469. package/build/v1/chat-project/commands/delete-project.command.js.map +1 -0
  470. package/build/v1/chat-project/commands/index.js +1 -0
  471. package/build/v1/chat-project/commands/index.js.map +1 -0
  472. package/build/v1/chat-project/commands/update-project.command.js +1 -0
  473. package/build/v1/chat-project/commands/update-project.command.js.map +1 -0
  474. package/build/v1/chat-project/events/folder-deleted.event.d.ts +0 -5
  475. package/build/v1/chat-project/events/folder-deleted.event.js +1 -0
  476. package/build/v1/chat-project/events/folder-deleted.event.js.map +1 -0
  477. package/build/v1/chat-project/events/index.js +1 -0
  478. package/build/v1/chat-project/events/index.js.map +1 -0
  479. package/build/v1/chat-project/index.js +1 -0
  480. package/build/v1/chat-project/index.js.map +1 -0
  481. package/build/v1/chat-project/queries/get-project-chats.query.d.ts +0 -4
  482. package/build/v1/chat-project/queries/get-project-chats.query.js +1 -4
  483. package/build/v1/chat-project/queries/get-project-chats.query.js.map +1 -0
  484. package/build/v1/chat-project/queries/get-project.query.js +1 -0
  485. package/build/v1/chat-project/queries/get-project.query.js.map +1 -0
  486. package/build/v1/chat-project/queries/get-projects.query.js +1 -0
  487. package/build/v1/chat-project/queries/get-projects.query.js.map +1 -0
  488. package/build/v1/chat-project/queries/index.js +1 -0
  489. package/build/v1/chat-project/queries/index.js.map +1 -0
  490. package/build/v1/chat-project/schemas/chat-project-status.enum.d.ts +0 -3
  491. package/build/v1/chat-project/schemas/chat-project-status.enum.js +1 -3
  492. package/build/v1/chat-project/schemas/chat-project-status.enum.js.map +1 -0
  493. package/build/v1/chat-project/schemas/create-project-request.schema.d.ts +0 -4
  494. package/build/v1/chat-project/schemas/create-project-request.schema.js +1 -4
  495. package/build/v1/chat-project/schemas/create-project-request.schema.js.map +1 -0
  496. package/build/v1/chat-project/schemas/get-project-chats.schema.d.ts +0 -10
  497. package/build/v1/chat-project/schemas/get-project-chats.schema.js +1 -10
  498. package/build/v1/chat-project/schemas/get-project-chats.schema.js.map +1 -0
  499. package/build/v1/chat-project/schemas/index.js +1 -0
  500. package/build/v1/chat-project/schemas/index.js.map +1 -0
  501. package/build/v1/chat-project/schemas/project-response.schema.d.ts +0 -3
  502. package/build/v1/chat-project/schemas/project-response.schema.js +1 -3
  503. package/build/v1/chat-project/schemas/project-response.schema.js.map +1 -0
  504. package/build/v1/chat-project/schemas/route-params.schema.d.ts +0 -4
  505. package/build/v1/chat-project/schemas/route-params.schema.js +1 -4
  506. package/build/v1/chat-project/schemas/route-params.schema.js.map +1 -0
  507. package/build/v1/chat-project/schemas/update-project-request.schema.d.ts +0 -4
  508. package/build/v1/chat-project/schemas/update-project-request.schema.js +1 -4
  509. package/build/v1/chat-project/schemas/update-project-request.schema.js.map +1 -0
  510. package/build/v1/email/email.errors.js +1 -0
  511. package/build/v1/email/email.errors.js.map +1 -0
  512. package/build/v1/email/index.js +1 -0
  513. package/build/v1/email/index.js.map +1 -0
  514. package/build/v1/email-validation/email-validation.errors.d.ts +0 -3
  515. package/build/v1/email-validation/email-validation.errors.js +1 -3
  516. package/build/v1/email-validation/email-validation.errors.js.map +1 -0
  517. package/build/v1/email-validation/index.js +1 -0
  518. package/build/v1/email-validation/index.js.map +1 -0
  519. package/build/v1/file/commands/delete-file-by-key.command.js +1 -2
  520. package/build/v1/file/commands/delete-file-by-key.command.js.map +1 -0
  521. package/build/v1/file/commands/delete-file.command.js +1 -2
  522. package/build/v1/file/commands/delete-file.command.js.map +1 -0
  523. package/build/v1/file/commands/index.js +1 -0
  524. package/build/v1/file/commands/index.js.map +1 -0
  525. package/build/v1/file/commands/upload-file.command.js +1 -2
  526. package/build/v1/file/commands/upload-file.command.js.map +1 -0
  527. package/build/v1/file/commands/upload-image.command.js +1 -2
  528. package/build/v1/file/commands/upload-image.command.js.map +1 -0
  529. package/build/v1/file/file.errors.js +1 -10
  530. package/build/v1/file/file.errors.js.map +1 -0
  531. package/build/v1/file/index.js +1 -1
  532. package/build/v1/file/index.js.map +1 -0
  533. package/build/v1/file/queries/get-file.query.js +1 -2
  534. package/build/v1/file/queries/get-file.query.js.map +1 -0
  535. package/build/v1/file/queries/index.js +1 -0
  536. package/build/v1/file/queries/index.js.map +1 -0
  537. package/build/v1/file/queries/list-files.query.js +1 -2
  538. package/build/v1/file/queries/list-files.query.js.map +1 -0
  539. package/build/v1/file/queries/list-folders.query.js +1 -2
  540. package/build/v1/file/queries/list-folders.query.js.map +1 -0
  541. package/build/v1/file/schemas/delete-file-by-key-request.schema.d.ts +0 -4
  542. package/build/v1/file/schemas/delete-file-by-key-request.schema.js +1 -4
  543. package/build/v1/file/schemas/delete-file-by-key-request.schema.js.map +1 -0
  544. package/build/v1/file/schemas/delete-file-response.schema.d.ts +0 -6
  545. package/build/v1/file/schemas/delete-file-response.schema.js +1 -6
  546. package/build/v1/file/schemas/delete-file-response.schema.js.map +1 -0
  547. package/build/v1/file/schemas/file-category.enum.d.ts +0 -3
  548. package/build/v1/file/schemas/file-category.enum.js +1 -3
  549. package/build/v1/file/schemas/file-category.enum.js.map +1 -0
  550. package/build/v1/file/schemas/file-response.schema.d.ts +0 -3
  551. package/build/v1/file/schemas/file-response.schema.js +1 -3
  552. package/build/v1/file/schemas/file-response.schema.js.map +1 -0
  553. package/build/v1/file/schemas/file-status.enum.d.ts +0 -3
  554. package/build/v1/file/schemas/file-status.enum.js +1 -3
  555. package/build/v1/file/schemas/file-status.enum.js.map +1 -0
  556. package/build/v1/file/schemas/file-variant-response.schema.d.ts +0 -3
  557. package/build/v1/file/schemas/file-variant-response.schema.js +1 -3
  558. package/build/v1/file/schemas/file-variant-response.schema.js.map +1 -0
  559. package/build/v1/file/schemas/file-with-variants-response.schema.d.ts +0 -3
  560. package/build/v1/file/schemas/file-with-variants-response.schema.js +1 -3
  561. package/build/v1/file/schemas/file-with-variants-response.schema.js.map +1 -0
  562. package/build/v1/file/schemas/folder-response.schema.d.ts +0 -6
  563. package/build/v1/file/schemas/folder-response.schema.js +1 -6
  564. package/build/v1/file/schemas/folder-response.schema.js.map +1 -0
  565. package/build/v1/file/schemas/image-format.enum.d.ts +0 -3
  566. package/build/v1/file/schemas/image-format.enum.js +1 -3
  567. package/build/v1/file/schemas/image-format.enum.js.map +1 -0
  568. package/build/v1/file/schemas/index.js +1 -5
  569. package/build/v1/file/schemas/index.js.map +1 -0
  570. package/build/v1/file/schemas/list-files-request.schema.d.ts +0 -4
  571. package/build/v1/file/schemas/list-files-request.schema.js +1 -4
  572. package/build/v1/file/schemas/list-files-request.schema.js.map +1 -0
  573. package/build/v1/file/schemas/list-files-response.schema.d.ts +0 -3
  574. package/build/v1/file/schemas/list-files-response.schema.js +1 -3
  575. package/build/v1/file/schemas/list-files-response.schema.js.map +1 -0
  576. package/build/v1/file/schemas/list-folders-request.schema.d.ts +0 -3
  577. package/build/v1/file/schemas/list-folders-request.schema.js +1 -3
  578. package/build/v1/file/schemas/list-folders-request.schema.js.map +1 -0
  579. package/build/v1/file/schemas/upload-file-request.schema.d.ts +0 -4
  580. package/build/v1/file/schemas/upload-file-request.schema.js +1 -4
  581. package/build/v1/file/schemas/upload-file-request.schema.js.map +1 -0
  582. package/build/v1/file/schemas/upload-file-response.schema.d.ts +0 -3
  583. package/build/v1/file/schemas/upload-file-response.schema.js +1 -3
  584. package/build/v1/file/schemas/upload-file-response.schema.js.map +1 -0
  585. package/build/v1/file/schemas/upload-image-request.schema.d.ts +0 -10
  586. package/build/v1/file/schemas/upload-image-request.schema.js +3 -12
  587. package/build/v1/file/schemas/upload-image-request.schema.js.map +1 -0
  588. package/build/v1/file/schemas/upload-image-response.schema.d.ts +0 -3
  589. package/build/v1/file/schemas/upload-image-response.schema.js +2 -9
  590. package/build/v1/file/schemas/upload-image-response.schema.js.map +1 -0
  591. package/build/v1/index.d.ts +2 -0
  592. package/build/v1/index.js +3 -0
  593. package/build/v1/index.js.map +1 -0
  594. package/build/v1/message/commands/create-message.command.d.ts +9 -39
  595. package/build/v1/message/commands/create-message.command.js +1 -37
  596. package/build/v1/message/commands/create-message.command.js.map +1 -0
  597. package/build/v1/message/commands/index.js +1 -0
  598. package/build/v1/message/commands/index.js.map +1 -0
  599. package/build/v1/message/commands/rate-message-reg.command.js +1 -0
  600. package/build/v1/message/commands/rate-message-reg.command.js.map +1 -0
  601. package/build/v1/message/commands/rate-message-unreg.command.js +1 -0
  602. package/build/v1/message/commands/rate-message-unreg.command.js.map +1 -0
  603. package/build/v1/message/index.js +1 -0
  604. package/build/v1/message/index.js.map +1 -0
  605. package/build/v1/message/message.errors.d.ts +3 -1
  606. package/build/v1/message/message.errors.js +11 -0
  607. package/build/v1/message/message.errors.js.map +1 -0
  608. package/build/v1/message/schemas/citation.schema.d.ts +0 -3
  609. package/build/v1/message/schemas/citation.schema.js +1 -8
  610. package/build/v1/message/schemas/citation.schema.js.map +1 -0
  611. package/build/v1/message/schemas/create-message-request.schema.d.ts +0 -4
  612. package/build/v1/message/schemas/create-message-request.schema.js +1 -4
  613. package/build/v1/message/schemas/create-message-request.schema.js.map +1 -0
  614. package/build/v1/message/schemas/create-message-response.schema.js +1 -0
  615. package/build/v1/message/schemas/create-message-response.schema.js.map +1 -0
  616. package/build/v1/message/schemas/delete-message.schema.d.ts +0 -4
  617. package/build/v1/message/schemas/delete-message.schema.js +1 -4
  618. package/build/v1/message/schemas/delete-message.schema.js.map +1 -0
  619. package/build/v1/message/schemas/generation-step.schema.d.ts +0 -8
  620. package/build/v1/message/schemas/generation-step.schema.js +1 -15
  621. package/build/v1/message/schemas/generation-step.schema.js.map +1 -0
  622. package/build/v1/message/schemas/index.js +1 -0
  623. package/build/v1/message/schemas/index.js.map +1 -0
  624. package/build/v1/message/schemas/message-attachment.schema.d.ts +0 -11
  625. package/build/v1/message/schemas/message-attachment.schema.js +1 -14
  626. package/build/v1/message/schemas/message-attachment.schema.js.map +1 -0
  627. package/build/v1/message/schemas/message-meta.schema.d.ts +0 -10
  628. package/build/v1/message/schemas/message-meta.schema.js +1 -17
  629. package/build/v1/message/schemas/message-meta.schema.js.map +1 -0
  630. package/build/v1/message/schemas/message-response.schema.js +1 -0
  631. package/build/v1/message/schemas/message-response.schema.js.map +1 -0
  632. package/build/v1/message/schemas/message-role.enum.js +1 -0
  633. package/build/v1/message/schemas/message-role.enum.js.map +1 -0
  634. package/build/v1/message/schemas/message-status.enum.js +1 -0
  635. package/build/v1/message/schemas/message-status.enum.js.map +1 -0
  636. package/build/v1/message/schemas/rate-message.schema.d.ts +0 -8
  637. package/build/v1/message/schemas/rate-message.schema.js +1 -8
  638. package/build/v1/message/schemas/rate-message.schema.js.map +1 -0
  639. package/build/v1/message/schemas/stream-events.schema.d.ts +16 -49
  640. package/build/v1/message/schemas/stream-events.schema.js +9 -77
  641. package/build/v1/message/schemas/stream-events.schema.js.map +1 -0
  642. package/build/v1/message/schemas/user-rating.enum.js +1 -0
  643. package/build/v1/message/schemas/user-rating.enum.js.map +1 -0
  644. package/build/v1/notifications/index.js +1 -0
  645. package/build/v1/notifications/index.js.map +1 -0
  646. package/build/v1/notifications/notifications.errors.d.ts +0 -7
  647. package/build/v1/notifications/notifications.errors.js +1 -18
  648. package/build/v1/notifications/notifications.errors.js.map +1 -0
  649. package/build/v1/notifications/schemas/email-template.enum.d.ts +0 -4
  650. package/build/v1/notifications/schemas/email-template.enum.js +1 -8
  651. package/build/v1/notifications/schemas/email-template.enum.js.map +1 -0
  652. package/build/v1/notifications/schemas/index.js +1 -0
  653. package/build/v1/notifications/schemas/index.js.map +1 -0
  654. package/build/v1/notifications/schemas/notification-status.enum.d.ts +4 -8
  655. package/build/v1/notifications/schemas/notification-status.enum.js +1 -4
  656. package/build/v1/notifications/schemas/notification-status.enum.js.map +1 -0
  657. package/build/v1/notifications/schemas/notification-type.enum.d.ts +0 -4
  658. package/build/v1/notifications/schemas/notification-type.enum.js +1 -6
  659. package/build/v1/notifications/schemas/notification-type.enum.js.map +1 -0
  660. package/build/v1/page-hints/admin/commands/create-hint.command.js +1 -0
  661. package/build/v1/page-hints/admin/commands/create-hint.command.js.map +1 -0
  662. package/build/v1/page-hints/admin/commands/delete-hint.command.js +1 -0
  663. package/build/v1/page-hints/admin/commands/delete-hint.command.js.map +1 -0
  664. package/build/v1/page-hints/admin/commands/index.js +1 -0
  665. package/build/v1/page-hints/admin/commands/index.js.map +1 -0
  666. package/build/v1/page-hints/admin/commands/update-hint.command.js +1 -0
  667. package/build/v1/page-hints/admin/commands/update-hint.command.js.map +1 -0
  668. package/build/v1/page-hints/admin/queries/get-hint.query.js +1 -0
  669. package/build/v1/page-hints/admin/queries/get-hint.query.js.map +1 -0
  670. package/build/v1/page-hints/admin/queries/get-hints.query.js +1 -0
  671. package/build/v1/page-hints/admin/queries/get-hints.query.js.map +1 -0
  672. package/build/v1/page-hints/admin/queries/index.js +1 -0
  673. package/build/v1/page-hints/admin/queries/index.js.map +1 -0
  674. package/build/v1/page-hints/index.d.ts +0 -3
  675. package/build/v1/page-hints/index.js +1 -7
  676. package/build/v1/page-hints/index.js.map +1 -0
  677. package/build/v1/page-hints/page-hints.errors.js +1 -3
  678. package/build/v1/page-hints/page-hints.errors.js.map +1 -0
  679. package/build/v1/page-hints/schemas/create-hint-request.schema.d.ts +0 -4
  680. package/build/v1/page-hints/schemas/create-hint-request.schema.js +1 -4
  681. package/build/v1/page-hints/schemas/create-hint-request.schema.js.map +1 -0
  682. package/build/v1/page-hints/schemas/hint-response.schema.d.ts +0 -6
  683. package/build/v1/page-hints/schemas/hint-response.schema.js +1 -6
  684. package/build/v1/page-hints/schemas/hint-response.schema.js.map +1 -0
  685. package/build/v1/page-hints/schemas/index.js +1 -0
  686. package/build/v1/page-hints/schemas/index.js.map +1 -0
  687. package/build/v1/page-hints/schemas/update-hint-request.schema.d.ts +0 -4
  688. package/build/v1/page-hints/schemas/update-hint-request.schema.js +1 -4
  689. package/build/v1/page-hints/schemas/update-hint-request.schema.js.map +1 -0
  690. package/build/v1/registration-antifraud/enums/fraud-check-result.enum.js +1 -0
  691. package/build/v1/registration-antifraud/enums/fraud-check-result.enum.js.map +1 -0
  692. package/build/v1/registration-antifraud/enums/fraud-reason.enum.js +1 -0
  693. package/build/v1/registration-antifraud/enums/fraud-reason.enum.js.map +1 -0
  694. package/build/v1/registration-antifraud/enums/index.js +1 -0
  695. package/build/v1/registration-antifraud/enums/index.js.map +1 -0
  696. package/build/v1/registration-antifraud/index.js +1 -0
  697. package/build/v1/registration-antifraud/index.js.map +1 -0
  698. package/build/v1/registration-antifraud/registration-antifraud.errors.js +1 -0
  699. package/build/v1/registration-antifraud/registration-antifraud.errors.js.map +1 -0
  700. package/build/v1/s2s/index.js +1 -0
  701. package/build/v1/s2s/index.js.map +1 -0
  702. package/build/v1/s2s/queries/get-user-by-session.query.js +1 -0
  703. package/build/v1/s2s/queries/get-user-by-session.query.js.map +1 -0
  704. package/build/v1/s2s/queries/index.js +1 -0
  705. package/build/v1/s2s/queries/index.js.map +1 -0
  706. package/build/v1/s2s/s2s.errors.js +1 -0
  707. package/build/v1/s2s/s2s.errors.js.map +1 -0
  708. package/build/v1/s2s/schemas/index.js +1 -0
  709. package/build/v1/s2s/schemas/index.js.map +1 -0
  710. package/build/v1/s2s/schemas/s2s-user-response.schema.d.ts +0 -4
  711. package/build/v1/s2s/schemas/s2s-user-response.schema.js +1 -4
  712. package/build/v1/s2s/schemas/s2s-user-response.schema.js.map +1 -0
  713. package/build/v1/s2s/schemas/session-id-param.schema.d.ts +0 -4
  714. package/build/v1/s2s/schemas/session-id-param.schema.js +1 -4
  715. package/build/v1/s2s/schemas/session-id-param.schema.js.map +1 -0
  716. package/build/v1/s3/index.js +1 -0
  717. package/build/v1/s3/index.js.map +1 -0
  718. package/build/v1/s3/s3.errors.d.ts +0 -6
  719. package/build/v1/s3/s3.errors.js +1 -6
  720. package/build/v1/s3/s3.errors.js.map +1 -0
  721. package/build/v1/seo-pages/admin/commands/create-page.command.js +1 -0
  722. package/build/v1/seo-pages/admin/commands/create-page.command.js.map +1 -0
  723. package/build/v1/seo-pages/admin/commands/delete-page.command.js +1 -0
  724. package/build/v1/seo-pages/admin/commands/delete-page.command.js.map +1 -0
  725. package/build/v1/seo-pages/admin/commands/index.d.ts +0 -3
  726. package/build/v1/seo-pages/admin/commands/index.js +1 -3
  727. package/build/v1/seo-pages/admin/commands/index.js.map +1 -0
  728. package/build/v1/seo-pages/admin/commands/update-page.command.js +1 -0
  729. package/build/v1/seo-pages/admin/commands/update-page.command.js.map +1 -0
  730. package/build/v1/seo-pages/admin/queries/get-page.query.js +1 -0
  731. package/build/v1/seo-pages/admin/queries/get-page.query.js.map +1 -0
  732. package/build/v1/seo-pages/admin/queries/get-pages.query.js +1 -0
  733. package/build/v1/seo-pages/admin/queries/get-pages.query.js.map +1 -0
  734. package/build/v1/seo-pages/admin/queries/index.d.ts +0 -3
  735. package/build/v1/seo-pages/admin/queries/index.js +1 -3
  736. package/build/v1/seo-pages/admin/queries/index.js.map +1 -0
  737. package/build/v1/seo-pages/index.d.ts +0 -3
  738. package/build/v1/seo-pages/index.js +1 -8
  739. package/build/v1/seo-pages/index.js.map +1 -0
  740. package/build/v1/seo-pages/public/queries/get-hierarchy-list.query.js +1 -0
  741. package/build/v1/seo-pages/public/queries/get-hierarchy-list.query.js.map +1 -0
  742. package/build/v1/seo-pages/public/queries/get-index-page.query.js +1 -0
  743. package/build/v1/seo-pages/public/queries/get-index-page.query.js.map +1 -0
  744. package/build/v1/seo-pages/public/queries/get-page-by-alias.query.js +1 -0
  745. package/build/v1/seo-pages/public/queries/get-page-by-alias.query.js.map +1 -0
  746. package/build/v1/seo-pages/public/queries/index.d.ts +0 -3
  747. package/build/v1/seo-pages/public/queries/index.js +1 -3
  748. package/build/v1/seo-pages/public/queries/index.js.map +1 -0
  749. package/build/v1/seo-pages/schemas/create-page-request.schema.d.ts +0 -4
  750. package/build/v1/seo-pages/schemas/create-page-request.schema.js +1 -5
  751. package/build/v1/seo-pages/schemas/create-page-request.schema.js.map +1 -0
  752. package/build/v1/seo-pages/schemas/faq.schema.d.ts +0 -8
  753. package/build/v1/seo-pages/schemas/faq.schema.js +1 -8
  754. package/build/v1/seo-pages/schemas/faq.schema.js.map +1 -0
  755. package/build/v1/seo-pages/schemas/index.d.ts +0 -3
  756. package/build/v1/seo-pages/schemas/index.js +1 -3
  757. package/build/v1/seo-pages/schemas/index.js.map +1 -0
  758. package/build/v1/seo-pages/schemas/page-hierarchy.schema.d.ts +0 -12
  759. package/build/v1/seo-pages/schemas/page-hierarchy.schema.js +1 -12
  760. package/build/v1/seo-pages/schemas/page-hierarchy.schema.js.map +1 -0
  761. package/build/v1/seo-pages/schemas/page-response.schema.d.ts +0 -9
  762. package/build/v1/seo-pages/schemas/page-response.schema.js +1 -11
  763. package/build/v1/seo-pages/schemas/page-response.schema.js.map +1 -0
  764. package/build/v1/seo-pages/schemas/page-type.enum.d.ts +0 -6
  765. package/build/v1/seo-pages/schemas/page-type.enum.js +1 -6
  766. package/build/v1/seo-pages/schemas/page-type.enum.js.map +1 -0
  767. package/build/v1/seo-pages/schemas/update-page-request.schema.d.ts +0 -4
  768. package/build/v1/seo-pages/schemas/update-page-request.schema.js +1 -5
  769. package/build/v1/seo-pages/schemas/update-page-request.schema.js.map +1 -0
  770. package/build/v1/seo-pages/seo-pages.errors.js +1 -2
  771. package/build/v1/seo-pages/seo-pages.errors.js.map +1 -0
  772. package/build/v1/sitemap/index.js +1 -0
  773. package/build/v1/sitemap/index.js.map +1 -0
  774. package/build/v1/sitemap/sitemap-changefreq.enum.js +1 -0
  775. package/build/v1/sitemap/sitemap-changefreq.enum.js.map +1 -0
  776. package/build/v1/telegram-auth/commands/index.d.ts +1 -0
  777. package/build/v1/telegram-auth/commands/index.js +3 -0
  778. package/build/v1/telegram-auth/commands/index.js.map +1 -0
  779. package/build/v1/telegram-auth/index.d.ts +6 -0
  780. package/build/v1/telegram-auth/index.js +26 -0
  781. package/build/v1/telegram-auth/index.js.map +1 -0
  782. package/build/v1/telegram-auth/queries/index.d.ts +1 -0
  783. package/build/v1/telegram-auth/queries/index.js +3 -0
  784. package/build/v1/telegram-auth/queries/index.js.map +1 -0
  785. package/build/v1/telegram-auth/schemas/index.d.ts +5 -0
  786. package/build/v1/telegram-auth/schemas/index.js +22 -0
  787. package/build/v1/telegram-auth/schemas/index.js.map +1 -0
  788. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.d.ts +5 -0
  789. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js +10 -0
  790. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js.map +1 -0
  791. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-response.schema.d.ts +6 -0
  792. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-response.schema.js +9 -0
  793. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-response.schema.js.map +1 -0
  794. package/build/v1/telegram-auth/schemas/telegram-auth-init-response.schema.d.ts +7 -0
  795. package/build/v1/telegram-auth/schemas/telegram-auth-init-response.schema.js +10 -0
  796. package/build/v1/telegram-auth/schemas/telegram-auth-init-response.schema.js.map +1 -0
  797. package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.d.ts +6 -0
  798. package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.js +9 -0
  799. package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.js.map +1 -0
  800. package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.d.ts +6 -0
  801. package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.js +11 -0
  802. package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.js.map +1 -0
  803. package/build/v1/telegram-auth/telegram-auth.errors.d.ts +10 -0
  804. package/build/v1/telegram-auth/telegram-auth.errors.js +39 -0
  805. package/build/v1/telegram-auth/telegram-auth.errors.js.map +1 -0
  806. package/build/v1/telegram-profile/index.d.ts +1 -0
  807. package/build/v1/telegram-profile/index.js +18 -0
  808. package/build/v1/telegram-profile/index.js.map +1 -0
  809. package/build/v1/telegram-profile/telegram-profile.errors.d.ts +5 -0
  810. package/build/v1/telegram-profile/telegram-profile.errors.js +14 -0
  811. package/build/v1/telegram-profile/telegram-profile.errors.js.map +1 -0
  812. package/build/v1/unregistered-users/commands/authenticate.command.js +1 -0
  813. package/build/v1/unregistered-users/commands/authenticate.command.js.map +1 -0
  814. package/build/v1/unregistered-users/commands/index.js +1 -0
  815. package/build/v1/unregistered-users/commands/index.js.map +1 -0
  816. package/build/v1/unregistered-users/index.js +1 -0
  817. package/build/v1/unregistered-users/index.js.map +1 -0
  818. package/build/v1/unregistered-users/schemas/authenticate-request.schema.d.ts +0 -8
  819. package/build/v1/unregistered-users/schemas/authenticate-request.schema.js +1 -8
  820. package/build/v1/unregistered-users/schemas/authenticate-request.schema.js.map +1 -0
  821. package/build/v1/unregistered-users/schemas/authenticate-response.schema.d.ts +0 -3
  822. package/build/v1/unregistered-users/schemas/authenticate-response.schema.js +1 -3
  823. package/build/v1/unregistered-users/schemas/authenticate-response.schema.js.map +1 -0
  824. package/build/v1/unregistered-users/schemas/index.js +1 -0
  825. package/build/v1/unregistered-users/schemas/index.js.map +1 -0
  826. package/build/v1/unregistered-users/schemas/unreg-user-status.enum.d.ts +0 -3
  827. package/build/v1/unregistered-users/schemas/unreg-user-status.enum.js +1 -3
  828. package/build/v1/unregistered-users/schemas/unreg-user-status.enum.js.map +1 -0
  829. package/build/v1/unregistered-users/unregistered-users.errors.js +1 -0
  830. package/build/v1/unregistered-users/unregistered-users.errors.js.map +1 -0
  831. package/build/v1/users/commands/change-password.command.js +1 -0
  832. package/build/v1/users/commands/change-password.command.js.map +1 -0
  833. package/build/v1/users/commands/delete-account-complete.command.js +1 -0
  834. package/build/v1/users/commands/delete-account-complete.command.js.map +1 -0
  835. package/build/v1/users/commands/delete-account-start.command.js +1 -0
  836. package/build/v1/users/commands/delete-account-start.command.js.map +1 -0
  837. package/build/v1/users/commands/delete-account-verify.command.js +1 -0
  838. package/build/v1/users/commands/delete-account-verify.command.js.map +1 -0
  839. package/build/v1/users/commands/delete-account.command.js +1 -0
  840. package/build/v1/users/commands/delete-account.command.js.map +1 -0
  841. package/build/v1/users/commands/email-change-complete.command.js +1 -0
  842. package/build/v1/users/commands/email-change-complete.command.js.map +1 -0
  843. package/build/v1/users/commands/email-change-start.command.js +1 -0
  844. package/build/v1/users/commands/email-change-start.command.js.map +1 -0
  845. package/build/v1/users/commands/email-change-verify.command.js +1 -0
  846. package/build/v1/users/commands/email-change-verify.command.js.map +1 -0
  847. package/build/v1/users/commands/index.js +1 -0
  848. package/build/v1/users/commands/index.js.map +1 -0
  849. package/build/v1/users/commands/password-change-complete.command.js +1 -0
  850. package/build/v1/users/commands/password-change-complete.command.js.map +1 -0
  851. package/build/v1/users/commands/password-change-start.command.js +1 -0
  852. package/build/v1/users/commands/password-change-start.command.js.map +1 -0
  853. package/build/v1/users/commands/password-change-verify.command.js +1 -0
  854. package/build/v1/users/commands/password-change-verify.command.js.map +1 -0
  855. package/build/v1/users/commands/toggle-marketing-consent.command.d.ts +1 -0
  856. package/build/v1/users/commands/toggle-marketing-consent.command.js +1 -0
  857. package/build/v1/users/commands/toggle-marketing-consent.command.js.map +1 -0
  858. package/build/v1/users/commands/update-profile.command.d.ts +1 -0
  859. package/build/v1/users/commands/update-profile.command.js +1 -0
  860. package/build/v1/users/commands/update-profile.command.js.map +1 -0
  861. package/build/v1/users/index.js +1 -1
  862. package/build/v1/users/index.js.map +1 -0
  863. package/build/v1/users/queries/delete-account-status.query.js +1 -0
  864. package/build/v1/users/queries/delete-account-status.query.js.map +1 -0
  865. package/build/v1/users/queries/email-change-status.query.js +1 -0
  866. package/build/v1/users/queries/email-change-status.query.js.map +1 -0
  867. package/build/v1/users/queries/get-current-user.query.d.ts +1 -0
  868. package/build/v1/users/queries/get-current-user.query.js +1 -0
  869. package/build/v1/users/queries/get-current-user.query.js.map +1 -0
  870. package/build/v1/users/queries/index.js +1 -0
  871. package/build/v1/users/queries/index.js.map +1 -0
  872. package/build/v1/users/queries/password-change-status.query.js +1 -0
  873. package/build/v1/users/queries/password-change-status.query.js.map +1 -0
  874. package/build/v1/users/schemas/change-password-request.schema.d.ts +0 -4
  875. package/build/v1/users/schemas/change-password-request.schema.js +1 -4
  876. package/build/v1/users/schemas/change-password-request.schema.js.map +1 -0
  877. package/build/v1/users/schemas/delete-account-request.schema.d.ts +0 -3
  878. package/build/v1/users/schemas/delete-account-request.schema.js +1 -3
  879. package/build/v1/users/schemas/delete-account-request.schema.js.map +1 -0
  880. package/build/v1/users/schemas/delete-account-start-request.schema.d.ts +0 -4
  881. package/build/v1/users/schemas/delete-account-start-request.schema.js +1 -4
  882. package/build/v1/users/schemas/delete-account-start-request.schema.js.map +1 -0
  883. package/build/v1/users/schemas/email-change-start-request.schema.d.ts +0 -4
  884. package/build/v1/users/schemas/email-change-start-request.schema.js +1 -4
  885. package/build/v1/users/schemas/email-change-start-request.schema.js.map +1 -0
  886. package/build/v1/users/schemas/index.d.ts +1 -0
  887. package/build/v1/users/schemas/index.js +2 -0
  888. package/build/v1/users/schemas/index.js.map +1 -0
  889. package/build/v1/users/schemas/password-change-complete-request.schema.d.ts +0 -4
  890. package/build/v1/users/schemas/password-change-complete-request.schema.js +1 -4
  891. package/build/v1/users/schemas/password-change-complete-request.schema.js.map +1 -0
  892. package/build/v1/users/schemas/password-change-start-request.schema.d.ts +0 -4
  893. package/build/v1/users/schemas/password-change-start-request.schema.js +1 -4
  894. package/build/v1/users/schemas/password-change-start-request.schema.js.map +1 -0
  895. package/build/v1/users/schemas/register-type.enum.d.ts +4 -0
  896. package/build/v1/users/schemas/register-type.enum.js +9 -0
  897. package/build/v1/users/schemas/register-type.enum.js.map +1 -0
  898. package/build/v1/users/schemas/response-unions.schema.d.ts +3 -3
  899. package/build/v1/users/schemas/response-unions.schema.js +1 -3
  900. package/build/v1/users/schemas/response-unions.schema.js.map +1 -0
  901. package/build/v1/users/schemas/toggle-marketing-consent-request.schema.d.ts +0 -4
  902. package/build/v1/users/schemas/toggle-marketing-consent-request.schema.js +1 -4
  903. package/build/v1/users/schemas/toggle-marketing-consent-request.schema.js.map +1 -0
  904. package/build/v1/users/schemas/update-profile-request.schema.d.ts +0 -4
  905. package/build/v1/users/schemas/update-profile-request.schema.js +1 -4
  906. package/build/v1/users/schemas/update-profile-request.schema.js.map +1 -0
  907. package/build/v1/users/schemas/user-response.schema.d.ts +2 -3
  908. package/build/v1/users/schemas/user-response.schema.js +3 -3
  909. package/build/v1/users/schemas/user-response.schema.js.map +1 -0
  910. package/build/v1/users/users.errors.js +1 -0
  911. package/build/v1/users/users.errors.js.map +1 -0
  912. package/build/v1/verification/commands/cancel-verification.command.js +1 -0
  913. package/build/v1/verification/commands/cancel-verification.command.js.map +1 -0
  914. package/build/v1/verification/commands/index.js +1 -0
  915. package/build/v1/verification/commands/index.js.map +1 -0
  916. package/build/v1/verification/commands/resend.command.js +1 -0
  917. package/build/v1/verification/commands/resend.command.js.map +1 -0
  918. package/build/v1/verification/index.js +1 -0
  919. package/build/v1/verification/index.js.map +1 -0
  920. package/build/v1/verification/queries/get-active-verifications.query.js +1 -0
  921. package/build/v1/verification/queries/get-active-verifications.query.js.map +1 -0
  922. package/build/v1/verification/queries/index.js +1 -0
  923. package/build/v1/verification/queries/index.js.map +1 -0
  924. package/build/v1/verification/schemas/index.js +1 -0
  925. package/build/v1/verification/schemas/index.js.map +1 -0
  926. package/build/v1/verification/schemas/verification-channel.enum.js +1 -0
  927. package/build/v1/verification/schemas/verification-channel.enum.js.map +1 -0
  928. package/build/v1/verification/schemas/verification-complete-request.schema.d.ts +0 -4
  929. package/build/v1/verification/schemas/verification-complete-request.schema.js +1 -4
  930. package/build/v1/verification/schemas/verification-complete-request.schema.js.map +1 -0
  931. package/build/v1/verification/schemas/verification-complete-response.schema.js +1 -0
  932. package/build/v1/verification/schemas/verification-complete-response.schema.js.map +1 -0
  933. package/build/v1/verification/schemas/verification-request-status.enum.js +1 -0
  934. package/build/v1/verification/schemas/verification-request-status.enum.js.map +1 -0
  935. package/build/v1/verification/schemas/verification-resend-request.schema.d.ts +0 -4
  936. package/build/v1/verification/schemas/verification-resend-request.schema.js +1 -4
  937. package/build/v1/verification/schemas/verification-resend-request.schema.js.map +1 -0
  938. package/build/v1/verification/schemas/verification-resend-response.schema.js +1 -0
  939. package/build/v1/verification/schemas/verification-resend-response.schema.js.map +1 -0
  940. package/build/v1/verification/schemas/verification-start-response.schema.js +1 -0
  941. package/build/v1/verification/schemas/verification-start-response.schema.js.map +1 -0
  942. package/build/v1/verification/schemas/verification-status-response.schema.js +1 -0
  943. package/build/v1/verification/schemas/verification-status-response.schema.js.map +1 -0
  944. package/build/v1/verification/schemas/verification-step-status.enum.js +1 -0
  945. package/build/v1/verification/schemas/verification-step-status.enum.js.map +1 -0
  946. package/build/v1/verification/schemas/verification-step.schema.js +1 -0
  947. package/build/v1/verification/schemas/verification-step.schema.js.map +1 -0
  948. package/build/v1/verification/schemas/verification-type.enum.js +1 -0
  949. package/build/v1/verification/schemas/verification-type.enum.js.map +1 -0
  950. package/build/v1/verification/schemas/verification-verify-request.schema.d.ts +0 -4
  951. package/build/v1/verification/schemas/verification-verify-request.schema.js +1 -4
  952. package/build/v1/verification/schemas/verification-verify-request.schema.js.map +1 -0
  953. package/build/v1/verification/schemas/verification-verify-response.schema.js +1 -0
  954. package/build/v1/verification/schemas/verification-verify-response.schema.js.map +1 -0
  955. package/build/v1/verification/verification.errors.js +1 -0
  956. package/build/v1/verification/verification.errors.js.map +1 -0
  957. package/build/v1/wallet/index.js +1 -1
  958. package/build/v1/wallet/index.js.map +1 -0
  959. package/build/v1/wallet/queries/get-balance-summary.query.d.ts +0 -4
  960. package/build/v1/wallet/queries/get-balance-summary.query.js +1 -4
  961. package/build/v1/wallet/queries/get-balance-summary.query.js.map +1 -0
  962. package/build/v1/wallet/queries/index.js +1 -0
  963. package/build/v1/wallet/queries/index.js.map +1 -0
  964. package/build/v1/wallet/schemas/balance-response.schema.d.ts +0 -9
  965. package/build/v1/wallet/schemas/balance-response.schema.js +1 -9
  966. package/build/v1/wallet/schemas/balance-response.schema.js.map +1 -0
  967. package/build/v1/wallet/schemas/balance-status.enum.d.ts +0 -4
  968. package/build/v1/wallet/schemas/balance-status.enum.js +1 -4
  969. package/build/v1/wallet/schemas/balance-status.enum.js.map +1 -0
  970. package/build/v1/wallet/schemas/hold-status.enum.d.ts +0 -4
  971. package/build/v1/wallet/schemas/hold-status.enum.js +1 -4
  972. package/build/v1/wallet/schemas/hold-status.enum.js.map +1 -0
  973. package/build/v1/wallet/schemas/index.js +1 -3
  974. package/build/v1/wallet/schemas/index.js.map +1 -0
  975. package/build/v1/wallet/schemas/initiator-type.enum.d.ts +0 -7
  976. package/build/v1/wallet/schemas/initiator-type.enum.js +1 -7
  977. package/build/v1/wallet/schemas/initiator-type.enum.js.map +1 -0
  978. package/build/v1/wallet/schemas/metadata.schema.d.ts +0 -16
  979. package/build/v1/wallet/schemas/metadata.schema.js +3 -34
  980. package/build/v1/wallet/schemas/metadata.schema.js.map +1 -0
  981. package/build/v1/wallet/schemas/source-type.enum.d.ts +0 -5
  982. package/build/v1/wallet/schemas/source-type.enum.js +1 -5
  983. package/build/v1/wallet/schemas/source-type.enum.js.map +1 -0
  984. package/build/v1/wallet/schemas/transaction-type.enum.d.ts +0 -4
  985. package/build/v1/wallet/schemas/transaction-type.enum.js +1 -4
  986. package/build/v1/wallet/schemas/transaction-type.enum.js.map +1 -0
  987. package/build/v1/wallet/wallet.errors.d.ts +0 -4
  988. package/build/v1/wallet/wallet.errors.js +1 -18
  989. package/build/v1/wallet/wallet.errors.js.map +1 -0
  990. package/package.json +8 -8
@@ -1,8 +1,4 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * Unreg Model in List Response
4
- * Same as Public but with access field
5
- */
6
2
  export declare const UnregModelInListSchema: z.ZodObject<{
7
3
  uuid: z.ZodString;
8
4
  title: z.ZodString;
@@ -23,9 +19,6 @@ export declare const UnregModelInListSchema: z.ZodObject<{
23
19
  }, z.core.$strip>>;
24
20
  access: z.ZodBoolean;
25
21
  }, z.core.$strip>;
26
- /**
27
- * Unreg Provider with Models
28
- */
29
22
  export declare const UnregProviderWithModelsSchema: z.ZodObject<{
30
23
  uuid: z.ZodString;
31
24
  title: z.ZodString;
@@ -52,9 +45,6 @@ export declare const UnregProviderWithModelsSchema: z.ZodObject<{
52
45
  access: z.ZodBoolean;
53
46
  }, z.core.$strip>>;
54
47
  }, z.core.$strip>;
55
- /**
56
- * Unreg Models List Response Schema
57
- */
58
48
  export declare const UnregModelsListResponseSchema: z.ZodObject<{
59
49
  providers: z.ZodArray<z.ZodObject<{
60
50
  uuid: z.ZodString;
@@ -4,14 +4,7 @@ exports.UnregModelsListResponseSchema = exports.UnregProviderWithModelsSchema =
4
4
  const zod_1 = require("zod");
5
5
  const model_response_schema_1 = require("./model-response.schema");
6
6
  const ai_provider_1 = require("../../ai-provider");
7
- /**
8
- * Unreg Model in List Response
9
- * Same as Public but with access field
10
- */
11
7
  exports.UnregModelInListSchema = model_response_schema_1.UnregModelResponseSchema;
12
- /**
13
- * Unreg Provider with Models
14
- */
15
8
  exports.UnregProviderWithModelsSchema = ai_provider_1.ProviderResponseSchema.pick({
16
9
  uuid: true,
17
10
  title: true,
@@ -20,9 +13,7 @@ exports.UnregProviderWithModelsSchema = ai_provider_1.ProviderResponseSchema.pic
20
13
  }).extend({
21
14
  models: zod_1.z.array(exports.UnregModelInListSchema),
22
15
  });
23
- /**
24
- * Unreg Models List Response Schema
25
- */
26
16
  exports.UnregModelsListResponseSchema = zod_1.z.object({
27
17
  providers: zod_1.z.array(exports.UnregProviderWithModelsSchema),
28
18
  });
19
+ //# sourceMappingURL=unreg-models-list-response.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unreg-models-list-response.schema.js","sourceRoot":"","sources":["../../../../v1/ai-model/schemas/unreg-models-list-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,mEAAmE;AACnE,mDAA2D;AAM9C,QAAA,sBAAsB,GAAG,gDAAwB,CAAC;AAKlD,QAAA,6BAA6B,GAAG,oCAAsB,CAAC,IAAI,CAAC;IACrE,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,IAAI;IACX,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,IAAI;CACd,CAAC,CAAC,MAAM,CAAC;IACN,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,8BAAsB,CAAC;CAC1C,CAAC,CAAC;AAKU,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,SAAS,EAAE,OAAC,CAAC,KAAK,CAAC,qCAA6B,CAAC;CACpD,CAAC,CAAC"}
@@ -4,10 +4,6 @@ import { ModelMark } from './model-mark.enum';
4
4
  import { ModelType } from './model-type.enum';
5
5
  import { ApiProvider } from './api-provider.enum';
6
6
  import { Modality } from './modality.enum';
7
- /**
8
- * Update Model Request Schema
9
- * Error messages: UpdateModelRequest.{field}.{rule}
10
- */
11
7
  export declare const UpdateModelRequestSchema: z.ZodObject<{
12
8
  title: z.ZodOptional<z.ZodString>;
13
9
  description: z.ZodOptional<z.ZodString>;
@@ -8,10 +8,6 @@ const model_type_enum_1 = require("./model-type.enum");
8
8
  const api_provider_enum_1 = require("./api-provider.enum");
9
9
  const modality_enum_1 = require("./modality.enum");
10
10
  const plugins_types_1 = require("../../ai/plugins.types");
11
- /**
12
- * Update Model Request Schema
13
- * Error messages: UpdateModelRequest.{field}.{rule}
14
- */
15
11
  exports.UpdateModelRequestSchema = zod_1.z.object({
16
12
  title: zod_1.z
17
13
  .string()
@@ -69,3 +65,4 @@ exports.UpdateModelRequestSchema = zod_1.z.object({
69
65
  isAvailableForUnreg: zod_1.z.boolean().optional(),
70
66
  plugins: plugins_types_1.PluginsConfigArraySchema.optional(),
71
67
  });
68
+ //# sourceMappingURL=update-model-request.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-model-request.schema.js","sourceRoot":"","sources":["../../../../v1/ai-model/schemas/update-model-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iEAAuD;AACvD,uDAA8C;AAC9C,uDAA8C;AAC9C,2DAAkD;AAClD,mDAA2C;AAC3C,0DAAkE;AAMrD,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACnD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACrD,QAAQ,EAAE;IACf,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACnD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACrD,QAAQ,EAAE;IACf,IAAI,EAAE,OAAC;SACF,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;SACnD,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QACzC,OAAO,EAAE,+BAA+B;KAC3C,CAAC;SACD,QAAQ,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,UAAU,CAAC,oCAAa,CAAC,CAAC,QAAQ,EAAE;IAC9C,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,kCAAkC,EAAE,CAAC;SACpD,WAAW,CAAC,EAAE,OAAO,EAAE,kCAAkC,EAAE,CAAC;SAC5D,QAAQ,EAAE;IACf,YAAY,EAAE,OAAC;SACV,MAAM,EAAE;SACR,IAAI,CAAC,EAAE,OAAO,EAAE,yCAAyC,EAAE,CAAC;SAC5D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACf,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,UAAU,CAAC,2BAAS,CAAC,CAAC,CAAC,QAAQ,EAAE;IAClD,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,kCAAkC,EAAE,CAAC;SACpD,QAAQ,CAAC,EAAE,OAAO,EAAE,kCAAkC,EAAE,CAAC;SACzD,QAAQ,EAAE;IACf,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,EAAE;SACL,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACnD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACnD,QAAQ,EAAE;IACf,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,aAAa,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,aAAa,EAAE,OAAC;SACX,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,0CAA0C,EAAE,CAAC;SAC5D,QAAQ,CAAC,EAAE,OAAO,EAAE,0CAA0C,EAAE,CAAC;SACjE,QAAQ,EAAE;IACf,WAAW,EAAE,OAAC,CAAC,UAAU,CAAC,+BAAW,CAAC,CAAC,QAAQ,EAAE;IACjD,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,UAAU,CAAC,wBAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC3D,gBAAgB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,UAAU,CAAC,wBAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC5D,SAAS,EAAE,OAAC,CAAC,UAAU,CAAC,2BAAS,CAAC,CAAC,QAAQ,EAAE;IAC7C,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC9C,mBAAmB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC3C,OAAO,EAAE,wCAAwB,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC"}
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./queries"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/ai-model/unreg/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B"}
@@ -12,3 +12,4 @@ var UnregAiModelGetModelsListQuery;
12
12
  UnregAiModelGetModelsListQuery.URL = rest_api_1.REST_API.V1.AI_MODEL.UNREG.GET_LIST;
13
13
  UnregAiModelGetModelsListQuery.METHOD = http_method_1.HttpMethod.GET;
14
14
  })(UnregAiModelGetModelsListQuery || (exports.UnregAiModelGetModelsListQuery = UnregAiModelGetModelsListQuery = {}));
15
+ //# sourceMappingURL=get-models-list.query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-models-list.query.js","sourceRoot":"","sources":["../../../../../v1/ai-model/unreg/queries/get-models-list.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,2CAA8D;AAC9D,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC9B,sCAAO,GAAG,OAAC,CAAC,IAAI,EAAE,CAAC;IACnB,uCAAQ,GAAG,uCAA6B,CAAC;IACzC,kCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IAC1C,qCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAGzC,CAAC,EAPgB,8BAA8B,8CAA9B,8BAA8B,QAO9C"}
@@ -3,3 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UnregAiModelGetModelsListQuery = void 0;
4
4
  var get_models_list_query_1 = require("./get-models-list.query");
5
5
  Object.defineProperty(exports, "UnregAiModelGetModelsListQuery", { enumerable: true, get: function () { return get_models_list_query_1.UnregAiModelGetModelsListQuery; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../v1/ai-model/unreg/queries/index.ts"],"names":[],"mappings":";;;AAAA,iEAAyE;AAAhE,uIAAA,8BAA8B,OAAA"}
@@ -11,3 +11,4 @@ var AdminAiProviderCreateCommand;
11
11
  AdminAiProviderCreateCommand.URL = rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.CREATE;
12
12
  AdminAiProviderCreateCommand.METHOD = http_method_1.HttpMethod.POST;
13
13
  })(AdminAiProviderCreateCommand || (exports.AdminAiProviderCreateCommand = AdminAiProviderCreateCommand = {}));
14
+ //# sourceMappingURL=create-provider.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-provider.command.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/commands/create-provider.command.ts"],"names":[],"mappings":";;;AACA,2CAAoF;AACpF,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC5B,oCAAO,GAAG,qCAA2B,CAAC;IACtC,qCAAQ,GAAG,gCAAsB,CAAC;IAClC,gCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC;IAC3C,mCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAG1C,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C"}
@@ -12,3 +12,4 @@ var AdminAiProviderDeleteCommand;
12
12
  AdminAiProviderDeleteCommand.URL = (uuid) => rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.DELETE(uuid);
13
13
  AdminAiProviderDeleteCommand.METHOD = http_method_1.HttpMethod.DELETE;
14
14
  })(AdminAiProviderDeleteCommand || (exports.AdminAiProviderDeleteCommand = AdminAiProviderDeleteCommand = {}));
15
+ //# sourceMappingURL=delete-provider.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-provider.command.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/commands/delete-provider.command.ts"],"names":[],"mappings":";;;AACA,2CAAwD;AACxD,mDAAgD;AAChD,gEAA4D;AAC5D,+CAA0D;AAE1D,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC5B,oCAAO,GAAG,iCAAuB,CAAC;IAClC,qCAAQ,GAAG,6BAAoB,CAAC;IAChC,gCAAG,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACnE,mCAAM,GAAG,wBAAU,CAAC,MAAM,CAAC;AAG5C,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C"}
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./create-provider.command"), exports);
18
18
  __exportStar(require("./update-provider.command"), exports);
19
19
  __exportStar(require("./delete-provider.command"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,4DAA0C;AAC1C,4DAA0C"}
@@ -12,3 +12,4 @@ var AdminAiProviderUpdateCommand;
12
12
  AdminAiProviderUpdateCommand.URL = (uuid) => rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.UPDATE(uuid);
13
13
  AdminAiProviderUpdateCommand.METHOD = http_method_1.HttpMethod.PATCH;
14
14
  })(AdminAiProviderUpdateCommand || (exports.AdminAiProviderUpdateCommand = AdminAiProviderUpdateCommand = {}));
15
+ //# sourceMappingURL=update-provider.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-provider.command.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/commands/update-provider.command.ts"],"names":[],"mappings":";;;AACA,2CAIuB;AACvB,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,4BAA4B,CAS5C;AATD,WAAiB,4BAA4B;IAC5B,mCAAM,GAAG,iCAAuB,CAAC;IACjC,oCAAO,GAAG,qCAA2B,CAAC;IACtC,qCAAQ,GAAG,gCAAsB,CAAC;IAClC,gCAAG,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACnE,mCAAM,GAAG,wBAAU,CAAC,KAAK,CAAC;AAI3C,CAAC,EATgB,4BAA4B,4CAA5B,4BAA4B,QAS5C"}
@@ -11,3 +11,4 @@ var AdminAiProviderGetProviderQuery;
11
11
  AdminAiProviderGetProviderQuery.URL = (uuid) => rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.GET_BY_UUID(uuid);
12
12
  AdminAiProviderGetProviderQuery.METHOD = http_method_1.HttpMethod.GET;
13
13
  })(AdminAiProviderGetProviderQuery || (exports.AdminAiProviderGetProviderQuery = AdminAiProviderGetProviderQuery = {}));
14
+ //# sourceMappingURL=get-provider.query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider.query.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/queries/get-provider.query.ts"],"names":[],"mappings":";;;AACA,2CAAgF;AAChF,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,+BAA+B,CAO/C;AAPD,WAAiB,+BAA+B;IAC/B,uCAAO,GAAG,iCAAuB,CAAC;IAClC,wCAAQ,GAAG,gCAAsB,CAAC;IAClC,mCAAG,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IACxE,sCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAGzC,CAAC,EAPgB,+BAA+B,+CAA/B,+BAA+B,QAO/C"}
@@ -12,3 +12,4 @@ var AdminAiProviderGetProvidersQuery;
12
12
  AdminAiProviderGetProvidersQuery.URL = rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.GET_ALL;
13
13
  AdminAiProviderGetProvidersQuery.METHOD = http_method_1.HttpMethod.GET;
14
14
  })(AdminAiProviderGetProvidersQuery || (exports.AdminAiProviderGetProvidersQuery = AdminAiProviderGetProvidersQuery = {}));
15
+ //# sourceMappingURL=get-providers.query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-providers.query.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/queries/get-providers.query.ts"],"names":[],"mappings":";;;AACA,2CAAuD;AACvD,+CAA0F;AAC1F,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,gCAAgC,CAOhD;AAPD,WAAiB,gCAAgC;IAChC,wCAAO,GAAG,8BAAqB,CAAC;IAChC,yCAAQ,GAAG,IAAA,sCAA6B,EAAC,gCAAsB,CAAC,CAAC;IACjE,oCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC;IAC5C,uCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAGzC,CAAC,EAPgB,gCAAgC,gDAAhC,gCAAgC,QAOhD"}
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./get-providers.query"), exports);
18
18
  __exportStar(require("./get-provider.query"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/queries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,uDAAqC"}
@@ -21,3 +21,4 @@ exports.AI_PROVIDER_ERRORS = {
21
21
  statusCode: 409,
22
22
  },
23
23
  };
24
+ //# sourceMappingURL=ai-provider.errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-provider.errors.js","sourceRoot":"","sources":["../../../v1/ai-provider/ai-provider.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC3B,gEAAyC,CAAA;IACzC,0EAAmD,CAAA;IACnD,0EAAmD,CAAA;AACvD,CAAC,EAJW,mBAAmB,mCAAnB,mBAAmB,QAI9B;AAEY,QAAA,kBAAkB,GAA+C;IAC1E,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE;QACtC,IAAI,EAAE,mBAAmB,CAAC,kBAAkB;QAC5C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,EAAE;QAC3C,IAAI,EAAE,mBAAmB,CAAC,uBAAuB;QACjD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,EAAE;QAC3C,IAAI,EAAE,mBAAmB,CAAC,uBAAuB;QACjD,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
@@ -19,3 +19,4 @@ __exportStar(require("./schemas"), exports);
19
19
  __exportStar(require("./admin/commands"), exports);
20
20
  __exportStar(require("./admin/queries"), exports);
21
21
  __exportStar(require("./public/queries"), exports);
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/ai-provider/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4CAA0B;AAC1B,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC"}
@@ -14,3 +14,4 @@ var PublicAiProviderGetActiveProvidersQuery;
14
14
  PublicAiProviderGetActiveProvidersQuery.URL = rest_api_1.REST_API.V1.AI_PROVIDER.PUBLIC.GET_ALL;
15
15
  PublicAiProviderGetActiveProvidersQuery.METHOD = http_method_1.HttpMethod.GET;
16
16
  })(PublicAiProviderGetActiveProvidersQuery || (exports.PublicAiProviderGetActiveProvidersQuery = PublicAiProviderGetActiveProvidersQuery = {}));
17
+ //# sourceMappingURL=get-active-providers.query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-active-providers.query.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/public/queries/get-active-providers.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,2CAAuD;AACvD,mDAAgD;AAChD,gEAA4D;AAE5D,MAAM,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,SAAS,EAAE,OAAC,CAAC,KAAK,CAAC,gCAAsB,CAAC;CAC7C,CAAC,CAAC;AAEH,IAAiB,uCAAuC,CAKvD;AALD,WAAiB,uCAAuC;IACvC,gDAAQ,GAAG,6BAA6B,CAAC;IACzC,2CAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC;IAC7C,8CAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAEzC,CAAC,EALgB,uCAAuC,uDAAvC,uCAAuC,QAKvD"}
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./get-active-providers.query"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/public/queries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C"}
@@ -1,6 +1,3 @@
1
- /**
2
- * AI Provider Status
3
- */
4
1
  export declare enum AiProviderStatus {
5
2
  ACTIVE = "active",
6
3
  INACTIVE = "inactive"
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AiProviderStatus = void 0;
4
- /**
5
- * AI Provider Status
6
- */
7
4
  var AiProviderStatus;
8
5
  (function (AiProviderStatus) {
9
6
  AiProviderStatus["ACTIVE"] = "active";
10
7
  AiProviderStatus["INACTIVE"] = "inactive";
11
8
  })(AiProviderStatus || (exports.AiProviderStatus = AiProviderStatus = {}));
9
+ //# sourceMappingURL=ai-provider-status.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-provider-status.enum.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/ai-provider-status.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IACxB,qCAAiB,CAAA;IACjB,yCAAqB,CAAA;AACzB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B"}
@@ -1,9 +1,5 @@
1
1
  import { z } from 'zod';
2
2
  import { AiProviderStatus } from './ai-provider-status.enum';
3
- /**
4
- * Create Provider Request Schema
5
- * Error messages: CreateProviderRequest.{field}.{rule}
6
- */
7
3
  export declare const CreateProviderRequestSchema: z.ZodObject<{
8
4
  title: z.ZodString;
9
5
  icon: z.ZodString;
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateProviderRequestSchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const ai_provider_status_enum_1 = require("./ai-provider-status.enum");
6
- /**
7
- * Create Provider Request Schema
8
- * Error messages: CreateProviderRequest.{field}.{rule}
9
- */
10
6
  exports.CreateProviderRequestSchema = zod_1.z.object({
11
7
  title: zod_1.z
12
8
  .string({ error: 'CreateProviderRequest.title.required' })
@@ -25,3 +21,4 @@ exports.CreateProviderRequestSchema = zod_1.z.object({
25
21
  .nonnegative({ message: 'CreateProviderRequest.order.invalid' })
26
22
  .default(0),
27
23
  });
24
+ //# sourceMappingURL=create-provider-request.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-provider-request.schema.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/create-provider-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uEAA6D;AAMhD,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,OAAC;SACH,MAAM,CAAC,EAAE,KAAK,EAAE,sCAAsC,EAAE,CAAC;SACzD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;SACtD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;IAC7D,IAAI,EAAE,OAAC;SACF,MAAM,CAAC,EAAE,KAAK,EAAE,qCAAqC,EAAE,CAAC;SACxD,GAAG,CAAC,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;SACtD,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QACzC,OAAO,EAAE,kCAAkC;KAC9C,CAAC;IACN,MAAM,EAAE,OAAC,CAAC,UAAU,CAAC,0CAAgB,CAAC,CAAC,OAAO,CAAC,0CAAgB,CAAC,MAAM,CAAC;IACvE,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,qCAAqC,EAAE,CAAC;SACvD,WAAW,CAAC,EAAE,OAAO,EAAE,qCAAqC,EAAE,CAAC;SAC/D,OAAO,CAAC,CAAC,CAAC;CAClB,CAAC,CAAC"}
@@ -19,3 +19,4 @@ __exportStar(require("./provider-response.schema"), exports);
19
19
  __exportStar(require("./create-provider-request.schema"), exports);
20
20
  __exportStar(require("./update-provider-request.schema"), exports);
21
21
  __exportStar(require("./route-params.schema"), exports);
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,wDAAsC"}
@@ -1,8 +1,5 @@
1
1
  import { z } from 'zod';
2
2
  import { AiProviderStatus } from './ai-provider-status.enum';
3
- /**
4
- * AI Provider Response Schema
5
- */
6
3
  export declare const ProviderResponseSchema: z.ZodObject<{
7
4
  uuid: z.ZodString;
8
5
  title: z.ZodString;
@@ -4,9 +4,6 @@ exports.ProviderResponseSchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const shared_1 = require("../../../shared");
6
6
  const ai_provider_status_enum_1 = require("./ai-provider-status.enum");
7
- /**
8
- * AI Provider Response Schema
9
- */
10
7
  exports.ProviderResponseSchema = zod_1.z.object({
11
8
  uuid: zod_1.z.string().regex(shared_1.UUID_REGEX),
12
9
  title: zod_1.z.string(),
@@ -16,3 +13,4 @@ exports.ProviderResponseSchema = zod_1.z.object({
16
13
  createdAt: zod_1.z.string().regex(shared_1.DATETIME_REGEX),
17
14
  updatedAt: zod_1.z.string().regex(shared_1.DATETIME_REGEX),
18
15
  });
16
+ //# sourceMappingURL=provider-response.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"provider-response.schema.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/provider-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA6D;AAC7D,uEAA6D;AAKhD,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,mBAAU,CAAC;IAClC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,0CAAgB,CAAC;IAChC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACrC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,uBAAc,CAAC;IAC3C,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,uBAAc,CAAC;CAC9C,CAAC,CAAC"}
@@ -1,8 +1,4 @@
1
1
  import { z } from 'zod';
2
- /**
3
- * Provider UUID Param Schema
4
- * Error messages: ProviderUuidParam.{field}.{rule}
5
- */
6
2
  export declare const ProviderUuidParamSchema: z.ZodObject<{
7
3
  uuid: z.ZodString;
8
4
  }, z.core.$strip>;
@@ -3,12 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ProviderUuidParamSchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const shared_1 = require("../../../shared");
6
- /**
7
- * Provider UUID Param Schema
8
- * Error messages: ProviderUuidParam.{field}.{rule}
9
- */
10
6
  exports.ProviderUuidParamSchema = zod_1.z.object({
11
7
  uuid: zod_1.z
12
8
  .string({ error: 'ProviderUuidParam.uuid.required' })
13
9
  .regex(shared_1.UUID_REGEX, { message: 'ProviderUuidParam.uuid.invalid' }),
14
10
  });
11
+ //# sourceMappingURL=route-params.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"route-params.schema.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/route-params.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA6C;AAMhC,QAAA,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC5C,IAAI,EAAE,OAAC;SACF,MAAM,CAAC,EAAE,KAAK,EAAE,iCAAiC,EAAE,CAAC;SACpD,KAAK,CAAC,mBAAU,EAAE,EAAE,OAAO,EAAE,gCAAgC,EAAE,CAAC;CACxE,CAAC,CAAC"}
@@ -1,9 +1,5 @@
1
1
  import { z } from 'zod';
2
2
  import { AiProviderStatus } from './ai-provider-status.enum';
3
- /**
4
- * Update Provider Request Schema
5
- * Error messages: UpdateProviderRequest.{field}.{rule}
6
- */
7
3
  export declare const UpdateProviderRequestSchema: z.ZodObject<{
8
4
  title: z.ZodOptional<z.ZodString>;
9
5
  icon: z.ZodOptional<z.ZodString>;
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateProviderRequestSchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const ai_provider_status_enum_1 = require("./ai-provider-status.enum");
6
- /**
7
- * Update Provider Request Schema
8
- * Error messages: UpdateProviderRequest.{field}.{rule}
9
- */
10
6
  exports.UpdateProviderRequestSchema = zod_1.z.object({
11
7
  title: zod_1.z
12
8
  .string()
@@ -27,3 +23,4 @@ exports.UpdateProviderRequestSchema = zod_1.z.object({
27
23
  .nonnegative({ message: 'UpdateProviderRequest.order.invalid' })
28
24
  .optional(),
29
25
  });
26
+ //# sourceMappingURL=update-provider-request.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-provider-request.schema.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/update-provider-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uEAA6D;AAMhD,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;SACtD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;SACxD,QAAQ,EAAE;IACf,IAAI,EAAE,OAAC;SACF,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;SACtD,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QACzC,OAAO,EAAE,kCAAkC;KAC9C,CAAC;SACD,QAAQ,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,UAAU,CAAC,0CAAgB,CAAC,CAAC,QAAQ,EAAE;IACjD,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,qCAAqC,EAAE,CAAC;SACvD,WAAW,CAAC,EAAE,OAAO,EAAE,qCAAqC,EAAE,CAAC;SAC/D,QAAQ,EAAE;CAClB,CAAC,CAAC"}
@@ -48,3 +48,4 @@ exports.AUTH_ERRORS = {
48
48
  statusCode: 400,
49
49
  },
50
50
  };
51
+ //# sourceMappingURL=auth.errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth.errors.js","sourceRoot":"","sources":["../../../v1/auth/auth.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,aAaX;AAbD,WAAY,aAAa;IACrB,8DAA6C,CAAA;IAC7C,4DAA2C,CAAA;IAC3C,kDAAiC,CAAA;IACjC,8CAA6B,CAAA;IAC7B,wDAAuC,CAAA;IACvC,sDAAqC,CAAA;IACrC,gDAA+B,CAAA;IAC/B,wDAAuC,CAAA;IACvC,4EAA2D,CAAA;IAC3D,wEAAuD,CAAA;IACvD,sEAAqD,CAAA;IACrD,gFAA+D,CAAA;AACnE,CAAC,EAbW,aAAa,6BAAb,aAAa,QAaxB;AAEY,QAAA,WAAW,GAAyC;IAC7D,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE;QAClC,IAAI,EAAE,aAAa,CAAC,oBAAoB;QACxC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,mBAAmB,CAAC,EAAE;QACjC,IAAI,EAAE,aAAa,CAAC,mBAAmB;QACvC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,cAAc,EAAE,UAAU,EAAE,GAAG,EAAE;IACvF,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,YAAY,EAAE,UAAU,EAAE,GAAG,EAAE;IACnF,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,iBAAiB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC7F,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,gBAAgB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC3F,CAAC,aAAa,CAAC,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,aAAa,EAAE,UAAU,EAAE,GAAG,EAAE;IACrF,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,iBAAiB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC7F,CAAC,aAAa,CAAC,2BAA2B,CAAC,EAAE;QACzC,IAAI,EAAE,aAAa,CAAC,2BAA2B;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,yBAAyB,CAAC,EAAE;QACvC,IAAI,EAAE,aAAa,CAAC,yBAAyB;QAC7C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,wBAAwB,CAAC,EAAE;QACtC,IAAI,EAAE,aAAa,CAAC,wBAAwB;QAC5C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,6BAA6B,CAAC,EAAE;QAC3C,IAAI,EAAE,aAAa,CAAC,6BAA6B;QACjD,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
@@ -6,12 +6,11 @@ const rest_api_1 = require("../../../rest-api");
6
6
  const http_method_1 = require("../../../shared/http-method");
7
7
  var AuthDeleteSessionCommand;
8
8
  (function (AuthDeleteSessionCommand) {
9
- // Request/Response
10
9
  AuthDeleteSessionCommand.Request = zod_1.z.object({});
11
10
  AuthDeleteSessionCommand.Response = zod_1.z.object({
12
11
  sessionId: zod_1.z.string().uuid(),
13
12
  });
14
- // URL/Method
15
13
  AuthDeleteSessionCommand.URL = (id) => rest_api_1.REST_API.V1.AUTH.SESSION_BY_ID(id);
16
14
  AuthDeleteSessionCommand.METHOD = http_method_1.HttpMethod.DELETE;
17
15
  })(AuthDeleteSessionCommand || (exports.AuthDeleteSessionCommand = AuthDeleteSessionCommand = {}));
16
+ //# sourceMappingURL=delete-session.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-session.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/delete-session.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,wBAAwB,CAcxC;AAdD,WAAiB,wBAAwB;IAE1B,gCAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,iCAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;QAC/B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;KAC7B,CAAC,CAAC;IAGU,4BAAG,GAAG,CAAC,EAAU,EAAE,EAAE,CAAC,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;IACzD,+BAAM,GAAG,wBAAU,CAAC,MAAM,CAAC;AAK1C,CAAC,EAdgB,wBAAwB,wCAAxB,wBAAwB,QAcxC"}
@@ -19,3 +19,4 @@ __exportStar(require("./signin.command"), exports);
19
19
  __exportStar(require("./logout.command"), exports);
20
20
  __exportStar(require("./logout-all.command"), exports);
21
21
  __exportStar(require("./delete-session.command"), exports);
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/auth/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,mDAAiC;AACjC,mDAAiC;AACjC,uDAAqC;AACrC,2DAAyC"}
@@ -6,12 +6,11 @@ const rest_api_1 = require("../../../rest-api");
6
6
  const http_method_1 = require("../../../shared/http-method");
7
7
  var AuthLogoutAllCommand;
8
8
  (function (AuthLogoutAllCommand) {
9
- // Request/Response
10
9
  AuthLogoutAllCommand.Request = zod_1.z.object({});
11
10
  AuthLogoutAllCommand.Response = zod_1.z.object({
12
11
  sessionIds: zod_1.z.array(zod_1.z.string().uuid()),
13
12
  });
14
- // URL/Method
15
13
  AuthLogoutAllCommand.URL = rest_api_1.REST_API.V1.AUTH.LOGOUT_ALL;
16
14
  AuthLogoutAllCommand.METHOD = http_method_1.HttpMethod.POST;
17
15
  })(AuthLogoutAllCommand || (exports.AuthLogoutAllCommand = AuthLogoutAllCommand = {}));
16
+ //# sourceMappingURL=logout-all.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logout-all.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/logout-all.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,oBAAoB,CAcpC;AAdD,WAAiB,oBAAoB;IAEpB,4BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,6BAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;QAC7B,UAAU,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;KACzC,CAAC,CAAC;IAGU,wBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;IAClC,2BAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAK1C,CAAC,EAdgB,oBAAoB,oCAApB,oBAAoB,QAcpC"}
@@ -6,12 +6,11 @@ const rest_api_1 = require("../../../rest-api");
6
6
  const http_method_1 = require("../../../shared/http-method");
7
7
  var AuthLogoutCommand;
8
8
  (function (AuthLogoutCommand) {
9
- // Request/Response
10
9
  AuthLogoutCommand.Request = zod_1.z.object({});
11
10
  AuthLogoutCommand.Response = zod_1.z.object({
12
11
  sessionId: zod_1.z.string().uuid(),
13
12
  });
14
- // URL/Method
15
13
  AuthLogoutCommand.URL = rest_api_1.REST_API.V1.AUTH.LOGOUT;
16
14
  AuthLogoutCommand.METHOD = http_method_1.HttpMethod.POST;
17
15
  })(AuthLogoutCommand || (exports.AuthLogoutCommand = AuthLogoutCommand = {}));
16
+ //# sourceMappingURL=logout.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logout.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/logout.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAcjC;AAdD,WAAiB,iBAAiB;IAEjB,yBAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,0BAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;QAC7B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;KAC/B,CAAC,CAAC;IAGU,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;IAC9B,wBAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAK1C,CAAC,EAdgB,iBAAiB,iCAAjB,iBAAiB,QAcjC"}
@@ -11,6 +11,7 @@ export declare namespace AuthSignInCommand {
11
11
  email: z.ZodString;
12
12
  name: z.ZodString;
13
13
  role: z.ZodString;
14
+ registerType: z.ZodEnum<typeof import("../..").RegisterType>;
14
15
  marketingConsent: z.ZodBoolean;
15
16
  createdAt: z.ZodString;
16
17
  }, z.core.$strip>;
@@ -7,10 +7,9 @@ const rest_api_1 = require("../../../rest-api");
7
7
  const http_method_1 = require("../../../shared/http-method");
8
8
  var AuthSignInCommand;
9
9
  (function (AuthSignInCommand) {
10
- // Request/Response
11
10
  AuthSignInCommand.Request = signin_request_schema_1.SignInRequestSchema;
12
11
  AuthSignInCommand.Response = auth_response_schema_1.AuthResponseSchema;
13
- // URL/Method
14
12
  AuthSignInCommand.URL = rest_api_1.REST_API.V1.AUTH.SIGNIN;
15
13
  AuthSignInCommand.METHOD = http_method_1.HttpMethod.POST;
16
14
  })(AuthSignInCommand || (exports.AuthSignInCommand = AuthSignInCommand = {}));
15
+ //# sourceMappingURL=signin.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signin.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/signin.command.ts"],"names":[],"mappings":";;;AACA,4EAAuE;AACvE,0EAAqE;AACrE,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAYjC;AAZD,WAAiB,iBAAiB;IAEnB,yBAAO,GAAG,2CAAmB,CAAC;IAC9B,0BAAQ,GAAG,yCAAkB,CAAC;IAG9B,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;IAC9B,wBAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAKxC,CAAC,EAZgB,iBAAiB,iCAAjB,iBAAiB,QAYjC"}
@@ -13,6 +13,7 @@ export declare namespace AuthSignupCommand {
13
13
  email: z.ZodString;
14
14
  name: z.ZodString;
15
15
  role: z.ZodString;
16
+ registerType: z.ZodEnum<typeof import("../..").RegisterType>;
16
17
  marketingConsent: z.ZodBoolean;
17
18
  createdAt: z.ZodString;
18
19
  }, z.core.$strip>;
@@ -7,10 +7,9 @@ const rest_api_1 = require("../../../rest-api");
7
7
  const http_method_1 = require("../../../shared/http-method");
8
8
  var AuthSignupCommand;
9
9
  (function (AuthSignupCommand) {
10
- // Request/Response
11
10
  AuthSignupCommand.Request = schemas_1.SignUpRequestSchema;
12
11
  AuthSignupCommand.Response = schemas_2.AuthResponseSchema;
13
- // URL/Method
14
12
  AuthSignupCommand.URL = rest_api_1.REST_API.V1.AUTH.SIGNUP;
15
13
  AuthSignupCommand.METHOD = http_method_1.HttpMethod.POST;
16
14
  })(AuthSignupCommand || (exports.AuthSignupCommand = AuthSignupCommand = {}));
15
+ //# sourceMappingURL=signup.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signup.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/signup.command.ts"],"names":[],"mappings":";;;AACA,wCAAiD;AACjD,wCAAgD;AAChD,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAYjC;AAZD,WAAiB,iBAAiB;IAEjB,yBAAO,GAAG,6BAAmB,CAAC;IAC9B,0BAAQ,GAAG,4BAAkB,CAAC;IAG9B,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;IAC9B,wBAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAK1C,CAAC,EAZgB,iBAAiB,iCAAjB,iBAAiB,QAYjC"}
@@ -19,8 +19,8 @@ __exportStar(require("./schemas"), exports);
19
19
  __exportStar(require("./auth.errors"), exports);
20
20
  __exportStar(require("./commands"), exports);
21
21
  __exportStar(require("./queries"), exports);
22
- // Re-export from centralized locations
23
22
  var controllers_1 = require("../../controllers");
24
23
  Object.defineProperty(exports, "AUTH_CONTROLLER", { enumerable: true, get: function () { return controllers_1.AUTH_CONTROLLER; } });
25
24
  var routes_1 = require("../../routes");
26
25
  Object.defineProperty(exports, "AUTH_ROUTES", { enumerable: true, get: function () { return routes_1.AUTH_ROUTES; } });
26
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,gDAA8B;AAC9B,6CAA2B;AAC3B,4CAA0B;AAE1B,iDAAoD;AAA3C,8GAAA,eAAe,OAAA;AACxB,uCAA2C;AAAlC,qGAAA,WAAW,OAAA"}
@@ -7,10 +7,9 @@ const rest_api_1 = require("../../../rest-api");
7
7
  const http_method_1 = require("../../../shared/http-method");
8
8
  var AuthGetSessionsQuery;
9
9
  (function (AuthGetSessionsQuery) {
10
- // Request/Response
11
10
  AuthGetSessionsQuery.Request = zod_1.z.object({});
12
11
  AuthGetSessionsQuery.Response = auth_response_schema_1.SessionsListResponseSchema;
13
- // URL/Method
14
12
  AuthGetSessionsQuery.URL = rest_api_1.REST_API.V1.AUTH.SESSIONS;
15
13
  AuthGetSessionsQuery.METHOD = http_method_1.HttpMethod.GET;
16
14
  })(AuthGetSessionsQuery || (exports.AuthGetSessionsQuery = AuthGetSessionsQuery = {}));
15
+ //# sourceMappingURL=get-sessions.query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sessions.query.js","sourceRoot":"","sources":["../../../../v1/auth/queries/get-sessions.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,0EAA6E;AAC7E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,oBAAoB,CAYpC;AAZD,WAAiB,oBAAoB;IAEtB,4BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,6BAAQ,GAAG,iDAA0B,CAAC;IAGtC,wBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;IAChC,2BAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKvC,CAAC,EAZgB,oBAAoB,oCAApB,oBAAoB,QAYpC"}
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./get-sessions.query"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/auth/queries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}