@lyxa.ai/marketing 1.0.47 → 1.0.49

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 (395) 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 +1102 -28
  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.d.ts +2 -2
  11. package/dist/lib/modules/coupon/services/coupon.service.d.ts.map +1 -1
  12. package/dist/lib/modules/coupon/services/coupon.service.js +1 -1
  13. package/dist/lib/modules/coupon/services/coupon.service.js.map +1 -1
  14. package/dist/lib/modules/coupon/services/custom-coupon.service.d.ts +2 -0
  15. package/dist/lib/modules/coupon/services/custom-coupon.service.d.ts.map +1 -1
  16. package/dist/lib/modules/coupon/services/custom-coupon.service.js +1 -1
  17. package/dist/lib/modules/coupon/services/custom-coupon.service.js.map +1 -1
  18. package/dist/lib/modules/coupon/services/global-coupon.service.d.ts +1 -1
  19. package/dist/lib/modules/coupon/services/global-coupon.service.d.ts.map +1 -1
  20. package/dist/lib/modules/coupon/services/global-coupon.service.js +18 -10
  21. package/dist/lib/modules/coupon/services/global-coupon.service.js.map +1 -1
  22. package/dist/lib/modules/coupon/services/helper.service.d.ts +2 -1
  23. package/dist/lib/modules/coupon/services/helper.service.d.ts.map +1 -1
  24. package/dist/lib/modules/coupon/services/helper.service.js +9 -1
  25. package/dist/lib/modules/coupon/services/helper.service.js.map +1 -1
  26. package/dist/lib/modules/coupon/services/individual-store-coupon.service.d.ts +2 -0
  27. package/dist/lib/modules/coupon/services/individual-store-coupon.service.d.ts.map +1 -1
  28. package/dist/lib/modules/coupon/services/individual-store-coupon.service.js +2 -2
  29. package/dist/lib/modules/coupon/services/individual-store-coupon.service.js.map +1 -1
  30. package/dist/lib/modules/coupon/services/individual-user-coupon.service.d.ts.map +1 -1
  31. package/dist/lib/modules/coupon/services/individual-user-coupon.service.js +8 -0
  32. package/dist/lib/modules/coupon/services/individual-user-coupon.service.js.map +1 -1
  33. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.d.ts.map +1 -1
  34. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.js +20 -1
  35. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.js.map +1 -1
  36. package/dist/lib/modules/coupon/services/referral-code-coupon.service.d.ts.map +1 -1
  37. package/dist/lib/modules/coupon/services/referral-code-coupon.service.js +1 -1
  38. package/dist/lib/modules/coupon/services/referral-code-coupon.service.js.map +1 -1
  39. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.d.ts +1 -1
  40. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  41. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js +23 -15
  42. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js.map +1 -1
  43. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.d.ts +2 -0
  44. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.d.ts.map +1 -1
  45. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.js +2 -2
  46. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.js.map +1 -1
  47. package/dist/lib/modules/coupon/validations/coupon.validation.d.ts +13 -0
  48. package/dist/lib/modules/coupon/validations/coupon.validation.d.ts.map +1 -1
  49. package/dist/lib/modules/coupon/validations/coupon.validation.js +1 -0
  50. package/dist/lib/modules/coupon/validations/coupon.validation.js.map +1 -1
  51. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts +10 -21
  52. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
  53. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js +5 -4
  54. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js.map +1 -1
  55. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +154 -0
  56. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts.map +1 -1
  57. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.js +13 -1
  58. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.js.map +1 -1
  59. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts +8 -2
  60. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
  61. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js +11 -2
  62. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js.map +1 -1
  63. package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts +16 -27
  64. package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts.map +1 -1
  65. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +6 -6
  66. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +30 -30
  67. package/dist/lib/modules/marketing/services/marketing.service.d.ts.map +1 -1
  68. package/dist/lib/modules/marketing/services/marketing.service.js +8 -2
  69. package/dist/lib/modules/marketing/services/marketing.service.js.map +1 -1
  70. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.d.ts +2 -0
  71. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.d.ts.map +1 -1
  72. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.js +14 -0
  73. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.js.map +1 -1
  74. package/dist/lib/modules/marketing/validations/buy1-get1-marketing.validation.d.ts +18 -18
  75. package/dist/lib/modules/marketing/validations/discount-marketing.validation.d.ts +30 -30
  76. package/dist/lib/modules/marketing/validations/featured-marketing.validation.d.ts +6 -6
  77. package/dist/lib/modules/marketing/validations/free-delivery-marketing.validation.d.ts +4 -4
  78. package/dist/lib/modules/marketing/validations/marketing.validation.d.ts +2 -2
  79. package/dist/lib/modules/marketing/validations/product-marketing.validation.d.ts +5 -5
  80. package/dist/lib/modules/marketing/validations/punch-marketing.validation.d.ts +4 -4
  81. package/dist/lib/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts +1 -1
  82. package/dist/lib/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts +2 -2
  83. package/dist/lib/modules/tournament/config/config.builder.d.ts +5 -0
  84. package/dist/lib/modules/tournament/config/config.builder.d.ts.map +1 -0
  85. package/dist/lib/modules/tournament/config/config.builder.js +23 -0
  86. package/dist/lib/modules/tournament/config/config.builder.js.map +1 -0
  87. package/dist/lib/modules/tournament/config/config.repository.d.ts +14 -0
  88. package/dist/lib/modules/tournament/config/config.repository.d.ts.map +1 -0
  89. package/dist/lib/modules/tournament/config/config.repository.js +83 -0
  90. package/dist/lib/modules/tournament/config/config.repository.js.map +1 -0
  91. package/dist/lib/modules/tournament/config/config.router.d.ts +251 -0
  92. package/dist/lib/modules/tournament/config/config.router.d.ts.map +1 -0
  93. package/dist/lib/modules/tournament/config/config.router.js +40 -0
  94. package/dist/lib/modules/tournament/config/config.router.js.map +1 -0
  95. package/dist/lib/modules/tournament/config/config.service.d.ts +14 -0
  96. package/dist/lib/modules/tournament/config/config.service.d.ts.map +1 -0
  97. package/dist/lib/modules/tournament/config/config.service.js +101 -0
  98. package/dist/lib/modules/tournament/config/config.service.js.map +1 -0
  99. package/dist/lib/modules/tournament/config/config.validation.d.ts +767 -0
  100. package/dist/lib/modules/tournament/config/config.validation.d.ts.map +1 -0
  101. package/dist/lib/modules/tournament/config/config.validation.js +85 -0
  102. package/dist/lib/modules/tournament/config/config.validation.js.map +1 -0
  103. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.d.ts +2 -0
  104. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.d.ts.map +1 -0
  105. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.js +20 -0
  106. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.js.map +1 -0
  107. package/dist/lib/modules/tournament/match/events/evaluate-predictions.event.d.ts +15 -0
  108. package/dist/lib/modules/tournament/match/events/evaluate-predictions.event.d.ts.map +1 -0
  109. package/dist/lib/modules/tournament/match/events/evaluate-predictions.event.js +12 -0
  110. package/dist/lib/modules/tournament/match/events/evaluate-predictions.event.js.map +1 -0
  111. package/dist/lib/modules/tournament/match/events/match-ended.consumer.d.ts +2 -0
  112. package/dist/lib/modules/tournament/match/events/match-ended.consumer.d.ts.map +1 -0
  113. package/dist/lib/modules/tournament/match/events/match-ended.consumer.js +15 -0
  114. package/dist/lib/modules/tournament/match/events/match-ended.consumer.js.map +1 -0
  115. package/dist/lib/modules/tournament/match/events/match-ended.event.d.ts +14 -0
  116. package/dist/lib/modules/tournament/match/events/match-ended.event.d.ts.map +1 -0
  117. package/dist/lib/modules/tournament/match/events/match-ended.event.js +12 -0
  118. package/dist/lib/modules/tournament/match/events/match-ended.event.js.map +1 -0
  119. package/dist/lib/modules/tournament/match/match.builder.d.ts +41 -0
  120. package/dist/lib/modules/tournament/match/match.builder.d.ts.map +1 -0
  121. package/dist/lib/modules/tournament/match/match.builder.js +42 -0
  122. package/dist/lib/modules/tournament/match/match.builder.js.map +1 -0
  123. package/dist/lib/modules/tournament/match/match.repository.d.ts +13 -0
  124. package/dist/lib/modules/tournament/match/match.repository.d.ts.map +1 -0
  125. package/dist/lib/modules/tournament/match/match.repository.js +84 -0
  126. package/dist/lib/modules/tournament/match/match.repository.js.map +1 -0
  127. package/dist/lib/modules/tournament/match/match.router.d.ts +352 -0
  128. package/dist/lib/modules/tournament/match/match.router.d.ts.map +1 -0
  129. package/dist/lib/modules/tournament/match/match.router.js +49 -0
  130. package/dist/lib/modules/tournament/match/match.router.js.map +1 -0
  131. package/dist/lib/modules/tournament/match/match.service.d.ts +19 -0
  132. package/dist/lib/modules/tournament/match/match.service.d.ts.map +1 -0
  133. package/dist/lib/modules/tournament/match/match.service.js +149 -0
  134. package/dist/lib/modules/tournament/match/match.service.js.map +1 -0
  135. package/dist/lib/modules/tournament/match/match.validation.d.ts +892 -0
  136. package/dist/lib/modules/tournament/match/match.validation.d.ts.map +1 -0
  137. package/dist/lib/modules/tournament/match/match.validation.js +76 -0
  138. package/dist/lib/modules/tournament/match/match.validation.js.map +1 -0
  139. package/dist/lib/modules/tournament/notification/jobs/notification.producer.d.ts +13 -0
  140. package/dist/lib/modules/tournament/notification/jobs/notification.producer.d.ts.map +1 -0
  141. package/dist/lib/modules/tournament/notification/jobs/notification.producer.js +28 -0
  142. package/dist/lib/modules/tournament/notification/jobs/notification.producer.js.map +1 -0
  143. package/dist/lib/modules/tournament/notification/jobs/notification.worker.d.ts +7 -0
  144. package/dist/lib/modules/tournament/notification/jobs/notification.worker.d.ts.map +1 -0
  145. package/dist/lib/modules/tournament/notification/jobs/notification.worker.js +76 -0
  146. package/dist/lib/modules/tournament/notification/jobs/notification.worker.js.map +1 -0
  147. package/dist/lib/modules/tournament/notification/notification.scheduler.service.d.ts +10 -0
  148. package/dist/lib/modules/tournament/notification/notification.scheduler.service.d.ts.map +1 -0
  149. package/dist/lib/modules/tournament/notification/notification.scheduler.service.js +86 -0
  150. package/dist/lib/modules/tournament/notification/notification.scheduler.service.js.map +1 -0
  151. package/dist/lib/modules/tournament/notification/notification.service.d.ts +12 -0
  152. package/dist/lib/modules/tournament/notification/notification.service.d.ts.map +1 -0
  153. package/dist/lib/modules/tournament/notification/notification.service.js +106 -0
  154. package/dist/lib/modules/tournament/notification/notification.service.js.map +1 -0
  155. package/dist/lib/modules/tournament/participant/participant.repository.d.ts +12 -0
  156. package/dist/lib/modules/tournament/participant/participant.repository.d.ts.map +1 -0
  157. package/dist/lib/modules/tournament/participant/participant.repository.js +73 -0
  158. package/dist/lib/modules/tournament/participant/participant.repository.js.map +1 -0
  159. package/dist/lib/modules/tournament/participant/participant.router.d.ts +104 -0
  160. package/dist/lib/modules/tournament/participant/participant.router.d.ts.map +1 -0
  161. package/dist/lib/modules/tournament/participant/participant.router.js +28 -0
  162. package/dist/lib/modules/tournament/participant/participant.router.js.map +1 -0
  163. package/dist/lib/modules/tournament/participant/participant.service.d.ts +14 -0
  164. package/dist/lib/modules/tournament/participant/participant.service.d.ts.map +1 -0
  165. package/dist/lib/modules/tournament/participant/participant.service.js +103 -0
  166. package/dist/lib/modules/tournament/participant/participant.service.js.map +1 -0
  167. package/dist/lib/modules/tournament/participant/participant.validation.d.ts +719 -0
  168. package/dist/lib/modules/tournament/participant/participant.validation.d.ts.map +1 -0
  169. package/dist/lib/modules/tournament/participant/participant.validation.js +44 -0
  170. package/dist/lib/modules/tournament/participant/participant.validation.js.map +1 -0
  171. package/dist/lib/modules/tournament/prediction/prediction.builder.d.ts +14 -0
  172. package/dist/lib/modules/tournament/prediction/prediction.builder.d.ts.map +1 -0
  173. package/dist/lib/modules/tournament/prediction/prediction.builder.js +23 -0
  174. package/dist/lib/modules/tournament/prediction/prediction.builder.js.map +1 -0
  175. package/dist/lib/modules/tournament/prediction/prediction.repository.d.ts +14 -0
  176. package/dist/lib/modules/tournament/prediction/prediction.repository.d.ts.map +1 -0
  177. package/dist/lib/modules/tournament/prediction/prediction.repository.js +91 -0
  178. package/dist/lib/modules/tournament/prediction/prediction.repository.js.map +1 -0
  179. package/dist/lib/modules/tournament/prediction/prediction.router.d.ts +133 -0
  180. package/dist/lib/modules/tournament/prediction/prediction.router.d.ts.map +1 -0
  181. package/dist/lib/modules/tournament/prediction/prediction.router.js +36 -0
  182. package/dist/lib/modules/tournament/prediction/prediction.router.js.map +1 -0
  183. package/dist/lib/modules/tournament/prediction/prediction.service.d.ts +25 -0
  184. package/dist/lib/modules/tournament/prediction/prediction.service.d.ts.map +1 -0
  185. package/dist/lib/modules/tournament/prediction/prediction.service.js +142 -0
  186. package/dist/lib/modules/tournament/prediction/prediction.service.js.map +1 -0
  187. package/dist/lib/modules/tournament/prediction/prediction.validation.d.ts +575 -0
  188. package/dist/lib/modules/tournament/prediction/prediction.validation.d.ts.map +1 -0
  189. package/dist/lib/modules/tournament/prediction/prediction.validation.js +46 -0
  190. package/dist/lib/modules/tournament/prediction/prediction.validation.js.map +1 -0
  191. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.d.ts +11 -0
  192. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.d.ts.map +1 -0
  193. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.js +81 -0
  194. package/dist/lib/modules/tournament/reward/handlers/coupon-reward.handler.js.map +1 -0
  195. package/dist/lib/modules/tournament/reward/reward.builder.d.ts +6 -0
  196. package/dist/lib/modules/tournament/reward/reward.builder.d.ts.map +1 -0
  197. package/dist/lib/modules/tournament/reward/reward.builder.js +43 -0
  198. package/dist/lib/modules/tournament/reward/reward.builder.js.map +1 -0
  199. package/dist/lib/modules/tournament/reward/reward.factory.d.ts +6 -0
  200. package/dist/lib/modules/tournament/reward/reward.factory.d.ts.map +1 -0
  201. package/dist/lib/modules/tournament/reward/reward.factory.js +21 -0
  202. package/dist/lib/modules/tournament/reward/reward.factory.js.map +1 -0
  203. package/dist/lib/modules/tournament/reward/reward.interface.d.ts +5 -0
  204. package/dist/lib/modules/tournament/reward/reward.interface.d.ts.map +1 -0
  205. package/dist/lib/modules/tournament/reward/reward.interface.js +3 -0
  206. package/dist/lib/modules/tournament/reward/reward.interface.js.map +1 -0
  207. package/dist/lib/modules/tournament/reward/reward.service.d.ts +6 -0
  208. package/dist/lib/modules/tournament/reward/reward.service.d.ts.map +1 -0
  209. package/dist/lib/modules/tournament/reward/reward.service.js +56 -0
  210. package/dist/lib/modules/tournament/reward/reward.service.js.map +1 -0
  211. package/dist/lib/modules/tournament/reward/reward.types.d.ts +11 -0
  212. package/dist/lib/modules/tournament/reward/reward.types.d.ts.map +1 -0
  213. package/dist/lib/modules/tournament/reward/reward.types.js +8 -0
  214. package/dist/lib/modules/tournament/reward/reward.types.js.map +1 -0
  215. package/dist/lib/modules/tournament/score/score.repository.d.ts +6 -0
  216. package/dist/lib/modules/tournament/score/score.repository.d.ts.map +1 -0
  217. package/dist/lib/modules/tournament/score/score.repository.js +60 -0
  218. package/dist/lib/modules/tournament/score/score.repository.js.map +1 -0
  219. package/dist/lib/modules/tournament/score/score.service.d.ts +6 -0
  220. package/dist/lib/modules/tournament/score/score.service.d.ts.map +1 -0
  221. package/dist/lib/modules/tournament/score/score.service.js +60 -0
  222. package/dist/lib/modules/tournament/score/score.service.js.map +1 -0
  223. package/dist/lib/modules/tournament/team/team.builder.d.ts +19 -0
  224. package/dist/lib/modules/tournament/team/team.builder.d.ts.map +1 -0
  225. package/dist/lib/modules/tournament/team/team.builder.js +18 -0
  226. package/dist/lib/modules/tournament/team/team.builder.js.map +1 -0
  227. package/dist/lib/modules/tournament/team/team.repository.d.ts +11 -0
  228. package/dist/lib/modules/tournament/team/team.repository.d.ts.map +1 -0
  229. package/dist/lib/modules/tournament/team/team.repository.js +71 -0
  230. package/dist/lib/modules/tournament/team/team.repository.js.map +1 -0
  231. package/dist/lib/modules/tournament/team/team.router.d.ts +205 -0
  232. package/dist/lib/modules/tournament/team/team.router.d.ts.map +1 -0
  233. package/dist/lib/modules/tournament/team/team.router.js +36 -0
  234. package/dist/lib/modules/tournament/team/team.router.js.map +1 -0
  235. package/dist/lib/modules/tournament/team/team.service.d.ts +15 -0
  236. package/dist/lib/modules/tournament/team/team.service.d.ts.map +1 -0
  237. package/dist/lib/modules/tournament/team/team.service.js +137 -0
  238. package/dist/lib/modules/tournament/team/team.service.js.map +1 -0
  239. package/dist/lib/modules/tournament/team/team.validation.d.ts +986 -0
  240. package/dist/lib/modules/tournament/team/team.validation.d.ts.map +1 -0
  241. package/dist/lib/modules/tournament/team/team.validation.js +55 -0
  242. package/dist/lib/modules/tournament/team/team.validation.js.map +1 -0
  243. package/dist/lib/modules/tournament/tournament.router.d.ts +1082 -0
  244. package/dist/lib/modules/tournament/tournament.router.d.ts.map +1 -0
  245. package/dist/lib/modules/tournament/tournament.router.js +25 -0
  246. package/dist/lib/modules/tournament/tournament.router.js.map +1 -0
  247. package/dist/lib/modules/tournament/tournament.service.d.ts +8 -0
  248. package/dist/lib/modules/tournament/tournament.service.d.ts.map +1 -0
  249. package/dist/lib/modules/tournament/tournament.service.js +63 -0
  250. package/dist/lib/modules/tournament/tournament.service.js.map +1 -0
  251. package/dist/lib/modules/tournament/tournament.validation.d.ts +133 -0
  252. package/dist/lib/modules/tournament/tournament.validation.d.ts.map +1 -0
  253. package/dist/lib/modules/tournament/tournament.validation.js +14 -0
  254. package/dist/lib/modules/tournament/tournament.validation.js.map +1 -0
  255. package/dist/types/event/event-initializations.d.ts.map +1 -1
  256. package/dist/types/events/event-initializations.d.ts +2 -0
  257. package/dist/types/events/event-initializations.d.ts.map +1 -0
  258. package/dist/types/index.d.ts +1102 -28
  259. package/dist/types/index.d.ts.map +1 -1
  260. package/dist/types/modules/coupon/routers/coupon.router.d.ts +4 -0
  261. package/dist/types/modules/coupon/routers/coupon.router.d.ts.map +1 -1
  262. package/dist/types/modules/coupon/services/coupon.service.d.ts +2 -2
  263. package/dist/types/modules/coupon/services/coupon.service.d.ts.map +1 -1
  264. package/dist/types/modules/coupon/services/custom-coupon.service.d.ts +2 -0
  265. package/dist/types/modules/coupon/services/custom-coupon.service.d.ts.map +1 -1
  266. package/dist/types/modules/coupon/services/global-coupon.service.d.ts +1 -1
  267. package/dist/types/modules/coupon/services/global-coupon.service.d.ts.map +1 -1
  268. package/dist/types/modules/coupon/services/helper.service.d.ts +2 -1
  269. package/dist/types/modules/coupon/services/helper.service.d.ts.map +1 -1
  270. package/dist/types/modules/coupon/services/individual-store-coupon.service.d.ts +2 -0
  271. package/dist/types/modules/coupon/services/individual-store-coupon.service.d.ts.map +1 -1
  272. package/dist/types/modules/coupon/services/individual-user-coupon.service.d.ts.map +1 -1
  273. package/dist/types/modules/coupon/services/patterns/repository/CouponRepository.d.ts.map +1 -1
  274. package/dist/types/modules/coupon/services/referral-code-coupon.service.d.ts.map +1 -1
  275. package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts +1 -1
  276. package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  277. package/dist/types/modules/coupon/services/shops-categories-coupon.service.d.ts +2 -0
  278. package/dist/types/modules/coupon/services/shops-categories-coupon.service.d.ts.map +1 -1
  279. package/dist/types/modules/coupon/validations/coupon.validation.d.ts +13 -0
  280. package/dist/types/modules/coupon/validations/coupon.validation.d.ts.map +1 -1
  281. package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts +10 -21
  282. package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
  283. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +154 -0
  284. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts.map +1 -1
  285. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts +8 -2
  286. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
  287. package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts +16 -27
  288. package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts.map +1 -1
  289. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +6 -6
  290. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +30 -30
  291. package/dist/types/modules/marketing/services/marketing.service.d.ts.map +1 -1
  292. package/dist/types/modules/marketing/services/synchronize-product-marketing.service.d.ts +2 -0
  293. package/dist/types/modules/marketing/services/synchronize-product-marketing.service.d.ts.map +1 -1
  294. package/dist/types/modules/marketing/validations/buy1-get1-marketing.validation.d.ts +18 -18
  295. package/dist/types/modules/marketing/validations/discount-marketing.validation.d.ts +30 -30
  296. package/dist/types/modules/marketing/validations/featured-marketing.validation.d.ts +6 -6
  297. package/dist/types/modules/marketing/validations/free-delivery-marketing.validation.d.ts +4 -4
  298. package/dist/types/modules/marketing/validations/marketing.validation.d.ts +2 -2
  299. package/dist/types/modules/marketing/validations/product-marketing.validation.d.ts +5 -5
  300. package/dist/types/modules/marketing/validations/punch-marketing.validation.d.ts +4 -4
  301. package/dist/types/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts +1 -1
  302. package/dist/types/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts +2 -2
  303. package/dist/types/modules/tournament/config/config.builder.d.ts +5 -0
  304. package/dist/types/modules/tournament/config/config.builder.d.ts.map +1 -0
  305. package/dist/types/modules/tournament/config/config.repository.d.ts +14 -0
  306. package/dist/types/modules/tournament/config/config.repository.d.ts.map +1 -0
  307. package/dist/types/modules/tournament/config/config.router.d.ts +251 -0
  308. package/dist/types/modules/tournament/config/config.router.d.ts.map +1 -0
  309. package/dist/types/modules/tournament/config/config.service.d.ts +14 -0
  310. package/dist/types/modules/tournament/config/config.service.d.ts.map +1 -0
  311. package/dist/types/modules/tournament/config/config.validation.d.ts +767 -0
  312. package/dist/types/modules/tournament/config/config.validation.d.ts.map +1 -0
  313. package/dist/types/modules/tournament/config/tournament-config.validation.d.ts +201 -0
  314. package/dist/types/modules/tournament/config/tournament-config.validation.d.ts.map +1 -0
  315. package/dist/types/modules/tournament/match/events/evaluate-predictions.consumer.d.ts +2 -0
  316. package/dist/types/modules/tournament/match/events/evaluate-predictions.consumer.d.ts.map +1 -0
  317. package/dist/types/modules/tournament/match/events/evaluate-predictions.event.d.ts +15 -0
  318. package/dist/types/modules/tournament/match/events/evaluate-predictions.event.d.ts.map +1 -0
  319. package/dist/types/modules/tournament/match/events/match-ended.consumer.d.ts +2 -0
  320. package/dist/types/modules/tournament/match/events/match-ended.consumer.d.ts.map +1 -0
  321. package/dist/types/modules/tournament/match/events/match-ended.event.d.ts +14 -0
  322. package/dist/types/modules/tournament/match/events/match-ended.event.d.ts.map +1 -0
  323. package/dist/types/modules/tournament/match/match.builder.d.ts +41 -0
  324. package/dist/types/modules/tournament/match/match.builder.d.ts.map +1 -0
  325. package/dist/types/modules/tournament/match/match.repository.d.ts +13 -0
  326. package/dist/types/modules/tournament/match/match.repository.d.ts.map +1 -0
  327. package/dist/types/modules/tournament/match/match.router.d.ts +352 -0
  328. package/dist/types/modules/tournament/match/match.router.d.ts.map +1 -0
  329. package/dist/types/modules/tournament/match/match.service.d.ts +19 -0
  330. package/dist/types/modules/tournament/match/match.service.d.ts.map +1 -0
  331. package/dist/types/modules/tournament/match/match.validation.d.ts +892 -0
  332. package/dist/types/modules/tournament/match/match.validation.d.ts.map +1 -0
  333. package/dist/types/modules/tournament/notification/jobs/notification.producer.d.ts +13 -0
  334. package/dist/types/modules/tournament/notification/jobs/notification.producer.d.ts.map +1 -0
  335. package/dist/types/modules/tournament/notification/jobs/notification.worker.d.ts +7 -0
  336. package/dist/types/modules/tournament/notification/jobs/notification.worker.d.ts.map +1 -0
  337. package/dist/types/modules/tournament/notification/notification.scheduler.service.d.ts +10 -0
  338. package/dist/types/modules/tournament/notification/notification.scheduler.service.d.ts.map +1 -0
  339. package/dist/types/modules/tournament/notification/notification.service.d.ts +12 -0
  340. package/dist/types/modules/tournament/notification/notification.service.d.ts.map +1 -0
  341. package/dist/types/modules/tournament/participant/participant.repository.d.ts +12 -0
  342. package/dist/types/modules/tournament/participant/participant.repository.d.ts.map +1 -0
  343. package/dist/types/modules/tournament/participant/participant.router.d.ts +104 -0
  344. package/dist/types/modules/tournament/participant/participant.router.d.ts.map +1 -0
  345. package/dist/types/modules/tournament/participant/participant.service.d.ts +14 -0
  346. package/dist/types/modules/tournament/participant/participant.service.d.ts.map +1 -0
  347. package/dist/types/modules/tournament/participant/participant.validation.d.ts +719 -0
  348. package/dist/types/modules/tournament/participant/participant.validation.d.ts.map +1 -0
  349. package/dist/types/modules/tournament/prediction/prediction.builder.d.ts +14 -0
  350. package/dist/types/modules/tournament/prediction/prediction.builder.d.ts.map +1 -0
  351. package/dist/types/modules/tournament/prediction/prediction.repository.d.ts +14 -0
  352. package/dist/types/modules/tournament/prediction/prediction.repository.d.ts.map +1 -0
  353. package/dist/types/modules/tournament/prediction/prediction.router.d.ts +133 -0
  354. package/dist/types/modules/tournament/prediction/prediction.router.d.ts.map +1 -0
  355. package/dist/types/modules/tournament/prediction/prediction.service.d.ts +25 -0
  356. package/dist/types/modules/tournament/prediction/prediction.service.d.ts.map +1 -0
  357. package/dist/types/modules/tournament/prediction/prediction.validation.d.ts +575 -0
  358. package/dist/types/modules/tournament/prediction/prediction.validation.d.ts.map +1 -0
  359. package/dist/types/modules/tournament/reward/handlers/coupon-reward.handler.d.ts +11 -0
  360. package/dist/types/modules/tournament/reward/handlers/coupon-reward.handler.d.ts.map +1 -0
  361. package/dist/types/modules/tournament/reward/reward.builder.d.ts +6 -0
  362. package/dist/types/modules/tournament/reward/reward.builder.d.ts.map +1 -0
  363. package/dist/types/modules/tournament/reward/reward.factory.d.ts +6 -0
  364. package/dist/types/modules/tournament/reward/reward.factory.d.ts.map +1 -0
  365. package/dist/types/modules/tournament/reward/reward.interface.d.ts +5 -0
  366. package/dist/types/modules/tournament/reward/reward.interface.d.ts.map +1 -0
  367. package/dist/types/modules/tournament/reward/reward.service.d.ts +6 -0
  368. package/dist/types/modules/tournament/reward/reward.service.d.ts.map +1 -0
  369. package/dist/types/modules/tournament/reward/reward.types.d.ts +11 -0
  370. package/dist/types/modules/tournament/reward/reward.types.d.ts.map +1 -0
  371. package/dist/types/modules/tournament/score/score.repository.d.ts +6 -0
  372. package/dist/types/modules/tournament/score/score.repository.d.ts.map +1 -0
  373. package/dist/types/modules/tournament/score/score.service.d.ts +6 -0
  374. package/dist/types/modules/tournament/score/score.service.d.ts.map +1 -0
  375. package/dist/types/modules/tournament/team/team.builder.d.ts +19 -0
  376. package/dist/types/modules/tournament/team/team.builder.d.ts.map +1 -0
  377. package/dist/types/modules/tournament/team/team.repository.d.ts +11 -0
  378. package/dist/types/modules/tournament/team/team.repository.d.ts.map +1 -0
  379. package/dist/types/modules/tournament/team/team.router.d.ts +205 -0
  380. package/dist/types/modules/tournament/team/team.router.d.ts.map +1 -0
  381. package/dist/types/modules/tournament/team/team.service.d.ts +15 -0
  382. package/dist/types/modules/tournament/team/team.service.d.ts.map +1 -0
  383. package/dist/types/modules/tournament/team/team.validation.d.ts +986 -0
  384. package/dist/types/modules/tournament/team/team.validation.d.ts.map +1 -0
  385. package/dist/types/modules/tournament/tournament.router.d.ts +1082 -0
  386. package/dist/types/modules/tournament/tournament.router.d.ts.map +1 -0
  387. package/dist/types/modules/tournament/tournament.service.d.ts +8 -0
  388. package/dist/types/modules/tournament/tournament.service.d.ts.map +1 -0
  389. package/dist/types/modules/tournament/tournament.validation.d.ts +133 -0
  390. package/dist/types/modules/tournament/tournament.validation.d.ts.map +1 -0
  391. package/package.json +3 -3
  392. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts +0 -1
  393. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts.map +0 -1
  394. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.js +0 -2
  395. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.js.map +0 -1
