@timardex/cluemart-shared 1.4.72 → 1.4.73

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/index.d.mts CHANGED
@@ -8,8 +8,7 @@ declare enum EnumInviteStatus {
8
8
  NO_STATUS = "No_Status",
9
9
  PENDING = "Pending",
10
10
  REJECTED = "Rejected",
11
- UNAVAILABLE = "Unavailable",
12
- WAITING = "Waiting"
11
+ UNAVAILABLE = "Unavailable"
13
12
  }
14
13
  declare enum EnumChatReportReason {
15
14
  INAPPROPRIATE_CONTENT = "Inappropriate_Content",
package/dist/index.d.ts CHANGED
@@ -8,8 +8,7 @@ declare enum EnumInviteStatus {
8
8
  NO_STATUS = "No_Status",
9
9
  PENDING = "Pending",
10
10
  REJECTED = "Rejected",
11
- UNAVAILABLE = "Unavailable",
12
- WAITING = "Waiting"
11
+ UNAVAILABLE = "Unavailable"
13
12
  }
14
13
  declare enum EnumChatReportReason {
15
14
  INAPPROPRIATE_CONTENT = "Inappropriate_Content",
package/dist/index.mjs CHANGED
@@ -7,7 +7,6 @@ var EnumInviteStatus = /* @__PURE__ */ ((EnumInviteStatus2) => {
7
7
  EnumInviteStatus2["PENDING"] = "Pending";
8
8
  EnumInviteStatus2["REJECTED"] = "Rejected";
9
9
  EnumInviteStatus2["UNAVAILABLE"] = "Unavailable";
10
- EnumInviteStatus2["WAITING"] = "Waiting";
11
10
  return EnumInviteStatus2;
12
11
  })(EnumInviteStatus || {});
13
12
  var EnumChatReportReason = /* @__PURE__ */ ((EnumChatReportReason2) => {