@timardex/cluemart-server-shared 1.0.106 → 1.0.108
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-P4C6EB4V.mjs → chunk-JIMDRWCH.mjs} +2 -3
- package/dist/chunk-JIMDRWCH.mjs.map +1 -0
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +1 -2
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +1 -2
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-P4C6EB4V.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -6674,7 +6674,6 @@ var EnumInviteStatus = /* @__PURE__ */ ((EnumInviteStatus22) => {
|
|
|
6674
6674
|
EnumInviteStatus22["PENDING"] = "Pending";
|
|
6675
6675
|
EnumInviteStatus22["REJECTED"] = "Rejected";
|
|
6676
6676
|
EnumInviteStatus22["UNAVAILABLE"] = "Unavailable";
|
|
6677
|
-
EnumInviteStatus22["WAITING"] = "Waiting";
|
|
6678
6677
|
return EnumInviteStatus22;
|
|
6679
6678
|
})(EnumInviteStatus || {});
|
|
6680
6679
|
var EnumChatReportReason = /* @__PURE__ */ ((EnumChatReportReason22) => {
|
|
@@ -11304,7 +11303,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
11304
11303
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
11305
11304
|
var NotificationModel = mongoose8.models.Notification || mongoose8.model("Notification", schema4);
|
|
11306
11305
|
|
|
11307
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
11306
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-USQKKCIA.mjs
|
|
11308
11307
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
11309
11308
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
11310
11309
|
EnumOSPlatform22["IOS"] = "ios";
|