@lyxa.ai/marketing 1.0.47 → 1.0.48

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 (329) hide show
  1. package/dist/lib/event/event-initializations.d.ts.map +1 -1
  2. package/dist/lib/event/event-initializations.js +2 -0
  3. package/dist/lib/event/event-initializations.js.map +1 -1
  4. package/dist/lib/index.d.ts +1346 -7
  5. package/dist/lib/index.d.ts.map +1 -1
  6. package/dist/lib/index.js +3 -1
  7. package/dist/lib/index.js.map +1 -1
  8. package/dist/lib/modules/coupon/routers/coupon.router.d.ts +4 -0
  9. package/dist/lib/modules/coupon/routers/coupon.router.d.ts.map +1 -1
  10. package/dist/lib/modules/coupon/services/coupon.service.js +1 -1
  11. package/dist/lib/modules/coupon/services/coupon.service.js.map +1 -1
  12. package/dist/lib/modules/coupon/services/custom-coupon.service.d.ts +2 -0
  13. package/dist/lib/modules/coupon/services/custom-coupon.service.d.ts.map +1 -1
  14. package/dist/lib/modules/coupon/services/custom-coupon.service.js +1 -1
  15. package/dist/lib/modules/coupon/services/custom-coupon.service.js.map +1 -1
  16. package/dist/lib/modules/coupon/services/global-coupon.service.d.ts +1 -1
  17. package/dist/lib/modules/coupon/services/global-coupon.service.d.ts.map +1 -1
  18. package/dist/lib/modules/coupon/services/global-coupon.service.js +16 -10
  19. package/dist/lib/modules/coupon/services/global-coupon.service.js.map +1 -1
  20. package/dist/lib/modules/coupon/services/helper.service.d.ts +2 -1
  21. package/dist/lib/modules/coupon/services/helper.service.d.ts.map +1 -1
  22. package/dist/lib/modules/coupon/services/helper.service.js +7 -1
  23. package/dist/lib/modules/coupon/services/helper.service.js.map +1 -1
  24. package/dist/lib/modules/coupon/services/individual-store-coupon.service.d.ts +2 -0
  25. package/dist/lib/modules/coupon/services/individual-store-coupon.service.d.ts.map +1 -1
  26. package/dist/lib/modules/coupon/services/individual-store-coupon.service.js +2 -2
  27. package/dist/lib/modules/coupon/services/individual-store-coupon.service.js.map +1 -1
  28. package/dist/lib/modules/coupon/services/individual-user-coupon.service.d.ts.map +1 -1
  29. package/dist/lib/modules/coupon/services/individual-user-coupon.service.js +6 -0
  30. package/dist/lib/modules/coupon/services/individual-user-coupon.service.js.map +1 -1
  31. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.d.ts.map +1 -1
  32. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.js +20 -1
  33. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.js.map +1 -1
  34. package/dist/lib/modules/coupon/services/referral-code-coupon.service.d.ts.map +1 -1
  35. package/dist/lib/modules/coupon/services/referral-code-coupon.service.js +1 -1
  36. package/dist/lib/modules/coupon/services/referral-code-coupon.service.js.map +1 -1
  37. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.d.ts +1 -1
  38. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  39. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js +21 -15
  40. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js.map +1 -1
  41. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.d.ts +2 -0
  42. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.d.ts.map +1 -1
  43. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.js +2 -2
  44. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.js.map +1 -1
  45. package/dist/lib/modules/coupon/validations/coupon.validation.d.ts +13 -0
  46. package/dist/lib/modules/coupon/validations/coupon.validation.d.ts.map +1 -1
  47. package/dist/lib/modules/coupon/validations/coupon.validation.js +1 -0
  48. package/dist/lib/modules/coupon/validations/coupon.validation.js.map +1 -1
  49. package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts +6 -6
  50. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +6 -6
  51. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +30 -30
  52. package/dist/lib/modules/marketing/services/marketing.service.d.ts.map +1 -1
  53. package/dist/lib/modules/marketing/services/marketing.service.js +8 -2
  54. package/dist/lib/modules/marketing/services/marketing.service.js.map +1 -1
  55. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.d.ts +2 -0
  56. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.d.ts.map +1 -1
  57. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.js +14 -0
  58. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.js.map +1 -1
  59. package/dist/lib/modules/marketing/validations/buy1-get1-marketing.validation.d.ts +18 -18
  60. package/dist/lib/modules/marketing/validations/discount-marketing.validation.d.ts +30 -30
  61. package/dist/lib/modules/marketing/validations/featured-marketing.validation.d.ts +6 -6
  62. package/dist/lib/modules/marketing/validations/free-delivery-marketing.validation.d.ts +4 -4
  63. package/dist/lib/modules/marketing/validations/marketing.validation.d.ts +2 -2
  64. package/dist/lib/modules/marketing/validations/product-marketing.validation.d.ts +5 -5
  65. package/dist/lib/modules/marketing/validations/punch-marketing.validation.d.ts +4 -4
  66. package/dist/lib/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts +1 -1
  67. package/dist/lib/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts +2 -2
  68. package/dist/lib/modules/tournament/config/config.builder.d.ts +5 -0
  69. package/dist/lib/modules/tournament/config/config.builder.d.ts.map +1 -0
  70. package/dist/lib/modules/tournament/config/config.builder.js +19 -0
  71. package/dist/lib/modules/tournament/config/config.builder.js.map +1 -0
  72. package/dist/lib/modules/tournament/config/config.repository.d.ts +13 -0
  73. package/dist/lib/modules/tournament/config/config.repository.d.ts.map +1 -0
  74. package/dist/lib/modules/tournament/config/config.repository.js +77 -0
  75. package/dist/lib/modules/tournament/config/config.repository.js.map +1 -0
  76. package/dist/lib/modules/tournament/config/config.router.d.ts +363 -0
  77. package/dist/lib/modules/tournament/config/config.router.d.ts.map +1 -0
  78. package/dist/lib/modules/tournament/config/config.router.js +40 -0
  79. package/dist/lib/modules/tournament/config/config.router.js.map +1 -0
  80. package/dist/lib/modules/tournament/config/config.service.d.ts +14 -0
  81. package/dist/lib/modules/tournament/config/config.service.d.ts.map +1 -0
  82. package/dist/lib/modules/tournament/config/config.service.js +101 -0
  83. package/dist/lib/modules/tournament/config/config.service.js.map +1 -0
  84. package/dist/lib/modules/tournament/config/config.validation.d.ts +1014 -0
  85. package/dist/lib/modules/tournament/config/config.validation.d.ts.map +1 -0
  86. package/dist/lib/modules/tournament/config/config.validation.js +70 -0
  87. package/dist/lib/modules/tournament/config/config.validation.js.map +1 -0
  88. package/dist/lib/modules/tournament/match/events/match-ended.consumer.d.ts +2 -0
  89. package/dist/lib/modules/tournament/match/events/match-ended.consumer.d.ts.map +1 -0
  90. package/dist/lib/modules/tournament/match/events/match-ended.consumer.js +15 -0
  91. package/dist/lib/modules/tournament/match/events/match-ended.consumer.js.map +1 -0
  92. package/dist/lib/modules/tournament/match/events/match-ended.event.d.ts +14 -0
  93. package/dist/lib/modules/tournament/match/events/match-ended.event.d.ts.map +1 -0
  94. package/dist/lib/modules/tournament/match/events/match-ended.event.js +12 -0
  95. package/dist/lib/modules/tournament/match/events/match-ended.event.js.map +1 -0
  96. package/dist/lib/modules/tournament/match/match.builder.d.ts +38 -0
  97. package/dist/lib/modules/tournament/match/match.builder.d.ts.map +1 -0
  98. package/dist/lib/modules/tournament/match/match.builder.js +37 -0
  99. package/dist/lib/modules/tournament/match/match.builder.js.map +1 -0
  100. package/dist/lib/modules/tournament/match/match.repository.d.ts +13 -0
  101. package/dist/lib/modules/tournament/match/match.repository.d.ts.map +1 -0
  102. package/dist/lib/modules/tournament/match/match.repository.js +84 -0
  103. package/dist/lib/modules/tournament/match/match.repository.js.map +1 -0
  104. package/dist/lib/modules/tournament/match/match.router.d.ts +489 -0
  105. package/dist/lib/modules/tournament/match/match.router.d.ts.map +1 -0
  106. package/dist/lib/modules/tournament/match/match.router.js +56 -0
  107. package/dist/lib/modules/tournament/match/match.router.js.map +1 -0
  108. package/dist/lib/modules/tournament/match/match.service.d.ts +29 -0
  109. package/dist/lib/modules/tournament/match/match.service.d.ts.map +1 -0
  110. package/dist/lib/modules/tournament/match/match.service.js +193 -0
  111. package/dist/lib/modules/tournament/match/match.service.js.map +1 -0
  112. package/dist/lib/modules/tournament/match/match.validation.d.ts +880 -0
  113. package/dist/lib/modules/tournament/match/match.validation.d.ts.map +1 -0
  114. package/dist/lib/modules/tournament/match/match.validation.js +74 -0
  115. package/dist/lib/modules/tournament/match/match.validation.js.map +1 -0
  116. package/dist/lib/modules/tournament/notification/jobs/notification.producer.d.ts +13 -0
  117. package/dist/lib/modules/tournament/notification/jobs/notification.producer.d.ts.map +1 -0
  118. package/dist/lib/modules/tournament/notification/jobs/notification.producer.js +28 -0
  119. package/dist/lib/modules/tournament/notification/jobs/notification.producer.js.map +1 -0
  120. package/dist/lib/modules/tournament/notification/jobs/notification.worker.d.ts +7 -0
  121. package/dist/lib/modules/tournament/notification/jobs/notification.worker.d.ts.map +1 -0
  122. package/dist/lib/modules/tournament/notification/jobs/notification.worker.js +76 -0
  123. package/dist/lib/modules/tournament/notification/jobs/notification.worker.js.map +1 -0
  124. package/dist/lib/modules/tournament/notification/notification.scheduler.service.d.ts +10 -0
  125. package/dist/lib/modules/tournament/notification/notification.scheduler.service.d.ts.map +1 -0
  126. package/dist/lib/modules/tournament/notification/notification.scheduler.service.js +86 -0
  127. package/dist/lib/modules/tournament/notification/notification.scheduler.service.js.map +1 -0
  128. package/dist/lib/modules/tournament/notification/notification.service.d.ts +11 -0
  129. package/dist/lib/modules/tournament/notification/notification.service.d.ts.map +1 -0
  130. package/dist/lib/modules/tournament/notification/notification.service.js +101 -0
  131. package/dist/lib/modules/tournament/notification/notification.service.js.map +1 -0
  132. package/dist/lib/modules/tournament/participant/participant.repository.d.ts +12 -0
  133. package/dist/lib/modules/tournament/participant/participant.repository.d.ts.map +1 -0
  134. package/dist/lib/modules/tournament/participant/participant.repository.js +73 -0
  135. package/dist/lib/modules/tournament/participant/participant.repository.js.map +1 -0
  136. package/dist/lib/modules/tournament/participant/participant.router.d.ts +104 -0
  137. package/dist/lib/modules/tournament/participant/participant.router.d.ts.map +1 -0
  138. package/dist/lib/modules/tournament/participant/participant.router.js +28 -0
  139. package/dist/lib/modules/tournament/participant/participant.router.js.map +1 -0
  140. package/dist/lib/modules/tournament/participant/participant.service.d.ts +14 -0
  141. package/dist/lib/modules/tournament/participant/participant.service.d.ts.map +1 -0
  142. package/dist/lib/modules/tournament/participant/participant.service.js +103 -0
  143. package/dist/lib/modules/tournament/participant/participant.service.js.map +1 -0
  144. package/dist/lib/modules/tournament/participant/participant.validation.d.ts +719 -0
  145. package/dist/lib/modules/tournament/participant/participant.validation.d.ts.map +1 -0
  146. package/dist/lib/modules/tournament/participant/participant.validation.js +44 -0
  147. package/dist/lib/modules/tournament/participant/participant.validation.js.map +1 -0
  148. package/dist/lib/modules/tournament/prediction/prediction.builder.d.ts +14 -0
  149. package/dist/lib/modules/tournament/prediction/prediction.builder.d.ts.map +1 -0
  150. package/dist/lib/modules/tournament/prediction/prediction.builder.js +23 -0
  151. package/dist/lib/modules/tournament/prediction/prediction.builder.js.map +1 -0
  152. package/dist/lib/modules/tournament/prediction/prediction.repository.d.ts +11 -0
  153. package/dist/lib/modules/tournament/prediction/prediction.repository.d.ts.map +1 -0
  154. package/dist/lib/modules/tournament/prediction/prediction.repository.js +73 -0
  155. package/dist/lib/modules/tournament/prediction/prediction.repository.js.map +1 -0
  156. package/dist/lib/modules/tournament/prediction/prediction.router.d.ts +133 -0
  157. package/dist/lib/modules/tournament/prediction/prediction.router.d.ts.map +1 -0
  158. package/dist/lib/modules/tournament/prediction/prediction.router.js +36 -0
  159. package/dist/lib/modules/tournament/prediction/prediction.router.js.map +1 -0
  160. package/dist/lib/modules/tournament/prediction/prediction.service.d.ts +17 -0
  161. package/dist/lib/modules/tournament/prediction/prediction.service.d.ts.map +1 -0
  162. package/dist/lib/modules/tournament/prediction/prediction.service.js +125 -0
  163. package/dist/lib/modules/tournament/prediction/prediction.service.js.map +1 -0
  164. package/dist/lib/modules/tournament/prediction/prediction.validation.d.ts +575 -0
  165. package/dist/lib/modules/tournament/prediction/prediction.validation.d.ts.map +1 -0
  166. package/dist/lib/modules/tournament/prediction/prediction.validation.js +46 -0
  167. package/dist/lib/modules/tournament/prediction/prediction.validation.js.map +1 -0
  168. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.d.ts +8 -0
  169. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.d.ts.map +1 -0
  170. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.js +65 -0
  171. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.js.map +1 -0
  172. package/dist/lib/modules/tournament/reward/reward.factory.d.ts +6 -0
  173. package/dist/lib/modules/tournament/reward/reward.factory.d.ts.map +1 -0
  174. package/dist/lib/modules/tournament/reward/reward.factory.js +21 -0
  175. package/dist/lib/modules/tournament/reward/reward.factory.js.map +1 -0
  176. package/dist/lib/modules/tournament/reward/reward.interface.d.ts +5 -0
  177. package/dist/lib/modules/tournament/reward/reward.interface.d.ts.map +1 -0
  178. package/dist/lib/modules/tournament/reward/reward.interface.js +3 -0
  179. package/dist/lib/modules/tournament/reward/reward.interface.js.map +1 -0
  180. package/dist/lib/modules/tournament/reward/reward.service.d.ts +6 -0
  181. package/dist/lib/modules/tournament/reward/reward.service.d.ts.map +1 -0
  182. package/dist/lib/modules/tournament/reward/reward.service.js +56 -0
  183. package/dist/lib/modules/tournament/reward/reward.service.js.map +1 -0
  184. package/dist/lib/modules/tournament/reward/reward.types.d.ts +11 -0
  185. package/dist/lib/modules/tournament/reward/reward.types.d.ts.map +1 -0
  186. package/dist/lib/modules/tournament/reward/reward.types.js +8 -0
  187. package/dist/lib/modules/tournament/reward/reward.types.js.map +1 -0
  188. package/dist/lib/modules/tournament/team/team.builder.d.ts +19 -0
  189. package/dist/lib/modules/tournament/team/team.builder.d.ts.map +1 -0
  190. package/dist/lib/modules/tournament/team/team.builder.js +18 -0
  191. package/dist/lib/modules/tournament/team/team.builder.js.map +1 -0
  192. package/dist/lib/modules/tournament/team/team.repository.d.ts +11 -0
  193. package/dist/lib/modules/tournament/team/team.repository.d.ts.map +1 -0
  194. package/dist/lib/modules/tournament/team/team.repository.js +71 -0
  195. package/dist/lib/modules/tournament/team/team.repository.js.map +1 -0
  196. package/dist/lib/modules/tournament/team/team.router.d.ts +237 -0
  197. package/dist/lib/modules/tournament/team/team.router.d.ts.map +1 -0
  198. package/dist/lib/modules/tournament/team/team.router.js +36 -0
  199. package/dist/lib/modules/tournament/team/team.router.js.map +1 -0
  200. package/dist/lib/modules/tournament/team/team.service.d.ts +15 -0
  201. package/dist/lib/modules/tournament/team/team.service.d.ts.map +1 -0
  202. package/dist/lib/modules/tournament/team/team.service.js +137 -0
  203. package/dist/lib/modules/tournament/team/team.service.js.map +1 -0
  204. package/dist/lib/modules/tournament/team/team.validation.d.ts +986 -0
  205. package/dist/lib/modules/tournament/team/team.validation.d.ts.map +1 -0
  206. package/dist/lib/modules/tournament/team/team.validation.js +55 -0
  207. package/dist/lib/modules/tournament/team/team.validation.js.map +1 -0
  208. package/dist/lib/modules/tournament/tournament.router.d.ts +1336 -0
  209. package/dist/lib/modules/tournament/tournament.router.d.ts.map +1 -0
  210. package/dist/lib/modules/tournament/tournament.router.js +17 -0
  211. package/dist/lib/modules/tournament/tournament.router.js.map +1 -0
  212. package/dist/types/event/event-initializations.d.ts.map +1 -1
  213. package/dist/types/events/event-initializations.d.ts +2 -0
  214. package/dist/types/events/event-initializations.d.ts.map +1 -0
  215. package/dist/types/index.d.ts +1346 -7
  216. package/dist/types/index.d.ts.map +1 -1
  217. package/dist/types/modules/coupon/routers/coupon.router.d.ts +4 -0
  218. package/dist/types/modules/coupon/routers/coupon.router.d.ts.map +1 -1
  219. package/dist/types/modules/coupon/services/custom-coupon.service.d.ts +2 -0
  220. package/dist/types/modules/coupon/services/custom-coupon.service.d.ts.map +1 -1
  221. package/dist/types/modules/coupon/services/global-coupon.service.d.ts +1 -1
  222. package/dist/types/modules/coupon/services/global-coupon.service.d.ts.map +1 -1
  223. package/dist/types/modules/coupon/services/helper.service.d.ts +2 -1
  224. package/dist/types/modules/coupon/services/helper.service.d.ts.map +1 -1
  225. package/dist/types/modules/coupon/services/individual-store-coupon.service.d.ts +2 -0
  226. package/dist/types/modules/coupon/services/individual-store-coupon.service.d.ts.map +1 -1
  227. package/dist/types/modules/coupon/services/individual-user-coupon.service.d.ts.map +1 -1
  228. package/dist/types/modules/coupon/services/patterns/repository/CouponRepository.d.ts.map +1 -1
  229. package/dist/types/modules/coupon/services/referral-code-coupon.service.d.ts.map +1 -1
  230. package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts +1 -1
  231. package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  232. package/dist/types/modules/coupon/services/shops-categories-coupon.service.d.ts +2 -0
  233. package/dist/types/modules/coupon/services/shops-categories-coupon.service.d.ts.map +1 -1
  234. package/dist/types/modules/coupon/validations/coupon.validation.d.ts +13 -0
  235. package/dist/types/modules/coupon/validations/coupon.validation.d.ts.map +1 -1
  236. package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts +6 -6
  237. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +6 -6
  238. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +30 -30
  239. package/dist/types/modules/marketing/services/marketing.service.d.ts.map +1 -1
  240. package/dist/types/modules/marketing/services/synchronize-product-marketing.service.d.ts +2 -0
  241. package/dist/types/modules/marketing/services/synchronize-product-marketing.service.d.ts.map +1 -1
  242. package/dist/types/modules/marketing/validations/buy1-get1-marketing.validation.d.ts +18 -18
  243. package/dist/types/modules/marketing/validations/discount-marketing.validation.d.ts +30 -30
  244. package/dist/types/modules/marketing/validations/featured-marketing.validation.d.ts +6 -6
  245. package/dist/types/modules/marketing/validations/free-delivery-marketing.validation.d.ts +4 -4
  246. package/dist/types/modules/marketing/validations/marketing.validation.d.ts +2 -2
  247. package/dist/types/modules/marketing/validations/product-marketing.validation.d.ts +5 -5
  248. package/dist/types/modules/marketing/validations/punch-marketing.validation.d.ts +4 -4
  249. package/dist/types/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts +1 -1
  250. package/dist/types/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts +2 -2
  251. package/dist/types/modules/tournament/config/config.builder.d.ts +5 -0
  252. package/dist/types/modules/tournament/config/config.builder.d.ts.map +1 -0
  253. package/dist/types/modules/tournament/config/config.repository.d.ts +13 -0
  254. package/dist/types/modules/tournament/config/config.repository.d.ts.map +1 -0
  255. package/dist/types/modules/tournament/config/config.router.d.ts +363 -0
  256. package/dist/types/modules/tournament/config/config.router.d.ts.map +1 -0
  257. package/dist/types/modules/tournament/config/config.service.d.ts +14 -0
  258. package/dist/types/modules/tournament/config/config.service.d.ts.map +1 -0
  259. package/dist/types/modules/tournament/config/config.validation.d.ts +1014 -0
  260. package/dist/types/modules/tournament/config/config.validation.d.ts.map +1 -0
  261. package/dist/types/modules/tournament/config/tournament-config.validation.d.ts +201 -0
  262. package/dist/types/modules/tournament/config/tournament-config.validation.d.ts.map +1 -0
  263. package/dist/types/modules/tournament/match/events/match-ended.consumer.d.ts +2 -0
  264. package/dist/types/modules/tournament/match/events/match-ended.consumer.d.ts.map +1 -0
  265. package/dist/types/modules/tournament/match/events/match-ended.event.d.ts +14 -0
  266. package/dist/types/modules/tournament/match/events/match-ended.event.d.ts.map +1 -0
  267. package/dist/types/modules/tournament/match/match.builder.d.ts +38 -0
  268. package/dist/types/modules/tournament/match/match.builder.d.ts.map +1 -0
  269. package/dist/types/modules/tournament/match/match.repository.d.ts +13 -0
  270. package/dist/types/modules/tournament/match/match.repository.d.ts.map +1 -0
  271. package/dist/types/modules/tournament/match/match.router.d.ts +489 -0
  272. package/dist/types/modules/tournament/match/match.router.d.ts.map +1 -0
  273. package/dist/types/modules/tournament/match/match.service.d.ts +29 -0
  274. package/dist/types/modules/tournament/match/match.service.d.ts.map +1 -0
  275. package/dist/types/modules/tournament/match/match.validation.d.ts +880 -0
  276. package/dist/types/modules/tournament/match/match.validation.d.ts.map +1 -0
  277. package/dist/types/modules/tournament/notification/jobs/notification.producer.d.ts +13 -0
  278. package/dist/types/modules/tournament/notification/jobs/notification.producer.d.ts.map +1 -0
  279. package/dist/types/modules/tournament/notification/jobs/notification.worker.d.ts +7 -0
  280. package/dist/types/modules/tournament/notification/jobs/notification.worker.d.ts.map +1 -0
  281. package/dist/types/modules/tournament/notification/notification.scheduler.service.d.ts +10 -0
  282. package/dist/types/modules/tournament/notification/notification.scheduler.service.d.ts.map +1 -0
  283. package/dist/types/modules/tournament/notification/notification.service.d.ts +11 -0
  284. package/dist/types/modules/tournament/notification/notification.service.d.ts.map +1 -0
  285. package/dist/types/modules/tournament/participant/participant.repository.d.ts +12 -0
  286. package/dist/types/modules/tournament/participant/participant.repository.d.ts.map +1 -0
  287. package/dist/types/modules/tournament/participant/participant.router.d.ts +104 -0
  288. package/dist/types/modules/tournament/participant/participant.router.d.ts.map +1 -0
  289. package/dist/types/modules/tournament/participant/participant.service.d.ts +14 -0
  290. package/dist/types/modules/tournament/participant/participant.service.d.ts.map +1 -0
  291. package/dist/types/modules/tournament/participant/participant.validation.d.ts +719 -0
  292. package/dist/types/modules/tournament/participant/participant.validation.d.ts.map +1 -0
  293. package/dist/types/modules/tournament/prediction/prediction.builder.d.ts +14 -0
  294. package/dist/types/modules/tournament/prediction/prediction.builder.d.ts.map +1 -0
  295. package/dist/types/modules/tournament/prediction/prediction.repository.d.ts +11 -0
  296. package/dist/types/modules/tournament/prediction/prediction.repository.d.ts.map +1 -0
  297. package/dist/types/modules/tournament/prediction/prediction.router.d.ts +133 -0
  298. package/dist/types/modules/tournament/prediction/prediction.router.d.ts.map +1 -0
  299. package/dist/types/modules/tournament/prediction/prediction.service.d.ts +17 -0
  300. package/dist/types/modules/tournament/prediction/prediction.service.d.ts.map +1 -0
  301. package/dist/types/modules/tournament/prediction/prediction.validation.d.ts +575 -0
  302. package/dist/types/modules/tournament/prediction/prediction.validation.d.ts.map +1 -0
  303. package/dist/types/modules/tournament/reward/handlers/coupon-reward.handler.d.ts +8 -0
  304. package/dist/types/modules/tournament/reward/handlers/coupon-reward.handler.d.ts.map +1 -0
  305. package/dist/types/modules/tournament/reward/reward.factory.d.ts +6 -0
  306. package/dist/types/modules/tournament/reward/reward.factory.d.ts.map +1 -0
  307. package/dist/types/modules/tournament/reward/reward.interface.d.ts +5 -0
  308. package/dist/types/modules/tournament/reward/reward.interface.d.ts.map +1 -0
  309. package/dist/types/modules/tournament/reward/reward.service.d.ts +6 -0
  310. package/dist/types/modules/tournament/reward/reward.service.d.ts.map +1 -0
  311. package/dist/types/modules/tournament/reward/reward.types.d.ts +11 -0
  312. package/dist/types/modules/tournament/reward/reward.types.d.ts.map +1 -0
  313. package/dist/types/modules/tournament/team/team.builder.d.ts +19 -0
  314. package/dist/types/modules/tournament/team/team.builder.d.ts.map +1 -0
  315. package/dist/types/modules/tournament/team/team.repository.d.ts +11 -0
  316. package/dist/types/modules/tournament/team/team.repository.d.ts.map +1 -0
  317. package/dist/types/modules/tournament/team/team.router.d.ts +237 -0
  318. package/dist/types/modules/tournament/team/team.router.d.ts.map +1 -0
  319. package/dist/types/modules/tournament/team/team.service.d.ts +15 -0
  320. package/dist/types/modules/tournament/team/team.service.d.ts.map +1 -0
  321. package/dist/types/modules/tournament/team/team.validation.d.ts +986 -0
  322. package/dist/types/modules/tournament/team/team.validation.d.ts.map +1 -0
  323. package/dist/types/modules/tournament/tournament.router.d.ts +1336 -0
  324. package/dist/types/modules/tournament/tournament.router.d.ts.map +1 -0
  325. package/package.json +3 -3
  326. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts +0 -1
  327. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts.map +0 -1
  328. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.js +0 -2
  329. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"participant.validation.d.ts","sourceRoot":"/","sources":["modules/tournament/participant/participant.validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,GAAG,EAAiB,MAAM,2DAA2D,CAAC;AAiB/F,eAAO,MAAM,oBAAoB;;;;;;;;;EAG/B,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;EAE1C,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQtC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;EAK1C,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwD,CAAC;AAClG,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoD,CAAC;AACrG,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6D,CAAC;AAElH,MAAM,MAAM,sBAAsB,GAAG,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACtE,MAAM,MAAM,kCAAkC,GAAG,GAAG,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAC7F,MAAM,MAAM,8BAA8B,GAAG,GAAG,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { mongoose } from '@typegoose/typegoose';
2
+ import { PredictionOutputDTO } from './prediction.validation';
3
+ interface PredictionScoreInput {
4
+ team1: number;
5
+ team2: number;
6
+ }
7
+ export declare class PredictionBuilder {
8
+ static buildPrediction(matchId: mongoose.Types.ObjectId, score: PredictionScoreInput): Omit<PredictionOutputDTO, '_id'> & {
9
+ _id: mongoose.Types.ObjectId;
10
+ };
11
+ static buildScoreUpdate(score: PredictionScoreInput): Record<string, unknown>;
12
+ }
13
+ export {};
14
+ //# sourceMappingURL=prediction.builder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prediction.builder.d.ts","sourceRoot":"/","sources":["modules/tournament/prediction/prediction.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,UAAU,oBAAoB;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,iBAAiB;IAC1B,MAAM,CAAC,eAAe,CAAC,OAAO,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,EAAE,oBAAoB,GAAG,IAAI,CAAC,mBAAmB,EAAE,KAAK,CAAC,GAAG;QAAE,GAAG,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAA;KAAE;IAU1J,MAAM,CAAC,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAMhF"}
@@ -0,0 +1,11 @@
1
+ import { mongoose } from '@typegoose/typegoose';
2
+ import { TournamentParticipant as ParticipantType } from '@lyxa.ai/core/dist/libraries/mongo/models';
3
+ export declare class PredictionRepository {
4
+ private participantModel;
5
+ constructor();
6
+ addPrediction(participantId: mongoose.Types.ObjectId, prediction: object): Promise<ParticipantType | null>;
7
+ updatePrediction(participantId: mongoose.Types.ObjectId, matchId: mongoose.Types.ObjectId, updates: Record<string, unknown>): Promise<ParticipantType | null>;
8
+ setSucceeded(participantId: mongoose.Types.ObjectId, matchId: mongoose.Types.ObjectId, succeeded: boolean): Promise<void>;
9
+ }
10
+ export declare const predictionRepository: PredictionRepository;
11
+ //# sourceMappingURL=prediction.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prediction.repository.d.ts","sourceRoot":"/","sources":["modules/tournament/prediction/prediction.repository.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EACH,qBAAqB,IAAI,eAAe,EAE3C,MAAM,2CAA2C,CAAC;AAEnD,qBACa,oBAAoB;IAC7B,OAAO,CAAC,gBAAgB,CAAoC;;IAMtD,aAAa,CAAC,aAAa,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;IAM1G,gBAAgB,CAClB,aAAa,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,EACtC,OAAO,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAChC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACjC,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;IAU5B,YAAY,CACd,aAAa,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,EACtC,OAAO,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAChC,SAAS,EAAE,OAAO,GACnB,OAAO,CAAC,IAAI,CAAC;CAMnB;AAED,eAAO,MAAM,oBAAoB,sBAAsC,CAAC"}
@@ -0,0 +1,133 @@
1
+ import { mongoose } from '@typegoose/typegoose';
2
+ export declare const predictionRouter: import("@trpc/server").TRPCBuiltRouter<{
3
+ ctx: import("@lyxa.ai/core/dist/libraries/trpc/context").LyxaHTTPContext;
4
+ meta: object;
5
+ errorShape: {
6
+ message: string;
7
+ data: {
8
+ stack: undefined;
9
+ path: undefined;
10
+ code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
11
+ httpStatus: number;
12
+ };
13
+ stack: undefined;
14
+ code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
15
+ };
16
+ transformer: false;
17
+ }, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
18
+ create: import("@trpc/server").TRPCMutationProcedure<{
19
+ input: {
20
+ score: {
21
+ team1: number;
22
+ team2: number;
23
+ };
24
+ tournamentId: string | mongoose.Types.ObjectId;
25
+ matchId: string | mongoose.Types.ObjectId;
26
+ };
27
+ output: {
28
+ message: string;
29
+ success: boolean;
30
+ data?: {
31
+ _id: string | mongoose.Types.ObjectId;
32
+ score: {
33
+ team1: number | null;
34
+ team2: number | null;
35
+ };
36
+ matchId: string | mongoose.Types.ObjectId;
37
+ } | {
38
+ documents: {
39
+ _id: string | mongoose.Types.ObjectId;
40
+ score: {
41
+ team1: number | null;
42
+ team2: number | null;
43
+ };
44
+ matchId: string | mongoose.Types.ObjectId;
45
+ }[];
46
+ metadata?: {
47
+ page: number;
48
+ size: number;
49
+ totalElements: number;
50
+ totalPages: number;
51
+ } | undefined;
52
+ } | undefined;
53
+ };
54
+ meta: object;
55
+ }>;
56
+ edit: import("@trpc/server").TRPCMutationProcedure<{
57
+ input: {
58
+ score: {
59
+ team1: number;
60
+ team2: number;
61
+ };
62
+ tournamentId: string | mongoose.Types.ObjectId;
63
+ matchId: string | mongoose.Types.ObjectId;
64
+ };
65
+ output: {
66
+ message: string;
67
+ success: boolean;
68
+ data?: {
69
+ _id: string | mongoose.Types.ObjectId;
70
+ score: {
71
+ team1: number | null;
72
+ team2: number | null;
73
+ };
74
+ matchId: string | mongoose.Types.ObjectId;
75
+ } | {
76
+ documents: {
77
+ _id: string | mongoose.Types.ObjectId;
78
+ score: {
79
+ team1: number | null;
80
+ team2: number | null;
81
+ };
82
+ matchId: string | mongoose.Types.ObjectId;
83
+ }[];
84
+ metadata?: {
85
+ page: number;
86
+ size: number;
87
+ totalElements: number;
88
+ totalPages: number;
89
+ } | undefined;
90
+ } | undefined;
91
+ };
92
+ meta: object;
93
+ }>;
94
+ get: import("@trpc/server").TRPCQueryProcedure<{
95
+ input: {
96
+ tournamentId: string | mongoose.Types.ObjectId;
97
+ matchId: string | mongoose.Types.ObjectId;
98
+ };
99
+ output: {
100
+ message: string;
101
+ success: boolean;
102
+ data?: {
103
+ _id: string | mongoose.Types.ObjectId;
104
+ score: {
105
+ team1: number | null;
106
+ team2: number | null;
107
+ };
108
+ matchId: string | mongoose.Types.ObjectId;
109
+ succeeded?: boolean | null | undefined;
110
+ predictionTime?: Date | null | undefined;
111
+ } | {
112
+ documents: ({
113
+ _id: string | mongoose.Types.ObjectId;
114
+ score: {
115
+ team1: number | null;
116
+ team2: number | null;
117
+ };
118
+ matchId: string | mongoose.Types.ObjectId;
119
+ succeeded?: boolean | null | undefined;
120
+ predictionTime?: Date | null | undefined;
121
+ } | null)[];
122
+ metadata?: {
123
+ page: number;
124
+ size: number;
125
+ totalElements: number;
126
+ totalPages: number;
127
+ } | undefined;
128
+ } | null | undefined;
129
+ };
130
+ meta: object;
131
+ }>;
132
+ }>>;
133
+ //# sourceMappingURL=prediction.router.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prediction.router.d.ts","sourceRoot":"/","sources":["modules/tournament/prediction/prediction.router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAiBhD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8B3B,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { mongoose } from '@typegoose/typegoose';
2
+ import { CreatePredictionInputDTO, EditPredictionInputDTO, GetPredictionInputDTO, PredictionOutputDTO } from './prediction.validation';
3
+ export declare class PredictionService {
4
+ private repository;
5
+ private matchRepository;
6
+ private participantService;
7
+ constructor();
8
+ private findMatch;
9
+ private ensureMatchIsOpen;
10
+ private ensureNoPriorPrediction;
11
+ private findPrediction;
12
+ create(userId: mongoose.Types.ObjectId, input: CreatePredictionInputDTO): Promise<PredictionOutputDTO>;
13
+ edit(userId: mongoose.Types.ObjectId, input: EditPredictionInputDTO): Promise<PredictionOutputDTO>;
14
+ get(userId: mongoose.Types.ObjectId, input: GetPredictionInputDTO): Promise<PredictionOutputDTO | null>;
15
+ }
16
+ export declare const predictionService: PredictionService;
17
+ //# sourceMappingURL=prediction.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prediction.service.d.ts","sourceRoot":"/","sources":["modules/tournament/prediction/prediction.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOvI,qBACa,iBAAiB;IAC1B,OAAO,CAAC,UAAU,CAAuB;IACzC,OAAO,CAAC,eAAe,CAA4B;IACnD,OAAO,CAAC,kBAAkB,CAAqB;;YAQjC,SAAS;IAQvB,OAAO,CAAC,iBAAiB;IAOzB,OAAO,CAAC,uBAAuB;IAK/B,OAAO,CAAC,cAAc;IAMT,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,EAAE,wBAAwB,GAAG,OAAO,CAAC,mBAAmB,CAAC;IActG,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAoBlG,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC;CAKvH;AAED,eAAO,MAAM,iBAAiB,mBAAmC,CAAC"}