@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/mongoose/index.cjs
CHANGED
|
@@ -6720,7 +6720,6 @@ var EnumInviteStatus = /* @__PURE__ */ ((EnumInviteStatus22) => {
|
|
|
6720
6720
|
EnumInviteStatus22["PENDING"] = "Pending";
|
|
6721
6721
|
EnumInviteStatus22["REJECTED"] = "Rejected";
|
|
6722
6722
|
EnumInviteStatus22["UNAVAILABLE"] = "Unavailable";
|
|
6723
|
-
EnumInviteStatus22["WAITING"] = "Waiting";
|
|
6724
6723
|
return EnumInviteStatus22;
|
|
6725
6724
|
})(EnumInviteStatus || {});
|
|
6726
6725
|
var EnumChatReportReason = /* @__PURE__ */ ((EnumChatReportReason22) => {
|
|
@@ -11350,7 +11349,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
11350
11349
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
11351
11350
|
var NotificationModel = import_mongoose8.default.models.Notification || import_mongoose8.default.model("Notification", schema4);
|
|
11352
11351
|
|
|
11353
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
11352
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-USQKKCIA.mjs
|
|
11354
11353
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
11355
11354
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
11356
11355
|
EnumOSPlatform22["IOS"] = "ios";
|