@timardex/cluemart-shared 1.7.76 → 1.7.78
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-DXnvURZK.d.mts → ad-C-WrwLSJ.d.mts} +2 -2
- package/dist/{ad-D0mv3giE.d.ts → ad-Ccub0dUY.d.ts} +2 -2
- package/dist/{affiliate-iBZgqHXh.d.ts → affiliate-C3l4i4LE.d.ts} +2 -2
- package/dist/{affiliate-yqBRMl1S.d.mts → affiliate-DRYIzs8h.d.mts} +2 -2
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/{chunk-CAI7BTMN.mjs → chunk-FGVNX6EN.mjs} +1 -1
- package/dist/chunk-FGVNX6EN.mjs.map +1 -0
- package/dist/{chunk-4DTTFAP4.mjs → chunk-PRKURJNJ.mjs} +2 -2
- package/dist/{chunk-4DTTFAP4.mjs.map → chunk-PRKURJNJ.mjs.map} +1 -1
- package/dist/{chunk-HBJD6O7T.mjs → chunk-UPFNTXDX.mjs} +2 -2
- package/dist/{contactUs-CUDo3Q-a.d.mts → contactUs-BUTaIUdI.d.mts} +1 -1
- package/dist/{contactUs-Btb-up0h.d.ts → contactUs-rULU4WRv.d.ts} +1 -1
- package/dist/formFields/index.cjs.map +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-BjtC8RIp.d.ts → global-Bliy01XC.d.ts} +2 -2
- package/dist/{global-CG2xlh2k.d.mts → global-HQbMlnwu.d.mts} +2 -2
- package/dist/graphql/index.cjs +1 -1
- 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 -2
- 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 +4 -4
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- 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-B2EqmRwK.d.ts → resourceActivities-1bw5mP7H.d.ts} +1 -1
- package/dist/{resourceActivities-kmePhBMr.d.mts → resourceActivities-DaxI9hqp.d.mts} +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-BAwVIzx3.d.mts → user-Bzw_43as.d.mts} +1 -1
- package/dist/{user-DrY-TFbo.d.ts → user-DSozTq44.d.ts} +1 -1
- package/dist/utils/index.cjs.map +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-CAI7BTMN.mjs.map +0 -1
- /package/dist/{chunk-HBJD6O7T.mjs.map → chunk-UPFNTXDX.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -638,7 +638,7 @@ declare enum EnumCouponQualificationType {
|
|
|
638
638
|
type CouponPurchaseOption = {
|
|
639
639
|
buy: number;
|
|
640
640
|
get: number;
|
|
641
|
-
|
|
641
|
+
maxRewardCount: number;
|
|
642
642
|
type: EnumCouponQualificationType.PURCHASE;
|
|
643
643
|
unit: string;
|
|
644
644
|
};
|
|
@@ -875,7 +875,7 @@ type DeviceInfo = {
|
|
|
875
875
|
modelName: string;
|
|
876
876
|
osName: string;
|
|
877
877
|
osVersion: string;
|
|
878
|
-
timestamp:
|
|
878
|
+
timestamp: Date;
|
|
879
879
|
};
|
|
880
880
|
type TermsAgreement = DeviceInfo & {
|
|
881
881
|
termVersion: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -638,7 +638,7 @@ declare enum EnumCouponQualificationType {
|
|
|
638
638
|
type CouponPurchaseOption = {
|
|
639
639
|
buy: number;
|
|
640
640
|
get: number;
|
|
641
|
-
|
|
641
|
+
maxRewardCount: number;
|
|
642
642
|
type: EnumCouponQualificationType.PURCHASE;
|
|
643
643
|
unit: string;
|
|
644
644
|
};
|
|
@@ -875,7 +875,7 @@ type DeviceInfo = {
|
|
|
875
875
|
modelName: string;
|
|
876
876
|
osName: string;
|
|
877
877
|
osVersion: string;
|
|
878
|
-
timestamp:
|
|
878
|
+
timestamp: Date;
|
|
879
879
|
};
|
|
880
880
|
type TermsAgreement = DeviceInfo & {
|
|
881
881
|
termVersion: string;
|