@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
|
@@ -6741,7 +6741,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
6741
6741
|
EnumNotificationResourceType22["DECLINED_EVENT"] = "declined_event";
|
|
6742
6742
|
EnumNotificationResourceType22["DECLINED_PARTNER"] = "declined_partner";
|
|
6743
6743
|
EnumNotificationResourceType22["DECLINED_VENDOR"] = "declined_vendor";
|
|
6744
|
-
EnumNotificationResourceType22["
|
|
6744
|
+
EnumNotificationResourceType22["DAILY_CLUE_GAME"] = "daily_clue_game";
|
|
6745
6745
|
EnumNotificationResourceType22["EVENT_INVITE_VENDOR"] = "event_invite_vendor";
|
|
6746
6746
|
EnumNotificationResourceType22["EVENT_STARTING_SOON"] = "event_starting_soon";
|
|
6747
6747
|
EnumNotificationResourceType22["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
|
|
@@ -11614,7 +11614,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
11614
11614
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
11615
11615
|
var NotificationModel = mongoose8.models.Notification || mongoose8.model("Notification", schema4);
|
|
11616
11616
|
|
|
11617
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
11617
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-73ULMQM6.mjs
|
|
11618
11618
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
11619
11619
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
11620
11620
|
EnumOSPlatform22["IOS"] = "ios";
|
|
@@ -12352,4 +12352,4 @@ react/cjs/react.development.js:
|
|
|
12352
12352
|
* LICENSE file in the root directory of this source tree.
|
|
12353
12353
|
*)
|
|
12354
12354
|
*/
|
|
12355
|
-
//# sourceMappingURL=chunk-
|
|
12355
|
+
//# sourceMappingURL=chunk-7PPWLIUD.mjs.map
|