@lyxa.ai/marketing 1.0.0
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.js +66 -0
- package/dist/types/index.d.ts +8229 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/modules/coupon/routers/coupon.router.d.ts +4676 -0
- package/dist/types/modules/coupon/routers/coupon.router.d.ts.map +1 -0
- package/dist/types/modules/coupon/routers/index.d.ts +2 -0
- package/dist/types/modules/coupon/routers/index.d.ts.map +1 -0
- package/dist/types/modules/coupon/services/coupon.service.d.ts +73 -0
- package/dist/types/modules/coupon/services/coupon.service.d.ts.map +1 -0
- package/dist/types/modules/coupon/services/custom-coupon.service.d.ts +20 -0
- package/dist/types/modules/coupon/services/custom-coupon.service.d.ts.map +1 -0
- package/dist/types/modules/coupon/services/global-coupon.service.d.ts +20 -0
- package/dist/types/modules/coupon/services/global-coupon.service.d.ts.map +1 -0
- package/dist/types/modules/coupon/services/index.d.ts +8 -0
- package/dist/types/modules/coupon/services/index.d.ts.map +1 -0
- package/dist/types/modules/coupon/services/individual-store-coupon.service.d.ts +20 -0
- package/dist/types/modules/coupon/services/individual-store-coupon.service.d.ts.map +1 -0
- package/dist/types/modules/coupon/services/individual-user-coupon.service.d.ts +20 -0
- package/dist/types/modules/coupon/services/individual-user-coupon.service.d.ts.map +1 -0
- package/dist/types/modules/coupon/services/referral-code-coupon.service.d.ts +20 -0
- package/dist/types/modules/coupon/services/referral-code-coupon.service.d.ts.map +1 -0
- package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts +20 -0
- package/dist/types/modules/coupon/services/referral-reward-coupon.service.d.ts.map +1 -0
- package/dist/types/modules/coupon/transformers/coupon.transformer.d.ts +171 -0
- package/dist/types/modules/coupon/transformers/coupon.transformer.d.ts.map +1 -0
- package/dist/types/modules/coupon/transformers/index.d.ts +2 -0
- package/dist/types/modules/coupon/transformers/index.d.ts.map +1 -0
- package/dist/types/modules/coupon/validations/all-coupons.validation.d.ts +3161 -0
- package/dist/types/modules/coupon/validations/all-coupons.validation.d.ts.map +1 -0
- package/dist/types/modules/coupon/validations/coupon.validation.d.ts +311 -0
- package/dist/types/modules/coupon/validations/coupon.validation.d.ts.map +1 -0
- package/dist/types/modules/coupon/validations/custom-coupon.validation.d.ts +294 -0
- package/dist/types/modules/coupon/validations/custom-coupon.validation.d.ts.map +1 -0
- package/dist/types/modules/coupon/validations/global-coupon.validation.d.ts +267 -0
- package/dist/types/modules/coupon/validations/global-coupon.validation.d.ts.map +1 -0
- package/dist/types/modules/coupon/validations/index.d.ts +9 -0
- package/dist/types/modules/coupon/validations/index.d.ts.map +1 -0
- package/dist/types/modules/coupon/validations/individual-store-coupon.validation.d.ts +294 -0
- package/dist/types/modules/coupon/validations/individual-store-coupon.validation.d.ts.map +1 -0
- package/dist/types/modules/coupon/validations/individual-user-coupon.validation.d.ts +294 -0
- package/dist/types/modules/coupon/validations/individual-user-coupon.validation.d.ts.map +1 -0
- package/dist/types/modules/coupon/validations/referral-code-coupon.validation.d.ts +75 -0
- package/dist/types/modules/coupon/validations/referral-code-coupon.validation.d.ts.map +1 -0
- package/dist/types/modules/coupon/validations/referral-reward-coupon.validation.d.ts +294 -0
- package/dist/types/modules/coupon/validations/referral-reward-coupon.validation.d.ts.map +1 -0
- package/dist/types/modules/deal-setting/routers/deal-setting.router.d.ts +516 -0
- package/dist/types/modules/deal-setting/routers/deal-setting.router.d.ts.map +1 -0
- package/dist/types/modules/deal-setting/routers/index.d.ts +2 -0
- package/dist/types/modules/deal-setting/routers/index.d.ts.map +1 -0
- package/dist/types/modules/deal-setting/services/deal-setting.service.d.ts +37 -0
- package/dist/types/modules/deal-setting/services/deal-setting.service.d.ts.map +1 -0
- package/dist/types/modules/deal-setting/services/index.d.ts +2 -0
- package/dist/types/modules/deal-setting/services/index.d.ts.map +1 -0
- package/dist/types/modules/deal-setting/transformers/deal-setting.transformer.d.ts +11 -0
- package/dist/types/modules/deal-setting/transformers/deal-setting.transformer.d.ts.map +1 -0
- package/dist/types/modules/deal-setting/transformers/index.d.ts +2 -0
- package/dist/types/modules/deal-setting/transformers/index.d.ts.map +1 -0
- package/dist/types/modules/deal-setting/validations/deal-setting.validation.d.ts +236 -0
- package/dist/types/modules/deal-setting/validations/deal-setting.validation.d.ts.map +1 -0
- package/dist/types/modules/deal-setting/validations/index.d.ts +2 -0
- package/dist/types/modules/deal-setting/validations/index.d.ts.map +1 -0
- package/dist/types/modules/featured-setting/routers/featured-setting.router.d.ts +692 -0
- package/dist/types/modules/featured-setting/routers/featured-setting.router.d.ts.map +1 -0
- package/dist/types/modules/featured-setting/routers/index.d.ts +2 -0
- package/dist/types/modules/featured-setting/routers/index.d.ts.map +1 -0
- package/dist/types/modules/featured-setting/services/featured-setting.service.d.ts +37 -0
- package/dist/types/modules/featured-setting/services/featured-setting.service.d.ts.map +1 -0
- package/dist/types/modules/featured-setting/services/index.d.ts +2 -0
- package/dist/types/modules/featured-setting/services/index.d.ts.map +1 -0
- package/dist/types/modules/featured-setting/transformers/featured-setting.transformer.d.ts +19 -0
- package/dist/types/modules/featured-setting/transformers/featured-setting.transformer.d.ts.map +1 -0
- package/dist/types/modules/featured-setting/transformers/index.d.ts +2 -0
- package/dist/types/modules/featured-setting/transformers/index.d.ts.map +1 -0
- package/dist/types/modules/featured-setting/validations/featured-setting.validation.d.ts +372 -0
- package/dist/types/modules/featured-setting/validations/featured-setting.validation.d.ts.map +1 -0
- package/dist/types/modules/featured-setting/validations/index.d.ts +2 -0
- package/dist/types/modules/featured-setting/validations/index.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/routers/index.d.ts +2 -0
- package/dist/types/modules/loyalty-point-setting/routers/index.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/routers/loyalty-point-setting.router.d.ts +822 -0
- package/dist/types/modules/loyalty-point-setting/routers/loyalty-point-setting.router.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/services/index.d.ts +3 -0
- package/dist/types/modules/loyalty-point-setting/services/index.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/services/loyalty-point-category.service.d.ts +37 -0
- package/dist/types/modules/loyalty-point-setting/services/loyalty-point-category.service.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/services/loyalty-point-setting.service.d.ts +32 -0
- package/dist/types/modules/loyalty-point-setting/services/loyalty-point-setting.service.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/transformers/index.d.ts +3 -0
- package/dist/types/modules/loyalty-point-setting/transformers/index.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/transformers/loyalty-point-category.transformer.d.ts +8 -0
- package/dist/types/modules/loyalty-point-setting/transformers/loyalty-point-category.transformer.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/transformers/loyalty-point-setting.transformer.d.ts +9 -0
- package/dist/types/modules/loyalty-point-setting/transformers/loyalty-point-setting.transformer.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/validations/index.d.ts +3 -0
- package/dist/types/modules/loyalty-point-setting/validations/index.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/validations/loyalty-point-category.validation.d.ts +179 -0
- package/dist/types/modules/loyalty-point-setting/validations/loyalty-point-category.validation.d.ts.map +1 -0
- package/dist/types/modules/loyalty-point-setting/validations/loyalty-point-setting.validation.d.ts +197 -0
- package/dist/types/modules/loyalty-point-setting/validations/loyalty-point-setting.validation.d.ts.map +1 -0
- package/dist/types/modules/marketing/routers/index.d.ts +2 -0
- package/dist/types/modules/marketing/routers/index.d.ts.map +1 -0
- package/dist/types/modules/marketing/routers/marketing.router.d.ts +296 -0
- package/dist/types/modules/marketing/routers/marketing.router.d.ts.map +1 -0
- package/dist/types/modules/marketing/services/buy1-get1-marketing.service.d.ts +21 -0
- package/dist/types/modules/marketing/services/buy1-get1-marketing.service.d.ts.map +1 -0
- package/dist/types/modules/marketing/services/discount-marketing.service.d.ts +21 -0
- package/dist/types/modules/marketing/services/discount-marketing.service.d.ts.map +1 -0
- package/dist/types/modules/marketing/services/featured-marketing.service.d.ts +20 -0
- package/dist/types/modules/marketing/services/featured-marketing.service.d.ts.map +1 -0
- package/dist/types/modules/marketing/services/free-delivery-marketing.service.d.ts +21 -0
- package/dist/types/modules/marketing/services/free-delivery-marketing.service.d.ts.map +1 -0
- package/dist/types/modules/marketing/services/index.d.ts +9 -0
- package/dist/types/modules/marketing/services/index.d.ts.map +1 -0
- package/dist/types/modules/marketing/services/loyalty-point-marketing.service.d.ts +21 -0
- package/dist/types/modules/marketing/services/loyalty-point-marketing.service.d.ts.map +1 -0
- package/dist/types/modules/marketing/services/marketing.service.d.ts +37 -0
- package/dist/types/modules/marketing/services/marketing.service.d.ts.map +1 -0
- package/dist/types/modules/marketing/services/product-marketing.service.d.ts +42 -0
- package/dist/types/modules/marketing/services/product-marketing.service.d.ts.map +1 -0
- package/dist/types/modules/marketing/services/punch-marketing.service.d.ts +20 -0
- package/dist/types/modules/marketing/services/punch-marketing.service.d.ts.map +1 -0
- package/dist/types/modules/marketing/transformers/buy1-get1-marketing.transformer.d.ts +45 -0
- package/dist/types/modules/marketing/transformers/buy1-get1-marketing.transformer.d.ts.map +1 -0
- package/dist/types/modules/marketing/transformers/discount-marketing.transformer.d.ts +48 -0
- package/dist/types/modules/marketing/transformers/discount-marketing.transformer.d.ts.map +1 -0
- package/dist/types/modules/marketing/transformers/featured-marketing.transformer.d.ts +21 -0
- package/dist/types/modules/marketing/transformers/featured-marketing.transformer.d.ts.map +1 -0
- package/dist/types/modules/marketing/transformers/free-delivery-marketing.transformer.d.ts +21 -0
- package/dist/types/modules/marketing/transformers/free-delivery-marketing.transformer.d.ts.map +1 -0
- package/dist/types/modules/marketing/transformers/index.d.ts +9 -0
- package/dist/types/modules/marketing/transformers/index.d.ts.map +1 -0
- package/dist/types/modules/marketing/transformers/loyalty-point-marketing.transformer.d.ts +47 -0
- package/dist/types/modules/marketing/transformers/loyalty-point-marketing.transformer.d.ts.map +1 -0
- package/dist/types/modules/marketing/transformers/marketing.transformer.d.ts +3 -0
- package/dist/types/modules/marketing/transformers/marketing.transformer.d.ts.map +1 -0
- package/dist/types/modules/marketing/transformers/product-marketing.transformer.d.ts +11 -0
- package/dist/types/modules/marketing/transformers/product-marketing.transformer.d.ts.map +1 -0
- package/dist/types/modules/marketing/transformers/punch-marketing.transformer.d.ts +26 -0
- package/dist/types/modules/marketing/transformers/punch-marketing.transformer.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/all-marketings.validation.d.ts +52 -0
- package/dist/types/modules/marketing/validations/all-marketings.validation.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/buy1-get1-marketing.validation.d.ts +359 -0
- package/dist/types/modules/marketing/validations/buy1-get1-marketing.validation.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/discount-marketing.validation.d.ts +527 -0
- package/dist/types/modules/marketing/validations/discount-marketing.validation.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/featured-marketing.validation.d.ts +233 -0
- package/dist/types/modules/marketing/validations/featured-marketing.validation.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/free-delivery-marketing.validation.d.ts +171 -0
- package/dist/types/modules/marketing/validations/free-delivery-marketing.validation.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/index.d.ts +10 -0
- package/dist/types/modules/marketing/validations/index.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/loyalty-point-marketing.validation.d.ts +513 -0
- package/dist/types/modules/marketing/validations/loyalty-point-marketing.validation.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/marketing.validation.d.ts +182 -0
- package/dist/types/modules/marketing/validations/marketing.validation.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/product-marketing.validation.d.ts +181 -0
- package/dist/types/modules/marketing/validations/product-marketing.validation.d.ts.map +1 -0
- package/dist/types/modules/marketing/validations/punch-marketing.validation.d.ts +216 -0
- package/dist/types/modules/marketing/validations/punch-marketing.validation.d.ts.map +1 -0
- package/dist/types/modules/punch-marketing-history/routers/index.d.ts +2 -0
- package/dist/types/modules/punch-marketing-history/routers/index.d.ts.map +1 -0
- package/dist/types/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts +468 -0
- package/dist/types/modules/punch-marketing-history/routers/punch-marketing-history.router.d.ts.map +1 -0
- package/dist/types/modules/punch-marketing-history/services/index.d.ts +2 -0
- package/dist/types/modules/punch-marketing-history/services/index.d.ts.map +1 -0
- package/dist/types/modules/punch-marketing-history/services/punch-marketing-history.service.d.ts +37 -0
- package/dist/types/modules/punch-marketing-history/services/punch-marketing-history.service.d.ts.map +1 -0
- package/dist/types/modules/punch-marketing-history/transformers/index.d.ts +2 -0
- package/dist/types/modules/punch-marketing-history/transformers/index.d.ts.map +1 -0
- package/dist/types/modules/punch-marketing-history/transformers/punch-marketing-history.transformer.d.ts +9 -0
- package/dist/types/modules/punch-marketing-history/transformers/punch-marketing-history.transformer.d.ts.map +1 -0
- package/dist/types/modules/punch-marketing-history/validations/index.d.ts +2 -0
- package/dist/types/modules/punch-marketing-history/validations/index.d.ts.map +1 -0
- package/dist/types/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts +197 -0
- package/dist/types/modules/punch-marketing-history/validations/punch-marketing-history.validation.d.ts.map +1 -0
- package/dist/types/modules/referral-setting/routers/index.d.ts +2 -0
- package/dist/types/modules/referral-setting/routers/index.d.ts.map +1 -0
- package/dist/types/modules/referral-setting/routers/referral-setting.router.d.ts +746 -0
- package/dist/types/modules/referral-setting/routers/referral-setting.router.d.ts.map +1 -0
- package/dist/types/modules/referral-setting/services/index.d.ts +2 -0
- package/dist/types/modules/referral-setting/services/index.d.ts.map +1 -0
- package/dist/types/modules/referral-setting/services/referral-setting.service.d.ts +31 -0
- package/dist/types/modules/referral-setting/services/referral-setting.service.d.ts.map +1 -0
- package/dist/types/modules/referral-setting/transformers/index.d.ts +2 -0
- package/dist/types/modules/referral-setting/transformers/index.d.ts.map +1 -0
- package/dist/types/modules/referral-setting/transformers/referral-setting.transformer.d.ts +31 -0
- package/dist/types/modules/referral-setting/transformers/referral-setting.transformer.d.ts.map +1 -0
- package/dist/types/modules/referral-setting/validations/index.d.ts +2 -0
- package/dist/types/modules/referral-setting/validations/index.d.ts.map +1 -0
- package/dist/types/modules/referral-setting/validations/referral-setting.validation.d.ts +584 -0
- package/dist/types/modules/referral-setting/validations/referral-setting.validation.d.ts.map +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { DTO } from '@lyxa.ai/core/dist/utilities/validation/global-validation';
|
|
3
|
+
/**
|
|
4
|
+
* Get all schemas for the Parent entity
|
|
5
|
+
*/
|
|
6
|
+
declare const PunchMarketingHistoryValidationSchema: z.ZodObject<{
|
|
7
|
+
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>]>;
|
|
8
|
+
marketing: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>;
|
|
9
|
+
completedOrders: z.ZodNumber;
|
|
10
|
+
expiredAt: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>;
|
|
11
|
+
}, "strict", z.ZodTypeAny, {
|
|
12
|
+
marketing: import("mongoose").Types.ObjectId;
|
|
13
|
+
user: import("mongoose").Types.ObjectId;
|
|
14
|
+
completedOrders: number;
|
|
15
|
+
expiredAt: Date | null;
|
|
16
|
+
}, {
|
|
17
|
+
marketing: string | import("mongoose").Types.ObjectId;
|
|
18
|
+
user: string | import("mongoose").Types.ObjectId;
|
|
19
|
+
completedOrders: number;
|
|
20
|
+
expiredAt: string | Date | null;
|
|
21
|
+
}>, PunchMarketingHistorySchema: z.ZodObject<{
|
|
22
|
+
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>]>>;
|
|
23
|
+
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>]>>;
|
|
24
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
25
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
26
|
+
_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>]>>;
|
|
27
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
28
|
+
user: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
|
|
29
|
+
marketing: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
|
|
30
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
31
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
32
|
+
_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>]>>;
|
|
33
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34
|
+
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>]>>;
|
|
35
|
+
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>]>>;
|
|
36
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
37
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
38
|
+
_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>]>>;
|
|
39
|
+
}, z.ZodTypeAny, "passthrough">>, PunchMarketingHistoryIdSchema: 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>]>, UpdatePunchMarketingHistorySchema: z.ZodObject<{
|
|
40
|
+
[x: string]: z.ZodOptional<z.ZodTypeAny>;
|
|
41
|
+
}, "strict", z.ZodTypeAny, {
|
|
42
|
+
[x: string]: any;
|
|
43
|
+
}, {
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
}> | z.ZodObject<{
|
|
46
|
+
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>]>>;
|
|
47
|
+
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>]>>;
|
|
48
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
49
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
50
|
+
_id: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
|
|
51
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
52
|
+
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>]>>;
|
|
53
|
+
marketing: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
|
|
54
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
55
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
56
|
+
_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>]>>;
|
|
57
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58
|
+
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>]>>;
|
|
59
|
+
marketing: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
|
|
60
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
61
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
62
|
+
_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>]>>;
|
|
63
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
64
|
+
/**
|
|
65
|
+
* Export schemas
|
|
66
|
+
*/
|
|
67
|
+
export { PunchMarketingHistoryValidationSchema, PunchMarketingHistorySchema, PunchMarketingHistoryIdSchema as PunchMarketingHistoryIdValidationSchema, UpdatePunchMarketingHistorySchema, };
|
|
68
|
+
export declare const PunchMarketingHistoryResponseSchema: z.ZodObject<{
|
|
69
|
+
success: z.ZodBoolean;
|
|
70
|
+
message: z.ZodString;
|
|
71
|
+
data: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
72
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
73
|
+
page: z.ZodNumber;
|
|
74
|
+
size: z.ZodNumber;
|
|
75
|
+
totalElements: z.ZodNumber;
|
|
76
|
+
totalPages: z.ZodNumber;
|
|
77
|
+
}, "strip", z.ZodTypeAny, {
|
|
78
|
+
page: number;
|
|
79
|
+
size: number;
|
|
80
|
+
totalElements: number;
|
|
81
|
+
totalPages: number;
|
|
82
|
+
}, {
|
|
83
|
+
page: number;
|
|
84
|
+
size: number;
|
|
85
|
+
totalElements: number;
|
|
86
|
+
totalPages: number;
|
|
87
|
+
}>>;
|
|
88
|
+
documents: z.ZodArray<z.ZodType<z.objectInputType<{
|
|
89
|
+
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>]>>;
|
|
90
|
+
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>]>>;
|
|
91
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
92
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
93
|
+
_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>]>>;
|
|
94
|
+
}, z.ZodTypeAny, "passthrough">, z.ZodTypeDef, z.objectInputType<{
|
|
95
|
+
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>]>>;
|
|
96
|
+
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>]>>;
|
|
97
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
98
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
99
|
+
_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>]>>;
|
|
100
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
101
|
+
}, "strip", z.ZodTypeAny, {
|
|
102
|
+
documents: z.objectInputType<{
|
|
103
|
+
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>]>>;
|
|
104
|
+
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>]>>;
|
|
105
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
106
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
107
|
+
_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>]>>;
|
|
108
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
109
|
+
metadata?: {
|
|
110
|
+
page: number;
|
|
111
|
+
size: number;
|
|
112
|
+
totalElements: number;
|
|
113
|
+
totalPages: number;
|
|
114
|
+
} | undefined;
|
|
115
|
+
}, {
|
|
116
|
+
documents: z.objectInputType<{
|
|
117
|
+
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>]>>;
|
|
118
|
+
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>]>>;
|
|
119
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
120
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
121
|
+
_id: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
|
|
122
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
123
|
+
metadata?: {
|
|
124
|
+
page: number;
|
|
125
|
+
size: number;
|
|
126
|
+
totalElements: number;
|
|
127
|
+
totalPages: number;
|
|
128
|
+
} | undefined;
|
|
129
|
+
}>, z.ZodType<z.objectInputType<{
|
|
130
|
+
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>]>>;
|
|
131
|
+
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>]>>;
|
|
132
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
133
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
134
|
+
_id: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
|
|
135
|
+
}, z.ZodTypeAny, "passthrough">, z.ZodTypeDef, z.objectInputType<{
|
|
136
|
+
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>]>>;
|
|
137
|
+
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>]>>;
|
|
138
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
139
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
140
|
+
_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>]>>;
|
|
141
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
142
|
+
}, "strip", z.ZodTypeAny, {
|
|
143
|
+
message: string;
|
|
144
|
+
success: boolean;
|
|
145
|
+
data?: z.objectInputType<{
|
|
146
|
+
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>]>>;
|
|
147
|
+
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>]>>;
|
|
148
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
149
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
150
|
+
_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>]>>;
|
|
151
|
+
}, z.ZodTypeAny, "passthrough"> | {
|
|
152
|
+
documents: z.objectInputType<{
|
|
153
|
+
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>]>>;
|
|
154
|
+
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>]>>;
|
|
155
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
156
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
157
|
+
_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>]>>;
|
|
158
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
159
|
+
metadata?: {
|
|
160
|
+
page: number;
|
|
161
|
+
size: number;
|
|
162
|
+
totalElements: number;
|
|
163
|
+
totalPages: number;
|
|
164
|
+
} | undefined;
|
|
165
|
+
} | undefined;
|
|
166
|
+
}, {
|
|
167
|
+
message: string;
|
|
168
|
+
success: boolean;
|
|
169
|
+
data?: z.objectInputType<{
|
|
170
|
+
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>]>>;
|
|
171
|
+
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>]>>;
|
|
172
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
173
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
174
|
+
_id: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, import("mongoose").Types.ObjectId, string>, z.ZodType<import("mongoose").Types.ObjectId, z.ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
|
|
175
|
+
}, z.ZodTypeAny, "passthrough"> | {
|
|
176
|
+
documents: z.objectInputType<{
|
|
177
|
+
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>]>>;
|
|
178
|
+
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>]>>;
|
|
179
|
+
completedOrders: z.ZodOptional<z.ZodNumber>;
|
|
180
|
+
expiredAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, Date, string>, z.ZodDate]>, Date, string | Date>, Date, string | Date>>>;
|
|
181
|
+
_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>]>>;
|
|
182
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
183
|
+
metadata?: {
|
|
184
|
+
page: number;
|
|
185
|
+
size: number;
|
|
186
|
+
totalElements: number;
|
|
187
|
+
totalPages: number;
|
|
188
|
+
} | undefined;
|
|
189
|
+
} | undefined;
|
|
190
|
+
}>;
|
|
191
|
+
/**
|
|
192
|
+
* Export DTO types
|
|
193
|
+
*/
|
|
194
|
+
export type CreatePunchMarketingHistoryDTO = DTO<typeof PunchMarketingHistoryValidationSchema>;
|
|
195
|
+
export type PunchMarketingHistoryDTO = DTO<typeof PunchMarketingHistorySchema>;
|
|
196
|
+
export type UpdatePunchMarketingHistoryDTO = DTO<typeof UpdatePunchMarketingHistorySchema>;
|
|
197
|
+
//# sourceMappingURL=punch-marketing-history.validation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"punch-marketing-history.validation.d.ts","sourceRoot":"/","sources":["modules/punch-marketing-history/validations/punch-marketing-history.validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAGN,GAAG,EACH,MAAM,2DAA2D,CAAC;AAoBnE;;GAEG;AACH,QAAA,MACa,qCAAqC;;;;;;;;;;;;;;;IACnC,2BAA2B;;;;;;;;;;;;;;;;;;kCAC/B,6BAA6B,mNACzB,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;gCACI,CAAC;AAErD;;GAEG;AACH,OAAO,EACN,qCAAqC,EACrC,2BAA2B,EAC3B,6BAA6B,IAAI,uCAAuC,EACxE,iCAAiC,GACjC,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoD,CAAC;AAErG;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,GAAG,CAAC,OAAO,qCAAqC,CAAC,CAAC;AAC/F,MAAM,MAAM,wBAAwB,GAAG,GAAG,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAC/E,MAAM,MAAM,8BAA8B,GAAG,GAAG,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"/","sources":["modules/referral-setting/routers/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
|