@lyxa.ai/marketing 1.0.48 → 1.0.50

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 (324) hide show
  1. package/dist/lib/event/event-initializations.js +2 -2
  2. package/dist/lib/event/event-initializations.js.map +1 -1
  3. package/dist/lib/index.d.ts +462 -508
  4. package/dist/lib/index.d.ts.map +1 -1
  5. package/dist/lib/modules/coupon/services/coupon.service.d.ts +2 -2
  6. package/dist/lib/modules/coupon/services/coupon.service.d.ts.map +1 -1
  7. package/dist/lib/modules/coupon/services/coupon.service.js.map +1 -1
  8. package/dist/lib/modules/coupon/services/global-coupon.service.d.ts.map +1 -1
  9. package/dist/lib/modules/coupon/services/global-coupon.service.js +2 -0
  10. package/dist/lib/modules/coupon/services/global-coupon.service.js.map +1 -1
  11. package/dist/lib/modules/coupon/services/helper.service.d.ts.map +1 -1
  12. package/dist/lib/modules/coupon/services/helper.service.js +2 -0
  13. package/dist/lib/modules/coupon/services/helper.service.js.map +1 -1
  14. package/dist/lib/modules/coupon/services/individual-user-coupon.service.d.ts.map +1 -1
  15. package/dist/lib/modules/coupon/services/individual-user-coupon.service.js +2 -0
  16. package/dist/lib/modules/coupon/services/individual-user-coupon.service.js.map +1 -1
  17. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  18. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js +2 -0
  19. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js.map +1 -1
  20. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts +10 -21
  21. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
  22. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js +5 -4
  23. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js.map +1 -1
  24. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +154 -0
  25. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts.map +1 -1
  26. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.js +13 -1
  27. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.js.map +1 -1
  28. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts +8 -2
  29. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
  30. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js +11 -2
  31. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js.map +1 -1
  32. package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts +10 -21
  33. package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts.map +1 -1
  34. package/dist/lib/modules/tournament/config/config.builder.d.ts.map +1 -1
  35. package/dist/lib/modules/tournament/config/config.builder.js +4 -0
  36. package/dist/lib/modules/tournament/config/config.builder.js.map +1 -1
  37. package/dist/lib/modules/tournament/config/config.repository.d.ts +4 -0
  38. package/dist/lib/modules/tournament/config/config.repository.d.ts.map +1 -1
  39. package/dist/lib/modules/tournament/config/config.repository.js +10 -1
  40. package/dist/lib/modules/tournament/config/config.repository.js.map +1 -1
  41. package/dist/lib/modules/tournament/config/config.router.d.ts +106 -218
  42. package/dist/lib/modules/tournament/config/config.router.d.ts.map +1 -1
  43. package/dist/lib/modules/tournament/config/config.service.d.ts +2 -2
  44. package/dist/lib/modules/tournament/config/config.service.d.ts.map +1 -1
  45. package/dist/lib/modules/tournament/config/config.service.js.map +1 -1
  46. package/dist/lib/modules/tournament/config/config.validation.d.ts +446 -692
  47. package/dist/lib/modules/tournament/config/config.validation.d.ts.map +1 -1
  48. package/dist/lib/modules/tournament/config/config.validation.js +44 -28
  49. package/dist/lib/modules/tournament/config/config.validation.js.map +1 -1
  50. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.d.ts +2 -0
  51. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.d.ts.map +1 -0
  52. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.js +28 -0
  53. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.js.map +1 -0
  54. package/dist/lib/modules/tournament/match/events/evaluate-predictions.event.d.ts +15 -0
  55. package/dist/lib/modules/tournament/match/events/evaluate-predictions.event.d.ts.map +1 -0
  56. package/dist/lib/modules/tournament/match/events/evaluate-predictions.event.js +12 -0
  57. package/dist/lib/modules/tournament/match/events/evaluate-predictions.event.js.map +1 -0
  58. package/dist/lib/modules/tournament/match/match.builder.d.ts +5 -2
  59. package/dist/lib/modules/tournament/match/match.builder.d.ts.map +1 -1
  60. package/dist/lib/modules/tournament/match/match.builder.js +13 -7
  61. package/dist/lib/modules/tournament/match/match.builder.js.map +1 -1
  62. package/dist/lib/modules/tournament/match/match.repository.d.ts +2 -0
  63. package/dist/lib/modules/tournament/match/match.repository.d.ts.map +1 -1
  64. package/dist/lib/modules/tournament/match/match.repository.js +10 -0
  65. package/dist/lib/modules/tournament/match/match.repository.js.map +1 -1
  66. package/dist/lib/modules/tournament/match/match.router.d.ts +66 -191
  67. package/dist/lib/modules/tournament/match/match.router.d.ts.map +1 -1
  68. package/dist/lib/modules/tournament/match/match.router.js +0 -7
  69. package/dist/lib/modules/tournament/match/match.router.js.map +1 -1
  70. package/dist/lib/modules/tournament/match/match.service.d.ts +1 -12
  71. package/dist/lib/modules/tournament/match/match.service.d.ts.map +1 -1
  72. package/dist/lib/modules/tournament/match/match.service.js +18 -68
  73. package/dist/lib/modules/tournament/match/match.service.js.map +1 -1
  74. package/dist/lib/modules/tournament/match/match.validation.d.ts +96 -34
  75. package/dist/lib/modules/tournament/match/match.validation.d.ts.map +1 -1
  76. package/dist/lib/modules/tournament/match/match.validation.js +5 -2
  77. package/dist/lib/modules/tournament/match/match.validation.js.map +1 -1
  78. package/dist/lib/modules/tournament/notification/jobs/notification.producer.d.ts +2 -5
  79. package/dist/lib/modules/tournament/notification/jobs/notification.producer.d.ts.map +1 -1
  80. package/dist/lib/modules/tournament/notification/jobs/notification.producer.js +1 -6
  81. package/dist/lib/modules/tournament/notification/jobs/notification.producer.js.map +1 -1
  82. package/dist/lib/modules/tournament/notification/jobs/notification.worker.d.ts +2 -0
  83. package/dist/lib/modules/tournament/notification/jobs/notification.worker.d.ts.map +1 -1
  84. package/dist/lib/modules/tournament/notification/jobs/notification.worker.js +15 -9
  85. package/dist/lib/modules/tournament/notification/jobs/notification.worker.js.map +1 -1
  86. package/dist/lib/modules/tournament/notification/notification-template.repository.d.ts +8 -0
  87. package/dist/lib/modules/tournament/notification/notification-template.repository.d.ts.map +1 -0
  88. package/dist/lib/modules/tournament/notification/notification-template.repository.js +60 -0
  89. package/dist/lib/modules/tournament/notification/notification-template.repository.js.map +1 -0
  90. package/dist/lib/modules/tournament/notification/notification.config.d.ts +10 -0
  91. package/dist/lib/modules/tournament/notification/notification.config.d.ts.map +1 -0
  92. package/dist/lib/modules/tournament/notification/notification.config.js +15 -0
  93. package/dist/lib/modules/tournament/notification/notification.config.js.map +1 -0
  94. package/dist/lib/modules/tournament/notification/notification.schedule.config.d.ts +10 -0
  95. package/dist/lib/modules/tournament/notification/notification.schedule.config.d.ts.map +1 -0
  96. package/dist/lib/modules/tournament/notification/notification.schedule.config.js +15 -0
  97. package/dist/lib/modules/tournament/notification/notification.schedule.config.js.map +1 -0
  98. package/dist/lib/modules/tournament/notification/notification.scheduler.service.d.ts +4 -4
  99. package/dist/lib/modules/tournament/notification/notification.scheduler.service.d.ts.map +1 -1
  100. package/dist/lib/modules/tournament/notification/notification.scheduler.service.js +15 -28
  101. package/dist/lib/modules/tournament/notification/notification.scheduler.service.js.map +1 -1
  102. package/dist/lib/modules/tournament/notification/notification.service.d.ts +5 -3
  103. package/dist/lib/modules/tournament/notification/notification.service.d.ts.map +1 -1
  104. package/dist/lib/modules/tournament/notification/notification.service.js +33 -23
  105. package/dist/lib/modules/tournament/notification/notification.service.js.map +1 -1
  106. package/dist/lib/modules/tournament/participant/participant.repository.d.ts +1 -0
  107. package/dist/lib/modules/tournament/participant/participant.repository.d.ts.map +1 -1
  108. package/dist/lib/modules/tournament/participant/participant.repository.js +6 -0
  109. package/dist/lib/modules/tournament/participant/participant.repository.js.map +1 -1
  110. package/dist/lib/modules/tournament/participant/participant.router.d.ts +9 -9
  111. package/dist/lib/modules/tournament/participant/participant.validation.d.ts +84 -84
  112. package/dist/lib/modules/tournament/prediction/prediction.builder.d.ts.map +1 -1
  113. package/dist/lib/modules/tournament/prediction/prediction.builder.js +3 -2
  114. package/dist/lib/modules/tournament/prediction/prediction.builder.js.map +1 -1
  115. package/dist/lib/modules/tournament/prediction/prediction.repository.d.ts +4 -1
  116. package/dist/lib/modules/tournament/prediction/prediction.repository.d.ts.map +1 -1
  117. package/dist/lib/modules/tournament/prediction/prediction.repository.js +20 -2
  118. package/dist/lib/modules/tournament/prediction/prediction.repository.js.map +1 -1
  119. package/dist/lib/modules/tournament/prediction/prediction.router.d.ts +12 -12
  120. package/dist/lib/modules/tournament/prediction/prediction.service.d.ts +9 -0
  121. package/dist/lib/modules/tournament/prediction/prediction.service.d.ts.map +1 -1
  122. package/dist/lib/modules/tournament/prediction/prediction.service.js +30 -4
  123. package/dist/lib/modules/tournament/prediction/prediction.service.js.map +1 -1
  124. package/dist/lib/modules/tournament/prediction/prediction.validation.d.ts +64 -64
  125. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.d.ts +3 -0
  126. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.d.ts.map +1 -1
  127. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.js +21 -5
  128. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.js.map +1 -1
  129. package/dist/lib/modules/tournament/reward/reward.builder.d.ts +6 -0
  130. package/dist/lib/modules/tournament/reward/reward.builder.d.ts.map +1 -0
  131. package/dist/lib/modules/tournament/reward/reward.builder.js +44 -0
  132. package/dist/lib/modules/tournament/reward/reward.builder.js.map +1 -0
  133. package/dist/lib/modules/tournament/reward/reward.interface.d.ts.map +1 -1
  134. package/dist/lib/modules/tournament/reward/reward.interface.js.map +1 -1
  135. package/dist/lib/modules/tournament/reward/reward.repository.d.ts +8 -0
  136. package/dist/lib/modules/tournament/reward/reward.repository.d.ts.map +1 -0
  137. package/dist/lib/modules/tournament/reward/reward.repository.js +66 -0
  138. package/dist/lib/modules/tournament/reward/reward.repository.js.map +1 -0
  139. package/dist/lib/modules/tournament/reward/reward.service.d.ts.map +1 -1
  140. package/dist/lib/modules/tournament/reward/reward.service.js.map +1 -1
  141. package/dist/lib/modules/tournament/reward/reward.types.d.ts +1 -1
  142. package/dist/lib/modules/tournament/reward/reward.types.d.ts.map +1 -1
  143. package/dist/lib/modules/tournament/reward/reward.types.js.map +1 -1
  144. package/dist/lib/modules/tournament/schedule/schedule.router.d.ts +27 -0
  145. package/dist/lib/modules/tournament/schedule/schedule.router.d.ts.map +1 -0
  146. package/dist/lib/modules/tournament/schedule/schedule.router.js +17 -0
  147. package/dist/lib/modules/tournament/schedule/schedule.router.js.map +1 -0
  148. package/dist/lib/modules/tournament/schedule/schedule.service.d.ts +10 -0
  149. package/dist/lib/modules/tournament/schedule/schedule.service.d.ts.map +1 -0
  150. package/dist/lib/modules/tournament/schedule/schedule.service.js +87 -0
  151. package/dist/lib/modules/tournament/schedule/schedule.service.js.map +1 -0
  152. package/dist/lib/modules/tournament/score/score.repository.d.ts +13 -0
  153. package/dist/lib/modules/tournament/score/score.repository.d.ts.map +1 -0
  154. package/dist/lib/modules/tournament/score/score.repository.js +70 -0
  155. package/dist/lib/modules/tournament/score/score.repository.js.map +1 -0
  156. package/dist/lib/modules/tournament/score/score.router.d.ts +98 -0
  157. package/dist/lib/modules/tournament/score/score.router.d.ts.map +1 -0
  158. package/dist/lib/modules/tournament/score/score.router.js +20 -0
  159. package/dist/lib/modules/tournament/score/score.router.js.map +1 -0
  160. package/dist/lib/modules/tournament/score/score.service.d.ts +13 -0
  161. package/dist/lib/modules/tournament/score/score.service.d.ts.map +1 -0
  162. package/dist/lib/modules/tournament/score/score.service.js +109 -0
  163. package/dist/lib/modules/tournament/score/score.service.js.map +1 -0
  164. package/dist/lib/modules/tournament/score/score.validation.d.ts +375 -0
  165. package/dist/lib/modules/tournament/score/score.validation.d.ts.map +1 -0
  166. package/dist/lib/modules/tournament/score/score.validation.js +19 -0
  167. package/dist/lib/modules/tournament/score/score.validation.js.map +1 -0
  168. package/dist/lib/modules/tournament/statistics/statistics.builder.d.ts +10 -0
  169. package/dist/lib/modules/tournament/statistics/statistics.builder.d.ts.map +1 -0
  170. package/dist/lib/modules/tournament/statistics/statistics.builder.js +53 -0
  171. package/dist/lib/modules/tournament/statistics/statistics.builder.js.map +1 -0
  172. package/dist/lib/modules/tournament/statistics/statistics.router.d.ts +80 -0
  173. package/dist/lib/modules/tournament/statistics/statistics.router.d.ts.map +1 -0
  174. package/dist/lib/modules/tournament/statistics/statistics.router.js +21 -0
  175. package/dist/lib/modules/tournament/statistics/statistics.router.js.map +1 -0
  176. package/dist/lib/modules/tournament/statistics/statistics.service.d.ts +11 -0
  177. package/dist/lib/modules/tournament/statistics/statistics.service.d.ts.map +1 -0
  178. package/dist/lib/modules/tournament/statistics/statistics.service.js +80 -0
  179. package/dist/lib/modules/tournament/statistics/statistics.service.js.map +1 -0
  180. package/dist/lib/modules/tournament/statistics/statistics.validation.d.ts +404 -0
  181. package/dist/lib/modules/tournament/statistics/statistics.validation.d.ts.map +1 -0
  182. package/dist/lib/modules/tournament/statistics/statistics.validation.js +36 -0
  183. package/dist/lib/modules/tournament/statistics/statistics.validation.js.map +1 -0
  184. package/dist/lib/modules/tournament/team/team.router.d.ts +31 -57
  185. package/dist/lib/modules/tournament/team/team.router.d.ts.map +1 -1
  186. package/dist/lib/modules/tournament/team/team.service.d.ts +1 -0
  187. package/dist/lib/modules/tournament/team/team.service.d.ts.map +1 -1
  188. package/dist/lib/modules/tournament/team/team.service.js +21 -16
  189. package/dist/lib/modules/tournament/team/team.service.js.map +1 -1
  190. package/dist/lib/modules/tournament/team/team.validation.d.ts +68 -18
  191. package/dist/lib/modules/tournament/team/team.validation.d.ts.map +1 -1
  192. package/dist/lib/modules/tournament/team/team.validation.js +4 -2
  193. package/dist/lib/modules/tournament/team/team.validation.js.map +1 -1
  194. package/dist/lib/modules/tournament/tournament.router.d.ts +466 -501
  195. package/dist/lib/modules/tournament/tournament.router.d.ts.map +1 -1
  196. package/dist/lib/modules/tournament/tournament.router.js +14 -0
  197. package/dist/lib/modules/tournament/tournament.router.js.map +1 -1
  198. package/dist/lib/modules/tournament/tournament.service.d.ts +8 -0
  199. package/dist/lib/modules/tournament/tournament.service.d.ts.map +1 -0
  200. package/dist/lib/modules/tournament/tournament.service.js +63 -0
  201. package/dist/lib/modules/tournament/tournament.service.js.map +1 -0
  202. package/dist/lib/modules/tournament/tournament.types.d.ts +9 -0
  203. package/dist/lib/modules/tournament/tournament.types.d.ts.map +1 -0
  204. package/dist/lib/modules/tournament/tournament.types.js +14 -0
  205. package/dist/lib/modules/tournament/tournament.types.js.map +1 -0
  206. package/dist/lib/modules/tournament/tournament.utils.d.ts +2 -0
  207. package/dist/lib/modules/tournament/tournament.utils.d.ts.map +1 -0
  208. package/dist/lib/modules/tournament/tournament.utils.js +6 -0
  209. package/dist/lib/modules/tournament/tournament.utils.js.map +1 -0
  210. package/dist/lib/modules/tournament/tournament.validation.d.ts +133 -0
  211. package/dist/lib/modules/tournament/tournament.validation.d.ts.map +1 -0
  212. package/dist/lib/modules/tournament/tournament.validation.js +14 -0
  213. package/dist/lib/modules/tournament/tournament.validation.js.map +1 -0
  214. package/dist/types/index.d.ts +462 -508
  215. package/dist/types/index.d.ts.map +1 -1
  216. package/dist/types/modules/coupon/services/coupon.service.d.ts +2 -2
  217. package/dist/types/modules/coupon/services/coupon.service.d.ts.map +1 -1
  218. package/dist/types/modules/coupon/services/global-coupon.service.d.ts.map +1 -1
  219. package/dist/types/modules/coupon/services/helper.service.d.ts.map +1 -1
  220. package/dist/types/modules/coupon/services/individual-user-coupon.service.d.ts.map +1 -1
  221. package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  222. package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts +10 -21
  223. package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
  224. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +154 -0
  225. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts.map +1 -1
  226. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts +8 -2
  227. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
  228. package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts +10 -21
  229. package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts.map +1 -1
  230. package/dist/types/modules/tournament/config/config.builder.d.ts.map +1 -1
  231. package/dist/types/modules/tournament/config/config.repository.d.ts +4 -0
  232. package/dist/types/modules/tournament/config/config.repository.d.ts.map +1 -1
  233. package/dist/types/modules/tournament/config/config.router.d.ts +106 -218
  234. package/dist/types/modules/tournament/config/config.router.d.ts.map +1 -1
  235. package/dist/types/modules/tournament/config/config.service.d.ts +2 -2
  236. package/dist/types/modules/tournament/config/config.service.d.ts.map +1 -1
  237. package/dist/types/modules/tournament/config/config.validation.d.ts +446 -692
  238. package/dist/types/modules/tournament/config/config.validation.d.ts.map +1 -1
  239. package/dist/types/modules/tournament/match/events/evaluate-predictions.consumer.d.ts +2 -0
  240. package/dist/types/modules/tournament/match/events/evaluate-predictions.consumer.d.ts.map +1 -0
  241. package/dist/types/modules/tournament/match/events/evaluate-predictions.event.d.ts +15 -0
  242. package/dist/types/modules/tournament/match/events/evaluate-predictions.event.d.ts.map +1 -0
  243. package/dist/types/modules/tournament/match/match.builder.d.ts +5 -2
  244. package/dist/types/modules/tournament/match/match.builder.d.ts.map +1 -1
  245. package/dist/types/modules/tournament/match/match.repository.d.ts +2 -0
  246. package/dist/types/modules/tournament/match/match.repository.d.ts.map +1 -1
  247. package/dist/types/modules/tournament/match/match.router.d.ts +66 -191
  248. package/dist/types/modules/tournament/match/match.router.d.ts.map +1 -1
  249. package/dist/types/modules/tournament/match/match.service.d.ts +1 -12
  250. package/dist/types/modules/tournament/match/match.service.d.ts.map +1 -1
  251. package/dist/types/modules/tournament/match/match.validation.d.ts +96 -34
  252. package/dist/types/modules/tournament/match/match.validation.d.ts.map +1 -1
  253. package/dist/types/modules/tournament/notification/jobs/notification.producer.d.ts +2 -5
  254. package/dist/types/modules/tournament/notification/jobs/notification.producer.d.ts.map +1 -1
  255. package/dist/types/modules/tournament/notification/jobs/notification.worker.d.ts +2 -0
  256. package/dist/types/modules/tournament/notification/jobs/notification.worker.d.ts.map +1 -1
  257. package/dist/types/modules/tournament/notification/notification-template.repository.d.ts +8 -0
  258. package/dist/types/modules/tournament/notification/notification-template.repository.d.ts.map +1 -0
  259. package/dist/types/modules/tournament/notification/notification.config.d.ts +10 -0
  260. package/dist/types/modules/tournament/notification/notification.config.d.ts.map +1 -0
  261. package/dist/types/modules/tournament/notification/notification.schedule.config.d.ts +10 -0
  262. package/dist/types/modules/tournament/notification/notification.schedule.config.d.ts.map +1 -0
  263. package/dist/types/modules/tournament/notification/notification.scheduler.service.d.ts +4 -4
  264. package/dist/types/modules/tournament/notification/notification.scheduler.service.d.ts.map +1 -1
  265. package/dist/types/modules/tournament/notification/notification.service.d.ts +5 -3
  266. package/dist/types/modules/tournament/notification/notification.service.d.ts.map +1 -1
  267. package/dist/types/modules/tournament/participant/participant.repository.d.ts +1 -0
  268. package/dist/types/modules/tournament/participant/participant.repository.d.ts.map +1 -1
  269. package/dist/types/modules/tournament/participant/participant.router.d.ts +9 -9
  270. package/dist/types/modules/tournament/participant/participant.validation.d.ts +84 -84
  271. package/dist/types/modules/tournament/prediction/prediction.builder.d.ts.map +1 -1
  272. package/dist/types/modules/tournament/prediction/prediction.repository.d.ts +4 -1
  273. package/dist/types/modules/tournament/prediction/prediction.repository.d.ts.map +1 -1
  274. package/dist/types/modules/tournament/prediction/prediction.router.d.ts +12 -12
  275. package/dist/types/modules/tournament/prediction/prediction.service.d.ts +9 -0
  276. package/dist/types/modules/tournament/prediction/prediction.service.d.ts.map +1 -1
  277. package/dist/types/modules/tournament/prediction/prediction.validation.d.ts +64 -64
  278. package/dist/types/modules/tournament/reward/handlers/coupon-reward.handler.d.ts +3 -0
  279. package/dist/types/modules/tournament/reward/handlers/coupon-reward.handler.d.ts.map +1 -1
  280. package/dist/types/modules/tournament/reward/reward.builder.d.ts +6 -0
  281. package/dist/types/modules/tournament/reward/reward.builder.d.ts.map +1 -0
  282. package/dist/types/modules/tournament/reward/reward.interface.d.ts.map +1 -1
  283. package/dist/types/modules/tournament/reward/reward.repository.d.ts +8 -0
  284. package/dist/types/modules/tournament/reward/reward.repository.d.ts.map +1 -0
  285. package/dist/types/modules/tournament/reward/reward.service.d.ts.map +1 -1
  286. package/dist/types/modules/tournament/reward/reward.types.d.ts +1 -1
  287. package/dist/types/modules/tournament/reward/reward.types.d.ts.map +1 -1
  288. package/dist/types/modules/tournament/schedule/schedule.router.d.ts +27 -0
  289. package/dist/types/modules/tournament/schedule/schedule.router.d.ts.map +1 -0
  290. package/dist/types/modules/tournament/schedule/schedule.service.d.ts +10 -0
  291. package/dist/types/modules/tournament/schedule/schedule.service.d.ts.map +1 -0
  292. package/dist/types/modules/tournament/score/score.repository.d.ts +13 -0
  293. package/dist/types/modules/tournament/score/score.repository.d.ts.map +1 -0
  294. package/dist/types/modules/tournament/score/score.router.d.ts +98 -0
  295. package/dist/types/modules/tournament/score/score.router.d.ts.map +1 -0
  296. package/dist/types/modules/tournament/score/score.service.d.ts +13 -0
  297. package/dist/types/modules/tournament/score/score.service.d.ts.map +1 -0
  298. package/dist/types/modules/tournament/score/score.validation.d.ts +375 -0
  299. package/dist/types/modules/tournament/score/score.validation.d.ts.map +1 -0
  300. package/dist/types/modules/tournament/statistics/statistics.builder.d.ts +10 -0
  301. package/dist/types/modules/tournament/statistics/statistics.builder.d.ts.map +1 -0
  302. package/dist/types/modules/tournament/statistics/statistics.router.d.ts +80 -0
  303. package/dist/types/modules/tournament/statistics/statistics.router.d.ts.map +1 -0
  304. package/dist/types/modules/tournament/statistics/statistics.service.d.ts +11 -0
  305. package/dist/types/modules/tournament/statistics/statistics.service.d.ts.map +1 -0
  306. package/dist/types/modules/tournament/statistics/statistics.validation.d.ts +404 -0
  307. package/dist/types/modules/tournament/statistics/statistics.validation.d.ts.map +1 -0
  308. package/dist/types/modules/tournament/team/team.router.d.ts +31 -57
  309. package/dist/types/modules/tournament/team/team.router.d.ts.map +1 -1
  310. package/dist/types/modules/tournament/team/team.service.d.ts +1 -0
  311. package/dist/types/modules/tournament/team/team.service.d.ts.map +1 -1
  312. package/dist/types/modules/tournament/team/team.validation.d.ts +68 -18
  313. package/dist/types/modules/tournament/team/team.validation.d.ts.map +1 -1
  314. package/dist/types/modules/tournament/tournament.router.d.ts +466 -501
  315. package/dist/types/modules/tournament/tournament.router.d.ts.map +1 -1
  316. package/dist/types/modules/tournament/tournament.service.d.ts +8 -0
  317. package/dist/types/modules/tournament/tournament.service.d.ts.map +1 -0
  318. package/dist/types/modules/tournament/tournament.types.d.ts +9 -0
  319. package/dist/types/modules/tournament/tournament.types.d.ts.map +1 -0
  320. package/dist/types/modules/tournament/tournament.utils.d.ts +2 -0
  321. package/dist/types/modules/tournament/tournament.utils.d.ts.map +1 -0
  322. package/dist/types/modules/tournament/tournament.validation.d.ts +133 -0
  323. package/dist/types/modules/tournament/tournament.validation.d.ts.map +1 -0
  324. package/package.json +2 -2
