@timardex/cluemart-shared 1.5.835 → 1.5.837
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/{affiliate-DSZKkCju.d.ts → affiliate-DWonTXNb.d.ts} +1 -2
- package/dist/{affiliate-C0wLdUpL.d.mts → affiliate-DmvU25zu.d.mts} +1 -2
- package/dist/{chunk-QBU7N4P2.mjs → chunk-A7IXLYYS.mjs} +2 -2
- package/dist/{chunk-L4DYYGRX.mjs → chunk-EAO3C6JU.mjs} +1 -2
- package/dist/{chunk-L4DYYGRX.mjs.map → chunk-EAO3C6JU.mjs.map} +1 -1
- package/dist/{chunk-OBZTGPBJ.mjs → chunk-QMJB5OJ4.mjs} +1 -1
- package/dist/{chunk-OBZTGPBJ.mjs.map → chunk-QMJB5OJ4.mjs.map} +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/graphql/index.cjs +0 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +16 -37
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +19 -39
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-QBU7N4P2.mjs.map → chunk-A7IXLYYS.mjs.map} +0 -0
|
@@ -21,7 +21,6 @@ type AffiliateDetailsType = AffiliateUserDefaultFields & {
|
|
|
21
21
|
irdNumber: string;
|
|
22
22
|
location: LocationType;
|
|
23
23
|
participantType: EnumAffiliateParticipantType;
|
|
24
|
-
region: string;
|
|
25
24
|
socialMedia: SocialMediaType[] | null;
|
|
26
25
|
};
|
|
27
26
|
declare enum EnumAffiliateRewardType {
|
|
@@ -68,7 +67,7 @@ interface AffiliateType {
|
|
|
68
67
|
redeemHistory?: RedeemHistoryType[] | null;
|
|
69
68
|
updatedAt: Date | null;
|
|
70
69
|
}
|
|
71
|
-
type AffiliateFormData = AffiliateDetailsType & Pick<AffiliateType, "_id">;
|
|
70
|
+
type AffiliateFormData = Omit<AffiliateDetailsType, "email" | "firstName" | "lastName"> & Pick<AffiliateType, "_id">;
|
|
72
71
|
type CreateAffiliateFormData = CreateFormData<AffiliateFormData>;
|
|
73
72
|
|
|
74
73
|
export { type AffiliateType as A, type CreateAffiliateFormData as C, EnumAffiliateParticipantType as E, type RedeemHistoryType as R, type AffiliateFormData as a, type AffiliateBankAccountDetailsType as b, type AffiliateContactDetails as c, type AffiliateDetailsType as d, type AffiliateResourceType as e, type AffiliateRewardType as f, type AffiliateUserDefaultFields as g, EnumAffiliateRewardType as h };
|
|
@@ -21,7 +21,6 @@ type AffiliateDetailsType = AffiliateUserDefaultFields & {
|
|
|
21
21
|
irdNumber: string;
|
|
22
22
|
location: LocationType;
|
|
23
23
|
participantType: EnumAffiliateParticipantType;
|
|
24
|
-
region: string;
|
|
25
24
|
socialMedia: SocialMediaType[] | null;
|
|
26
25
|
};
|
|
27
26
|
declare enum EnumAffiliateRewardType {
|
|
@@ -68,7 +67,7 @@ interface AffiliateType {
|
|
|
68
67
|
redeemHistory?: RedeemHistoryType[] | null;
|
|
69
68
|
updatedAt: Date | null;
|
|
70
69
|
}
|
|
71
|
-
type AffiliateFormData = AffiliateDetailsType & Pick<AffiliateType, "_id">;
|
|
70
|
+
type AffiliateFormData = Omit<AffiliateDetailsType, "email" | "firstName" | "lastName"> & Pick<AffiliateType, "_id">;
|
|
72
71
|
type CreateAffiliateFormData = CreateFormData<AffiliateFormData>;
|
|
73
72
|
|
|
74
73
|
export { type AffiliateType as A, type CreateAffiliateFormData as C, EnumAffiliateParticipantType as E, type RedeemHistoryType as R, type AffiliateFormData as a, type AffiliateBankAccountDetailsType as b, type AffiliateContactDetails as c, type AffiliateDetailsType as d, type AffiliateResourceType as e, type AffiliateRewardType as f, type AffiliateUserDefaultFields as g, EnumAffiliateRewardType as h };
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
import {
|
|
11
11
|
PROMO_CODE_PREFIX,
|
|
12
12
|
gameScreenIdentifierList
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-QMJB5OJ4.mjs";
|
|
14
14
|
import {
|
|
15
15
|
isTransientNetworkError
|
|
16
16
|
} from "./chunk-RAYUJODN.mjs";
|
|
@@ -1696,4 +1696,4 @@ export {
|
|
|
1696
1696
|
toUserFacingErrorMessage,
|
|
1697
1697
|
getErrorMessage
|
|
1698
1698
|
};
|
|
1699
|
-
//# sourceMappingURL=chunk-
|
|
1699
|
+
//# sourceMappingURL=chunk-A7IXLYYS.mjs.map
|
|
@@ -3177,7 +3177,6 @@ var AFFILIATE_DETAILS_FIELDS_FRAGMENT = gql34`
|
|
|
3177
3177
|
location {
|
|
3178
3178
|
...LocationFields
|
|
3179
3179
|
}
|
|
3180
|
-
region
|
|
3181
3180
|
socialMedia {
|
|
3182
3181
|
...SocialMediaFields
|
|
3183
3182
|
}
|
|
@@ -3536,4 +3535,4 @@ export {
|
|
|
3536
3535
|
useAssignAffiliateResourceReward,
|
|
3537
3536
|
useAssignAffiliateBonusReward
|
|
3538
3537
|
};
|
|
3539
|
-
//# sourceMappingURL=chunk-
|
|
3538
|
+
//# sourceMappingURL=chunk-EAO3C6JU.mjs.map
|