@timardex/cluemart-shared 1.5.780 → 1.5.782

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.
Files changed (44) hide show
  1. package/dist/{ad-CVkVX_z5.d.ts → ad-BmDOVKmE.d.ts} +2 -1
  2. package/dist/{ad-DA9ECAhK.d.mts → ad-kAjUceeE.d.mts} +2 -1
  3. package/dist/{affiliate-BAjNz0Qo.d.ts → affiliate--dA3h3nC.d.ts} +1 -0
  4. package/dist/{affiliate-C6lnX0z-.d.mts → affiliate-BiT2X-2N.d.mts} +1 -0
  5. package/dist/{chunk-NQSWN3FW.mjs → chunk-35NREXJT.mjs} +2 -2
  6. package/dist/{chunk-R4GAZNEY.mjs → chunk-3UZKSUNV.mjs} +2 -1
  7. package/dist/{chunk-R4GAZNEY.mjs.map → chunk-3UZKSUNV.mjs.map} +1 -1
  8. package/dist/{chunk-U764OJ5Z.mjs → chunk-52Y5C6F4.mjs} +1 -1
  9. package/dist/{chunk-U764OJ5Z.mjs.map → chunk-52Y5C6F4.mjs.map} +1 -1
  10. package/dist/{chunk-4U2JXFNR.mjs → chunk-GKQTH4XZ.mjs} +2 -2
  11. package/dist/chunk-GKQTH4XZ.mjs.map +1 -0
  12. package/dist/{chunk-T7OGF2MY.mjs → chunk-V7DYROX5.mjs} +2 -2
  13. package/dist/formFields/index.cjs.map +1 -1
  14. package/dist/formFields/index.mjs +3 -3
  15. package/dist/graphql/index.cjs +1 -0
  16. package/dist/graphql/index.cjs.map +1 -1
  17. package/dist/graphql/index.d.mts +2 -2
  18. package/dist/graphql/index.d.ts +2 -2
  19. package/dist/graphql/index.mjs +1 -1
  20. package/dist/hooks/index.cjs +1 -0
  21. package/dist/hooks/index.cjs.map +1 -1
  22. package/dist/hooks/index.d.mts +1 -1
  23. package/dist/hooks/index.d.ts +1 -1
  24. package/dist/hooks/index.mjs +5 -5
  25. package/dist/index.cjs +1 -0
  26. package/dist/index.cjs.map +1 -1
  27. package/dist/index.d.mts +4 -1
  28. package/dist/index.d.ts +4 -1
  29. package/dist/index.mjs +1 -0
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/sharing/index.cjs.map +1 -1
  32. package/dist/sharing/index.mjs +3 -3
  33. package/dist/types/index.cjs.map +1 -1
  34. package/dist/types/index.d.mts +2 -2
  35. package/dist/types/index.d.ts +2 -2
  36. package/dist/types/index.mjs +1 -1
  37. package/dist/utils/index.cjs.map +1 -1
  38. package/dist/utils/index.d.mts +3 -2
  39. package/dist/utils/index.d.ts +3 -2
  40. package/dist/utils/index.mjs +2 -2
  41. package/package.json +1 -1
  42. package/dist/chunk-4U2JXFNR.mjs.map +0 -1
  43. /package/dist/{chunk-NQSWN3FW.mjs.map → chunk-35NREXJT.mjs.map} +0 -0
  44. /package/dist/{chunk-T7OGF2MY.mjs.map → chunk-V7DYROX5.mjs.map} +0 -0
package/dist/index.d.mts CHANGED
@@ -1056,6 +1056,7 @@ type UserType = Omit<UserFormData, "confirmPassword" | "avatarUpload" | "_id"> &
1056
1056
  updatedAt: Date | null;
1057
1057
  userActivity: UserActivity | null;
1058
1058
  vendor: string | null;
1059
+ emailSentFor?: EnumNotificationResourceType[] | null;
1059
1060
  };
1060
1061
  type SafeUserType = Omit<UserType, "password" | "refreshToken">;
1061
1062
  type ResourceByUser = {
@@ -1476,6 +1477,7 @@ type AffiliateReward = {
1476
1477
  type AffiliateResourceType = {
1477
1478
  resourceActive: boolean;
1478
1479
  resourceId: string;
1480
+ resourceName: string;
1479
1481
  resourceType: EnumResourceType;
1480
1482
  rewards: AffiliateReward[];
1481
1483
  };
@@ -3030,8 +3032,9 @@ declare const rewardNiceNames: Record<EnumReward, {
3030
3032
  points: number;
3031
3033
  }>;
3032
3034
  declare const PostTypeLabels: Record<EnumPostType, string>;
3033
- /** Hardcoded promo; compared to trimmed + uppercased registration input. */
3035
+ /** Hardcoded registration gateway code; only valid at sign-up (not a generated school referral code). */
3034
3036
  declare const CM_SCHOOL_PROMO_CODE = "CM-SCHOOL";
3037
+ /** Hardcoded registration gateway code; only valid at sign-up (not a generated affiliate referral code). */
3035
3038
  declare const CM_AFFILIATE_PROMO_CODE = "CM-AFFILIATE";
3036
3039
 
3037
3040
  declare const AFFILIATE_REWARDS: {
package/dist/index.d.ts CHANGED
@@ -1056,6 +1056,7 @@ type UserType = Omit<UserFormData, "confirmPassword" | "avatarUpload" | "_id"> &
1056
1056
  updatedAt: Date | null;
1057
1057
  userActivity: UserActivity | null;
1058
1058
  vendor: string | null;
1059
+ emailSentFor?: EnumNotificationResourceType[] | null;
1059
1060
  };
1060
1061
  type SafeUserType = Omit<UserType, "password" | "refreshToken">;
1061
1062
  type ResourceByUser = {
@@ -1476,6 +1477,7 @@ type AffiliateReward = {
1476
1477
  type AffiliateResourceType = {
1477
1478
  resourceActive: boolean;
1478
1479
  resourceId: string;
1480
+ resourceName: string;
1479
1481
  resourceType: EnumResourceType;
1480
1482
  rewards: AffiliateReward[];
1481
1483
  };
@@ -3030,8 +3032,9 @@ declare const rewardNiceNames: Record<EnumReward, {
3030
3032
  points: number;
3031
3033
  }>;
3032
3034
  declare const PostTypeLabels: Record<EnumPostType, string>;
3033
- /** Hardcoded promo; compared to trimmed + uppercased registration input. */
3035
+ /** Hardcoded registration gateway code; only valid at sign-up (not a generated school referral code). */
3034
3036
  declare const CM_SCHOOL_PROMO_CODE = "CM-SCHOOL";
3037
+ /** Hardcoded registration gateway code; only valid at sign-up (not a generated affiliate referral code). */
3035
3038
  declare const CM_AFFILIATE_PROMO_CODE = "CM-AFFILIATE";
3036
3039
 
3037
3040
  declare const AFFILIATE_REWARDS: {
package/dist/index.mjs CHANGED
@@ -8028,6 +8028,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql40`
8028
8028
  fragment AffiliateResourceFields on AffiliateResourceType {
8029
8029
  resourceActive
8030
8030
  resourceId
8031
+ resourceName
8031
8032
  resourceType
8032
8033
  rewards {
8033
8034
  ...AffiliateRewardFields