@lyxa.ai/marketing 1.0.63 → 1.0.65

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 (274) hide show
  1. package/dist/lib/event/event-initializations.d.ts.map +1 -1
  2. package/dist/lib/event/event-initializations.js +0 -1
  3. package/dist/lib/event/event-initializations.js.map +1 -1
  4. package/dist/lib/event/event-listeners/event-listeners.d.ts +0 -1
  5. package/dist/lib/event/event-listeners/event-listeners.d.ts.map +1 -1
  6. package/dist/lib/event/event-listeners/event-listeners.js +12 -62
  7. package/dist/lib/event/event-listeners/event-listeners.js.map +1 -1
  8. package/dist/lib/event/events/marketing-product-seed.event.d.ts +2 -1
  9. package/dist/lib/event/events/marketing-product-seed.event.d.ts.map +1 -1
  10. package/dist/lib/event/events/marketing-product-seed.event.js.map +1 -1
  11. package/dist/lib/index.d.ts +21 -12028
  12. package/dist/lib/index.d.ts.map +1 -1
  13. package/dist/lib/index.js.map +1 -1
  14. package/dist/lib/modules/coupon/routers/coupon.router.d.ts +1101 -27
  15. package/dist/lib/modules/coupon/routers/coupon.router.d.ts.map +1 -1
  16. package/dist/lib/modules/coupon/services/coupon.service.d.ts +1 -1
  17. package/dist/lib/modules/coupon/services/coupon.service.js +1 -1
  18. package/dist/lib/modules/coupon/services/coupon.service.js.map +1 -1
  19. package/dist/lib/modules/coupon/services/custom-coupon.service.d.ts +15 -3
  20. package/dist/lib/modules/coupon/services/custom-coupon.service.d.ts.map +1 -1
  21. package/dist/lib/modules/coupon/services/helper.service.d.ts +15 -3
  22. package/dist/lib/modules/coupon/services/helper.service.d.ts.map +1 -1
  23. package/dist/lib/modules/coupon/services/individual-store-coupon.service.d.ts +15 -3
  24. package/dist/lib/modules/coupon/services/individual-store-coupon.service.d.ts.map +1 -1
  25. package/dist/lib/modules/coupon/services/patterns/repository/CouponMetricsRepository.d.ts.map +1 -1
  26. package/dist/lib/modules/coupon/services/patterns/repository/CouponMetricsRepository.js +21 -6
  27. package/dist/lib/modules/coupon/services/patterns/repository/CouponMetricsRepository.js.map +1 -1
  28. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  29. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js +1 -0
  30. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js.map +1 -1
  31. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.d.ts +15 -3
  32. package/dist/lib/modules/coupon/services/shops-categories-coupon.service.d.ts.map +1 -1
  33. package/dist/lib/modules/coupon/transformers/coupon.transformer.d.ts +50 -0
  34. package/dist/lib/modules/coupon/transformers/coupon.transformer.d.ts.map +1 -1
  35. package/dist/lib/modules/coupon/validations/all-coupons.validation.d.ts +828 -6
  36. package/dist/lib/modules/coupon/validations/all-coupons.validation.d.ts.map +1 -1
  37. package/dist/lib/modules/coupon/validations/coupon.validation.d.ts +30 -30
  38. package/dist/lib/modules/coupon/validations/create-coupon.validation.d.ts +98 -0
  39. package/dist/lib/modules/coupon/validations/create-coupon.validation.d.ts.map +1 -1
  40. package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.d.ts +374 -0
  41. package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.d.ts.map +1 -1
  42. package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.js +2 -0
  43. package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.js.map +1 -1
  44. package/dist/lib/modules/deal-setting/routers/deal-setting.router.d.ts +9 -9
  45. package/dist/lib/modules/deal-setting/routers/deal-setting.router.d.ts.map +1 -1
  46. package/dist/lib/modules/deal-setting/validations/deal-setting.validation.d.ts +6 -6
  47. package/dist/lib/modules/featured-setting/routers/featured-setting.router.d.ts +8 -8
  48. package/dist/lib/modules/featured-setting/routers/featured-setting.router.d.ts.map +1 -1
  49. package/dist/lib/modules/featured-setting/validations/featured-setting.validation.d.ts +6 -6
  50. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts +7 -7
  51. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
  52. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js +2 -0
  53. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js.map +1 -1
  54. package/dist/lib/modules/limited-time-offer/campaign/jobs/index.d.ts.map +1 -1
  55. package/dist/lib/modules/limited-time-offer/campaign/jobs/index.js +4 -1
  56. package/dist/lib/modules/limited-time-offer/campaign/jobs/index.js.map +1 -1
  57. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +36 -36
  58. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts +2 -0
  59. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts.map +1 -1
  60. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.js +24 -5
  61. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.js.map +1 -1
  62. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts +1 -0
  63. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts.map +1 -1
  64. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.js +13 -2
  65. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.js.map +1 -1
  66. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
  67. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js +10 -1
  68. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js.map +1 -1
  69. package/dist/lib/modules/limited-time-offer/config/limited-time-offer-config.validation.d.ts +6 -6
  70. package/dist/lib/modules/limited-time-offer/config/limited-time-offer.router.d.ts +3 -3
  71. package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts +18 -18
  72. package/dist/lib/modules/limited-time-offer/limited-time-offer.service.d.ts.map +1 -1
  73. package/dist/lib/modules/limited-time-offer/limited-time-offer.service.js +6 -9
  74. package/dist/lib/modules/limited-time-offer/limited-time-offer.service.js.map +1 -1
  75. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts +7 -1
  76. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts.map +1 -1
  77. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.js +5 -1
  78. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.js.map +1 -1
  79. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts +8 -0
  80. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts.map +1 -1
  81. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.js +60 -0
  82. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.js.map +1 -1
  83. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +7 -7
  84. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts.map +1 -1
  85. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.js +5 -0
  86. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.js.map +1 -1
  87. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +235 -231
  88. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts.map +1 -1
  89. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.js.map +1 -1
  90. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts +4 -0
  91. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts.map +1 -1
  92. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.js +14 -8
  93. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.js.map +1 -1
  94. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts +11 -9
  95. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts.map +1 -1
  96. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.js +78 -46
  97. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.js.map +1 -1
  98. package/dist/lib/modules/marketing/patterns/repository/MarketingMetricsRepository.d.ts +1 -0
  99. package/dist/lib/modules/marketing/patterns/repository/MarketingMetricsRepository.d.ts.map +1 -1
  100. package/dist/lib/modules/marketing/patterns/repository/MarketingMetricsRepository.js +15 -3
  101. package/dist/lib/modules/marketing/patterns/repository/MarketingMetricsRepository.js.map +1 -1
  102. package/dist/lib/modules/marketing/routers/marketing.router.d.ts +16 -3
  103. package/dist/lib/modules/marketing/routers/marketing.router.d.ts.map +1 -1
  104. package/dist/lib/modules/marketing/routers/marketing.router.js +4 -0
  105. package/dist/lib/modules/marketing/routers/marketing.router.js.map +1 -1
  106. package/dist/lib/modules/marketing/services/marketing.service.d.ts +1 -2
  107. package/dist/lib/modules/marketing/services/marketing.service.d.ts.map +1 -1
  108. package/dist/lib/modules/marketing/services/marketing.service.js +88 -70
  109. package/dist/lib/modules/marketing/services/marketing.service.js.map +1 -1
  110. package/dist/lib/modules/marketing/services/product-marketing.service.d.ts +3 -1
  111. package/dist/lib/modules/marketing/services/product-marketing.service.d.ts.map +1 -1
  112. package/dist/lib/modules/marketing/services/product-marketing.service.js +13 -10
  113. package/dist/lib/modules/marketing/services/product-marketing.service.js.map +1 -1
  114. package/dist/lib/modules/marketing/services/spend-to-get-progress.service.d.ts +13 -0
  115. package/dist/lib/modules/marketing/services/spend-to-get-progress.service.d.ts.map +1 -1
  116. package/dist/lib/modules/marketing/services/spend-to-get-progress.service.js +24 -0
  117. package/dist/lib/modules/marketing/services/spend-to-get-progress.service.js.map +1 -1
  118. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.d.ts.map +1 -1
  119. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.js +27 -95
  120. package/dist/lib/modules/marketing/services/synchronize-product-marketing.service.js.map +1 -1
  121. package/dist/lib/modules/marketing/validations/all-marketings.validation.d.ts +4 -4
  122. package/dist/lib/modules/marketing/validations/marketing.validation.d.ts +14 -0
  123. package/dist/lib/modules/marketing/validations/marketing.validation.d.ts.map +1 -1
  124. package/dist/lib/modules/marketing/validations/marketing.validation.js +6 -1
  125. package/dist/lib/modules/marketing/validations/marketing.validation.js.map +1 -1
  126. package/dist/lib/modules/marketing/validations/punch-marketing.validation.d.ts +4 -4
  127. package/dist/lib/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts +11 -11
  128. package/dist/lib/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts.map +1 -1
  129. package/dist/lib/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts +6 -6
  130. package/dist/lib/modules/referral-setting/routers/referral-setting.router.d.ts +4 -4
  131. package/dist/lib/modules/referral-setting/validations/referral-setting.validation.d.ts +6 -6
  132. package/dist/lib/modules/referral-setting/validations/referral-setting.validation.d.ts.map +1 -1
  133. package/dist/lib/modules/referral-setting/validations/referral-setting.validation.js.map +1 -1
  134. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.d.ts +3 -2
  135. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.d.ts.map +1 -1
  136. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.js +21 -2
  137. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.js.map +1 -1
  138. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.router.d.ts +42 -26
  139. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.router.d.ts.map +1 -1
  140. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.service.d.ts +2 -2
  141. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.service.d.ts.map +1 -1
  142. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.service.js.map +1 -1
  143. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.d.ts +44 -25
  144. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.d.ts.map +1 -1
  145. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.js +2 -1
  146. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.js.map +1 -1
  147. package/dist/lib/modules/tournament/config/config.router.d.ts +4 -4
  148. package/dist/lib/modules/tournament/config/config.validation.d.ts +12 -12
  149. package/dist/lib/modules/tournament/match/match.router.d.ts +5 -5
  150. package/dist/lib/modules/tournament/match/match.validation.d.ts +12 -12
  151. package/dist/lib/modules/tournament/participant/participant.router.d.ts +3 -3
  152. package/dist/lib/modules/tournament/participant/participant.validation.d.ts +24 -24
  153. package/dist/lib/modules/tournament/prediction/prediction.router.d.ts +3 -3
  154. package/dist/lib/modules/tournament/prediction/prediction.validation.d.ts +18 -18
  155. package/dist/lib/modules/tournament/score/score.router.d.ts +1 -1
  156. package/dist/lib/modules/tournament/score/score.validation.d.ts +6 -6
  157. package/dist/lib/modules/tournament/statistics/statistics.router.d.ts +1 -1
  158. package/dist/lib/modules/tournament/statistics/statistics.validation.d.ts +6 -6
  159. package/dist/lib/modules/tournament/team/team.router.d.ts +3 -3
  160. package/dist/lib/modules/tournament/team/team.validation.d.ts +18 -18
  161. package/dist/lib/modules/tournament/tournament.router.d.ts +21 -21
  162. package/dist/lib/modules/tournament/tournament.validation.d.ts +6 -6
  163. package/dist/lib/utility/feature-flags.d.ts +3 -0
  164. package/dist/lib/utility/feature-flags.d.ts.map +1 -0
  165. package/dist/lib/utility/feature-flags.js +16 -0
  166. package/dist/lib/utility/feature-flags.js.map +1 -0
  167. package/dist/types/event/event-initializations.d.ts.map +1 -1
  168. package/dist/types/event/event-listeners/event-listeners.d.ts +0 -1
  169. package/dist/types/event/event-listeners/event-listeners.d.ts.map +1 -1
  170. package/dist/types/event/events/marketing-product-seed.event.d.ts +2 -1
  171. package/dist/types/event/events/marketing-product-seed.event.d.ts.map +1 -1
  172. package/dist/types/index.d.ts +21 -12028
  173. package/dist/types/index.d.ts.map +1 -1
  174. package/dist/types/modules/coupon/routers/coupon.router.d.ts +1101 -27
  175. package/dist/types/modules/coupon/routers/coupon.router.d.ts.map +1 -1
  176. package/dist/types/modules/coupon/services/coupon.service.d.ts +1 -1
  177. package/dist/types/modules/coupon/services/custom-coupon.service.d.ts +15 -3
  178. package/dist/types/modules/coupon/services/custom-coupon.service.d.ts.map +1 -1
  179. package/dist/types/modules/coupon/services/helper.service.d.ts +15 -3
  180. package/dist/types/modules/coupon/services/helper.service.d.ts.map +1 -1
  181. package/dist/types/modules/coupon/services/individual-store-coupon.service.d.ts +15 -3
  182. package/dist/types/modules/coupon/services/individual-store-coupon.service.d.ts.map +1 -1
  183. package/dist/types/modules/coupon/services/patterns/repository/CouponMetricsRepository.d.ts.map +1 -1
  184. package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  185. package/dist/types/modules/coupon/services/shops-categories-coupon.service.d.ts +15 -3
  186. package/dist/types/modules/coupon/services/shops-categories-coupon.service.d.ts.map +1 -1
  187. package/dist/types/modules/coupon/transformers/coupon.transformer.d.ts +50 -0
  188. package/dist/types/modules/coupon/transformers/coupon.transformer.d.ts.map +1 -1
  189. package/dist/types/modules/coupon/validations/all-coupons.validation.d.ts +828 -6
  190. package/dist/types/modules/coupon/validations/all-coupons.validation.d.ts.map +1 -1
  191. package/dist/types/modules/coupon/validations/coupon.validation.d.ts +30 -30
  192. package/dist/types/modules/coupon/validations/create-coupon.validation.d.ts +98 -0
  193. package/dist/types/modules/coupon/validations/create-coupon.validation.d.ts.map +1 -1
  194. package/dist/types/modules/coupon/validations/referral-reward-coupon.validation.d.ts +374 -0
  195. package/dist/types/modules/coupon/validations/referral-reward-coupon.validation.d.ts.map +1 -1
  196. package/dist/types/modules/deal-setting/routers/deal-setting.router.d.ts +9 -9
  197. package/dist/types/modules/deal-setting/routers/deal-setting.router.d.ts.map +1 -1
  198. package/dist/types/modules/deal-setting/validations/deal-setting.validation.d.ts +6 -6
  199. package/dist/types/modules/featured-setting/routers/featured-setting.router.d.ts +8 -8
  200. package/dist/types/modules/featured-setting/routers/featured-setting.router.d.ts.map +1 -1
  201. package/dist/types/modules/featured-setting/validations/featured-setting.validation.d.ts +6 -6
  202. package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts +7 -7
  203. package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
  204. package/dist/types/modules/limited-time-offer/campaign/jobs/index.d.ts.map +1 -1
  205. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +36 -36
  206. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts +2 -0
  207. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts.map +1 -1
  208. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts +1 -0
  209. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts.map +1 -1
  210. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
  211. package/dist/types/modules/limited-time-offer/config/limited-time-offer-config.validation.d.ts +6 -6
  212. package/dist/types/modules/limited-time-offer/config/limited-time-offer.router.d.ts +3 -3
  213. package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts +18 -18
  214. package/dist/types/modules/limited-time-offer/limited-time-offer.service.d.ts.map +1 -1
  215. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts +7 -1
  216. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts.map +1 -1
  217. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts +8 -0
  218. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts.map +1 -1
  219. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +7 -7
  220. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts.map +1 -1
  221. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +235 -231
  222. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts.map +1 -1
  223. package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts +4 -0
  224. package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts.map +1 -1
  225. package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts +11 -9
  226. package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts.map +1 -1
  227. package/dist/types/modules/marketing/patterns/repository/MarketingMetricsRepository.d.ts +1 -0
  228. package/dist/types/modules/marketing/patterns/repository/MarketingMetricsRepository.d.ts.map +1 -1
  229. package/dist/types/modules/marketing/routers/marketing.router.d.ts +16 -3
  230. package/dist/types/modules/marketing/routers/marketing.router.d.ts.map +1 -1
  231. package/dist/types/modules/marketing/services/marketing.service.d.ts +1 -2
  232. package/dist/types/modules/marketing/services/marketing.service.d.ts.map +1 -1
  233. package/dist/types/modules/marketing/services/product-marketing.service.d.ts +3 -1
  234. package/dist/types/modules/marketing/services/product-marketing.service.d.ts.map +1 -1
  235. package/dist/types/modules/marketing/services/spend-to-get-progress.service.d.ts +18 -0
  236. package/dist/types/modules/marketing/services/spend-to-get-progress.service.d.ts.map +1 -1
  237. package/dist/types/modules/marketing/services/synchronize-product-marketing.service.d.ts.map +1 -1
  238. package/dist/types/modules/marketing/validations/all-marketings.validation.d.ts +4 -4
  239. package/dist/types/modules/marketing/validations/marketing.validation.d.ts +14 -0
  240. package/dist/types/modules/marketing/validations/marketing.validation.d.ts.map +1 -1
  241. package/dist/types/modules/marketing/validations/punch-marketing.validation.d.ts +4 -4
  242. package/dist/types/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts +11 -11
  243. package/dist/types/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts.map +1 -1
  244. package/dist/types/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts +6 -6
  245. package/dist/types/modules/referral-setting/routers/referral-setting.router.d.ts +4 -4
  246. package/dist/types/modules/referral-setting/validations/referral-setting.validation.d.ts +6 -6
  247. package/dist/types/modules/referral-setting/validations/referral-setting.validation.d.ts.map +1 -1
  248. package/dist/types/modules/spend-to-get-history/spend-to-get-history.repository.d.ts +3 -2
  249. package/dist/types/modules/spend-to-get-history/spend-to-get-history.repository.d.ts.map +1 -1
  250. package/dist/types/modules/spend-to-get-history/spend-to-get-history.router.d.ts +42 -26
  251. package/dist/types/modules/spend-to-get-history/spend-to-get-history.router.d.ts.map +1 -1
  252. package/dist/types/modules/spend-to-get-history/spend-to-get-history.service.d.ts +2 -2
  253. package/dist/types/modules/spend-to-get-history/spend-to-get-history.service.d.ts.map +1 -1
  254. package/dist/types/modules/spend-to-get-history/spend-to-get-history.validation.d.ts +44 -25
  255. package/dist/types/modules/spend-to-get-history/spend-to-get-history.validation.d.ts.map +1 -1
  256. package/dist/types/modules/tournament/config/config.router.d.ts +4 -4
  257. package/dist/types/modules/tournament/config/config.validation.d.ts +12 -12
  258. package/dist/types/modules/tournament/match/match.router.d.ts +5 -5
  259. package/dist/types/modules/tournament/match/match.validation.d.ts +12 -12
  260. package/dist/types/modules/tournament/participant/participant.router.d.ts +3 -3
  261. package/dist/types/modules/tournament/participant/participant.validation.d.ts +24 -24
  262. package/dist/types/modules/tournament/prediction/prediction.router.d.ts +3 -3
  263. package/dist/types/modules/tournament/prediction/prediction.validation.d.ts +18 -18
  264. package/dist/types/modules/tournament/score/score.router.d.ts +1 -1
  265. package/dist/types/modules/tournament/score/score.validation.d.ts +6 -6
  266. package/dist/types/modules/tournament/statistics/statistics.router.d.ts +1 -1
  267. package/dist/types/modules/tournament/statistics/statistics.validation.d.ts +6 -6
  268. package/dist/types/modules/tournament/team/team.router.d.ts +3 -3
  269. package/dist/types/modules/tournament/team/team.validation.d.ts +18 -18
  270. package/dist/types/modules/tournament/tournament.router.d.ts +21 -21
  271. package/dist/types/modules/tournament/tournament.validation.d.ts +6 -6
  272. package/dist/types/utility/feature-flags.d.ts +12 -0
  273. package/dist/types/utility/feature-flags.d.ts.map +1 -0
  274. package/package.json +2 -2
