@lyxa.ai/marketing 1.0.65 → 1.0.67
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.
- package/dist/lib/index.d.ts +11810 -21
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +0 -2
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/modules/coupon/routers/coupon.router.d.ts +0 -1074
- package/dist/lib/modules/coupon/routers/coupon.router.d.ts.map +1 -1
- package/dist/lib/modules/coupon/services/coupon.service.d.ts +1 -1
- package/dist/lib/modules/coupon/services/coupon.service.js +1 -1
- package/dist/lib/modules/coupon/services/coupon.service.js.map +1 -1
- package/dist/lib/modules/coupon/services/patterns/repository/CouponMetricsRepository.js +3 -3
- package/dist/lib/modules/coupon/services/patterns/repository/CouponMetricsRepository.js.map +1 -1
- package/dist/lib/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
- package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js +0 -1
- package/dist/lib/modules/coupon/services/referral-reward-coupon.service.js.map +1 -1
- package/dist/lib/modules/coupon/transformers/coupon.transformer.d.ts +0 -50
- package/dist/lib/modules/coupon/transformers/coupon.transformer.d.ts.map +1 -1
- package/dist/lib/modules/coupon/validations/all-coupons.validation.d.ts +0 -822
- package/dist/lib/modules/coupon/validations/all-coupons.validation.d.ts.map +1 -1
- package/dist/lib/modules/coupon/validations/create-coupon.validation.d.ts +0 -98
- package/dist/lib/modules/coupon/validations/create-coupon.validation.d.ts.map +1 -1
- package/dist/lib/modules/coupon/validations/create-coupon.validation.js +1 -4
- package/dist/lib/modules/coupon/validations/create-coupon.validation.js.map +1 -1
- package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.d.ts +0 -374
- package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.d.ts.map +1 -1
- package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.js +0 -2
- package/dist/lib/modules/coupon/validations/referral-reward-coupon.validation.js.map +1 -1
- package/dist/lib/modules/deal-setting/services/deal-setting.service.d.ts.map +1 -1
- package/dist/lib/modules/deal-setting/services/deal-setting.service.js +1 -4
- package/dist/lib/modules/deal-setting/services/deal-setting.service.js.map +1 -1
- package/dist/lib/modules/featured-setting/services/featured-setting.service.d.ts.map +1 -1
- package/dist/lib/modules/featured-setting/services/featured-setting.service.js +0 -3
- package/dist/lib/modules/featured-setting/services/featured-setting.service.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts +8 -54
- package/dist/lib/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js +0 -13
- package/dist/lib/modules/limited-time-offer/campaign/campaign.router.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/jobs/index.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/jobs/index.js +0 -9
- package/dist/lib/modules/limited-time-offer/campaign/jobs/index.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.d.ts +1 -0
- package/dist/lib/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.js +6 -2
- package/dist/lib/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.d.ts +3 -16
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.js +3 -22
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.d.ts +0 -2
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.js +0 -12
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +35 -242
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.js +1 -19
- package/dist/lib/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts +1 -10
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.js +1 -83
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts +0 -4
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.js +6 -75
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js +19 -46
- package/dist/lib/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts +10 -241
- package/dist/lib/modules/limited-time-offer/limited-time-offer.router.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/limited-time-offer.service.d.ts +0 -2
- package/dist/lib/modules/limited-time-offer/limited-time-offer.service.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/limited-time-offer.service.js +4 -13
- package/dist/lib/modules/limited-time-offer/limited-time-offer.service.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/notification/limited-time-offer-notification.constants.d.ts +1 -1
- package/dist/lib/modules/limited-time-offer/notification/limited-time-offer-notification.constants.js +1 -1
- package/dist/lib/modules/limited-time-offer/notification/limited-time-offer-notification.constants.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts +3 -30
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.js +1 -23
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.builder.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts +0 -18
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.js +0 -103
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.repository.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +2 -187
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.js +0 -34
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.router.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +116 -515
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.js +6 -16
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.validation.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts +4 -11
- package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.js +7 -48
- package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.js.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts +5 -19
- package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts.map +1 -1
- package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.js +16 -114
- package/dist/lib/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.js.map +1 -1
- package/dist/lib/modules/marketing/services/marketing.service.d.ts +3 -7
- package/dist/lib/modules/marketing/services/marketing.service.d.ts.map +1 -1
- package/dist/lib/modules/marketing/services/marketing.service.js +32 -76
- package/dist/lib/modules/marketing/services/marketing.service.js.map +1 -1
- package/dist/lib/modules/marketing/services/product-marketing.service.d.ts +0 -1
- package/dist/lib/modules/marketing/services/product-marketing.service.d.ts.map +1 -1
- package/dist/lib/modules/marketing/services/product-marketing.service.js +0 -32
- package/dist/lib/modules/marketing/services/product-marketing.service.js.map +1 -1
- package/dist/lib/modules/marketing/validations/punch-marketing.validation.d.ts +4 -4
- package/dist/lib/modules/referral-setting/validations/referral-setting.validation.d.ts.map +1 -1
- package/dist/lib/modules/referral-setting/validations/referral-setting.validation.js.map +1 -1
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.d.ts +2 -3
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.d.ts.map +1 -1
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.js +3 -11
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.repository.js.map +1 -1
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.router.d.ts +0 -16
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.router.d.ts.map +1 -1
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.service.d.ts +2 -2
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.service.d.ts.map +1 -1
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.service.js.map +1 -1
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.d.ts +0 -19
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.d.ts.map +1 -1
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.js +0 -1
- package/dist/lib/modules/spend-to-get-history/spend-to-get-history.validation.js.map +1 -1
- package/dist/types/index.d.ts +11810 -21
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/modules/coupon/routers/coupon.router.d.ts +0 -1074
- package/dist/types/modules/coupon/routers/coupon.router.d.ts.map +1 -1
- package/dist/types/modules/coupon/services/coupon.service.d.ts +1 -1
- package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -1
- package/dist/types/modules/coupon/transformers/coupon.transformer.d.ts +0 -50
- package/dist/types/modules/coupon/transformers/coupon.transformer.d.ts.map +1 -1
- package/dist/types/modules/coupon/validations/all-coupons.validation.d.ts +0 -822
- package/dist/types/modules/coupon/validations/all-coupons.validation.d.ts.map +1 -1
- package/dist/types/modules/coupon/validations/create-coupon.validation.d.ts +0 -98
- package/dist/types/modules/coupon/validations/create-coupon.validation.d.ts.map +1 -1
- package/dist/types/modules/coupon/validations/referral-reward-coupon.validation.d.ts +0 -374
- package/dist/types/modules/coupon/validations/referral-reward-coupon.validation.d.ts.map +1 -1
- package/dist/types/modules/deal-setting/services/deal-setting.service.d.ts.map +1 -1
- package/dist/types/modules/featured-setting/services/featured-setting.service.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts +8 -54
- package/dist/types/modules/limited-time-offer/campaign/campaign.router.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/campaign/jobs/index.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.d.ts +1 -0
- package/dist/types/modules/limited-time-offer/campaign/jobs/limited-time-offer-campaign.worker.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.d.ts +3 -16
- package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.builder.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.d.ts +0 -2
- package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.repository.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts +35 -242
- package/dist/types/modules/limited-time-offer/campaign/limited-time-offer-campaign.validation.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts +1 -10
- package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-lifecycle.service.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts +0 -4
- package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign-scheduler.service.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts +1 -1
- package/dist/types/modules/limited-time-offer/campaign/services/limited-time-offer-campaign.service.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts +10 -241
- package/dist/types/modules/limited-time-offer/limited-time-offer.router.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/limited-time-offer.service.d.ts +0 -2
- package/dist/types/modules/limited-time-offer/limited-time-offer.service.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/notification/limited-time-offer-notification.constants.d.ts +1 -1
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts +3 -30
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.builder.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts +0 -18
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.repository.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts +2 -187
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.router.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts +116 -515
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.validation.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts +4 -11
- package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant-marketing.service.d.ts.map +1 -1
- package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts +5 -19
- package/dist/types/modules/limited-time-offer/participant/services/limited-time-offer-participant.service.d.ts.map +1 -1
- package/dist/types/modules/marketing/services/marketing.service.d.ts +3 -7
- package/dist/types/modules/marketing/services/marketing.service.d.ts.map +1 -1
- package/dist/types/modules/marketing/services/product-marketing.service.d.ts +0 -6
- package/dist/types/modules/marketing/services/product-marketing.service.d.ts.map +1 -1
- package/dist/types/modules/marketing/validations/punch-marketing.validation.d.ts +4 -4
- package/dist/types/modules/referral-setting/validations/referral-setting.validation.d.ts.map +1 -1
- package/dist/types/modules/spend-to-get-history/spend-to-get-history.repository.d.ts +2 -3
- package/dist/types/modules/spend-to-get-history/spend-to-get-history.repository.d.ts.map +1 -1
- package/dist/types/modules/spend-to-get-history/spend-to-get-history.router.d.ts +0 -16
- package/dist/types/modules/spend-to-get-history/spend-to-get-history.router.d.ts.map +1 -1
- package/dist/types/modules/spend-to-get-history/spend-to-get-history.service.d.ts +2 -2
- package/dist/types/modules/spend-to-get-history/spend-to-get-history.service.d.ts.map +1 -1
- package/dist/types/modules/spend-to-get-history/spend-to-get-history.validation.d.ts +0 -19
- package/dist/types/modules/spend-to-get-history/spend-to-get-history.validation.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts +0 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts.map +0 -1
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.js +0 -2
- package/dist/lib/modules/limited-time-offer/participant/limited-time-offer-participant.service.js.map +0 -1
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts +0 -1
- package/dist/types/modules/limited-time-offer/participant/limited-time-offer-participant.service.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-coupons.validation.d.ts","sourceRoot":"/","sources":["modules/coupon/validations/all-coupons.validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"all-coupons.validation.d.ts","sourceRoot":"/","sources":["modules/coupon/validations/all-coupons.validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAQrC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAQ3B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGjC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAyC,CAAC;AAE3E,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC7D,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACjF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -133,56 +133,6 @@ export declare const CreateCouponSchema: import("zod").ZodEffects<import("zod").
|
|
|
133
133
|
user: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, import("mongoose").Types.ObjectId, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>;
|
|
134
134
|
referralCodeUsedBy: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, import("mongoose").Types.ObjectId, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>;
|
|
135
135
|
referralCodeUsedOnOrder: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, import("mongoose").Types.ObjectId, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>;
|
|
136
|
-
referralSettingSnapShot: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
137
|
-
sender: import("zod").ZodObject<{
|
|
138
|
-
valueType: import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
139
|
-
value: import("zod").ZodNumber;
|
|
140
|
-
minimumOrderValue: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
141
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
142
|
-
value: number;
|
|
143
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
144
|
-
minimumOrderValue: number;
|
|
145
|
-
}, {
|
|
146
|
-
value: number;
|
|
147
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
148
|
-
minimumOrderValue?: number | undefined;
|
|
149
|
-
}>;
|
|
150
|
-
receiver: import("zod").ZodObject<{
|
|
151
|
-
valueType: import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
152
|
-
value: import("zod").ZodNumber;
|
|
153
|
-
minimumOrderValue: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
154
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
155
|
-
value: number;
|
|
156
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
157
|
-
minimumOrderValue: number;
|
|
158
|
-
}, {
|
|
159
|
-
value: number;
|
|
160
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
161
|
-
minimumOrderValue?: number | undefined;
|
|
162
|
-
}>;
|
|
163
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
164
|
-
sender: {
|
|
165
|
-
value: number;
|
|
166
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
167
|
-
minimumOrderValue: number;
|
|
168
|
-
};
|
|
169
|
-
receiver: {
|
|
170
|
-
value: number;
|
|
171
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
172
|
-
minimumOrderValue: number;
|
|
173
|
-
};
|
|
174
|
-
}, {
|
|
175
|
-
sender: {
|
|
176
|
-
value: number;
|
|
177
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
178
|
-
minimumOrderValue?: number | undefined;
|
|
179
|
-
};
|
|
180
|
-
receiver: {
|
|
181
|
-
value: number;
|
|
182
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
183
|
-
minimumOrderValue?: number | undefined;
|
|
184
|
-
};
|
|
185
|
-
}>>;
|
|
186
136
|
valueType: import("zod").ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>;
|
|
187
137
|
value: import("zod").ZodNumber;
|
|
188
138
|
secondaryCurrencyValue: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -260,18 +210,6 @@ export declare const CreateCouponSchema: import("zod").ZodEffects<import("zod").
|
|
|
260
210
|
} | undefined;
|
|
261
211
|
createdBy?: import("mongoose").Types.ObjectId | undefined;
|
|
262
212
|
isExpired?: boolean | undefined;
|
|
263
|
-
referralSettingSnapShot?: {
|
|
264
|
-
sender: {
|
|
265
|
-
value: number;
|
|
266
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
267
|
-
minimumOrderValue: number;
|
|
268
|
-
};
|
|
269
|
-
receiver: {
|
|
270
|
-
value: number;
|
|
271
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
272
|
-
minimumOrderValue: number;
|
|
273
|
-
};
|
|
274
|
-
} | undefined;
|
|
275
213
|
}, {
|
|
276
214
|
code: string;
|
|
277
215
|
value: number;
|
|
@@ -305,18 +243,6 @@ export declare const CreateCouponSchema: import("zod").ZodEffects<import("zod").
|
|
|
305
243
|
isOrderLimitPerUserEnabled?: boolean | undefined;
|
|
306
244
|
createdBy?: string | import("mongoose").Types.ObjectId | undefined;
|
|
307
245
|
isExpired?: boolean | undefined;
|
|
308
|
-
referralSettingSnapShot?: {
|
|
309
|
-
sender: {
|
|
310
|
-
value: number;
|
|
311
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
312
|
-
minimumOrderValue?: number | undefined;
|
|
313
|
-
};
|
|
314
|
-
receiver: {
|
|
315
|
-
value: number;
|
|
316
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
317
|
-
minimumOrderValue?: number | undefined;
|
|
318
|
-
};
|
|
319
|
-
} | undefined;
|
|
320
246
|
}>, import("zod").ZodObject<{
|
|
321
247
|
couponType: import("zod").ZodLiteral<import("@lyxa.ai/core/dist/utilities/enum").CouponType.SHOPS_CATEGORIES>;
|
|
322
248
|
itemTypes: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ItemType>, "many">>;
|
|
@@ -931,18 +857,6 @@ export declare const CreateCouponSchema: import("zod").ZodEffects<import("zod").
|
|
|
931
857
|
} | undefined;
|
|
932
858
|
createdBy?: import("mongoose").Types.ObjectId | undefined;
|
|
933
859
|
isExpired?: boolean | undefined;
|
|
934
|
-
referralSettingSnapShot?: {
|
|
935
|
-
sender: {
|
|
936
|
-
value: number;
|
|
937
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
938
|
-
minimumOrderValue: number;
|
|
939
|
-
};
|
|
940
|
-
receiver: {
|
|
941
|
-
value: number;
|
|
942
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
943
|
-
minimumOrderValue: number;
|
|
944
|
-
};
|
|
945
|
-
} | undefined;
|
|
946
860
|
} | {
|
|
947
861
|
code: string;
|
|
948
862
|
value: number;
|
|
@@ -1151,18 +1065,6 @@ export declare const CreateCouponSchema: import("zod").ZodEffects<import("zod").
|
|
|
1151
1065
|
isOrderLimitPerUserEnabled?: boolean | undefined;
|
|
1152
1066
|
createdBy?: string | import("mongoose").Types.ObjectId | undefined;
|
|
1153
1067
|
isExpired?: boolean | undefined;
|
|
1154
|
-
referralSettingSnapShot?: {
|
|
1155
|
-
sender: {
|
|
1156
|
-
value: number;
|
|
1157
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
1158
|
-
minimumOrderValue?: number | undefined;
|
|
1159
|
-
};
|
|
1160
|
-
receiver: {
|
|
1161
|
-
value: number;
|
|
1162
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
1163
|
-
minimumOrderValue?: number | undefined;
|
|
1164
|
-
};
|
|
1165
|
-
} | undefined;
|
|
1166
1068
|
} | {
|
|
1167
1069
|
code: string;
|
|
1168
1070
|
value: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-coupon.validation.d.ts","sourceRoot":"/","sources":["modules/coupon/validations/create-coupon.validation.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"create-coupon.validation.d.ts","sourceRoot":"/","sources":["modules/coupon/validations/create-coupon.validation.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS9B,CAAC"}
|
|
@@ -3,10 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CreateCouponSchema = void 0;
|
|
4
4
|
const all_coupons_validation_1 = require("./all-coupons.validation");
|
|
5
5
|
exports.CreateCouponSchema = all_coupons_validation_1.AllCouponsValidationSchema.refine((data) => {
|
|
6
|
-
if (data.orderLimitPerUser === null ||
|
|
7
|
-
data.totalOrderLimit === null ||
|
|
8
|
-
!data.isOrderLimitPerUserEnabled ||
|
|
9
|
-
!data.isTotalOrderLimitEnabled)
|
|
6
|
+
if (data.orderLimitPerUser === null || data.totalOrderLimit === null)
|
|
10
7
|
return true;
|
|
11
8
|
return data.orderLimitPerUser <= data.totalOrderLimit;
|
|
12
9
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-coupon.validation.js","sourceRoot":"/","sources":["modules/coupon/validations/create-coupon.validation.ts"],"names":[],"mappings":";;;AAAA,qEAA8F;AAEjF,QAAA,kBAAkB,GAAG,mDAA0B,CAAC,MAAM,CAClE,CAAC,IAAS,EAAE,EAAE;IACb,
|
|
1
|
+
{"version":3,"file":"create-coupon.validation.js","sourceRoot":"/","sources":["modules/coupon/validations/create-coupon.validation.ts"],"names":[],"mappings":";;;AAAA,qEAA8F;AAEjF,QAAA,kBAAkB,GAAG,mDAA0B,CAAC,MAAM,CAClE,CAAC,IAAS,EAAE,EAAE;IACb,IAAI,IAAI,CAAC,iBAAiB,KAAK,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAClF,OAAO,IAAI,CAAC,iBAAiB,IAAI,IAAI,CAAC,eAAe,CAAC;AACvD,CAAC,EACD;IACC,OAAO,EAAE,mEAAmE;IAC5E,IAAI,EAAE,CAAC,mBAAmB,CAAC;CAC3B,CACD,CAAC","sourcesContent":["import { AllCouponsValidationSchema, AllCouponsUpdateSchema } from './all-coupons.validation';\n\nexport const CreateCouponSchema = AllCouponsValidationSchema.refine(\n\t(data: any) => {\n\t\tif (data.orderLimitPerUser === null || data.totalOrderLimit === null) return true;\n\t\treturn data.orderLimitPerUser <= data.totalOrderLimit;\n\t},\n\t{\n\t\tmessage: 'Order limit per user cannot be greater than the total order limit',\n\t\tpath: ['orderLimitPerUser'],\n\t}\n);\n"]}
|
|
@@ -6,56 +6,6 @@ declare const ReferralRewardCouponValidationSchema: z.ZodObject<{
|
|
|
6
6
|
user: 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>]>;
|
|
7
7
|
referralCodeUsedBy: 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>]>;
|
|
8
8
|
referralCodeUsedOnOrder: 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
|
-
referralSettingSnapShot: z.ZodOptional<z.ZodObject<{
|
|
10
|
-
sender: z.ZodObject<{
|
|
11
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
12
|
-
value: z.ZodNumber;
|
|
13
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
14
|
-
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
value: number;
|
|
16
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
17
|
-
minimumOrderValue: number;
|
|
18
|
-
}, {
|
|
19
|
-
value: number;
|
|
20
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
21
|
-
minimumOrderValue?: number | undefined;
|
|
22
|
-
}>;
|
|
23
|
-
receiver: z.ZodObject<{
|
|
24
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
25
|
-
value: z.ZodNumber;
|
|
26
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
27
|
-
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
value: number;
|
|
29
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
30
|
-
minimumOrderValue: number;
|
|
31
|
-
}, {
|
|
32
|
-
value: number;
|
|
33
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
34
|
-
minimumOrderValue?: number | undefined;
|
|
35
|
-
}>;
|
|
36
|
-
}, "strict", z.ZodTypeAny, {
|
|
37
|
-
sender: {
|
|
38
|
-
value: number;
|
|
39
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
40
|
-
minimumOrderValue: number;
|
|
41
|
-
};
|
|
42
|
-
receiver: {
|
|
43
|
-
value: number;
|
|
44
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
45
|
-
minimumOrderValue: number;
|
|
46
|
-
};
|
|
47
|
-
}, {
|
|
48
|
-
sender: {
|
|
49
|
-
value: number;
|
|
50
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
51
|
-
minimumOrderValue?: number | undefined;
|
|
52
|
-
};
|
|
53
|
-
receiver: {
|
|
54
|
-
value: number;
|
|
55
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
56
|
-
minimumOrderValue?: number | undefined;
|
|
57
|
-
};
|
|
58
|
-
}>>;
|
|
59
9
|
valueType: z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>;
|
|
60
10
|
value: z.ZodNumber;
|
|
61
11
|
secondaryCurrencyValue: z.ZodOptional<z.ZodNumber>;
|
|
@@ -133,18 +83,6 @@ declare const ReferralRewardCouponValidationSchema: z.ZodObject<{
|
|
|
133
83
|
} | undefined;
|
|
134
84
|
createdBy?: import("mongoose").Types.ObjectId | undefined;
|
|
135
85
|
isExpired?: boolean | undefined;
|
|
136
|
-
referralSettingSnapShot?: {
|
|
137
|
-
sender: {
|
|
138
|
-
value: number;
|
|
139
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
140
|
-
minimumOrderValue: number;
|
|
141
|
-
};
|
|
142
|
-
receiver: {
|
|
143
|
-
value: number;
|
|
144
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
145
|
-
minimumOrderValue: number;
|
|
146
|
-
};
|
|
147
|
-
} | undefined;
|
|
148
86
|
}, {
|
|
149
87
|
code: string;
|
|
150
88
|
value: number;
|
|
@@ -178,73 +116,11 @@ declare const ReferralRewardCouponValidationSchema: z.ZodObject<{
|
|
|
178
116
|
isOrderLimitPerUserEnabled?: boolean | undefined;
|
|
179
117
|
createdBy?: string | import("mongoose").Types.ObjectId | undefined;
|
|
180
118
|
isExpired?: boolean | undefined;
|
|
181
|
-
referralSettingSnapShot?: {
|
|
182
|
-
sender: {
|
|
183
|
-
value: number;
|
|
184
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
185
|
-
minimumOrderValue?: number | undefined;
|
|
186
|
-
};
|
|
187
|
-
receiver: {
|
|
188
|
-
value: number;
|
|
189
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
190
|
-
minimumOrderValue?: number | undefined;
|
|
191
|
-
};
|
|
192
|
-
} | undefined;
|
|
193
119
|
}>, ReferralRewardCouponSchema: z.ZodObject<{
|
|
194
120
|
couponType: z.ZodOptional<z.ZodLiteral<CouponType.REFERRAL_REWARD>>;
|
|
195
121
|
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>]>>;
|
|
196
122
|
referralCodeUsedBy: 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
123
|
referralCodeUsedOnOrder: 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
|
-
referralSettingSnapShot: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
199
|
-
sender: z.ZodObject<{
|
|
200
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
201
|
-
value: z.ZodNumber;
|
|
202
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
203
|
-
}, "strip", z.ZodTypeAny, {
|
|
204
|
-
value: number;
|
|
205
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
206
|
-
minimumOrderValue: number;
|
|
207
|
-
}, {
|
|
208
|
-
value: number;
|
|
209
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
210
|
-
minimumOrderValue?: number | undefined;
|
|
211
|
-
}>;
|
|
212
|
-
receiver: z.ZodObject<{
|
|
213
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
214
|
-
value: z.ZodNumber;
|
|
215
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
216
|
-
}, "strip", z.ZodTypeAny, {
|
|
217
|
-
value: number;
|
|
218
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
219
|
-
minimumOrderValue: number;
|
|
220
|
-
}, {
|
|
221
|
-
value: number;
|
|
222
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
223
|
-
minimumOrderValue?: number | undefined;
|
|
224
|
-
}>;
|
|
225
|
-
}, "strict", z.ZodTypeAny, {
|
|
226
|
-
sender: {
|
|
227
|
-
value: number;
|
|
228
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
229
|
-
minimumOrderValue: number;
|
|
230
|
-
};
|
|
231
|
-
receiver: {
|
|
232
|
-
value: number;
|
|
233
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
234
|
-
minimumOrderValue: number;
|
|
235
|
-
};
|
|
236
|
-
}, {
|
|
237
|
-
sender: {
|
|
238
|
-
value: number;
|
|
239
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
240
|
-
minimumOrderValue?: number | undefined;
|
|
241
|
-
};
|
|
242
|
-
receiver: {
|
|
243
|
-
value: number;
|
|
244
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
245
|
-
minimumOrderValue?: number | undefined;
|
|
246
|
-
};
|
|
247
|
-
}>>>;
|
|
248
124
|
valueType: z.ZodOptional<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
249
125
|
value: z.ZodOptional<z.ZodNumber>;
|
|
250
126
|
secondaryCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -295,56 +171,6 @@ declare const ReferralRewardCouponValidationSchema: z.ZodObject<{
|
|
|
295
171
|
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>]>>;
|
|
296
172
|
referralCodeUsedBy: 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>]>>;
|
|
297
173
|
referralCodeUsedOnOrder: 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>]>>;
|
|
298
|
-
referralSettingSnapShot: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
299
|
-
sender: z.ZodObject<{
|
|
300
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
301
|
-
value: z.ZodNumber;
|
|
302
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
303
|
-
}, "strip", z.ZodTypeAny, {
|
|
304
|
-
value: number;
|
|
305
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
306
|
-
minimumOrderValue: number;
|
|
307
|
-
}, {
|
|
308
|
-
value: number;
|
|
309
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
310
|
-
minimumOrderValue?: number | undefined;
|
|
311
|
-
}>;
|
|
312
|
-
receiver: z.ZodObject<{
|
|
313
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
314
|
-
value: z.ZodNumber;
|
|
315
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
316
|
-
}, "strip", z.ZodTypeAny, {
|
|
317
|
-
value: number;
|
|
318
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
319
|
-
minimumOrderValue: number;
|
|
320
|
-
}, {
|
|
321
|
-
value: number;
|
|
322
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
323
|
-
minimumOrderValue?: number | undefined;
|
|
324
|
-
}>;
|
|
325
|
-
}, "strict", z.ZodTypeAny, {
|
|
326
|
-
sender: {
|
|
327
|
-
value: number;
|
|
328
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
329
|
-
minimumOrderValue: number;
|
|
330
|
-
};
|
|
331
|
-
receiver: {
|
|
332
|
-
value: number;
|
|
333
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
334
|
-
minimumOrderValue: number;
|
|
335
|
-
};
|
|
336
|
-
}, {
|
|
337
|
-
sender: {
|
|
338
|
-
value: number;
|
|
339
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
340
|
-
minimumOrderValue?: number | undefined;
|
|
341
|
-
};
|
|
342
|
-
receiver: {
|
|
343
|
-
value: number;
|
|
344
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
345
|
-
minimumOrderValue?: number | undefined;
|
|
346
|
-
};
|
|
347
|
-
}>>>;
|
|
348
174
|
valueType: z.ZodOptional<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
349
175
|
value: z.ZodOptional<z.ZodNumber>;
|
|
350
176
|
secondaryCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -395,56 +221,6 @@ declare const ReferralRewardCouponValidationSchema: z.ZodObject<{
|
|
|
395
221
|
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>]>>;
|
|
396
222
|
referralCodeUsedBy: 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>]>>;
|
|
397
223
|
referralCodeUsedOnOrder: 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>]>>;
|
|
398
|
-
referralSettingSnapShot: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
399
|
-
sender: z.ZodObject<{
|
|
400
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
401
|
-
value: z.ZodNumber;
|
|
402
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
403
|
-
}, "strip", z.ZodTypeAny, {
|
|
404
|
-
value: number;
|
|
405
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
406
|
-
minimumOrderValue: number;
|
|
407
|
-
}, {
|
|
408
|
-
value: number;
|
|
409
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
410
|
-
minimumOrderValue?: number | undefined;
|
|
411
|
-
}>;
|
|
412
|
-
receiver: z.ZodObject<{
|
|
413
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
414
|
-
value: z.ZodNumber;
|
|
415
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
416
|
-
}, "strip", z.ZodTypeAny, {
|
|
417
|
-
value: number;
|
|
418
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
419
|
-
minimumOrderValue: number;
|
|
420
|
-
}, {
|
|
421
|
-
value: number;
|
|
422
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
423
|
-
minimumOrderValue?: number | undefined;
|
|
424
|
-
}>;
|
|
425
|
-
}, "strict", z.ZodTypeAny, {
|
|
426
|
-
sender: {
|
|
427
|
-
value: number;
|
|
428
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
429
|
-
minimumOrderValue: number;
|
|
430
|
-
};
|
|
431
|
-
receiver: {
|
|
432
|
-
value: number;
|
|
433
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
434
|
-
minimumOrderValue: number;
|
|
435
|
-
};
|
|
436
|
-
}, {
|
|
437
|
-
sender: {
|
|
438
|
-
value: number;
|
|
439
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
440
|
-
minimumOrderValue?: number | undefined;
|
|
441
|
-
};
|
|
442
|
-
receiver: {
|
|
443
|
-
value: number;
|
|
444
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
445
|
-
minimumOrderValue?: number | undefined;
|
|
446
|
-
};
|
|
447
|
-
}>>>;
|
|
448
224
|
valueType: z.ZodOptional<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
449
225
|
value: z.ZodOptional<z.ZodNumber>;
|
|
450
226
|
secondaryCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -501,56 +277,6 @@ declare const ReferralRewardCouponValidationSchema: z.ZodObject<{
|
|
|
501
277
|
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>]>>;
|
|
502
278
|
referralCodeUsedBy: 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>]>>;
|
|
503
279
|
referralCodeUsedOnOrder: 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>]>>;
|
|
504
|
-
referralSettingSnapShot: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
505
|
-
sender: z.ZodObject<{
|
|
506
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
507
|
-
value: z.ZodNumber;
|
|
508
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
509
|
-
}, "strip", z.ZodTypeAny, {
|
|
510
|
-
value: number;
|
|
511
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
512
|
-
minimumOrderValue: number;
|
|
513
|
-
}, {
|
|
514
|
-
value: number;
|
|
515
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
516
|
-
minimumOrderValue?: number | undefined;
|
|
517
|
-
}>;
|
|
518
|
-
receiver: z.ZodObject<{
|
|
519
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
520
|
-
value: z.ZodNumber;
|
|
521
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
522
|
-
}, "strip", z.ZodTypeAny, {
|
|
523
|
-
value: number;
|
|
524
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
525
|
-
minimumOrderValue: number;
|
|
526
|
-
}, {
|
|
527
|
-
value: number;
|
|
528
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
529
|
-
minimumOrderValue?: number | undefined;
|
|
530
|
-
}>;
|
|
531
|
-
}, "strict", z.ZodTypeAny, {
|
|
532
|
-
sender: {
|
|
533
|
-
value: number;
|
|
534
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
535
|
-
minimumOrderValue: number;
|
|
536
|
-
};
|
|
537
|
-
receiver: {
|
|
538
|
-
value: number;
|
|
539
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
540
|
-
minimumOrderValue: number;
|
|
541
|
-
};
|
|
542
|
-
}, {
|
|
543
|
-
sender: {
|
|
544
|
-
value: number;
|
|
545
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
546
|
-
minimumOrderValue?: number | undefined;
|
|
547
|
-
};
|
|
548
|
-
receiver: {
|
|
549
|
-
value: number;
|
|
550
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
551
|
-
minimumOrderValue?: number | undefined;
|
|
552
|
-
};
|
|
553
|
-
}>>>;
|
|
554
280
|
valueType: z.ZodOptional<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
555
281
|
value: z.ZodOptional<z.ZodNumber>;
|
|
556
282
|
secondaryCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -601,56 +327,6 @@ declare const ReferralRewardCouponValidationSchema: z.ZodObject<{
|
|
|
601
327
|
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>]>>;
|
|
602
328
|
referralCodeUsedBy: 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>]>>;
|
|
603
329
|
referralCodeUsedOnOrder: 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>]>>;
|
|
604
|
-
referralSettingSnapShot: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
605
|
-
sender: z.ZodObject<{
|
|
606
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
607
|
-
value: z.ZodNumber;
|
|
608
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
609
|
-
}, "strip", z.ZodTypeAny, {
|
|
610
|
-
value: number;
|
|
611
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
612
|
-
minimumOrderValue: number;
|
|
613
|
-
}, {
|
|
614
|
-
value: number;
|
|
615
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
616
|
-
minimumOrderValue?: number | undefined;
|
|
617
|
-
}>;
|
|
618
|
-
receiver: z.ZodObject<{
|
|
619
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
620
|
-
value: z.ZodNumber;
|
|
621
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
622
|
-
}, "strip", z.ZodTypeAny, {
|
|
623
|
-
value: number;
|
|
624
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
625
|
-
minimumOrderValue: number;
|
|
626
|
-
}, {
|
|
627
|
-
value: number;
|
|
628
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
629
|
-
minimumOrderValue?: number | undefined;
|
|
630
|
-
}>;
|
|
631
|
-
}, "strict", z.ZodTypeAny, {
|
|
632
|
-
sender: {
|
|
633
|
-
value: number;
|
|
634
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
635
|
-
minimumOrderValue: number;
|
|
636
|
-
};
|
|
637
|
-
receiver: {
|
|
638
|
-
value: number;
|
|
639
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
640
|
-
minimumOrderValue: number;
|
|
641
|
-
};
|
|
642
|
-
}, {
|
|
643
|
-
sender: {
|
|
644
|
-
value: number;
|
|
645
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
646
|
-
minimumOrderValue?: number | undefined;
|
|
647
|
-
};
|
|
648
|
-
receiver: {
|
|
649
|
-
value: number;
|
|
650
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
651
|
-
minimumOrderValue?: number | undefined;
|
|
652
|
-
};
|
|
653
|
-
}>>>;
|
|
654
330
|
valueType: z.ZodOptional<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
655
331
|
value: z.ZodOptional<z.ZodNumber>;
|
|
656
332
|
secondaryCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -701,56 +377,6 @@ declare const ReferralRewardCouponValidationSchema: z.ZodObject<{
|
|
|
701
377
|
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>]>>;
|
|
702
378
|
referralCodeUsedBy: 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>]>>;
|
|
703
379
|
referralCodeUsedOnOrder: 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>]>>;
|
|
704
|
-
referralSettingSnapShot: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
705
|
-
sender: z.ZodObject<{
|
|
706
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
707
|
-
value: z.ZodNumber;
|
|
708
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
709
|
-
}, "strip", z.ZodTypeAny, {
|
|
710
|
-
value: number;
|
|
711
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
712
|
-
minimumOrderValue: number;
|
|
713
|
-
}, {
|
|
714
|
-
value: number;
|
|
715
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
716
|
-
minimumOrderValue?: number | undefined;
|
|
717
|
-
}>;
|
|
718
|
-
receiver: z.ZodObject<{
|
|
719
|
-
valueType: z.ZodDefault<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
720
|
-
value: z.ZodNumber;
|
|
721
|
-
minimumOrderValue: z.ZodDefault<z.ZodNumber>;
|
|
722
|
-
}, "strip", z.ZodTypeAny, {
|
|
723
|
-
value: number;
|
|
724
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
725
|
-
minimumOrderValue: number;
|
|
726
|
-
}, {
|
|
727
|
-
value: number;
|
|
728
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
729
|
-
minimumOrderValue?: number | undefined;
|
|
730
|
-
}>;
|
|
731
|
-
}, "strict", z.ZodTypeAny, {
|
|
732
|
-
sender: {
|
|
733
|
-
value: number;
|
|
734
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
735
|
-
minimumOrderValue: number;
|
|
736
|
-
};
|
|
737
|
-
receiver: {
|
|
738
|
-
value: number;
|
|
739
|
-
valueType: import("@lyxa.ai/core/dist/utilities/enum").ValueType;
|
|
740
|
-
minimumOrderValue: number;
|
|
741
|
-
};
|
|
742
|
-
}, {
|
|
743
|
-
sender: {
|
|
744
|
-
value: number;
|
|
745
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
746
|
-
minimumOrderValue?: number | undefined;
|
|
747
|
-
};
|
|
748
|
-
receiver: {
|
|
749
|
-
value: number;
|
|
750
|
-
valueType?: import("@lyxa.ai/core/dist/utilities/enum").ValueType | undefined;
|
|
751
|
-
minimumOrderValue?: number | undefined;
|
|
752
|
-
};
|
|
753
|
-
}>>>;
|
|
754
380
|
valueType: z.ZodOptional<z.ZodNativeEnum<typeof import("@lyxa.ai/core/dist/utilities/enum").ValueType>>;
|
|
755
381
|
value: z.ZodOptional<z.ZodNumber>;
|
|
756
382
|
secondaryCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"referral-reward-coupon.validation.d.ts","sourceRoot":"/","sources":["modules/coupon/validations/referral-reward-coupon.validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAGN,GAAG,EACH,MAAM,2DAA2D,CAAC;AAEnE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"referral-reward-coupon.validation.d.ts","sourceRoot":"/","sources":["modules/coupon/validations/referral-reward-coupon.validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAGN,GAAG,EACH,MAAM,2DAA2D,CAAC;AAEnE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAuB/D,QAAA,MACa,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAClC,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAC9B,4BAA4B,mNACxB,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCACK,CAAC;AAKrD,OAAO,EACN,oCAAoC,EACpC,0BAA0B,EAC1B,4BAA4B,IAAI,sCAAsC,EACtE,gCAAgC,GAChC,CAAC;AAKF,MAAM,MAAM,6BAA6B,GAAG,GAAG,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAC7F,MAAM,MAAM,uBAAuB,GAAG,GAAG,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC7E,MAAM,MAAM,6BAA6B,GAAG,GAAG,CAAC,OAAO,gCAAgC,CAAC,CAAC"}
|