@timardex/cluemart-server-shared 1.0.140 → 1.0.141

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.mjs CHANGED
@@ -6762,7 +6762,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
6762
6762
  EnumNotificationResourceType22["DECLINED_EVENT"] = "declined_event";
6763
6763
  EnumNotificationResourceType22["DECLINED_PARTNER"] = "declined_partner";
6764
6764
  EnumNotificationResourceType22["DECLINED_VENDOR"] = "declined_vendor";
6765
- EnumNotificationResourceType22["DAILY_CLUE_LETTER_AVAILABLE"] = "daily_clue_letter_available";
6765
+ EnumNotificationResourceType22["DAILY_CLUE_GAME"] = "daily_clue_game";
6766
6766
  EnumNotificationResourceType22["EVENT_INVITE_VENDOR"] = "event_invite_vendor";
6767
6767
  EnumNotificationResourceType22["EVENT_STARTING_SOON"] = "event_starting_soon";
6768
6768
  EnumNotificationResourceType22["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
@@ -11635,7 +11635,7 @@ schema4.index({ isRead: 1, userId: 1 });
11635
11635
  schema4.index({ createdAt: -1, userId: 1 });
11636
11636
  var NotificationModel = mongoose8.models.Notification || mongoose8.model("Notification", schema4);
11637
11637
 
11638
- // node_modules/@timardex/cluemart-shared/dist/chunk-534WN2SR.mjs
11638
+ // node_modules/@timardex/cluemart-shared/dist/chunk-73ULMQM6.mjs
11639
11639
  var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
11640
11640
  EnumOSPlatform22["ANDROID"] = "android";
11641
11641
  EnumOSPlatform22["IOS"] = "ios";