@timardex/cluemart-shared 1.4.75 → 1.4.76

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.
@@ -699,6 +699,7 @@ declare const useGetUserActivities: () => {
699
699
  userActivities: {
700
700
  favourites: {
701
701
  events: EventListItemType[];
702
+ partners: PartnerType[];
702
703
  vendors: VendorType[];
703
704
  };
704
705
  going: {
@@ -715,6 +716,7 @@ declare const useGetUserActivities: () => {
715
716
  userActivities: {
716
717
  favourites: {
717
718
  events: EventListItemType[];
719
+ partners: PartnerType[];
718
720
  vendors: VendorType[];
719
721
  };
720
722
  going: {
@@ -699,6 +699,7 @@ declare const useGetUserActivities: () => {
699
699
  userActivities: {
700
700
  favourites: {
701
701
  events: EventListItemType[];
702
+ partners: PartnerType[];
702
703
  vendors: VendorType[];
703
704
  };
704
705
  going: {
@@ -715,6 +716,7 @@ declare const useGetUserActivities: () => {
715
716
  userActivities: {
716
717
  favourites: {
717
718
  events: EventListItemType[];
719
+ partners: PartnerType[];
718
720
  vendors: VendorType[];
719
721
  };
720
722
  going: {
@@ -120,7 +120,7 @@ import {
120
120
  useUpdateVendor,
121
121
  useUpdateVendorInfo,
122
122
  useValidateVerificationToken
123
- } from "../chunk-W465TNSV.mjs";
123
+ } from "../chunk-2YNED2NO.mjs";
124
124
  import "../chunk-USQKKCIA.mjs";
125
125
  export {
126
126
  useAddParticipantToChat,