@timardex/cluemart-shared 1.5.781 → 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.
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 = {
@@ -3031,8 +3032,9 @@ declare const rewardNiceNames: Record<EnumReward, {
3031
3032
  points: number;
3032
3033
  }>;
3033
3034
  declare const PostTypeLabels: Record<EnumPostType, string>;
3034
- /** Hardcoded promo; compared to trimmed + uppercased registration input. */
3035
+ /** Hardcoded registration gateway code; only valid at sign-up (not a generated school referral code). */
3035
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). */
3036
3038
  declare const CM_AFFILIATE_PROMO_CODE = "CM-AFFILIATE";
3037
3039
 
3038
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 = {
@@ -3031,8 +3032,9 @@ declare const rewardNiceNames: Record<EnumReward, {
3031
3032
  points: number;
3032
3033
  }>;
3033
3034
  declare const PostTypeLabels: Record<EnumPostType, string>;
3034
- /** Hardcoded promo; compared to trimmed + uppercased registration input. */
3035
+ /** Hardcoded registration gateway code; only valid at sign-up (not a generated school referral code). */
3035
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). */
3036
3038
  declare const CM_AFFILIATE_PROMO_CODE = "CM-AFFILIATE";
3037
3039
 
3038
3040
  declare const AFFILIATE_REWARDS: {