@@ -8,39 +8,45 @@ declare const SpendToGetHistoryValidationSchema: z.ZodObject<{
8
8
  marketing: 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>]>;
9
9
  shop: 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>]>;
10
10
  redemptionCount: z.ZodOptional<z.ZodNumber>;
11
- lastOrder: z.ZodNullable<z.ZodOptional<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>]>>>;
11
+ redeemingOrders: z.ZodOptional<z.ZodArray<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>]>, "many">>;
12
+ lastOrder: z.ZodOptional<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>]>>;
12
13
  }, "strict", z.ZodTypeAny, {
13
14
  user: import("mongoose").Types.ObjectId;
14
15
  shop: import("mongoose").Types.ObjectId;
15
16
  marketing: import("mongoose").Types.ObjectId;
16
17
  redemptionCount?: number | undefined;
17
- lastOrder?: import("mongoose").Types.ObjectId | null | undefined;
18
+ redeemingOrders?: import("mongoose").Types.ObjectId[] | undefined;
19
+ lastOrder?: import("mongoose").Types.ObjectId | undefined;
18
20
  }, {
19
21
  user: string | import("mongoose").Types.ObjectId;
20
22
  shop: string | import("mongoose").Types.ObjectId;
21
23
  marketing: string | import("mongoose").Types.ObjectId;
22
24
  redemptionCount?: number | undefined;
23
- lastOrder?: string | import("mongoose").Types.ObjectId | null | undefined;
25
+ redeemingOrders?: (string | import("mongoose").Types.ObjectId)[] | undefined;
26
+ lastOrder?: string | import("mongoose").Types.ObjectId | undefined;
24
27
  }>, SpendToGetHistorySchema: z.ZodObject<{
25
28
  user: z.ZodOptional<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>]>>;
