@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.cjs
CHANGED
|
@@ -6730,7 +6730,6 @@ var EnumInviteStatus = /* @__PURE__ */ ((EnumInviteStatus22) => {
|
|
|
6730
6730
|
EnumInviteStatus22["PENDING"] = "Pending";
|
|
6731
6731
|
EnumInviteStatus22["REJECTED"] = "Rejected";
|
|
6732
6732
|
EnumInviteStatus22["UNAVAILABLE"] = "Unavailable";
|
|
6733
|
-
EnumInviteStatus22["WAITING"] = "Waiting";
|
|
6734
6733
|
return EnumInviteStatus22;
|
|
6735
6734
|
})(EnumInviteStatus || {});
|
|
6736
6735
|
var EnumChatReportReason = /* @__PURE__ */ ((EnumChatReportReason22) => {
|
|
@@ -11360,7 +11359,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
11360
11359
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
11361
11360
|
var NotificationModel = import_mongoose8.default.models.Notification || import_mongoose8.default.model("Notification", schema4);
|
|
11362
11361
|
|
|
11363
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
11362
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-USQKKCIA.mjs
|
|
11364
11363
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
11365
11364
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
11366
11365
|
EnumOSPlatform22["IOS"] = "ios";
|