@timardex/cluemart-shared 1.2.26 → 1.2.28

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.mjs CHANGED
@@ -5979,6 +5979,15 @@ var fonts = {
5979
5979
  }
5980
5980
  };
5981
5981
 
5982
+ // src/types/global.ts
5983
+ var EnumPubSubEvents = /* @__PURE__ */ ((EnumPubSubEvents2) => {
5984
+ EnumPubSubEvents2["GET_CHAT_MESSAGE"] = "GET_CHAT_MESSAGE";
5985
+ EnumPubSubEvents2["GET_NOTIFICATIONS"] = "GET_NOTIFICATIONS";
5986
+ EnumPubSubEvents2["GET_NOTIFICATIONS_COUNT"] = "GET_NOTIFICATIONS_COUNT";
5987
+ EnumPubSubEvents2["USER_TYPING"] = "USER_TYPING";
5988
+ return EnumPubSubEvents2;
5989
+ })(EnumPubSubEvents || {});
5990
+
5982
5991
  // src/types/resourceActivities.ts
5983
5992
  var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
5984
5993
  EnumActivity2["FAVORITE"] = "FAVORITE";
@@ -6002,6 +6011,7 @@ export {
6002
6011
  EnumNotificationType,
6003
6012
  EnumOSPlatform,
6004
6013
  EnumPaymentMethod,
6014
+ EnumPubSubEvents,
6005
6015
  EnumRegions,
6006
6016
  EnumRelationResource,
6007
6017
  EnumResourceType,