@@ -16,81 +16,58 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
16
16
  }, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
17
17
  create: import("@trpc/server").TRPCMutationProcedure<{
18
18
  input: {
19
+ name: string;
19
20
  startDate: string | Date;
20
21
  endDate: string | Date;
21
- tag: string;
22
+ tag: import("../tournament.types").TournamentTag;
22
23
  status?: import("@lyxa.ai/core/dist/utilities/enum").Status | undefined;
24
+ reward?: {
25
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
26
+ } | {
27
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
28
+ couponNamePrefix: string;
29
+ percentage: number;
30
+ maxDiscountPerOrder?: number | null | undefined;
31
+ } | undefined;
23
32
  };
24
33
  output: {
25
34
  message: string;
26
35
  success: boolean;
27
36
  data?: {
28
37
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
29
- _id: string | import("mongoose").Types.ObjectId;
30
- tag: string;
38
+ name: string;
39
+ _id?: string | import("mongoose").Types.ObjectId | undefined;
31
40
  createdAt?: Date | null | undefined;
32
41
  startDate?: Date | null | undefined;
33
42
  endDate?: Date | null | undefined;
34
43
  updatedAt?: Date | null | undefined;
35
- matches?: {
36
- _id: string | import("mongoose").Types.ObjectId;
37
- team1: {
38
- name: string;
39
- teamId: string | import("mongoose").Types.ObjectId;
40
- };
41
- team2: {
42
- name: string;
43
- teamId: string | import("mongoose").Types.ObjectId;
44
- };
45
- score: {
46
- team1: number | null;
47
- team2: number | null;
48
- };
49
- stage: string;
50
- endDate?: Date | null | undefined;
51
- startingDate?: Date | null | undefined;
52
- additionalTag?: string | undefined;
53
- winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
54
- }[] | undefined;
55
- teams?: {
56
- name: string;
57
- _id: string | import("mongoose").Types.ObjectId;
58
- picture?: string | null | undefined;
59
- }[] | undefined;
44
+ tag?: import("../tournament.types").TournamentTag | undefined;
45
+ reward?: {
46
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
47
+ } | {
48
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
49
+ maxDiscountPerOrder?: number | null | undefined;
50
+ couponNamePrefix?: string | undefined;
51
+ percentage?: number | undefined;
52
+ } | undefined;
60
53
  } | {
61
54
  documents: {
62
55
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
63
- _id: string | import("mongoose").Types.ObjectId;
64
- tag: string;
56
+ name: string;
57
+ _id?: string | import("mongoose").Types.ObjectId | undefined;
65
58
  createdAt?: Date | null | undefined;
66
59
  startDate?: Date | null | undefined;
67
60
  endDate?: Date | null | undefined;
68
61
  updatedAt?: Date | null | undefined;
69
- matches?: {
70
- _id: string | import("mongoose").Types.ObjectId;
71
- team1: {
72
- name: string;
73
- teamId: string | import("mongoose").Types.ObjectId;
74
- };
75
- team2: {
76
- name: string;
77
- teamId: string | import("mongoose").Types.ObjectId;
78
- };
79
- score: {
80
- team1: number | null;
81
- team2: number | null;
82
- };
83
- stage: string;
84
- endDate?: Date | null | undefined;
85
- startingDate?: Date | null | undefined;
86
- additionalTag?: string | undefined;
87
- winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
88
- }[] | undefined;
89
- teams?: {
90
- name: string;
91
- _id: string | import("mongoose").Types.ObjectId;
92
- picture?: string | null | undefined;
93
- }[] | undefined;
62
+ tag?: import("../tournament.types").TournamentTag | undefined;
63
+ reward?: {
64
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
65
+ } | {
66
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
67
+ maxDiscountPerOrder?: number | null | undefined;
68
+ couponNamePrefix?: string | undefined;
69
+ percentage?: number | undefined;
70
+ } | undefined;
94
71
  }[];
95
72
  metadata?: {
96
73
  page: number;
@@ -109,71 +86,37 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
109
86
  success: boolean;
110
87
  data?: {
111
88
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
112
- _id: string | import("mongoose").Types.ObjectId;
113
- tag: string;
89
+ name: string;
90
+ _id?: string | import("mongoose").Types.ObjectId | undefined;
114
91
  createdAt?: Date | null | undefined;
115
92
  startDate?: Date | null | undefined;
116
93
  endDate?: Date | null | undefined;
117
94
  updatedAt?: Date | null | undefined;
118
- matches?: {
119
- _id: string | import("mongoose").Types.ObjectId;
120
- team1: {
121
- name: string;
122
- teamId: string | import("mongoose").Types.ObjectId;
123
- };
124
- team2: {
125
- name: string;
126
- teamId: string | import("mongoose").Types.ObjectId;
127
- };
128
- score: {
129
- team1: number | null;
130
- team2: number | null;
131
- };
132
- stage: string;
133
- endDate?: Date | null | undefined;
134
- startingDate?: Date | null | undefined;
135
- additionalTag?: string | undefined;
136
- winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
137
- }[] | undefined;
138
- teams?: {
139
- name: string;
140
- _id: string | import("mongoose").Types.ObjectId;
141
- picture?: string | null | undefined;
142
- }[] | undefined;
95
+ tag?: import("../tournament.types").TournamentTag | undefined;
96
+ reward?: {
97
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
98
+ } | {
99
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
100
+ maxDiscountPerOrder?: number | null | undefined;
101
+ percentage?: number | undefined;
102
+ } | undefined;
143
103
  }[] | {
144
104
  documents: {
145
105
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
146
- _id: string | import("mongoose").Types.ObjectId;
147
- tag: string;
106
+ name: string;
107
+ _id?: string | import("mongoose").Types.ObjectId | undefined;
148
108
  createdAt?: Date | null | undefined;
149
109
  startDate?: Date | null | undefined;
150
110
  endDate?: Date | null | undefined;
151
111
  updatedAt?: Date | null | undefined;
152
- matches?: {
153
- _id: string | import("mongoose").Types.ObjectId;
154
- team1: {
155
- name: string;
156
- teamId: string | import("mongoose").Types.ObjectId;
157
- };
158
- team2: {
159
- name: string;
160
- teamId: string | import("mongoose").Types.ObjectId;
161
- };
162
- score: {
163
- team1: number | null;
164
- team2: number | null;
165
- };
166
- stage: string;
167
- endDate?: Date | null | undefined;
168
- startingDate?: Date | null | undefined;
169
- additionalTag?: string | undefined;
170
- winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
171
- }[] | undefined;
172
- teams?: {
173
- name: string;
174
- _id: string | import("mongoose").Types.ObjectId;
175
- picture?: string | null | undefined;
176
- }[] | undefined;
112
+ tag?: import("../tournament.types").TournamentTag | undefined;
113
+ reward?: {
114
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
115
+ } | {
116
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
117
+ maxDiscountPerOrder?: number | null | undefined;
118
+ percentage?: number | undefined;
119
+ } | undefined;
177
120
  }[][];
178
121
  metadata?: {
179
122
  page: number;
@@ -194,71 +137,39 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
194
137
  success: boolean;
195
138
  data?: {
196
139
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
197
- _id: string | import("mongoose").Types.ObjectId;
198
- tag: string;
140
+ name: string;
141
+ _id?: string | import("mongoose").Types.ObjectId | undefined;
199
142
  createdAt?: Date | null | undefined;
200
143
  startDate?: Date | null | undefined;
201
144
  endDate?: Date | null | undefined;
202
145
  updatedAt?: Date | null | undefined;
203
- matches?: {
204
- _id: string | import("mongoose").Types.ObjectId;
205
- team1: {
206
- name: string;
207
- teamId: string | import("mongoose").Types.ObjectId;
208
- };
209
- team2: {
210
- name: string;
211
- teamId: string | import("mongoose").Types.ObjectId;
212
- };
213
- score: {
214
- team1: number | null;
215
- team2: number | null;
216
- };
217
- stage: string;
218
- endDate?: Date | null | undefined;
219
- startingDate?: Date | null | undefined;
220
- additionalTag?: string | undefined;
221
- winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
222
- }[] | undefined;
223
- teams?: {
224
- name: string;
225
- _id: string | import("mongoose").Types.ObjectId;
226
- picture?: string | null | undefined;
227
- }[] | undefined;
146
+ tag?: import("../tournament.types").TournamentTag | undefined;
147
+ reward?: {
148
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
149
+ } | {
150
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
151
+ maxDiscountPerOrder?: number | null | undefined;
152
+ couponNamePrefix?: string | undefined;
153
+ percentage?: number | undefined;
154
+ } | undefined;
228
155
  } | {
229
156
  documents: {
230
157
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
231
- _id: string | import("mongoose").Types.ObjectId;
232
- tag: string;
158
+ name: string;
159
+ _id?: string | import("mongoose").Types.ObjectId | undefined;
233
160
  createdAt?: Date | null | undefined;
234
161
  startDate?: Date | null | undefined;
235
162
  endDate?: Date | null | undefined;
236
163
  updatedAt?: Date | null | undefined;
237
- matches?: {
238
- _id: string | import("mongoose").Types.ObjectId;
239
- team1: {
240
- name: string;
241
- teamId: string | import("mongoose").Types.ObjectId;
242
- };
243
- team2: {
244
- name: string;
245
- teamId: string | import("mongoose").Types.ObjectId;
246
- };
247
- score: {
248
- team1: number | null;
249
- team2: number | null;
250
- };
251
- stage: string;
252
- endDate?: Date | null | undefined;
253
- startingDate?: Date | null | undefined;
254
- additionalTag?: string | undefined;
255
- winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
256
- }[] | undefined;
257
- teams?: {
258
- name: string;
259
- _id: string | import("mongoose").Types.ObjectId;
260
- picture?: string | null | undefined;
261
- }[] | undefined;
164
+ tag?: import("../tournament.types").TournamentTag | undefined;
165
+ reward?: {
166
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
167
+ } | {
168
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
169
+ maxDiscountPerOrder?: number | null | undefined;
170
+ couponNamePrefix?: string | undefined;
171
+ percentage?: number | undefined;
172
+ } | undefined;
262
173
  }[];
263
174
  metadata?: {
264
175
  page: number;
@@ -274,80 +185,57 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
274
185
  input: {
275
186
  _id: string | import("mongoose").Types.ObjectId;
276
187
  status?: import("@lyxa.ai/core/dist/utilities/enum").Status | undefined;
188
+ name?: string | undefined;
277
189
  startDate?: string | Date | undefined;
278
190
  endDate?: string | Date | undefined;
279
- tag?: string | undefined;
191
+ tag?: import("../tournament.types").TournamentTag | undefined;
192
+ reward?: {
193
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
194
+ } | {
195
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
196
+ couponNamePrefix: string;
197
+ percentage: number;
198
+ maxDiscountPerOrder?: number | null | undefined;
199
+ } | undefined;
280
200
  };
281
201
  output: {
282
202
  message: string;
283
203
  success: boolean;
284
204
  data?: {
285
205
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
286
- _id: string | import("mongoose").Types.ObjectId;
287
- tag: string;
206
+ name: string;
207
+ _id?: string | import("mongoose").Types.ObjectId | undefined;
288
208
  createdAt?: Date | null | undefined;
289
209
  startDate?: Date | null | undefined;
290
210
  endDate?: Date | null | undefined;
291
211
  updatedAt?: Date | null | undefined;
292
- matches?: {
293
- _id: string | import("mongoose").Types.ObjectId;
294
- team1: {
295
- name: string;
296
- teamId: string | import("mongoose").Types.ObjectId;
297
- };
298
- team2: {
299
- name: string;
300
- teamId: string | import("mongoose").Types.ObjectId;
301
- };
302
- score: {
303
- team1: number | null;
304
- team2: number | null;
305
- };
306
- stage: string;
307
- endDate?: Date | null | undefined;
308
- startingDate?: Date | null | undefined;
309
- additionalTag?: string | undefined;
310
- winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
311
- }[] | undefined;
312
- teams?: {
313
- name: string;
314
- _id: string | import("mongoose").Types.ObjectId;
315
- picture?: string | null | undefined;
316
- }[] | undefined;
212
+ tag?: import("../tournament.types").TournamentTag | undefined;
213
+ reward?: {
214
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
215
+ } | {
216
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
217
+ maxDiscountPerOrder?: number | null | undefined;
218
+ couponNamePrefix?: string | undefined;
219
+ percentage?: number | undefined;
220
+ } | undefined;
317
221
  } | {
318
222
  documents: {
319
223
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
320
- _id: string | import("mongoose").Types.ObjectId;
321
- tag: string;
224
+ name: string;
225
+ _id?: string | import("mongoose").Types.ObjectId | undefined;
322
226
  createdAt?: Date | null | undefined;
323
227
  startDate?: Date | null | undefined;
324
228
  endDate?: Date | null | undefined;
325
229
  updatedAt?: Date | null | undefined;
326
- matches?: {
327
- _id: string | import("mongoose").Types.ObjectId;
328
- team1: {
329
- name: string;
330
- teamId: string | import("mongoose").Types.ObjectId;
331
- };
332
- team2: {
333
- name: string;
334
- teamId: string | import("mongoose").Types.ObjectId;
335
- };
336
- score: {
337
- team1: number | null;
338
- team2: number | null;
339
- };
340
- stage: string;
341
- endDate?: Date | null | undefined;
342
- startingDate?: Date | null | undefined;
343
- additionalTag?: string | undefined;
344
- winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
345
- }[] | undefined;
346
- teams?: {
347
- name: string;
348
- _id: string | import("mongoose").Types.ObjectId;
349
- picture?: string | null | undefined;
350
- }[] | undefined;
230
+ tag?: import("../tournament.types").TournamentTag | undefined;
231
+ reward?: {
232
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
233
+ } | {
234
+ type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.COUPON;
235
+ maxDiscountPerOrder?: number | null | undefined;
236
+ couponNamePrefix?: string | undefined;
237
+ percentage?: number | undefined;
238
+ } | undefined;
351
239
  }[];
352
240
  metadata?: {
353
241
  page: number;
@@ -1 +1 @@
1
- {"version":3,"file":"config.router.d.ts","sourceRoot":"/","sources":["modules/tournament/config/config.router.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCvB,CAAC"}
1
+ {"version":3,"file":"config.router.d.ts","sourceRoot":"/","sources":["modules/tournament/config/config.router.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCvB,CAAC"}
@@ -1,12 +1,12 @@
1
1
  import { mongoose } from '@typegoose/typegoose';
2
- import { CreateTournamentConfigInputDTO, TournamentConfigOutputDTO, UpdateTournamentConfigInputDTO } from './config.validation';
2
+ import { CreateTournamentConfigInputDTO, TournamentConfigListItemOutputDTO, TournamentConfigOutputDTO, UpdateTournamentConfigInputDTO } from './config.validation';
3
3
  export declare class TournamentConfigService {
4
4
  private repository;
5
5
  constructor();
6
6
  private ensureTagUnique;
7
7
  private validateDates;
8
8
  create(input: CreateTournamentConfigInputDTO): Promise<TournamentConfigOutputDTO>;
9
- getAll(): Promise<TournamentConfigOutputDTO[]>;
9
+ getAll(): Promise<TournamentConfigListItemOutputDTO[]>;
10
10
  getById(id: mongoose.Types.ObjectId): Promise<TournamentConfigOutputDTO>;
11
11
  update(input: UpdateTournamentConfigInputDTO): Promise<TournamentConfigOutputDTO>;
12
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"config.service.d.ts","sourceRoot":"/","sources":["modules/tournament/config/config.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EACH,8BAA8B,EAC9B,yBAAyB,EACzB,8BAA8B,EACjC,MAAM,qBAAqB,CAAC;AAI7B,qBACa,uBAAuB;IAChC,OAAO,CAAC,UAAU,CAA6B;;YAMjC,eAAe;IAO7B,OAAO,CAAC,aAAa;IAIR,MAAM,CAAC,KAAK,EAAE,8BAA8B,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAKjF,MAAM,IAAI,OAAO,CAAC,yBAAyB,EAAE,CAAC;IAI9C,OAAO,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAMxE,MAAM,CAAC,KAAK,EAAE,8BAA8B,GAAG,OAAO,CAAC,yBAAyB,CAAC;CAejG;AAED,eAAO,MAAM,uBAAuB,yBAAyC,CAAC"}
1
+ {"version":3,"file":"config.service.d.ts","sourceRoot":"/","sources":["modules/tournament/config/config.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EACH,8BAA8B,EAC9B,iCAAiC,EACjC,yBAAyB,EACzB,8BAA8B,EACjC,MAAM,qBAAqB,CAAC;AAI7B,qBACa,uBAAuB;IAChC,OAAO,CAAC,UAAU,CAA6B;;YAMjC,eAAe;IAO7B,OAAO,CAAC,aAAa;IAIR,MAAM,CAAC,KAAK,EAAE,8BAA8B,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAKjF,MAAM,IAAI,OAAO,CAAC,iCAAiC,EAAE,CAAC;IAItD,OAAO,CAAC,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAMxE,MAAM,CAAC,KAAK,EAAE,8BAA8B,GAAG,OAAO,CAAC,yBAAyB,CAAC;CAejG;AAED,eAAO,MAAM,uBAAuB,yBAAyC,CAAC"}