@timardex/cluemart-shared 1.7.60 → 1.7.62
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/{ad-CdL1XH3f.d.mts → ad-CX_5xl7b.d.mts} +2 -2
- package/dist/{ad-Ckg8IqFy.d.ts → ad-Dn1L9OpH.d.ts} +2 -2
- package/dist/{affiliate-Dfpf8vGj.d.mts → affiliate-C3AhB3D_.d.mts} +2 -2
- package/dist/{affiliate-CDGc9amH.d.ts → affiliate-CdFMHIAI.d.ts} +2 -2
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/{chunk-AP7J6Y6E.mjs → chunk-GK773FVL.mjs} +2 -1
- package/dist/{chunk-AP7J6Y6E.mjs.map → chunk-GK773FVL.mjs.map} +1 -1
- package/dist/{chunk-7JNXGDIR.mjs → chunk-H4UY76FG.mjs} +2 -2
- package/dist/{chunk-OLVLTGDN.mjs → chunk-O2TNYFUH.mjs} +1 -1
- package/dist/{chunk-OLVLTGDN.mjs.map → chunk-O2TNYFUH.mjs.map} +1 -1
- package/dist/{contactUs-BLEbKGJR.d.mts → contactUs-B1J8xVR_.d.mts} +1 -1
- package/dist/{contactUs-eSNZQkig.d.ts → contactUs-B3Jy6lSO.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/{global-DbfmJMpn.d.mts → global-9dM4g5_h.d.mts} +2 -1
- package/dist/{global-C0wTxDyn.d.ts → global-Cth1J7MX.d.ts} +2 -1
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +5 -5
- package/dist/graphql/index.d.ts +5 -5
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -5
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-BOvEouHt.d.mts → resourceActivities-DZL_oKKt.d.mts} +1 -1
- package/dist/{resourceActivities-B0ZzKmhp.d.ts → resourceActivities-k58jnCEO.d.ts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +7 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.mjs +1 -1
- package/dist/{user-Gi9rr5MJ.d.mts → user-Ca1jaqJo.d.mts} +1 -1
- package/dist/{user-DJXnwtoU.d.ts → user-CpedBDF1.d.ts} +1 -1
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-7JNXGDIR.mjs.map → chunk-H4UY76FG.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -659,6 +659,7 @@ type CouponParticipantUserType = {
|
|
|
659
659
|
createdAt: Date;
|
|
660
660
|
updatedAt: Date | null;
|
|
661
661
|
userId: string;
|
|
662
|
+
nickName?: string | null;
|
|
662
663
|
};
|
|
663
664
|
type CouponCodeType = {
|
|
664
665
|
code: string;
|
|
@@ -676,7 +677,7 @@ type CouponDataProductsType = {
|
|
|
676
677
|
type CouponDataType = CouponDefaultsFormData & {
|
|
677
678
|
_id: string;
|
|
678
679
|
active: boolean;
|
|
679
|
-
couponCode: CouponCodeType;
|
|
680
|
+
couponCode: CouponCodeType | null;
|
|
680
681
|
createdAt: Date;
|
|
681
682
|
participantUsers: CouponParticipantUserType[] | null;
|
|
682
683
|
products?: CouponDataProductsType[] | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -659,6 +659,7 @@ type CouponParticipantUserType = {
|
|
|
659
659
|
createdAt: Date;
|
|
660
660
|
updatedAt: Date | null;
|
|
661
661
|
userId: string;
|
|
662
|
+
nickName?: string | null;
|
|
662
663
|
};
|
|
663
664
|
type CouponCodeType = {
|
|
664
665
|
code: string;
|
|
@@ -676,7 +677,7 @@ type CouponDataProductsType = {
|
|
|
676
677
|
type CouponDataType = CouponDefaultsFormData & {
|
|
677
678
|
_id: string;
|
|
678
679
|
active: boolean;
|
|
679
|
-
couponCode: CouponCodeType;
|
|
680
|
+
couponCode: CouponCodeType | null;
|
|
680
681
|
createdAt: Date;
|
|
681
682
|
participantUsers: CouponParticipantUserType[] | null;
|
|
682
683
|
products?: CouponDataProductsType[] | null;
|