@@ -0,0 +1,986 @@
1
+ import { z } from 'zod';
2
+ import { DTO } from '@lyxa.ai/core/dist/utilities/validation/global-validation';
3
+ import { Status } from '@lyxa.ai/core/dist/utilities/enum';
4
+ export declare const AddTournamentTeamsSchema: z.ZodObject<{
5
+ tournamentId: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
6
+ teams: z.ZodArray<z.ZodObject<{
7
+ name: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
8
+ picture: z.ZodOptional<z.ZodString> | z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
9
+ }, "strip", z.ZodTypeAny, {
10
+ name: string;
11
+ picture?: string | undefined;
12
+ }, {
13
+ name: string;
14
+ picture?: string | undefined;
15
+ }>, "many">;
16
+ }, "strip", z.ZodTypeAny, {
17
+ tournamentId: import("mongoose").Types.ObjectId;
18
+ teams: {
19
+ name: string;
20
+ picture?: string | undefined;
21
+ }[];
22
+ }, {
23
+ tournamentId: string | import("mongoose").Types.ObjectId;
24
+ teams: {
25
+ name: string;
26
+ picture?: string | undefined;
27
+ }[];
28
+ }>;
29
+ export declare const GetTournamentTeamsSchema: z.ZodObject<{
30
+ tournamentId: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
31
+ }, "strip", z.ZodTypeAny, {
32
+ tournamentId: import("mongoose").Types.ObjectId;
33
+ }, {
34
+ tournamentId: string | import("mongoose").Types.ObjectId;
35
+ }>;
36
+ export declare const TeamMatchFilterSchema: z.ZodEnum<["upcoming", "completed"]>;
37
+ export declare const GetTeamMatchesSchema: z.ZodObject<{
38
+ tournamentId: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
39
+ filter: z.ZodEnum<["upcoming", "completed"]>;
40
+ }, "strip", z.ZodTypeAny, {
41
+ filter: "completed" | "upcoming";
42
+ tournamentId: import("mongoose").Types.ObjectId;
43
+ }, {
44
+ filter: "completed" | "upcoming";
45
+ tournamentId: string | import("mongoose").Types.ObjectId;
46
+ }>;
47
+ declare const TournamentTeamSchema: z.ZodObject<{
48
+ name: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
49
+ picture: z.ZodOptional<z.ZodString> | z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
50
+ } & {
51
+ _id: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
52
+ }, "strip", z.ZodTypeAny, {
53
+ name: string;
54
+ _id: import("mongoose").Types.ObjectId;
55
+ picture?: string | undefined;
56
+ }, {
57
+ name: string;
58
+ _id: string | import("mongoose").Types.ObjectId;
59
+ picture?: string | undefined;
60
+ }>;
61
+ export declare const TournamentWithTeamsSchema: z.ZodObject<{
62
+ tournamentId: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
63
+ tag: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
64
+ startDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
65
+ endDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
66
+ status: z.ZodNativeEnum<typeof Status>;
67
+ } & {
68
+ teams: z.ZodArray<z.ZodObject<{
69
+ name: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
70
+ picture: z.ZodOptional<z.ZodString> | z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
71
+ } & {
72
+ _id: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
73
+ }, "strip", z.ZodTypeAny, {
74
+ name: string;
75
+ _id: import("mongoose").Types.ObjectId;
76
+ picture?: string | undefined;
77
+ }, {
78
+ name: string;
79
+ _id: string | import("mongoose").Types.ObjectId;
80
+ picture?: string | undefined;
81
+ }>, "many">;
82
+ }, "strip", z.ZodTypeAny, {
83
+ status: Status;
84
+ tag: string;
85
+ tournamentId: import("mongoose").Types.ObjectId;
86
+ teams: {
87
+ name: string;
88
+ _id: import("mongoose").Types.ObjectId;
89
+ picture?: string | undefined;
90
+ }[];
91
+ startDate?: Date | null | undefined;
92
+ endDate?: Date | null | undefined;
93
+ }, {
94
+ status: Status;
95
+ tag: string;
96
+ tournamentId: string | import("mongoose").Types.ObjectId;
97
+ teams: {
98
+ name: string;
99
+ _id: string | import("mongoose").Types.ObjectId;
100
+ picture?: string | undefined;
101
+ }[];
102
+ startDate?: Date | null | undefined;
103
+ endDate?: Date | null | undefined;
104
+ }>;
105
+ export declare const TournamentWithMatchesSchema: z.ZodObject<{
106
+ tournamentId: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
107
+ tag: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
108
+ startDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
109
+ endDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
110
+ status: z.ZodNativeEnum<typeof Status>;
111
+ } & {
112
+ matches: z.ZodArray<z.ZodObject<{
113
+ _id: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
114
+ additionalTag: z.ZodOptional<z.ZodString> | z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
115
+ stage: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
116
+ team1: z.ZodObject<{
117
+ teamId: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
118
+ name: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
119
+ }, "strip", z.ZodTypeAny, {
120
+ name: string;
121
+ teamId: import("mongoose").Types.ObjectId;
122
+ }, {
123
+ name: string;
124
+ teamId: string | import("mongoose").Types.ObjectId;
125
+ }>;
126
+ team2: z.ZodObject<{
127
+ teamId: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
128
+ name: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
129
+ }, "strip", z.ZodTypeAny, {
130
+ name: string;
131
+ teamId: import("mongoose").Types.ObjectId;
132
+ }, {
133
+ name: string;
134
+ teamId: string | import("mongoose").Types.ObjectId;
135
+ }>;
136
+ score: z.ZodObject<{
137
+ team1: z.ZodNullable<z.ZodNumber>;
138
+ team2: z.ZodNullable<z.ZodNumber>;
139
+ }, "strip", z.ZodTypeAny, {
140
+ team1: number | null;
141
+ team2: number | null;
142
+ }, {
143
+ team1: number | null;
144
+ team2: number | null;
145
+ }>;
146
+ winnerId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>>>;
147
+ startingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
148
+ endDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
149
+ } & {
150
+ prediction: z.ZodNullable<z.ZodObject<{
151
+ score: z.ZodObject<{
152
+ team1: z.ZodNullable<z.ZodNumber>;
153
+ team2: z.ZodNullable<z.ZodNumber>;
154
+ }, "strip", z.ZodTypeAny, {
155
+ team1: number | null;
156
+ team2: number | null;
157
+ }, {
158
+ team1: number | null;
159
+ team2: number | null;
160
+ }>;
161
+ succeeded: z.ZodNullable<z.ZodBoolean>;
162
+ }, "strip", z.ZodTypeAny, {
163
+ score: {
164
+ team1: number | null;
165
+ team2: number | null;
166
+ };
167
+ succeeded: boolean | null;
168
+ }, {
169
+ score: {
170
+ team1: number | null;
171
+ team2: number | null;
172
+ };
173
+ succeeded: boolean | null;
174
+ }>>;
175
+ canPredict: z.ZodBoolean;
176
+ }, "strip", z.ZodTypeAny, {
177
+ _id: import("mongoose").Types.ObjectId;
178
+ team1: {
179
+ name: string;
180
+ teamId: import("mongoose").Types.ObjectId;
181
+ };
182
+ team2: {
183
+ name: string;
184
+ teamId: import("mongoose").Types.ObjectId;
185
+ };
186
+ score: {
187
+ team1: number | null;
188
+ team2: number | null;
189
+ };
190
+ stage: string;
191
+ prediction: {
192
+ score: {
193
+ team1: number | null;
194
+ team2: number | null;
195
+ };
196
+ succeeded: boolean | null;
197
+ } | null;
198
+ canPredict: boolean;
199
+ endDate?: Date | null | undefined;
200
+ additionalTag?: string | undefined;
201
+ winnerId?: import("mongoose").Types.ObjectId | null | undefined;
202
+ startingDate?: Date | null | undefined;
203
+ }, {
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
+ prediction: {
219
+ score: {
220
+ team1: number | null;
221
+ team2: number | null;
222
+ };
223
+ succeeded: boolean | null;
224
+ } | null;
225
+ canPredict: boolean;
226
+ endDate?: Date | null | undefined;
227
+ additionalTag?: string | undefined;
228
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
229
+ startingDate?: Date | null | undefined;
230
+ }>, "many">;
231
+ }, "strip", z.ZodTypeAny, {
232
+ status: Status;
233
+ tag: string;
234
+ tournamentId: import("mongoose").Types.ObjectId;
235
+ matches: {
236
+ _id: import("mongoose").Types.ObjectId;
237
+ team1: {
238
+ name: string;
239
+ teamId: import("mongoose").Types.ObjectId;
240
+ };
241
+ team2: {
242
+ name: string;
243
+ teamId: import("mongoose").Types.ObjectId;
244
+ };
245
+ score: {
246
+ team1: number | null;
247
+ team2: number | null;
248
+ };
249
+ stage: string;
250
+ prediction: {
251
+ score: {
252
+ team1: number | null;
253
+ team2: number | null;
254
+ };
255
+ succeeded: boolean | null;
256
+ } | null;
257
+ canPredict: boolean;
258
+ endDate?: Date | null | undefined;
259
+ additionalTag?: string | undefined;
260
+ winnerId?: import("mongoose").Types.ObjectId | null | undefined;
261
+ startingDate?: Date | null | undefined;
262
+ }[];
263
+ startDate?: Date | null | undefined;
264
+ endDate?: Date | null | undefined;
265
+ }, {
266
+ status: Status;
267
+ tag: string;
268
+ tournamentId: string | import("mongoose").Types.ObjectId;
269
+ matches: {
270
+ _id: string | import("mongoose").Types.ObjectId;
271
+ team1: {
272
+ name: string;
273
+ teamId: string | import("mongoose").Types.ObjectId;
274
+ };
275
+ team2: {
276
+ name: string;
277
+ teamId: string | import("mongoose").Types.ObjectId;
278
+ };
279
+ score: {
280
+ team1: number | null;
281
+ team2: number | null;
282
+ };
283
+ stage: string;
284
+ prediction: {
285
+ score: {
286
+ team1: number | null;
287
+ team2: number | null;
288
+ };
289
+ succeeded: boolean | null;
290
+ } | null;
291
+ canPredict: boolean;
292
+ endDate?: Date | null | undefined;
293
+ additionalTag?: string | undefined;
294
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
295
+ startingDate?: Date | null | undefined;
296
+ }[];
297
+ startDate?: Date | null | undefined;
298
+ endDate?: Date | null | undefined;
299
+ }>;
300
+ export declare const TournamentTeamListResponseSchema: z.ZodObject<{
301
+ success: z.ZodBoolean;
302
+ message: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
303
+ data: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
304
+ metadata: z.ZodOptional<z.ZodObject<{
305
+ page: z.ZodNumber;
306
+ size: z.ZodNumber;
307
+ totalElements: z.ZodNumber;
308
+ totalPages: z.ZodNumber;
309
+ }, "strip", z.ZodTypeAny, {
310
+ page: number;
311
+ size: number;
312
+ totalElements: number;
313
+ totalPages: number;
314
+ }, {
315
+ page: number;
316
+ size: number;
317
+ totalElements: number;
318
+ totalPages: number;
319
+ }>>;
320
+ documents: z.ZodArray<z.ZodType<{
321
+ name: string;
322
+ _id: string | import("mongoose").Types.ObjectId;
323
+ picture?: string | undefined;
324
+ }[], z.ZodTypeDef, {
325
+ name: string;
326
+ _id: string | import("mongoose").Types.ObjectId;
327
+ picture?: string | undefined;
328
+ }[]>, "many">;
329
+ }, "strip", z.ZodTypeAny, {
330
+ documents: {
331
+ name: string;
332
+ _id: string | import("mongoose").Types.ObjectId;
333
+ picture?: string | undefined;
334
+ }[][];
335
+ metadata?: {
336
+ page: number;
337
+ size: number;
338
+ totalElements: number;
339
+ totalPages: number;
340
+ } | undefined;
341
+ }, {
342
+ documents: {
343
+ name: string;
344
+ _id: string | import("mongoose").Types.ObjectId;
345
+ picture?: string | undefined;
346
+ }[][];
347
+ metadata?: {
348
+ page: number;
349
+ size: number;
350
+ totalElements: number;
351
+ totalPages: number;
352
+ } | undefined;
353
+ }>, z.ZodType<{
354
+ name: string;
355
+ _id: string | import("mongoose").Types.ObjectId;
356
+ picture?: string | undefined;
357
+ }[], z.ZodTypeDef, {
358
+ name: string;
359
+ _id: string | import("mongoose").Types.ObjectId;
360
+ picture?: string | undefined;
361
+ }[]>]>>;
362
+ }, "strip", z.ZodTypeAny, {
363
+ message: string;
364
+ success: boolean;
365
+ data?: {
366
+ name: string;
367
+ _id: string | import("mongoose").Types.ObjectId;
368
+ picture?: string | undefined;
369
+ }[] | {
370
+ documents: {
371
+ name: string;
372
+ _id: string | import("mongoose").Types.ObjectId;
373
+ picture?: string | undefined;
374
+ }[][];
375
+ metadata?: {
376
+ page: number;
377
+ size: number;
378
+ totalElements: number;
379
+ totalPages: number;
380
+ } | undefined;
381
+ } | undefined;
382
+ }, {
383
+ message: string;
384
+ success: boolean;
385
+ data?: {
386
+ name: string;
387
+ _id: string | import("mongoose").Types.ObjectId;
388
+ picture?: string | undefined;
389
+ }[] | {
390
+ documents: {
391
+ name: string;
392
+ _id: string | import("mongoose").Types.ObjectId;
393
+ picture?: string | undefined;
394
+ }[][];
395
+ metadata?: {
396
+ page: number;
397
+ size: number;
398
+ totalElements: number;
399
+ totalPages: number;
400
+ } | undefined;
401
+ } | undefined;
402
+ }>;
403
+ export declare const TournamentWithTeamsResponseSchema: z.ZodObject<{
404
+ success: z.ZodBoolean;
405
+ message: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
406
+ data: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
407
+ metadata: z.ZodOptional<z.ZodObject<{
408
+ page: z.ZodNumber;
409
+ size: z.ZodNumber;
410
+ totalElements: z.ZodNumber;
411
+ totalPages: z.ZodNumber;
412
+ }, "strip", z.ZodTypeAny, {
413
+ page: number;
414
+ size: number;
415
+ totalElements: number;
416
+ totalPages: number;
417
+ }, {
418
+ page: number;
419
+ size: number;
420
+ totalElements: number;
421
+ totalPages: number;
422
+ }>>;
423
+ documents: z.ZodArray<z.ZodType<{
424
+ status: Status;
425
+ tag: string;
426
+ tournamentId: string | import("mongoose").Types.ObjectId;
427
+ teams: {
428
+ name: string;
429
+ _id: string | import("mongoose").Types.ObjectId;
430
+ picture?: string | undefined;
431
+ }[];
432
+ startDate?: Date | null | undefined;
433
+ endDate?: Date | null | undefined;
434
+ }, z.ZodTypeDef, {
435
+ status: Status;
436
+ tag: string;
437
+ tournamentId: string | import("mongoose").Types.ObjectId;
438
+ teams: {
439
+ name: string;
440
+ _id: string | import("mongoose").Types.ObjectId;
441
+ picture?: string | undefined;
442
+ }[];
443
+ startDate?: Date | null | undefined;
444
+ endDate?: Date | null | undefined;
445
+ }>, "many">;
446
+ }, "strip", z.ZodTypeAny, {
447
+ documents: {
448
+ status: Status;
449
+ tag: string;
450
+ tournamentId: string | import("mongoose").Types.ObjectId;
451
+ teams: {
452
+ name: string;
453
+ _id: string | import("mongoose").Types.ObjectId;
454
+ picture?: string | undefined;
455
+ }[];
456
+ startDate?: Date | null | undefined;
457
+ endDate?: Date | null | undefined;
458
+ }[];
459
+ metadata?: {
460
+ page: number;
461
+ size: number;
462
+ totalElements: number;
463
+ totalPages: number;
464
+ } | undefined;
465
+ }, {
466
+ documents: {
467
+ status: Status;
468
+ tag: string;
469
+ tournamentId: string | import("mongoose").Types.ObjectId;
470
+ teams: {
471
+ name: string;
472
+ _id: string | import("mongoose").Types.ObjectId;
473
+ picture?: string | undefined;
474
+ }[];
475
+ startDate?: Date | null | undefined;
476
+ endDate?: Date | null | undefined;
477
+ }[];
478
+ metadata?: {
479
+ page: number;
480
+ size: number;
481
+ totalElements: number;
482
+ totalPages: number;
483
+ } | undefined;
484
+ }>, z.ZodType<{
485
+ status: Status;
486
+ tag: string;
487
+ tournamentId: string | import("mongoose").Types.ObjectId;
488
+ teams: {
489
+ name: string;
490
+ _id: string | import("mongoose").Types.ObjectId;
491
+ picture?: string | undefined;
492
+ }[];
493
+ startDate?: Date | null | undefined;
494
+ endDate?: Date | null | undefined;
495
+ }, z.ZodTypeDef, {
496
+ status: Status;
497
+ tag: string;
498
+ tournamentId: string | import("mongoose").Types.ObjectId;
499
+ teams: {
500
+ name: string;
501
+ _id: string | import("mongoose").Types.ObjectId;
502
+ picture?: string | undefined;
503
+ }[];
504
+ startDate?: Date | null | undefined;
505
+ endDate?: Date | null | undefined;
506
+ }>]>>;
507
+ }, "strip", z.ZodTypeAny, {
508
+ message: string;
509
+ success: boolean;
510
+ data?: {
511
+ status: Status;
512
+ tag: string;
513
+ tournamentId: string | import("mongoose").Types.ObjectId;
514
+ teams: {
515
+ name: string;
516
+ _id: string | import("mongoose").Types.ObjectId;
517
+ picture?: string | undefined;
518
+ }[];
519
+ startDate?: Date | null | undefined;
520
+ endDate?: Date | null | undefined;
521
+ } | {
522
+ documents: {
523
+ status: Status;
524
+ tag: string;
525
+ tournamentId: string | import("mongoose").Types.ObjectId;
526
+ teams: {
527
+ name: string;
528
+ _id: string | import("mongoose").Types.ObjectId;
529
+ picture?: string | undefined;
530
+ }[];
531
+ startDate?: Date | null | undefined;
532
+ endDate?: Date | null | undefined;
533
+ }[];
534
+ metadata?: {
535
+ page: number;
536
+ size: number;
537
+ totalElements: number;
538
+ totalPages: number;
539
+ } | undefined;
540
+ } | undefined;
541
+ }, {
542
+ message: string;
543
+ success: boolean;
544
+ data?: {
545
+ status: Status;
546
+ tag: string;
547
+ tournamentId: string | import("mongoose").Types.ObjectId;
548
+ teams: {
549
+ name: string;
550
+ _id: string | import("mongoose").Types.ObjectId;
551
+ picture?: string | undefined;
552
+ }[];
553
+ startDate?: Date | null | undefined;
554
+ endDate?: Date | null | undefined;
555
+ } | {
556
+ documents: {
557
+ status: Status;
558
+ tag: string;
559
+ tournamentId: string | import("mongoose").Types.ObjectId;
560
+ teams: {
561
+ name: string;
562
+ _id: string | import("mongoose").Types.ObjectId;
563
+ picture?: string | undefined;
564
+ }[];
565
+ startDate?: Date | null | undefined;
566
+ endDate?: Date | null | undefined;
567
+ }[];
568
+ metadata?: {
569
+ page: number;
570
+ size: number;
571
+ totalElements: number;
572
+ totalPages: number;
573
+ } | undefined;
574
+ } | undefined;
575
+ }>;
576
+ export declare const TournamentWithMatchesResponseSchema: z.ZodObject<{
577
+ success: z.ZodBoolean;
578
+ message: z.ZodString | z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
579
+ data: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
580
+ metadata: z.ZodOptional<z.ZodObject<{
581
+ page: z.ZodNumber;
582
+ size: z.ZodNumber;
583
+ totalElements: z.ZodNumber;
584
+ totalPages: z.ZodNumber;
585
+ }, "strip", z.ZodTypeAny, {
586
+ page: number;
587
+ size: number;
588
+ totalElements: number;
589
+ totalPages: number;
590
+ }, {
591
+ page: number;
592
+ size: number;
593
+ totalElements: number;
594
+ totalPages: number;
595
+ }>>;
596
+ documents: z.ZodArray<z.ZodType<{
597
+ status: Status;
598
+ tag: string;
599
+ tournamentId: string | import("mongoose").Types.ObjectId;
600
+ matches: {
601
+ _id: string | import("mongoose").Types.ObjectId;
602
+ team1: {
603
+ name: string;
604
+ teamId: string | import("mongoose").Types.ObjectId;
605
+ };
606
+ team2: {
607
+ name: string;
608
+ teamId: string | import("mongoose").Types.ObjectId;
609
+ };
610
+ score: {
611
+ team1: number | null;
612
+ team2: number | null;
613
+ };
614
+ stage: string;
615
+ prediction: {
616
+ score: {
617
+ team1: number | null;
618
+ team2: number | null;
619
+ };
620
+ succeeded: boolean | null;
621
+ } | null;
622
+ canPredict: boolean;
623
+ endDate?: Date | null | undefined;
624
+ additionalTag?: string | undefined;
625
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
626
+ startingDate?: Date | null | undefined;
627
+ }[];
628
+ startDate?: Date | null | undefined;
629
+ endDate?: Date | null | undefined;
630
+ }, z.ZodTypeDef, {
631
+ status: Status;
632
+ tag: string;
633
+ tournamentId: string | import("mongoose").Types.ObjectId;
634
+ matches: {
635
+ _id: string | import("mongoose").Types.ObjectId;
636
+ team1: {
637
+ name: string;
638
+ teamId: string | import("mongoose").Types.ObjectId;
639
+ };
640
+ team2: {
641
+ name: string;
642
+ teamId: string | import("mongoose").Types.ObjectId;
643
+ };
644
+ score: {
645
+ team1: number | null;
646
+ team2: number | null;
647
+ };
648
+ stage: string;
649
+ prediction: {
650
+ score: {
651
+ team1: number | null;
652
+ team2: number | null;
653
+ };
654
+ succeeded: boolean | null;
655
+ } | null;
656
+ canPredict: boolean;
657
+ endDate?: Date | null | undefined;
658
+ additionalTag?: string | undefined;
659
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
660
+ startingDate?: Date | null | undefined;
661
+ }[];
662
+ startDate?: Date | null | undefined;
663
+ endDate?: Date | null | undefined;
664
+ }>, "many">;
665
+ }, "strip", z.ZodTypeAny, {
666
+ documents: {
667
+ status: Status;
668
+ tag: string;
669
+ tournamentId: string | import("mongoose").Types.ObjectId;
670
+ matches: {
671
+ _id: string | import("mongoose").Types.ObjectId;
672
+ team1: {
673
+ name: string;
674
+ teamId: string | import("mongoose").Types.ObjectId;
675
+ };
676
+ team2: {
677
+ name: string;
678
+ teamId: string | import("mongoose").Types.ObjectId;
679
+ };
680
+ score: {
681
+ team1: number | null;
682
+ team2: number | null;
683
+ };
684
+ stage: string;
685
+ prediction: {
686
+ score: {
687
+ team1: number | null;
688
+ team2: number | null;
689
+ };
690
+ succeeded: boolean | null;
691
+ } | null;
692
+ canPredict: boolean;
693
+ endDate?: Date | null | undefined;
694
+ additionalTag?: string | undefined;
695
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
696
+ startingDate?: Date | null | undefined;
697
+ }[];
698
+ startDate?: Date | null | undefined;
699
+ endDate?: Date | null | undefined;
700
+ }[];
701
+ metadata?: {
702
+ page: number;
703
+ size: number;
704
+ totalElements: number;
705
+ totalPages: number;
706
+ } | undefined;
707
+ }, {
708
+ documents: {
709
+ status: Status;
710
+ tag: string;
711
+ tournamentId: string | import("mongoose").Types.ObjectId;
712
+ matches: {
713
+ _id: string | import("mongoose").Types.ObjectId;
714
+ team1: {
715
+ name: string;
716
+ teamId: string | import("mongoose").Types.ObjectId;
717
+ };
718
+ team2: {
719
+ name: string;
720
+ teamId: string | import("mongoose").Types.ObjectId;
721
+ };
722
+ score: {
723
+ team1: number | null;
724
+ team2: number | null;
725
+ };
726
+ stage: string;
727
+ prediction: {
728
+ score: {
729
+ team1: number | null;
730
+ team2: number | null;
731
+ };
732
+ succeeded: boolean | null;
733
+ } | null;
734
+ canPredict: boolean;
735
+ endDate?: Date | null | undefined;
736
+ additionalTag?: string | undefined;
737
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
738
+ startingDate?: Date | null | undefined;
739
+ }[];
740
+ startDate?: Date | null | undefined;
741
+ endDate?: Date | null | undefined;
742
+ }[];
743
+ metadata?: {
744
+ page: number;
745
+ size: number;
746
+ totalElements: number;
747
+ totalPages: number;
748
+ } | undefined;
749
+ }>, z.ZodType<{
750
+ status: Status;
751
+ tag: string;
752
+ tournamentId: string | import("mongoose").Types.ObjectId;
753
+ matches: {
754
+ _id: string | import("mongoose").Types.ObjectId;
755
+ team1: {
756
+ name: string;
757
+ teamId: string | import("mongoose").Types.ObjectId;
758
+ };
759
+ team2: {
760
+ name: string;
761
+ teamId: string | import("mongoose").Types.ObjectId;
762
+ };
763
+ score: {
764
+ team1: number | null;
765
+ team2: number | null;
766
+ };
767
+ stage: string;
768
+ prediction: {
769
+ score: {
770
+ team1: number | null;
771
+ team2: number | null;
772
+ };
773
+ succeeded: boolean | null;
774
+ } | null;
775
+ canPredict: boolean;
776
+ endDate?: Date | null | undefined;
777
+ additionalTag?: string | undefined;
778
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
779
+ startingDate?: Date | null | undefined;
780
+ }[];
781
+ startDate?: Date | null | undefined;
782
+ endDate?: Date | null | undefined;
783
+ }, z.ZodTypeDef, {
784
+ status: Status;
785
+ tag: string;
786
+ tournamentId: string | import("mongoose").Types.ObjectId;
787
+ matches: {
788
+ _id: string | import("mongoose").Types.ObjectId;
789
+ team1: {
790
+ name: string;
791
+ teamId: string | import("mongoose").Types.ObjectId;
792
+ };
793
+ team2: {
794
+ name: string;
795
+ teamId: string | import("mongoose").Types.ObjectId;
796
+ };
797
+ score: {
798
+ team1: number | null;
799
+ team2: number | null;
800
+ };
801
+ stage: string;
802
+ prediction: {
803
+ score: {
804
+ team1: number | null;
805
+ team2: number | null;
806
+ };
807
+ succeeded: boolean | null;
808
+ } | null;
809
+ canPredict: boolean;
810
+ endDate?: Date | null | undefined;
811
+ additionalTag?: string | undefined;
812
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
813
+ startingDate?: Date | null | undefined;
814
+ }[];
815
+ startDate?: Date | null | undefined;
816
+ endDate?: Date | null | undefined;
817
+ }>]>>;
818
+ }, "strip", z.ZodTypeAny, {
819
+ message: string;
820
+ success: boolean;
821
+ data?: {
822
+ status: Status;
823
+ tag: string;
824
+ tournamentId: string | import("mongoose").Types.ObjectId;
825
+ matches: {
826
+ _id: string | import("mongoose").Types.ObjectId;
827
+ team1: {
828
+ name: string;
829
+ teamId: string | import("mongoose").Types.ObjectId;
830
+ };
831
+ team2: {
832
+ name: string;
833
+ teamId: string | import("mongoose").Types.ObjectId;
834
+ };
835
+ score: {
836
+ team1: number | null;
837
+ team2: number | null;
838
+ };
839
+ stage: string;
840
+ prediction: {
841
+ score: {
842
+ team1: number | null;
843
+ team2: number | null;
844
+ };
845
+ succeeded: boolean | null;
846
+ } | null;
847
+ canPredict: boolean;
848
+ endDate?: Date | null | undefined;
849
+ additionalTag?: string | undefined;
850
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
851
+ startingDate?: Date | null | undefined;
852
+ }[];
853
+ startDate?: Date | null | undefined;
854
+ endDate?: Date | null | undefined;
855
+ } | {
856
+ documents: {
857
+ status: Status;
858
+ tag: string;
859
+ tournamentId: string | import("mongoose").Types.ObjectId;
860
+ matches: {
861
+ _id: string | import("mongoose").Types.ObjectId;
862
+ team1: {
863
+ name: string;
864
+ teamId: string | import("mongoose").Types.ObjectId;
865
+ };
866
+ team2: {
867
+ name: string;
868
+ teamId: string | import("mongoose").Types.ObjectId;
869
+ };
870
+ score: {
871
+ team1: number | null;
872
+ team2: number | null;
873
+ };
874
+ stage: string;
875
+ prediction: {
876
+ score: {
877
+ team1: number | null;
878
+ team2: number | null;
879
+ };
880
+ succeeded: boolean | null;
881
+ } | null;
882
+ canPredict: boolean;
883
+ endDate?: Date | null | undefined;
884
+ additionalTag?: string | undefined;
885
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
886
+ startingDate?: Date | null | undefined;
887
+ }[];
888
+ startDate?: Date | null | undefined;
889
+ endDate?: Date | null | undefined;
890
+ }[];
891
+ metadata?: {
892
+ page: number;
893
+ size: number;
894
+ totalElements: number;
895
+ totalPages: number;
896
+ } | undefined;
897
+ } | undefined;
898
+ }, {
899
+ message: string;
900
+ success: boolean;
901
+ data?: {
902
+ status: Status;
903
+ tag: string;
904
+ tournamentId: string | import("mongoose").Types.ObjectId;
905
+ matches: {
906
+ _id: string | import("mongoose").Types.ObjectId;
907
+ team1: {
908
+ name: string;
909
+ teamId: string | import("mongoose").Types.ObjectId;
910
+ };
911
+ team2: {
912
+ name: string;
913
+ teamId: string | import("mongoose").Types.ObjectId;
914
+ };
915
+ score: {
916
+ team1: number | null;
917
+ team2: number | null;
918
+ };
919
+ stage: string;
920
+ prediction: {
921
+ score: {
922
+ team1: number | null;
923
+ team2: number | null;
924
+ };
925
+ succeeded: boolean | null;
926
+ } | null;
927
+ canPredict: boolean;
928
+ endDate?: Date | null | undefined;
929
+ additionalTag?: string | undefined;
930
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
931
+ startingDate?: Date | null | undefined;
932
+ }[];
933
+ startDate?: Date | null | undefined;
934
+ endDate?: Date | null | undefined;
935
+ } | {
936
+ documents: {
937
+ status: Status;
938
+ tag: string;
939
+ tournamentId: string | import("mongoose").Types.ObjectId;
940
+ matches: {
941
+ _id: string | import("mongoose").Types.ObjectId;
942
+ team1: {
943
+ name: string;
944
+ teamId: string | import("mongoose").Types.ObjectId;
945
+ };
946
+ team2: {
947
+ name: string;
948
+ teamId: string | import("mongoose").Types.ObjectId;
949
+ };
950
+ score: {
951
+ team1: number | null;
952
+ team2: number | null;
953
+ };
954
+ stage: string;
955
+ prediction: {
956
+ score: {
957
+ team1: number | null;
958
+ team2: number | null;
959
+ };
960
+ succeeded: boolean | null;
961
+ } | null;
962
+ canPredict: boolean;
963
+ endDate?: Date | null | undefined;
964
+ additionalTag?: string | undefined;
965
+ winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
966
+ startingDate?: Date | null | undefined;
967
+ }[];
968
+ startDate?: Date | null | undefined;
969
+ endDate?: Date | null | undefined;
970
+ }[];
971
+ metadata?: {
972
+ page: number;
973
+ size: number;
974
+ totalElements: number;
975
+ totalPages: number;
976
+ } | undefined;
977
+ } | undefined;
978
+ }>;
979
+ export type AddTournamentTeamsInputDTO = DTO<typeof AddTournamentTeamsSchema>;
980
+ export type GetTournamentTeamsInputDTO = DTO<typeof GetTournamentTeamsSchema>;
981
+ export type GetTeamMatchesInputDTO = DTO<typeof GetTeamMatchesSchema>;
982
+ export type TournamentTeamOutputDTO = DTO<typeof TournamentTeamSchema>;
983
+ export type TournamentWithTeamsOutputDTO = DTO<typeof TournamentWithTeamsSchema>;
984
+ export type TournamentWithMatchesOutputDTO = DTO<typeof TournamentWithMatchesSchema>;
985
+ export {};
986
+ //# sourceMappingURL=team.validation.d.ts.map