@timardex/cluemart-shared 1.7.59 → 1.7.61
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-CaNdaVzA.d.mts → ad-CGwb6bvG.d.mts} +2 -2
- package/dist/{ad-BXYzElOY.d.ts → ad-DRVDzG8k.d.ts} +2 -2
- package/dist/{affiliate-KIMlFQc0.d.mts → affiliate-CMI_3XHG.d.mts} +2 -2
- package/dist/{affiliate-C4kUR-RF.d.ts → affiliate-KoA4a4ZS.d.ts} +2 -2
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/{chunk-TRWMYXB7.mjs → chunk-5YXMWX5D.mjs} +2 -2
- package/dist/{chunk-HBW4LTNY.mjs → chunk-AP7J6Y6E.mjs} +3 -5
- package/dist/{chunk-HBW4LTNY.mjs.map → chunk-AP7J6Y6E.mjs.map} +1 -1
- package/dist/{chunk-GZZMH35Y.mjs → chunk-GR2JH7DC.mjs} +1 -1
- package/dist/{chunk-GZZMH35Y.mjs.map → chunk-GR2JH7DC.mjs.map} +1 -1
- package/dist/{contactUs-CArD2hbK.d.ts → contactUs-B2uX5d6w.d.ts} +1 -1
- package/dist/{contactUs-B7wv2hjk.d.mts → contactUs-DaCfW02-.d.mts} +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-xmZHaJhe.d.ts → global-BbSXt5al.d.ts} +3 -2
- package/dist/{global-ho4a3lOA.d.mts → global-Dc_Ef7-l.d.mts} +3 -2
- package/dist/graphql/index.cjs +2 -4
- 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 +2 -4
- 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 +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.mjs +2 -4
- 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-CWVdldcS.d.mts → resourceActivities-DSsIEMZ4.d.mts} +1 -1
- package/dist/{resourceActivities-BPNPHXgT.d.ts → resourceActivities-Yowml2rs.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-IkpoJkZz.d.mts → user-C1hCvvbu.d.mts} +1 -1
- package/dist/{user-J01cQFJ6.d.ts → user-D0yOSvYp.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-TRWMYXB7.mjs.map → chunk-5YXMWX5D.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -525,8 +525,9 @@ type GameDocType = {
|
|
|
525
525
|
};
|
|
526
526
|
type GameLeaderboard = {
|
|
527
527
|
gameHistory: GameHistory[] | null;
|
|
528
|
+
nickName: string;
|
|
528
529
|
overallPoints: number;
|
|
529
|
-
|
|
530
|
+
userId: string;
|
|
530
531
|
};
|
|
531
532
|
|
|
532
533
|
declare enum EnumPostType {
|
|
@@ -675,7 +676,7 @@ type CouponDataProductsType = {
|
|
|
675
676
|
type CouponDataType = CouponDefaultsFormData & {
|
|
676
677
|
_id: string;
|
|
677
678
|
active: boolean;
|
|
678
|
-
couponCode: CouponCodeType;
|
|
679
|
+
couponCode: CouponCodeType | null;
|
|
679
680
|
createdAt: Date;
|
|
680
681
|
participantUsers: CouponParticipantUserType[] | null;
|
|
681
682
|
products?: CouponDataProductsType[] | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -525,8 +525,9 @@ type GameDocType = {
|
|
|
525
525
|
};
|
|
526
526
|
type GameLeaderboard = {
|
|
527
527
|
gameHistory: GameHistory[] | null;
|
|
528
|
+
nickName: string;
|
|
528
529
|
overallPoints: number;
|
|
529
|
-
|
|
530
|
+
userId: string;
|
|
530
531
|
};
|
|
531
532
|
|
|
532
533
|
declare enum EnumPostType {
|
|
@@ -675,7 +676,7 @@ type CouponDataProductsType = {
|
|
|
675
676
|
type CouponDataType = CouponDefaultsFormData & {
|
|
676
677
|
_id: string;
|
|
677
678
|
active: boolean;
|
|
678
|
-
couponCode: CouponCodeType;
|
|
679
|
+
couponCode: CouponCodeType | null;
|
|
679
680
|
createdAt: Date;
|
|
680
681
|
participantUsers: CouponParticipantUserType[] | null;
|
|
681
682
|
products?: CouponDataProductsType[] | null;
|
package/dist/index.mjs
CHANGED
|
@@ -7335,13 +7335,11 @@ var GET_GAME_LEADERBOARD = gql36`
|
|
|
7335
7335
|
gameHistory {
|
|
7336
7336
|
...GameHistoryFields
|
|
7337
7337
|
}
|
|
7338
|
+
nickName
|
|
7338
7339
|
overallPoints
|
|
7339
|
-
|
|
7340
|
-
...OwnerFields
|
|
7341
|
-
}
|
|
7340
|
+
userId
|
|
7342
7341
|
}
|
|
7343
7342
|
}
|
|
7344
|
-
${OWNER_FIELDS_FRAGMENT}
|
|
7345
7343
|
${GAME_HISTORY_FIELDS_FRAGMENT}
|
|
7346
7344
|
`;
|
|
7347
7345
|
|