@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.
@@ -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-WD3UPND6.mjs
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";