26
29
  marketing: z.ZodOptional<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>]>>;
27
30
  shop: z.ZodOptional<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>]>>;
28
31
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
29
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
32
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
33
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
30
34
  _id: z.ZodOptional<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
35
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32
36
  user: z.ZodOptional<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>]>>;
33
37
  marketing: z.ZodOptional<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>]>>;
34
38
  shop: z.ZodOptional<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>]>>;
35
39
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
36
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
40
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
41
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
37
42
  _id: z.ZodOptional<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>]>>;
38
43
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
39
44
  user: z.ZodOptional<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>]>>;
40
45
  marketing: z.ZodOptional<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>]>>;
41
46
  shop: z.ZodOptional<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>]>>;
42
47
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
43
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
48
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
49
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
44
50
  _id: z.ZodOptional<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>]>>;
45
51
  }, z.ZodTypeAny, "passthrough">>, SpendToGetHistoryIdSchema: 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>]>, UpdateSpendToGetHistorySchema: z.ZodObject<{
46
52
  [x: string]: z.ZodOptional<z.ZodTypeAny>;
@@ -53,21 +59,24 @@ declare const SpendToGetHistoryValidationSchema: z.ZodObject<{
53
59
  marketing: z.ZodOptional<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>]>>;
54
60
  shop: z.ZodOptional<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>]>>;
