@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
|
@@ -6653,7 +6653,6 @@ var EnumInviteStatus = /* @__PURE__ */ ((EnumInviteStatus22) => {
|
|
|
6653
6653
|
EnumInviteStatus22["PENDING"] = "Pending";
|
|
6654
6654
|
EnumInviteStatus22["REJECTED"] = "Rejected";
|
|
6655
6655
|
EnumInviteStatus22["UNAVAILABLE"] = "Unavailable";
|
|
6656
|
-
EnumInviteStatus22["WAITING"] = "Waiting";
|
|
6657
6656
|
return EnumInviteStatus22;
|
|
6658
6657
|
})(EnumInviteStatus || {});
|
|
6659
6658
|
var EnumChatReportReason = /* @__PURE__ */ ((EnumChatReportReason22) => {
|
|
@@ -11283,7 +11282,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
11283
11282
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
11284
11283
|
var NotificationModel = mongoose8.models.Notification || mongoose8.model("Notification", schema4);
|
|
11285
11284
|
|
|
11286
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
11285
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-USQKKCIA.mjs
|
|
11287
11286
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
11288
11287
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
11289
11288
|
EnumOSPlatform22["IOS"] = "ios";
|
|
@@ -11879,4 +11878,4 @@ react/cjs/react.development.js:
|
|
|
11879
11878
|
* LICENSE file in the root directory of this source tree.
|
|
11880
11879
|
*)
|
|
11881
11880
|
*/
|
|
11882
|
-
//# sourceMappingURL=chunk-
|
|
11881
|
+
//# sourceMappingURL=chunk-JIMDRWCH.mjs.map
|