@timardex/cluemart-shared 1.4.71 → 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.
@@ -1,4 +1,4 @@
1
- import "../chunk-XTTEX5XF.mjs";
1
+ import "../chunk-2OEDUG7U.mjs";
2
2
  import "../chunk-7FRB62SE.mjs";
3
3
  import "../chunk-DWO35OY4.mjs";
4
4
  import "../chunk-I7WE3EBR.mjs";
@@ -14,7 +14,7 @@ import {
14
14
  dateFormat,
15
15
  normalizeUrl,
16
16
  timeFormat
17
- } from "../chunk-WKBWAH6Y.mjs";
17
+ } from "../chunk-KYDS4REE.mjs";
18
18
  import {
19
19
  EnumEventDateStatus,
20
20
  EnumEventType,
@@ -26,7 +26,7 @@ import {
26
26
  EnumUserLicence,
27
27
  EnumUserRole,
28
28
  EnumVendorType
29
- } from "../chunk-LDO4DRWY.mjs";
29
+ } from "../chunk-USQKKCIA.mjs";
30
30
 
31
31
  // src/hooks/useLocationSearch.ts
32
32
  var handleApiError = (error, message) => {
package/dist/index.cjs CHANGED
@@ -287,11 +287,9 @@ var EnumInviteStatus = /* @__PURE__ */ ((EnumInviteStatus2) => {
287
287
  EnumInviteStatus2["COMPLETED"] = "Completed";
288
288
  EnumInviteStatus2["EXPIRED"] = "Expired";
289
289
  EnumInviteStatus2["NO_STATUS"] = "No_Status";
290
- EnumInviteStatus2["PAID"] = "Paid";
291
290
  EnumInviteStatus2["PENDING"] = "Pending";
292
291
  EnumInviteStatus2["REJECTED"] = "Rejected";
293
292
  EnumInviteStatus2["UNAVAILABLE"] = "Unavailable";
294
- EnumInviteStatus2["WAITING"] = "Waiting";
295
293
  return EnumInviteStatus2;
296
294
  })(EnumInviteStatus || {});
297
295
  var EnumChatReportReason = /* @__PURE__ */ ((EnumChatReportReason2) => {