55
61
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
56
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
62
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
63
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
57
64
  _id: z.ZodOptional<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>]>>;
58
65
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
59
66
  user: z.ZodOptional<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>]>>;
60
67
  marketing: z.ZodOptional<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>]>>;
61
68
  shop: z.ZodOptional<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>]>>;
62
69
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
63
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
70
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
71
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
64
72
  _id: z.ZodOptional<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>]>>;
65
73
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
66
74
  user: z.ZodOptional<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>]>>;
67
75
  marketing: z.ZodOptional<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>]>>;
68
76
  shop: z.ZodOptional<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>]>>;
69
77
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
70
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
78
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
79
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
71
80
  _id: z.ZodOptional<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>]>>;
72
81
  }, z.ZodTypeAny, "passthrough">>;
73
82
  /**
@@ -84,13 +93,13 @@ export declare const SpendToGetHistoryResponseSchema: z.ZodObject<{
84
93
  totalElements: z.ZodNumber;
85
94
  totalPages: z.ZodNumber;
86
95
  }, "strip", z.ZodTypeAny, {
87
- page: number;
88
96
  size: number;
97
+ page: number;
89
98
  totalElements: number;
90
99
  totalPages: number;
91
100
  }, {
92
- page: number;
93
101
  size: number;
102
+ page: number;
94
103
  totalElements: number;
95
104
  totalPages: number;
96
105
  }>>;
@@ -99,14 +108,16 @@ export declare const SpendToGetHistoryResponseSchema: z.ZodObject<{
99
108
  marketing: z.ZodOptional<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>]>>;
100
109
  shop: z.ZodOptional<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>]>>;
101
110
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
102
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
111
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
112
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
103
113
  _id: z.ZodOptional<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>]>>;
104
114
  }, z.ZodTypeAny, "passthrough">, z.ZodTypeDef, z.objectInputType<{
105
115
  user: z.ZodOptional<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>]>>;
106
116
  marketing: z.ZodOptional<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
117
  shop: z.ZodOptional<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>]>>;
108
118
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
109
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
119
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
120
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
110
121
  _id: z.ZodOptional<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>]>>;
111
122
  }, z.ZodTypeAny, "passthrough">>, "many">;
112
123
  }, "strip", z.ZodTypeAny, {
@@ -115,12 +126,13 @@ export declare const SpendToGetHistoryResponseSchema: z.ZodObject<{
115
126
  marketing: z.ZodOptional<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>]>>;
116
127
  shop: z.ZodOptional<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>]>>;
117
128
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
118
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
129
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
130
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
119
131
  _id: z.ZodOptional<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>]>>;
120
132
  }, z.ZodTypeAny, "passthrough">[];
121
133
  metadata?: {
122
- page: number;
123
134
  size: number;
135
+ page: number;
124
136
  totalElements: number;
125
137
  totalPages: number;
126
138
  } | undefined;
@@ -130,12 +142,13 @@ export declare const SpendToGetHistoryResponseSchema: z.ZodObject<{
130
142
  marketing: z.ZodOptional<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>]>>;
131
143
  shop: z.ZodOptional<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>]>>;
132
144
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
133
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
145
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
146
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
134
147
  _id: z.ZodOptional<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>]>>;
135
148
  }, z.ZodTypeAny, "passthrough">[];
136
149
  metadata?: {
137
- page: number;
138
150
  size: number;
151
+ page: number;
139
152
  totalElements: number;
140
153
  totalPages: number;
141
154
  } | undefined;
@@ -144,14 +157,16 @@ export declare const SpendToGetHistoryResponseSchema: z.ZodObject<{
144
157
  marketing: z.ZodOptional<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>]>>;
145
158
  shop: z.ZodOptional<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>]>>;
146
159
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
147
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
160
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
161
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
148
162
  _id: z.ZodOptional<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>]>>;
149
163
  }, z.ZodTypeAny, "passthrough">, z.ZodTypeDef, z.objectInputType<{
150
164
  user: z.ZodOptional<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>]>>;
151
165
  marketing: z.ZodOptional<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>]>>;
152
166
  shop: z.ZodOptional<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>]>>;
153
167
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
154
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
168
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
169
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
155
170
  _id: z.ZodOptional<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>]>>;
156
171
  }, z.ZodTypeAny, "passthrough">>]>>;
157
172
  }, "strip", z.ZodTypeAny, {
@@ -162,7 +177,8 @@ export declare const SpendToGetHistoryResponseSchema: z.ZodObject<{
162
177
  marketing: z.ZodOptional<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>]>>;
163
178
  shop: z.ZodOptional<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>]>>;
164
179
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
165
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
180
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
181
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
166
182
  _id: z.ZodOptional<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>]>>;
167
183
  }, z.ZodTypeAny, "passthrough"> | {
168
184
  documents: z.objectInputType<{
@@ -170,12 +186,13 @@ export declare const SpendToGetHistoryResponseSchema: z.ZodObject<{
170
186
  marketing: z.ZodOptional<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>]>>;
171
187
  shop: z.ZodOptional<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>]>>;
172
188
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
173
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
189
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
190
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
174
191
  _id: z.ZodOptional<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>]>>;
175
192
  }, z.ZodTypeAny, "passthrough">[];
176
193
  metadata?: {
177
- page: number;
178
194
  size: number;
195
+ page: number;
179
196
  totalElements: number;
180
197
  totalPages: number;
181
198
  } | undefined;
@@ -188,7 +205,8 @@ export declare const SpendToGetHistoryResponseSchema: z.ZodObject<{
188
205
  marketing: z.ZodOptional<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>]>>;
189
206
  shop: z.ZodOptional<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>]>>;
190
207
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
191
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
208
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
209
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
192
210
  _id: z.ZodOptional<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>]>>;
193
211
  }, z.ZodTypeAny, "passthrough"> | {
194
212
  documents: z.objectInputType<{
@@ -196,12 +214,13 @@ export declare const SpendToGetHistoryResponseSchema: z.ZodObject<{
196
214
  marketing: z.ZodOptional<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>]>>;
197
215
  shop: z.ZodOptional<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>]>>;
198
216
  redemptionCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
199
- lastOrder: z.ZodOptional<z.ZodNullable<z.ZodOptional<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>]>>>>;
217
+ redeemingOrders: z.ZodOptional<z.ZodOptional<z.ZodArray<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>]>, "many">>>;
218
+ lastOrder: z.ZodOptional<z.ZodOptional<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>]>>>;
200
219
  _id: z.ZodOptional<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>]>>;
201
220
  }, z.ZodTypeAny, "passthrough">[];
202
221
  metadata?: {
203
- page: number;
204
222
  size: number;
223
+ page: number;
205
224
  totalElements: number;
206
225
  totalPages: number;
207
226
  } | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"spend-to-get-history.validation.d.ts","sourceRoot":"/","sources":["modules/spend-to-get-history/spend-to-get-history.validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAGN,GAAG,EACH,MAAM,2DAA2D,CAAC;AAqBnE;;GAEG;AACH,QAAA,MACa,iCAAiC;;;;;;;;;;;;;;;;;;IAC/B,uBAAuB;;;;;;;;;;;;;;;;;;;;;kCAC3B,yBAAyB,mNACrB,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;gCACQ,CAAC;AAErD;;GAEG;AACH,OAAO,EACN,iCAAiC,EACjC,uBAAuB,EACvB,yBAAyB,IAAI,mCAAmC,EAChE,6BAA6B,GAC7B,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgD,CAAC;AAE7F,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;EAK3C,CAAC;AAEH,eAAO,MAAM,gCAAgC;;;;;;EAE3C,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,GAAG,CAAC,OAAO,iCAAiC,CAAC,CAAC;AACvF,MAAM,MAAM,oBAAoB,GAAG,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACvE,MAAM,MAAM,0BAA0B,GAAG,GAAG,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACnF,MAAM,MAAM,6BAA6B,GAAG,GAAG,CAAC,OAAO,gCAAgC,CAAC,CAAC;AACzF,MAAM,MAAM,6BAA6B,GAAG,GAAG,CAAC,OAAO,gCAAgC,CAAC,CAAC"}
1
+ {"version":3,"file":"spend-to-get-history.validation.d.ts","sourceRoot":"/","sources":["modules/spend-to-get-history/spend-to-get-history.validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAGN,GAAG,EACH,MAAM,2DAA2D,CAAC;AAsBnE;;GAEG;AACH,QAAA,MACa,iCAAiC;;;;;;;;;;;;;;;;;;;;;IAC/B,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;kCAC3B,yBAAyB,mNACrB,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCACQ,CAAC;AAErD;;GAEG;AACH,OAAO,EACN,iCAAiC,EACjC,uBAAuB,EACvB,yBAAyB,IAAI,mCAAmC,EAChE,6BAA6B,GAC7B,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgD,CAAC;AAE7F,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;EAK3C,CAAC;AAEH,eAAO,MAAM,gCAAgC;;;;;;EAE3C,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,GAAG,CAAC,OAAO,iCAAiC,CAAC,CAAC;AACvF,MAAM,MAAM,oBAAoB,GAAG,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACvE,MAAM,MAAM,0BAA0B,GAAG,GAAG,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACnF,MAAM,MAAM,6BAA6B,GAAG,GAAG,CAAC,OAAO,gCAAgC,CAAC,CAAC;AACzF,MAAM,MAAM,6BAA6B,GAAG,GAAG,CAAC,OAAO,gCAAgC,CAAC,CAAC"}
@@ -97,8 +97,8 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
97
97
  }[] | undefined;
98
98
  }[];
99
99
  metadata?: {
100
- page: number;
101
100
  size: number;
101
+ page: number;
102
102
  totalElements: number;
103
103
  totalPages: number;
104
104
  } | undefined;
@@ -164,8 +164,8 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
164
164
  }[] | undefined;
165
165
  }[][];
166
166
  metadata?: {
167
- page: number;
168
167
  size: number;
168
+ page: number;
169
169
  totalElements: number;
170
170
  totalPages: number;
171
171
  } | undefined;
@@ -235,8 +235,8 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
235
235
  }[] | undefined;
236
236
  }[];
237
237
  metadata?: {
238
- page: number;
239
238
  size: number;
239
+ page: number;
240
240
  totalElements: number;
241
241
  totalPages: number;
242
242
  } | undefined;
@@ -328,8 +328,8 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
328
328
  }[] | undefined;
329
329
  }[];
330
330
  metadata?: {
331
- page: number;
332
331
  size: number;
332
+ page: number;
333
333
  totalElements: number;
334
334
  totalPages: number;
335
335
  } | undefined;
@@ -514,13 +514,13 @@ export declare const TournamentConfigResponseSchema: z.ZodObject<{
514
514
  totalElements: z.ZodNumber;
515
515
  totalPages: z.ZodNumber;
516
516
  }, "strip", z.ZodTypeAny, {
517
- page: number;
518
517
  size: number;
518
+ page: number;
519
519
  totalElements: number;
520
520
  totalPages: number;
521
521
  }, {
522
- page: number;
523
522
  size: number;
523
+ page: number;
524
524
  totalElements: number;
525
525
  totalPages: number;
526
526
  }>>;
@@ -606,8 +606,8 @@ export declare const TournamentConfigResponseSchema: z.ZodObject<{
606
606
  }[] | undefined;
607
607
  }[];
608
608
  metadata?: {
609
- page: number;
610
609
  size: number;
610
+ page: number;
611
611
  totalElements: number;
612
612
  totalPages: number;
613
613
  } | undefined;
@@ -640,8 +640,8 @@ export declare const TournamentConfigResponseSchema: z.ZodObject<{
640
640
  }[] | undefined;
641
641
  }[];
642
642
  metadata?: {
643
- page: number;
644
643
  size: number;
644
+ page: number;
645
645
  totalElements: number;
646
646
  totalPages: number;
647
647
  } | undefined;
@@ -756,8 +756,8 @@ export declare const TournamentConfigResponseSchema: z.ZodObject<{
756
756
  }[] | undefined;
757
757
  }[];
758
758
  metadata?: {
759
- page: number;
760
759
  size: number;
760
+ page: number;
761
761
  totalElements: number;
762
762
  totalPages: number;
763
763
  } | undefined;
@@ -820,8 +820,8 @@ export declare const TournamentConfigResponseSchema: z.ZodObject<{
820
820
  }[] | undefined;
821
821
  }[];
822
822
  metadata?: {
823
- page: number;
824
823
  size: number;
824
+ page: number;
825
825
  totalElements: number;
826
826
  totalPages: number;
827
827
  } | undefined;
@@ -837,13 +837,13 @@ export declare const TournamentConfigListResponseSchema: z.ZodObject<{
837
837
  totalElements: z.ZodNumber;
838
838
  totalPages: z.ZodNumber;
839
839
  }, "strip", z.ZodTypeAny, {
840
- page: number;
841
840
  size: number;
841
+ page: number;
842
842
  totalElements: number;
843
843
  totalPages: number;
844
844
  }, {
845
- page: number;
846
845
  size: number;
846
+ page: number;
847
847
  totalElements: number;
848
848
  totalPages: number;
849
849
  }>>;
@@ -926,8 +926,8 @@ export declare const TournamentConfigListResponseSchema: z.ZodObject<{
926
926
  }[] | undefined;
927
927
  }[][];
928
928
  metadata?: {
929
- page: number;
930
929
  size: number;
930
+ page: number;
931
931
  totalElements: number;
932
932
  totalPages: number;
933
933
  } | undefined;
@@ -959,8 +959,8 @@ export declare const TournamentConfigListResponseSchema: z.ZodObject<{
959
959
  }[] | undefined;
960
960
  }[][];
961
961
  metadata?: {
962
- page: number;
963
962
  size: number;
963
+ page: number;
964
964
  totalElements: number;
965
965
  totalPages: number;
966
966
  } | undefined;
@@ -1071,8 +1071,8 @@ export declare const TournamentConfigListResponseSchema: z.ZodObject<{
1071
1071
  }[] | undefined;
1072
1072
  }[][];
1073
1073
  metadata?: {
1074
- page: number;
1075
1074
  size: number;
1075
+ page: number;
1076
1076
  totalElements: number;
1077
1077
  totalPages: number;
1078
1078
  } | undefined;
@@ -1133,8 +1133,8 @@ export declare const TournamentConfigListResponseSchema: z.ZodObject<{
1133
1133
  }[] | undefined;
1134
1134
  }[][];
1135
1135
  metadata?: {
1136
- page: number;
1137
1136
  size: number;
1137
+ page: number;
1138
1138
  totalElements: number;
1139
1139
  totalPages: number;
1140
1140
  } | undefined;
@@ -84,8 +84,8 @@ export declare const matchRouter: import("@trpc/server").TRPCBuiltRouter<{
84
84
  }[] | undefined;
85
85
  }[];
86
86
  metadata?: {
87
- page: number;
88
87
  size: number;
88
+ page: number;
89
89
  totalElements: number;
90
90
  totalPages: number;
91
91
  } | undefined;
@@ -159,8 +159,8 @@ export declare const matchRouter: import("@trpc/server").TRPCBuiltRouter<{
159
159
  } | null | undefined;
160
160
  }[][];
161
161
  metadata?: {
162
- page: number;
163
162
  size: number;
163
+ page: number;
164
164
  totalElements: number;
165
165
  totalPages: number;
166
166
  } | undefined;
@@ -235,8 +235,8 @@ export declare const matchRouter: import("@trpc/server").TRPCBuiltRouter<{
235
235
  } | null | undefined;
236
236
  }[];
237
237
  metadata?: {
238
- page: number;
239
238
  size: number;
239
+ page: number;
240
240
  totalElements: number;
241
241
  totalPages: number;
242
242
  } | undefined;
@@ -315,8 +315,8 @@ export declare const matchRouter: import("@trpc/server").TRPCBuiltRouter<{
315
315
  } | null | undefined;
316
316
  }[];
317
317
  metadata?: {
318
- page: number;
319
318
  size: number;
319
+ page: number;
320
320
  totalElements: number;
321
321
  totalPages: number;
322
322
  } | undefined;
@@ -387,8 +387,8 @@ export declare const matchRouter: import("@trpc/server").TRPCBuiltRouter<{
387
387
  }[] | undefined;
388
388
  }[];
389
389
  metadata?: {
390
- page: number;
391
390
  size: number;
391
+ page: number;
392
392
  totalElements: number;
393
393
  totalPages: number;
394
394
  } | undefined;
@@ -258,13 +258,13 @@ export declare const TournamentMatchResponseSchema: z.ZodObject<{
258
258
  totalElements: z.ZodNumber;
259
259
  totalPages: z.ZodNumber;
260
260
  }, "strip", z.ZodTypeAny, {
261
- page: number;
262
261
  size: number;
262
+ page: number;
263
263
  totalElements: number;
264
264
  totalPages: number;
265
265
  }, {
266
- page: number;
267
266
  size: number;
267
+ page: number;
268
268
  totalElements: number;
269
269
  totalPages: number;
270
270
  }>>;
@@ -356,8 +356,8 @@ export declare const TournamentMatchResponseSchema: z.ZodObject<{
356
356
  } | null | undefined;
357
357
  }[];
358
358
  metadata?: {
359
- page: number;
360
359
  size: number;
360
+ page: number;
361
361
  totalElements: number;
362
362
  totalPages: number;
363
363
  } | undefined;
@@ -392,8 +392,8 @@ export declare const TournamentMatchResponseSchema: z.ZodObject<{
392
392
  } | null | undefined;
393
393
  }[];
394
394
  metadata?: {
395
- page: number;
396
395
  size: number;
396
+ page: number;
397
397
  totalElements: number;
398
398
  totalPages: number;
399
399
  } | undefined;
@@ -516,8 +516,8 @@ export declare const TournamentMatchResponseSchema: z.ZodObject<{
516
516
  } | null | undefined;
517
517
  }[];
518
518
  metadata?: {
519
- page: number;
520
519
  size: number;
520
+ page: number;
521
521
  totalElements: number;
522
522
  totalPages: number;
523
523
  } | undefined;
@@ -584,8 +584,8 @@ export declare const TournamentMatchResponseSchema: z.ZodObject<{
584
584
  } | null | undefined;
585
585
  }[];
586
586
  metadata?: {
587
- page: number;
588
587
  size: number;
588
+ page: number;
589
589
  totalElements: number;
590
590
  totalPages: number;
591
591
  } | undefined;
@@ -601,13 +601,13 @@ export declare const TournamentMatchListResponseSchema: z.ZodObject<{
601
601
  totalElements: z.ZodNumber;
602
602
  totalPages: z.ZodNumber;
603
603
  }, "strip", z.ZodTypeAny, {
604
- page: number;
605
604
  size: number;
605
+ page: number;
606
606
  totalElements: number;
607
607
  totalPages: number;
608
608
  }, {
609
- page: number;
610
609
  size: number;
610
+ page: number;
611
611
  totalElements: number;
612
612
  totalPages: number;
613
613
  }>>;
@@ -699,8 +699,8 @@ export declare const TournamentMatchListResponseSchema: z.ZodObject<{
699
699
  } | null | undefined;
700
700
  }[][];
701
701
  metadata?: {
702
- page: number;
703
702
  size: number;
703
+ page: number;
704
704
  totalElements: number;
705
705
  totalPages: number;
706
706
  } | undefined;
@@ -735,8 +735,8 @@ export declare const TournamentMatchListResponseSchema: z.ZodObject<{
735
735
  } | null | undefined;
736
736
  }[][];
737
737
  metadata?: {
738
- page: number;
739
738
  size: number;
739
+ page: number;
740
740
  totalElements: number;
741
741
  totalPages: number;
742
742
  } | undefined;
@@ -859,8 +859,8 @@ export declare const TournamentMatchListResponseSchema: z.ZodObject<{
859
859
  } | null | undefined;
860
860
  }[][];
861
861
  metadata?: {
862
- page: number;
863
862
  size: number;
863
+ page: number;
864
864
  totalElements: number;
865
865
  totalPages: number;
866
866
  } | undefined;
@@ -927,8 +927,8 @@ export declare const TournamentMatchListResponseSchema: z.ZodObject<{
927
927
  } | null | undefined;
928
928
  }[][];
929
929
  metadata?: {
930
- page: number;
931
930
  size: number;
931
+ page: number;
932
932
  totalElements: number;
933
933
  totalPages: number;
934
934
  } | undefined;
@@ -38,8 +38,8 @@ export declare const participantRouter: import("@trpc/server").TRPCBuiltRouter<{
38
38
  teamId?: string | mongoose.Types.ObjectId | undefined;
39
39
  }[];
40
40
  metadata?: {
41
- page: number;
42
41
  size: number;
42
+ page: number;
43
43
  totalElements: number;
44
44
  totalPages: number;
45
45
  } | undefined;
@@ -57,8 +57,8 @@ export declare const participantRouter: import("@trpc/server").TRPCBuiltRouter<{
57
57
  data?: {
58
58
  documents: null[];
59
59
  metadata?: {
60
- page: number;
61
60
  size: number;
61
+ page: number;
62
62
  totalElements: number;
63
63
  totalPages: number;
64
64
  } | undefined;
@@ -114,8 +114,8 @@ export declare const participantRouter: import("@trpc/server").TRPCBuiltRouter<{
114
114
  }[] | undefined;
115
115
  }[][];
116
116
  metadata?: {
117
- page: number;
118
117
  size: number;
118
+ page: number;
119
119
  totalElements: number;
120
120
  totalPages: number;
121
121
  } | undefined;