@lyxa.ai/marketing 1.0.67 → 1.0.69

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 (281) hide show
  1. package/dist/lib/index.d.ts +21 -11810
  2. package/dist/lib/index.d.ts.map +1 -1
  3. package/dist/lib/index.js +3 -1
  4. package/dist/lib/index.js.map +1 -1
  5. package/dist/lib/modules/coupon/routers/coupon.router.d.ts +1415 -7085
  6. package/dist/lib/modules/coupon/routers/coupon.router.d.ts.map +1 -1
  7. package/dist/lib/modules/coupon/routers/coupon.router.js +37 -22
  8. package/dist/lib/modules/coupon/routers/coupon.router.js.map +1 -1
  9. package/dist/lib/modules/coupon/services/coupon.service.d.ts +41 -6
  10. package/dist/lib/modules/coupon/services/coupon.service.d.ts.map +1 -1
  11. package/dist/lib/modules/coupon/services/coupon.service.js +290 -93
  12. package/dist/lib/modules/coupon/services/coupon.service.js.map +1 -1
  13. package/dist/lib/modules/coupon/services/patterns/repository/CouponMetricsRepository.d.ts.map +1 -1
  14. package/dist/lib/modules/coupon/services/patterns/repository/CouponMetricsRepository.js +11 -15
  15. package/dist/lib/modules/coupon/services/patterns/repository/CouponMetricsRepository.js.map +1 -1
  16. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.d.ts +30 -2
  17. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.d.ts.map +1 -1
  18. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.js +494 -54
  19. package/dist/lib/modules/coupon/services/patterns/repository/CouponRepository.js.map +1 -1
  20. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  21. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js +1 -0
  22. package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js.map +1 -1
  23. package/dist/lib/modules/coupon/transformers/coupon.transformer.d.ts +54 -2
  24. package/dist/lib/modules/coupon/transformers/coupon.transformer.d.ts.map +1 -1
  25. package/dist/lib/modules/coupon/validations/all-coupons.validation.d.ts +364 -3193
  26. package/dist/lib/modules/coupon/validations/all-coupons.validation.d.ts.map +1 -1
  27. package/dist/lib/modules/coupon/validations/all-coupons.validation.js +1 -2
  28. package/dist/lib/modules/coupon/validations/all-coupons.validation.js.map +1 -1
  29. package/dist/lib/modules/coupon/validations/coupon.validation.d.ts +580 -1
  30. package/dist/lib/modules/coupon/validations/coupon.validation.d.ts.map +1 -1
  31. package/dist/lib/modules/coupon/validations/coupon.validation.js +48 -1
  32. package/dist/lib/modules/coupon/validations/coupon.validation.js.map +1 -1
  33. package/dist/lib/modules/coupon/validations/create-coupon.validation.d.ts +116 -8
  34. package/dist/lib/modules/coupon/validations/create-coupon.validation.d.ts.map +1 -1
  35. package/dist/lib/modules/coupon/validations/create-coupon.validation.js +4 -1
  36. package/dist/lib/modules/coupon/validations/create-coupon.validation.js.map +1 -1
  37. package/dist/lib/modules/coupon/validations/global-coupon.validation.d.ts +18 -0
  38. package/dist/lib/modules/coupon/validations/global-coupon.validation.d.ts.map +1 -1
  39. package/dist/lib/modules/coupon/validations/global-coupon.validation.js +2 -0
  40. package/dist/lib/modules/coupon/validations/global-coupon.validation.js.map +1 -1
  41. package/dist/lib/modules/coupon/validations/individual-store-coupon.validation.d.ts +18 -18
  42. package/dist/lib/modules/coupon/validations/individual-store-coupon.validation.js +2 -2
  43. package/dist/lib/modules/coupon/validations/individual-store-coupon.validation.js.map +1 -1
  44. package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.d.ts +374 -0
  45. package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.d.ts.map +1 -1
  46. package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.js +2 -0
  47. package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.js.map +1 -1
  48. package/dist/lib/modules/deal-setting/routers/deal-setting.router.d.ts +5 -5
  49. package/dist/lib/modules/deal-setting/routers/deal-setting.router.d.ts.map +1 -1
  50. package/dist/lib/modules/deal-setting/services/deal-setting.service.d.ts.map +1 -1
  51. package/dist/lib/modules/deal-setting/services/deal-setting.service.js +4 -1
  52. package/dist/lib/modules/deal-setting/services/deal-setting.service.js.map +1 -1
  53. package/dist/lib/modules/featured-setting/routers/featured-setting.router.d.ts +5 -5
  54. package/dist/lib/modules/featured-setting/routers/featured-setting.router.d.ts.map +1 -1
  55. package/dist/lib/modules/featured-setting/services/featured-setting.service.d.ts.map +1 -1
  56. package/dist/lib/modules/featured-setting/services/featured-setting.service.js +3 -0
  57. package/dist/lib/modules/featured-setting/services/featured-setting.service.js.map +1 -1
  58. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts +54 -8
  59. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
  60. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js +13 -0
  61. package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js.map +1 -1
  62. package/dist/lib/modules/limited-time-offer/campaign/jobs/index.d.ts.map +1 -1
  63. package/dist/lib/modules/limited-time-offer/campaign/jobs/index.js +9 -0
  64. package/dist/lib/modules/limited-time-offer/campaign/jobs/index.js.map +1 -1
  65. package/dist/lib/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.d.ts +0 -1
  66. package/dist/lib/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.d.ts.map +1 -1
  67. package/dist/lib/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.js +2 -6
  68. package/dist/lib/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.js.map +1 -1
  69. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.d.ts +16 -3
  70. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.d.ts.map +1 -1
  71. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.js +22 -3
  72. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.js.map +1 -1
  73. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.d.ts +2 -0
  74. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.d.ts.map +1 -1
  75. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.js +12 -0
  76. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.js.map +1 -1
  77. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +242 -35
  78. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts.map +1 -1
  79. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.js +19 -1
  80. package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.js.map +1 -1
  81. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts +10 -1
  82. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts.map +1 -1
  83. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.js +83 -1
  84. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.js.map +1 -1
  85. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts +4 -0
  86. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts.map +1 -1
  87. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.js +75 -6
  88. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.js.map +1 -1
  89. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts +1 -1
  90. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
  91. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js +46 -19
  92. package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js.map +1 -1
  93. package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts +241 -10
  94. package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts.map +1 -1
  95. package/dist/lib/modules/limited-time-offer/limited-time-offer.service.d.ts +2 -0
  96. package/dist/lib/modules/limited-time-offer/limited-time-offer.service.d.ts.map +1 -1
  97. package/dist/lib/modules/limited-time-offer/limited-time-offer.service.js +13 -4
  98. package/dist/lib/modules/limited-time-offer/limited-time-offer.service.js.map +1 -1
  99. package/dist/lib/modules/limited-time-offer/notification/limited-time-offer-notification.constants.d.ts +1 -1
  100. package/dist/lib/modules/limited-time-offer/notification/limited-time-offer-notification.constants.js +1 -1
  101. package/dist/lib/modules/limited-time-offer/notification/limited-time-offer-notification.constants.js.map +1 -1
  102. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts +30 -3
  103. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts.map +1 -1
  104. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.js +23 -1
  105. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.js.map +1 -1
  106. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts +18 -0
  107. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts.map +1 -1
  108. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.js +103 -0
  109. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.js.map +1 -1
  110. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +187 -2
  111. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts.map +1 -1
  112. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.js +34 -0
  113. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.js.map +1 -1
  114. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts +1 -0
  115. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts.map +1 -0
  116. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.js +2 -0
  117. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.js.map +1 -0
  118. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +515 -116
  119. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts.map +1 -1
  120. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.js +16 -6
  121. package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.js.map +1 -1
  122. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts +12 -4
  123. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts.map +1 -1
  124. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.js +53 -7
  125. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.js.map +1 -1
  126. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts +19 -5
  127. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts.map +1 -1
  128. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.js +114 -16
  129. package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.js.map +1 -1
  130. package/dist/lib/modules/marketing/patterns/repository/MarketingMetricsRepository.d.ts.map +1 -1
  131. package/dist/lib/modules/marketing/patterns/repository/MarketingMetricsRepository.js +1 -0
  132. package/dist/lib/modules/marketing/patterns/repository/MarketingMetricsRepository.js.map +1 -1
  133. package/dist/lib/modules/marketing/routers/marketing.router.d.ts +5 -5
  134. package/dist/lib/modules/marketing/routers/marketing.router.d.ts.map +1 -1
  135. package/dist/lib/modules/marketing/services/index.d.ts +1 -0
  136. package/dist/lib/modules/marketing/services/index.d.ts.map +1 -1
  137. package/dist/lib/modules/marketing/services/index.js +1 -0
  138. package/dist/lib/modules/marketing/services/index.js.map +1 -1
  139. package/dist/lib/modules/marketing/services/marketing.service.d.ts +7 -3
  140. package/dist/lib/modules/marketing/services/marketing.service.d.ts.map +1 -1
  141. package/dist/lib/modules/marketing/services/marketing.service.js +87 -19
  142. package/dist/lib/modules/marketing/services/marketing.service.js.map +1 -1
  143. package/dist/lib/modules/marketing/services/new-user-discount-marketing.service.d.ts +11 -0
  144. package/dist/lib/modules/marketing/services/new-user-discount-marketing.service.d.ts.map +1 -0
  145. package/dist/lib/modules/marketing/services/new-user-discount-marketing.service.js +116 -0
  146. package/dist/lib/modules/marketing/services/new-user-discount-marketing.service.js.map +1 -0
  147. package/dist/lib/modules/marketing/services/product-marketing.service.d.ts +1 -0
  148. package/dist/lib/modules/marketing/services/product-marketing.service.d.ts.map +1 -1
  149. package/dist/lib/modules/marketing/services/product-marketing.service.js +32 -0
  150. package/dist/lib/modules/marketing/services/product-marketing.service.js.map +1 -1
  151. package/dist/lib/modules/marketing/validations/all-marketings.validation.d.ts.map +1 -1
  152. package/dist/lib/modules/marketing/validations/all-marketings.validation.js +3 -0
  153. package/dist/lib/modules/marketing/validations/all-marketings.validation.js.map +1 -1
  154. package/dist/lib/modules/marketing/validations/discount-marketing.validation.d.ts +6 -6
  155. package/dist/lib/modules/marketing/validations/index.d.ts +1 -0
  156. package/dist/lib/modules/marketing/validations/index.d.ts.map +1 -1
  157. package/dist/lib/modules/marketing/validations/index.js +1 -0
  158. package/dist/lib/modules/marketing/validations/index.js.map +1 -1
  159. package/dist/lib/modules/marketing/validations/new-user-discount-marketing.validation.d.ts +677 -0
  160. package/dist/lib/modules/marketing/validations/new-user-discount-marketing.validation.d.ts.map +1 -0
  161. package/dist/lib/modules/marketing/validations/new-user-discount-marketing.validation.js +83 -0
  162. package/dist/lib/modules/marketing/validations/new-user-discount-marketing.validation.js.map +1 -0
  163. package/dist/lib/modules/marketing/validations/punch-marketing.validation.d.ts +8 -8
  164. package/dist/lib/modules/marketing/validations/spend-to-get-marketing.validation.d.ts.map +1 -1
  165. package/dist/lib/modules/marketing/validations/spend-to-get-marketing.validation.js +30 -0
  166. package/dist/lib/modules/marketing/validations/spend-to-get-marketing.validation.js.map +1 -1
  167. package/dist/lib/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts +6 -6
  168. package/dist/lib/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts.map +1 -1
  169. package/dist/lib/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts +2 -2
  170. package/dist/lib/modules/referral-setting/validations/referral-setting.validation.d.ts.map +1 -1
  171. package/dist/lib/modules/referral-setting/validations/referral-setting.validation.js.map +1 -1
  172. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.d.ts +3 -2
  173. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.d.ts.map +1 -1
  174. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.js +11 -3
  175. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.js.map +1 -1
  176. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.router.d.ts +21 -5
  177. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.router.d.ts.map +1 -1
  178. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.service.d.ts +2 -2
  179. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.service.d.ts.map +1 -1
  180. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.service.js.map +1 -1
  181. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.d.ts +19 -0
  182. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.d.ts.map +1 -1
  183. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.js +1 -0
  184. package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.js.map +1 -1
  185. package/dist/types/index.d.ts +21 -11810
  186. package/dist/types/index.d.ts.map +1 -1
  187. package/dist/types/modules/coupon/routers/coupon.router.d.ts +1415 -7085
  188. package/dist/types/modules/coupon/routers/coupon.router.d.ts.map +1 -1
  189. package/dist/types/modules/coupon/services/coupon.service.d.ts +41 -6
  190. package/dist/types/modules/coupon/services/coupon.service.d.ts.map +1 -1
  191. package/dist/types/modules/coupon/services/patterns/repository/CouponMetricsRepository.d.ts.map +1 -1
  192. package/dist/types/modules/coupon/services/patterns/repository/CouponRepository.d.ts +30 -2
  193. package/dist/types/modules/coupon/services/patterns/repository/CouponRepository.d.ts.map +1 -1
  194. package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
  195. package/dist/types/modules/coupon/transformers/coupon.transformer.d.ts +54 -2
  196. package/dist/types/modules/coupon/transformers/coupon.transformer.d.ts.map +1 -1
  197. package/dist/types/modules/coupon/validations/all-coupons.validation.d.ts +364 -3193
  198. package/dist/types/modules/coupon/validations/all-coupons.validation.d.ts.map +1 -1
  199. package/dist/types/modules/coupon/validations/coupon.validation.d.ts +580 -1
  200. package/dist/types/modules/coupon/validations/coupon.validation.d.ts.map +1 -1
  201. package/dist/types/modules/coupon/validations/create-coupon.validation.d.ts +116 -8
  202. package/dist/types/modules/coupon/validations/create-coupon.validation.d.ts.map +1 -1
  203. package/dist/types/modules/coupon/validations/global-coupon.validation.d.ts +18 -0
  204. package/dist/types/modules/coupon/validations/global-coupon.validation.d.ts.map +1 -1
  205. package/dist/types/modules/coupon/validations/individual-store-coupon.validation.d.ts +18 -18
  206. package/dist/types/modules/coupon/validations/referral-reward-coupon.validation.d.ts +374 -0
  207. package/dist/types/modules/coupon/validations/referral-reward-coupon.validation.d.ts.map +1 -1
  208. package/dist/types/modules/deal-setting/routers/deal-setting.router.d.ts +5 -5
  209. package/dist/types/modules/deal-setting/routers/deal-setting.router.d.ts.map +1 -1
  210. package/dist/types/modules/deal-setting/services/deal-setting.service.d.ts.map +1 -1
  211. package/dist/types/modules/featured-setting/routers/featured-setting.router.d.ts +5 -5
  212. package/dist/types/modules/featured-setting/routers/featured-setting.router.d.ts.map +1 -1
  213. package/dist/types/modules/featured-setting/services/featured-setting.service.d.ts.map +1 -1
  214. package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts +54 -8
  215. package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
  216. package/dist/types/modules/limited-time-offer/campaign/jobs/index.d.ts.map +1 -1
  217. package/dist/types/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.d.ts +0 -1
  218. package/dist/types/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.d.ts.map +1 -1
  219. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.d.ts +16 -3
  220. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.d.ts.map +1 -1
  221. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.d.ts +2 -0
  222. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.d.ts.map +1 -1
  223. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +242 -35
  224. package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts.map +1 -1
  225. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts +10 -1
  226. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts.map +1 -1
  227. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts +4 -0
  228. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts.map +1 -1
  229. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts +1 -1
  230. package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
  231. package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts +241 -10
  232. package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts.map +1 -1
  233. package/dist/types/modules/limited-time-offer/limited-time-offer.service.d.ts +2 -0
  234. package/dist/types/modules/limited-time-offer/limited-time-offer.service.d.ts.map +1 -1
  235. package/dist/types/modules/limited-time-offer/notification/limited-time-offer-notification.constants.d.ts +1 -1
  236. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts +30 -3
  237. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts.map +1 -1
  238. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts +18 -0
  239. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts.map +1 -1
  240. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +187 -2
  241. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts.map +1 -1
  242. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts +1 -0
  243. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts.map +1 -0
  244. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +515 -116
  245. package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts.map +1 -1
  246. package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts +12 -4
  247. package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts.map +1 -1
  248. package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts +19 -5
  249. package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts.map +1 -1
  250. package/dist/types/modules/marketing/patterns/repository/MarketingMetricsRepository.d.ts.map +1 -1
  251. package/dist/types/modules/marketing/routers/marketing.router.d.ts +5 -5
  252. package/dist/types/modules/marketing/routers/marketing.router.d.ts.map +1 -1
  253. package/dist/types/modules/marketing/services/index.d.ts +1 -0
  254. package/dist/types/modules/marketing/services/index.d.ts.map +1 -1
  255. package/dist/types/modules/marketing/services/marketing.service.d.ts +7 -3
  256. package/dist/types/modules/marketing/services/marketing.service.d.ts.map +1 -1
  257. package/dist/types/modules/marketing/services/new-user-discount-marketing.service.d.ts +20 -0
  258. package/dist/types/modules/marketing/services/new-user-discount-marketing.service.d.ts.map +1 -0
  259. package/dist/types/modules/marketing/services/product-marketing.service.d.ts +6 -0
  260. package/dist/types/modules/marketing/services/product-marketing.service.d.ts.map +1 -1
  261. package/dist/types/modules/marketing/validations/all-marketings.validation.d.ts.map +1 -1
  262. package/dist/types/modules/marketing/validations/discount-marketing.validation.d.ts +6 -6
  263. package/dist/types/modules/marketing/validations/index.d.ts +1 -0
  264. package/dist/types/modules/marketing/validations/index.d.ts.map +1 -1
  265. package/dist/types/modules/marketing/validations/new-user-discount-marketing.validation.d.ts +686 -0
  266. package/dist/types/modules/marketing/validations/new-user-discount-marketing.validation.d.ts.map +1 -0
  267. package/dist/types/modules/marketing/validations/punch-marketing.validation.d.ts +8 -8
  268. package/dist/types/modules/marketing/validations/spend-to-get-marketing.validation.d.ts.map +1 -1
  269. package/dist/types/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts +6 -6
  270. package/dist/types/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts.map +1 -1
  271. package/dist/types/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts +2 -2
  272. package/dist/types/modules/referral-setting/validations/referral-setting.validation.d.ts.map +1 -1
  273. package/dist/types/modules/spend-to-get-history/spend-to-get-history.repository.d.ts +3 -2
  274. package/dist/types/modules/spend-to-get-history/spend-to-get-history.repository.d.ts.map +1 -1
  275. package/dist/types/modules/spend-to-get-history/spend-to-get-history.router.d.ts +21 -5
  276. package/dist/types/modules/spend-to-get-history/spend-to-get-history.router.d.ts.map +1 -1
  277. package/dist/types/modules/spend-to-get-history/spend-to-get-history.service.d.ts +2 -2
  278. package/dist/types/modules/spend-to-get-history/spend-to-get-history.service.d.ts.map +1 -1
  279. package/dist/types/modules/spend-to-get-history/spend-to-get-history.validation.d.ts +19 -0
  280. package/dist/types/modules/spend-to-get-history/spend-to-get-history.validation.d.ts.map +1 -1
  281. package/package.json +2 -6
