@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/{chunk-Q6KEIJPS.mjs → chunk-7PPWLIUD.mjs} +3 -3
- package/dist/chunk-7PPWLIUD.mjs.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +2 -2
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +2 -2
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-Q6KEIJPS.mjs.map +0 -1
package/dist/mongoose/index.cjs
CHANGED
|
@@ -6812,7 +6812,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
6812
6812
|
EnumNotificationResourceType22["DECLINED_EVENT"] = "declined_event";
|
|
6813
6813
|
EnumNotificationResourceType22["DECLINED_PARTNER"] = "declined_partner";
|
|
6814
6814
|
EnumNotificationResourceType22["DECLINED_VENDOR"] = "declined_vendor";
|
|
6815
|
-
EnumNotificationResourceType22["
|
|
6815
|
+
EnumNotificationResourceType22["DAILY_CLUE_GAME"] = "daily_clue_game";
|
|
6816
6816
|
EnumNotificationResourceType22["EVENT_INVITE_VENDOR"] = "event_invite_vendor";
|
|
6817
6817
|
EnumNotificationResourceType22["EVENT_STARTING_SOON"] = "event_starting_soon";
|
|
6818
6818
|
EnumNotificationResourceType22["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
|
|
@@ -11685,7 +11685,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
11685
11685
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
11686
11686
|
var NotificationModel = import_mongoose8.default.models.Notification || import_mongoose8.default.model("Notification", schema4);
|
|
11687
11687
|
|
|
11688
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
11688
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-73ULMQM6.mjs
|
|
11689
11689
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
11690
11690
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
11691
11691
|
EnumOSPlatform22["IOS"] = "ios";
|