@@ -0,0 +1,686 @@
1
+ import { z } from 'zod';
2
+ import { DTO } from '@lyxa.ai/core/dist/utilities/validation/global-validation';
3
+ import { MarketingType, ValueType } from '@lyxa.ai/core/dist/utilities/enum';
4
+ /**
5
+ * Get all schemas for the Parent entity
6
+ */
7
+ declare const NewUserDiscountMarketingValidationSchema: z.ZodObject<{
8
+ marketingType: z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>;
9
+ categories: z.ZodDefault<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">>>;
10
+ isEntireMenu: z.ZodDefault<z.ZodBoolean>;
11
+ valueType: z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>;
12
+ value: z.ZodOptional<z.ZodNumber>;
13
+ products: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
14
+ product: 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>]>;
15
+ 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>]>>;
16
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
17
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
18
+ value: z.ZodOptional<z.ZodNumber>;
19
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20
+ }, "strip", z.ZodTypeAny, {
21
+ product: import("mongoose").Types.ObjectId;
22
+ value?: number | undefined;
23
+ valueType?: ValueType | null | undefined;
24
+ isAppliedByCompany?: boolean | undefined;
25
+ marketing?: import("mongoose").Types.ObjectId | undefined;
26
+ isBuy1Get1?: boolean | undefined;
27
+ }, {
28
+ product: string | import("mongoose").Types.ObjectId;
29
+ value?: number | undefined;
30
+ valueType?: ValueType | null | undefined;
31
+ isAppliedByCompany?: boolean | undefined;
32
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
33
+ isBuy1Get1?: boolean | undefined;
34
+ }>, "many">>>;
35
+ excludeProducts: z.ZodDefault<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">>>;
36
+ maxDiscountPerOrder: z.ZodDefault<z.ZodNumber>;
37
+ isMaxDiscountPerOrderEnabled: z.ZodDefault<z.ZodBoolean>;
38
+ spendLimit: z.ZodDefault<z.ZodNumber>;
39
+ isSpendLimitEnabled: z.ZodDefault<z.ZodBoolean>;
40
+ 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>]>;
41
+ isAppliedByCompany: z.ZodBoolean;
42
+ duration: z.ZodObject<{
43
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
44
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
45
+ }, "strip", z.ZodTypeAny, {
46
+ start: Date;
47
+ end?: Date | undefined;
48
+ }, {
49
+ start: string | Date;
50
+ end?: string | Date | undefined;
51
+ }>;
52
+ status: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>;
53
+ pausedAt: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>;
54
+ admin: 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>]>>>;
55
+ }, "strict", z.ZodTypeAny, {
56
+ status: import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus;
57
+ duration: {
58
+ start: Date;
59
+ end?: Date | undefined;
60
+ };
61
+ spendLimit: number;
62
+ isSpendLimitEnabled: boolean;
63
+ shop: import("mongoose").Types.ObjectId;
64
+ categories: import("mongoose").Types.ObjectId[];
65
+ maxDiscountPerOrder: number;
66
+ isAppliedByCompany: boolean;
67
+ isEntireMenu: boolean;
68
+ isMaxDiscountPerOrderEnabled: boolean;
69
+ pausedAt: Date | null;
70
+ products: {
71
+ product: import("mongoose").Types.ObjectId;
72
+ value?: number | undefined;
73
+ valueType?: ValueType | null | undefined;
74
+ isAppliedByCompany?: boolean | undefined;
75
+ marketing?: import("mongoose").Types.ObjectId | undefined;
76
+ isBuy1Get1?: boolean | undefined;
77
+ }[];
78
+ marketingType: MarketingType.NEW_USER_DISCOUNT;
79
+ excludeProducts: import("mongoose").Types.ObjectId[];
80
+ value?: number | undefined;
81
+ valueType?: ValueType | undefined;
82
+ admin?: import("mongoose").Types.ObjectId | null | undefined;
83
+ }, {
84
+ duration: {
85
+ start: string | Date;
86
+ end?: string | Date | undefined;
87
+ };
88
+ shop: string | import("mongoose").Types.ObjectId;
89
+ isAppliedByCompany: boolean;
90
+ marketingType: MarketingType.NEW_USER_DISCOUNT;
91
+ value?: number | undefined;
92
+ status?: import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus | undefined;
93
+ valueType?: ValueType | undefined;
94
+ spendLimit?: number | undefined;
95
+ isSpendLimitEnabled?: boolean | undefined;
96
+ categories?: (string | import("mongoose").Types.ObjectId)[] | undefined;
97
+ admin?: string | import("mongoose").Types.ObjectId | null | undefined;
98
+ maxDiscountPerOrder?: number | undefined;
99
+ isEntireMenu?: boolean | undefined;
100
+ isMaxDiscountPerOrderEnabled?: boolean | undefined;
101
+ pausedAt?: string | Date | null | undefined;
102
+ products?: {
103
+ product: string | import("mongoose").Types.ObjectId;
104
+ value?: number | undefined;
105
+ valueType?: ValueType | null | undefined;
106
+ isAppliedByCompany?: boolean | undefined;
107
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
108
+ isBuy1Get1?: boolean | undefined;
109
+ }[] | undefined;
110
+ excludeProducts?: (string | import("mongoose").Types.ObjectId)[] | undefined;
111
+ }>, NewUserDiscountMarketingSchema: z.ZodObject<{
112
+ marketingType: z.ZodOptional<z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>>;
113
+ categories: z.ZodOptional<z.ZodDefault<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">>>>;
114
+ isEntireMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
115
+ valueType: z.ZodOptional<z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>>;
116
+ value: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
117
+ products: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
118
+ product: 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
+ 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>]>>;
120
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
121
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
122
+ value: z.ZodOptional<z.ZodNumber>;
123
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
124
+ }, "strip", z.ZodTypeAny, {
125
+ product: import("mongoose").Types.ObjectId;
126
+ value?: number | undefined;
127
+ valueType?: ValueType | null | undefined;
128
+ isAppliedByCompany?: boolean | undefined;
129
+ marketing?: import("mongoose").Types.ObjectId | undefined;
130
+ isBuy1Get1?: boolean | undefined;
131
+ }, {
132
+ product: string | import("mongoose").Types.ObjectId;
133
+ value?: number | undefined;
134
+ valueType?: ValueType | null | undefined;
135
+ isAppliedByCompany?: boolean | undefined;
136
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
137
+ isBuy1Get1?: boolean | undefined;
138
+ }>, "many">>>>;
139
+ excludeProducts: z.ZodOptional<z.ZodDefault<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">>>>;
140
+ maxDiscountPerOrder: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
141
+ isMaxDiscountPerOrderEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
142
+ spendLimit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
143
+ isSpendLimitEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
144
+ 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>]>>;
145
+ isAppliedByCompany: z.ZodOptional<z.ZodBoolean>;
146
+ duration: z.ZodOptional<z.ZodObject<{
147
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
148
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
149
+ }, "strip", z.ZodTypeAny, {
150
+ start: Date;
151
+ end?: Date | undefined;
152
+ }, {
153
+ start: string | Date;
154
+ end?: string | Date | undefined;
155
+ }>>;
156
+ status: z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>>;
157
+ pausedAt: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>>;
158
+ admin: 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>]>>>>;
159
+ _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>]>>;
160
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
161
+ marketingType: z.ZodOptional<z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>>;
162
+ categories: z.ZodOptional<z.ZodDefault<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">>>>;
163
+ isEntireMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
164
+ valueType: z.ZodOptional<z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>>;
165
+ value: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
166
+ products: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
167
+ product: 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
+ 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>]>>;
169
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
170
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
171
+ value: z.ZodOptional<z.ZodNumber>;
172
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
173
+ }, "strip", z.ZodTypeAny, {
174
+ product: import("mongoose").Types.ObjectId;
175
+ value?: number | undefined;
176
+ valueType?: ValueType | null | undefined;
177
+ isAppliedByCompany?: boolean | undefined;
178
+ marketing?: import("mongoose").Types.ObjectId | undefined;
179
+ isBuy1Get1?: boolean | undefined;
180
+ }, {
181
+ product: string | import("mongoose").Types.ObjectId;
182
+ value?: number | undefined;
183
+ valueType?: ValueType | null | undefined;
184
+ isAppliedByCompany?: boolean | undefined;
185
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
186
+ isBuy1Get1?: boolean | undefined;
187
+ }>, "many">>>>;
188
+ excludeProducts: z.ZodOptional<z.ZodDefault<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">>>>;
189
+ maxDiscountPerOrder: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
190
+ isMaxDiscountPerOrderEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
191
+ spendLimit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
192
+ isSpendLimitEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
193
+ 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>]>>;
194
+ isAppliedByCompany: z.ZodOptional<z.ZodBoolean>;
195
+ duration: z.ZodOptional<z.ZodObject<{
196
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
197
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
198
+ }, "strip", z.ZodTypeAny, {
199
+ start: Date;
200
+ end?: Date | undefined;
201
+ }, {
202
+ start: string | Date;
203
+ end?: string | Date | undefined;
204
+ }>>;
205
+ status: z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>>;
206
+ pausedAt: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>>;
207
+ admin: 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
+ _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>]>>;
209
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
210
+ marketingType: z.ZodOptional<z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>>;
211
+ categories: z.ZodOptional<z.ZodDefault<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">>>>;
212
+ isEntireMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
213
+ valueType: z.ZodOptional<z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>>;
214
+ value: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
215
+ products: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
216
+ product: 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
+ 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>]>>;
218
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
219
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
220
+ value: z.ZodOptional<z.ZodNumber>;
221
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
222
+ }, "strip", z.ZodTypeAny, {
223
+ product: import("mongoose").Types.ObjectId;
224
+ value?: number | undefined;
225
+ valueType?: ValueType | null | undefined;
226
+ isAppliedByCompany?: boolean | undefined;
227
+ marketing?: import("mongoose").Types.ObjectId | undefined;
228
+ isBuy1Get1?: boolean | undefined;
229
+ }, {
230
+ product: string | import("mongoose").Types.ObjectId;
231
+ value?: number | undefined;
232
+ valueType?: ValueType | null | undefined;
233
+ isAppliedByCompany?: boolean | undefined;
234
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
235
+ isBuy1Get1?: boolean | undefined;
236
+ }>, "many">>>>;
237
+ excludeProducts: z.ZodOptional<z.ZodDefault<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">>>>;
238
+ maxDiscountPerOrder: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
239
+ isMaxDiscountPerOrderEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
240
+ spendLimit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
241
+ isSpendLimitEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
242
+ 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>]>>;
243
+ isAppliedByCompany: z.ZodOptional<z.ZodBoolean>;
244
+ duration: z.ZodOptional<z.ZodObject<{
245
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
246
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
247
+ }, "strip", z.ZodTypeAny, {
248
+ start: Date;
249
+ end?: Date | undefined;
250
+ }, {
251
+ start: string | Date;
252
+ end?: string | Date | undefined;
253
+ }>>;
254
+ status: z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>>;
255
+ pausedAt: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>>;
256
+ admin: 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>]>>>>;
257
+ _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>]>>;
258
+ }, z.ZodTypeAny, "passthrough">>, NewUserDiscountMarketingIdSchema: 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>]>;
259
+ declare const NewUserDiscountMarketingValidationSchemaRefined: z.ZodEffects<z.ZodObject<{
260
+ marketingType: z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>;
261
+ categories: z.ZodDefault<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">>>;
262
+ isEntireMenu: z.ZodDefault<z.ZodBoolean>;
263
+ valueType: z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>;
264
+ value: z.ZodOptional<z.ZodNumber>;
265
+ products: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
266
+ product: 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>]>;
267
+ 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>]>>;
268
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
269
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
270
+ value: z.ZodOptional<z.ZodNumber>;
271
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
272
+ }, "strip", z.ZodTypeAny, {
273
+ product: import("mongoose").Types.ObjectId;
274
+ value?: number | undefined;
275
+ valueType?: ValueType | null | undefined;
276
+ isAppliedByCompany?: boolean | undefined;
277
+ marketing?: import("mongoose").Types.ObjectId | undefined;
278
+ isBuy1Get1?: boolean | undefined;
279
+ }, {
280
+ product: string | import("mongoose").Types.ObjectId;
281
+ value?: number | undefined;
282
+ valueType?: ValueType | null | undefined;
283
+ isAppliedByCompany?: boolean | undefined;
284
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
285
+ isBuy1Get1?: boolean | undefined;
286
+ }>, "many">>>;
287
+ excludeProducts: z.ZodDefault<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">>>;
288
+ maxDiscountPerOrder: z.ZodDefault<z.ZodNumber>;
289
+ isMaxDiscountPerOrderEnabled: z.ZodDefault<z.ZodBoolean>;
290
+ spendLimit: z.ZodDefault<z.ZodNumber>;
291
+ isSpendLimitEnabled: z.ZodDefault<z.ZodBoolean>;
292
+ 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>]>;
293
+ isAppliedByCompany: z.ZodBoolean;
294
+ duration: z.ZodObject<{
295
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
296
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
297
+ }, "strip", z.ZodTypeAny, {
298
+ start: Date;
299
+ end?: Date | undefined;
300
+ }, {
301
+ start: string | Date;
302
+ end?: string | Date | undefined;
303
+ }>;
304
+ status: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>;
305
+ pausedAt: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>;
306
+ admin: 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>]>>>;
307
+ }, "strict", z.ZodTypeAny, {
308
+ status: import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus;
309
+ duration: {
310
+ start: Date;
311
+ end?: Date | undefined;
312
+ };
313
+ spendLimit: number;
314
+ isSpendLimitEnabled: boolean;
315
+ shop: import("mongoose").Types.ObjectId;
316
+ categories: import("mongoose").Types.ObjectId[];
317
+ maxDiscountPerOrder: number;
318
+ isAppliedByCompany: boolean;
319
+ isEntireMenu: boolean;
320
+ isMaxDiscountPerOrderEnabled: boolean;
321
+ pausedAt: Date | null;
322
+ products: {
323
+ product: import("mongoose").Types.ObjectId;
324
+ value?: number | undefined;
325
+ valueType?: ValueType | null | undefined;
326
+ isAppliedByCompany?: boolean | undefined;
327
+ marketing?: import("mongoose").Types.ObjectId | undefined;
328
+ isBuy1Get1?: boolean | undefined;
329
+ }[];
330
+ marketingType: MarketingType.NEW_USER_DISCOUNT;
331
+ excludeProducts: import("mongoose").Types.ObjectId[];
332
+ value?: number | undefined;
333
+ valueType?: ValueType | undefined;
334
+ admin?: import("mongoose").Types.ObjectId | null | undefined;
335
+ }, {
336
+ duration: {
337
+ start: string | Date;
338
+ end?: string | Date | undefined;
339
+ };
340
+ shop: string | import("mongoose").Types.ObjectId;
341
+ isAppliedByCompany: boolean;
342
+ marketingType: MarketingType.NEW_USER_DISCOUNT;
343
+ value?: number | undefined;
344
+ status?: import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus | undefined;
345
+ valueType?: ValueType | undefined;
346
+ spendLimit?: number | undefined;
347
+ isSpendLimitEnabled?: boolean | undefined;
348
+ categories?: (string | import("mongoose").Types.ObjectId)[] | undefined;
349
+ admin?: string | import("mongoose").Types.ObjectId | null | undefined;
350
+ maxDiscountPerOrder?: number | undefined;
351
+ isEntireMenu?: boolean | undefined;
352
+ isMaxDiscountPerOrderEnabled?: boolean | undefined;
353
+ pausedAt?: string | Date | null | undefined;
354
+ products?: {
355
+ product: string | import("mongoose").Types.ObjectId;
356
+ value?: number | undefined;
357
+ valueType?: ValueType | null | undefined;
358
+ isAppliedByCompany?: boolean | undefined;
359
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
360
+ isBuy1Get1?: boolean | undefined;
361
+ }[] | undefined;
362
+ excludeProducts?: (string | import("mongoose").Types.ObjectId)[] | undefined;
363
+ }>, {
364
+ status: import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus;
365
+ duration: {
366
+ start: Date;
367
+ end?: Date | undefined;
368
+ };
369
+ spendLimit: number;
370
+ isSpendLimitEnabled: boolean;
371
+ shop: import("mongoose").Types.ObjectId;
372
+ categories: import("mongoose").Types.ObjectId[];
373
+ maxDiscountPerOrder: number;
374
+ isAppliedByCompany: boolean;
375
+ isEntireMenu: boolean;
376
+ isMaxDiscountPerOrderEnabled: boolean;
377
+ pausedAt: Date | null;
378
+ products: {
379
+ product: import("mongoose").Types.ObjectId;
380
+ value?: number | undefined;
381
+ valueType?: ValueType | null | undefined;
382
+ isAppliedByCompany?: boolean | undefined;
383
+ marketing?: import("mongoose").Types.ObjectId | undefined;
384
+ isBuy1Get1?: boolean | undefined;
385
+ }[];
386
+ marketingType: MarketingType.NEW_USER_DISCOUNT;
387
+ excludeProducts: import("mongoose").Types.ObjectId[];
388
+ value?: number | undefined;
389
+ valueType?: ValueType | undefined;
390
+ admin?: import("mongoose").Types.ObjectId | null | undefined;
391
+ }, {
392
+ duration: {
393
+ start: string | Date;
394
+ end?: string | Date | undefined;
395
+ };
396
+ shop: string | import("mongoose").Types.ObjectId;
397
+ isAppliedByCompany: boolean;
398
+ marketingType: MarketingType.NEW_USER_DISCOUNT;
399
+ value?: number | undefined;
400
+ status?: import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus | undefined;
401
+ valueType?: ValueType | undefined;
402
+ spendLimit?: number | undefined;
403
+ isSpendLimitEnabled?: boolean | undefined;
404
+ categories?: (string | import("mongoose").Types.ObjectId)[] | undefined;
405
+ admin?: string | import("mongoose").Types.ObjectId | null | undefined;
406
+ maxDiscountPerOrder?: number | undefined;
407
+ isEntireMenu?: boolean | undefined;
408
+ isMaxDiscountPerOrderEnabled?: boolean | undefined;
409
+ pausedAt?: string | Date | null | undefined;
410
+ products?: {
411
+ product: string | import("mongoose").Types.ObjectId;
412
+ value?: number | undefined;
413
+ valueType?: ValueType | null | undefined;
414
+ isAppliedByCompany?: boolean | undefined;
415
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
416
+ isBuy1Get1?: boolean | undefined;
417
+ }[] | undefined;
418
+ excludeProducts?: (string | import("mongoose").Types.ObjectId)[] | undefined;
419
+ }>;
420
+ declare const UpdateNewUserDiscountMarketingSchema: z.ZodEffects<z.ZodObject<{
421
+ [x: string]: z.ZodOptional<z.ZodTypeAny>;
422
+ }, "strict", z.ZodTypeAny, {
423
+ [x: string]: any;
424
+ }, {
425
+ [x: string]: any;
426
+ }>, {
427
+ [x: string]: any;
428
+ }, {
429
+ [x: string]: any;
430
+ }> | z.ZodEffects<z.ZodObject<{
431
+ marketingType: z.ZodOptional<z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>>;
432
+ categories: z.ZodOptional<z.ZodDefault<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">>>>;
433
+ isEntireMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
434
+ valueType: z.ZodOptional<z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>>;
435
+ value: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
436
+ products: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
437
+ product: 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>]>;
438
+ 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>]>>;
439
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
440
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
441
+ value: z.ZodOptional<z.ZodNumber>;
442
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
443
+ }, "strip", z.ZodTypeAny, {
444
+ product: import("mongoose").Types.ObjectId;
445
+ value?: number | undefined;
446
+ valueType?: ValueType | null | undefined;
447
+ isAppliedByCompany?: boolean | undefined;
448
+ marketing?: import("mongoose").Types.ObjectId | undefined;
449
+ isBuy1Get1?: boolean | undefined;
450
+ }, {
451
+ product: string | import("mongoose").Types.ObjectId;
452
+ value?: number | undefined;
453
+ valueType?: ValueType | null | undefined;
454
+ isAppliedByCompany?: boolean | undefined;
455
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
456
+ isBuy1Get1?: boolean | undefined;
457
+ }>, "many">>>>;
458
+ excludeProducts: z.ZodOptional<z.ZodDefault<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">>>>;
459
+ maxDiscountPerOrder: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
460
+ isMaxDiscountPerOrderEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
461
+ spendLimit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
462
+ isSpendLimitEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
463
+ 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>]>>;
464
+ isAppliedByCompany: z.ZodOptional<z.ZodBoolean>;
465
+ duration: z.ZodOptional<z.ZodObject<{
466
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
467
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
468
+ }, "strip", z.ZodTypeAny, {
469
+ start: Date;
470
+ end?: Date | undefined;
471
+ }, {
472
+ start: string | Date;
473
+ end?: string | Date | undefined;
474
+ }>>;
475
+ status: z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>>;
476
+ pausedAt: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>>;
477
+ admin: 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>]>>>>;
478
+ _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>]>>;
479
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
480
+ marketingType: z.ZodOptional<z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>>;
481
+ categories: z.ZodOptional<z.ZodDefault<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">>>>;
482
+ isEntireMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
483
+ valueType: z.ZodOptional<z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>>;
484
+ value: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
485
+ products: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
486
+ product: 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>]>;
487
+ 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>]>>;
488
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
489
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
490
+ value: z.ZodOptional<z.ZodNumber>;
491
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
492
+ }, "strip", z.ZodTypeAny, {
493
+ product: import("mongoose").Types.ObjectId;
494
+ value?: number | undefined;
495
+ valueType?: ValueType | null | undefined;
496
+ isAppliedByCompany?: boolean | undefined;
497
+ marketing?: import("mongoose").Types.ObjectId | undefined;
498
+ isBuy1Get1?: boolean | undefined;
499
+ }, {
500
+ product: string | import("mongoose").Types.ObjectId;
501
+ value?: number | undefined;
502
+ valueType?: ValueType | null | undefined;
503
+ isAppliedByCompany?: boolean | undefined;
504
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
505
+ isBuy1Get1?: boolean | undefined;
506
+ }>, "many">>>>;
507
+ excludeProducts: z.ZodOptional<z.ZodDefault<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">>>>;
508
+ maxDiscountPerOrder: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
509
+ isMaxDiscountPerOrderEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
510
+ spendLimit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
511
+ isSpendLimitEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
512
+ 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>]>>;
513
+ isAppliedByCompany: z.ZodOptional<z.ZodBoolean>;
514
+ duration: z.ZodOptional<z.ZodObject<{
515
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
516
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
517
+ }, "strip", z.ZodTypeAny, {
518
+ start: Date;
519
+ end?: Date | undefined;
520
+ }, {
521
+ start: string | Date;
522
+ end?: string | Date | undefined;
523
+ }>>;
524
+ status: z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>>;
525
+ pausedAt: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>>;
526
+ admin: 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>]>>>>;
527
+ _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>]>>;
528
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
529
+ marketingType: z.ZodOptional<z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>>;
530
+ categories: z.ZodOptional<z.ZodDefault<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">>>>;
531
+ isEntireMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
532
+ valueType: z.ZodOptional<z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>>;
533
+ value: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
534
+ products: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
535
+ product: 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>]>;
536
+ 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>]>>;
537
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
538
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
539
+ value: z.ZodOptional<z.ZodNumber>;
540
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
541
+ }, "strip", z.ZodTypeAny, {
542
+ product: import("mongoose").Types.ObjectId;
543
+ value?: number | undefined;
544
+ valueType?: ValueType | null | undefined;
545
+ isAppliedByCompany?: boolean | undefined;
546
+ marketing?: import("mongoose").Types.ObjectId | undefined;
547
+ isBuy1Get1?: boolean | undefined;
548
+ }, {
549
+ product: string | import("mongoose").Types.ObjectId;
550
+ value?: number | undefined;
551
+ valueType?: ValueType | null | undefined;
552
+ isAppliedByCompany?: boolean | undefined;
553
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
554
+ isBuy1Get1?: boolean | undefined;
555
+ }>, "many">>>>;
556
+ excludeProducts: z.ZodOptional<z.ZodDefault<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">>>>;
557
+ maxDiscountPerOrder: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
558
+ isMaxDiscountPerOrderEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
559
+ spendLimit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
560
+ isSpendLimitEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
561
+ 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>]>>;
562
+ isAppliedByCompany: z.ZodOptional<z.ZodBoolean>;
563
+ duration: z.ZodOptional<z.ZodObject<{
564
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
565
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
566
+ }, "strip", z.ZodTypeAny, {
567
+ start: Date;
568
+ end?: Date | undefined;
569
+ }, {
570
+ start: string | Date;
571
+ end?: string | Date | undefined;
572
+ }>>;
573
+ status: z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>>;
574
+ pausedAt: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>>;
575
+ admin: 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>]>>>>;
576
+ _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>]>>;
577
+ }, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
578
+ marketingType: z.ZodOptional<z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>>;
579
+ categories: z.ZodOptional<z.ZodDefault<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">>>>;
580
+ isEntireMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
581
+ valueType: z.ZodOptional<z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>>;
582
+ value: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
583
+ products: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
584
+ product: 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>]>;
585
+ 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>]>>;
586
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
587
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
588
+ value: z.ZodOptional<z.ZodNumber>;
589
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
590
+ }, "strip", z.ZodTypeAny, {
591
+ product: import("mongoose").Types.ObjectId;
592
+ value?: number | undefined;
593
+ valueType?: ValueType | null | undefined;
594
+ isAppliedByCompany?: boolean | undefined;
595
+ marketing?: import("mongoose").Types.ObjectId | undefined;
596
+ isBuy1Get1?: boolean | undefined;
597
+ }, {
598
+ product: string | import("mongoose").Types.ObjectId;
599
+ value?: number | undefined;
600
+ valueType?: ValueType | null | undefined;
601
+ isAppliedByCompany?: boolean | undefined;
602
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
603
+ isBuy1Get1?: boolean | undefined;
604
+ }>, "many">>>>;
605
+ excludeProducts: z.ZodOptional<z.ZodDefault<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">>>>;
606
+ maxDiscountPerOrder: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
607
+ isMaxDiscountPerOrderEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
608
+ spendLimit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
609
+ isSpendLimitEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
610
+ 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>]>>;
611
+ isAppliedByCompany: z.ZodOptional<z.ZodBoolean>;
612
+ duration: z.ZodOptional<z.ZodObject<{
613
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
614
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
615
+ }, "strip", z.ZodTypeAny, {
616
+ start: Date;
617
+ end?: Date | undefined;
618
+ }, {
619
+ start: string | Date;
620
+ end?: string | Date | undefined;
621
+ }>>;
622
+ status: z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>>;
623
+ pausedAt: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>>;
624
+ admin: 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>]>>>>;
625
+ _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>]>>;
626
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
627
+ marketingType: z.ZodOptional<z.ZodLiteral<MarketingType.NEW_USER_DISCOUNT>>;
628
+ categories: z.ZodOptional<z.ZodDefault<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">>>>;
629
+ isEntireMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
630
+ valueType: z.ZodOptional<z.ZodOptional<z.ZodNativeEnum<typeof ValueType>>>;
631
+ value: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
632
+ products: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
633
+ product: 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>]>;
634
+ 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>]>>;
635
+ isBuy1Get1: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
636
+ valueType: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof ValueType>>>>;
637
+ value: z.ZodOptional<z.ZodNumber>;
638
+ isAppliedByCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
639
+ }, "strip", z.ZodTypeAny, {
640
+ product: import("mongoose").Types.ObjectId;
641
+ value?: number | undefined;
642
+ valueType?: ValueType | null | undefined;
643
+ isAppliedByCompany?: boolean | undefined;
644
+ marketing?: import("mongoose").Types.ObjectId | undefined;
645
+ isBuy1Get1?: boolean | undefined;
646
+ }, {
647
+ product: string | import("mongoose").Types.ObjectId;
648
+ value?: number | undefined;
649
+ valueType?: ValueType | null | undefined;
650
+ isAppliedByCompany?: boolean | undefined;
651
+ marketing?: string | import("mongoose").Types.ObjectId | undefined;
652
+ isBuy1Get1?: boolean | undefined;
653
+ }>, "many">>>>;
654
+ excludeProducts: z.ZodOptional<z.ZodDefault<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">>>>;
655
+ maxDiscountPerOrder: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
656
+ isMaxDiscountPerOrderEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
657
+ spendLimit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
658
+ isSpendLimitEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
659
+ 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>]>>;
660
+ isAppliedByCompany: z.ZodOptional<z.ZodBoolean>;
661
+ duration: z.ZodOptional<z.ZodObject<{
662
+ start: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>;
663
+ end: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
664
+ }, "strip", z.ZodTypeAny, {
665
+ start: Date;
666
+ end?: Date | undefined;
667
+ }, {
668
+ start: string | Date;
669
+ end?: string | Date | undefined;
670
+ }>>;
671
+ status: z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").MarketingStatus>>>;
672
+ pausedAt: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>>>;
673
+ admin: 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>]>>>>;
674
+ _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>]>>;
675
+ }, z.ZodTypeAny, "passthrough">>;
676
+ /**
677
+ * Export schemas
678
+ */
679
+ export { NewUserDiscountMarketingValidationSchemaRefined as NewUserDiscountMarketingValidationSchema, NewUserDiscountMarketingSchema, NewUserDiscountMarketingIdSchema as NewUserDiscountMarketingIdValidationSchema, UpdateNewUserDiscountMarketingSchema, };
680
+ /**
681
+ * Export DTO types
682
+ */
683
+ export type CreateNewUserDiscountMarketingDTO = DTO<typeof NewUserDiscountMarketingValidationSchema>;
684
+ export type NewUserDiscountMarketingDTO = DTO<typeof NewUserDiscountMarketingSchema>;
685
+ export type UpdateNewUserDiscountMarketingDTO = DTO<typeof UpdateNewUserDiscountMarketingSchema>;
686
+ //# sourceMappingURL=new-user-discount-marketing.validation.d.ts.map