@timardex/cluemart-shared 1.4.75 → 1.4.77

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-CGE7WP2N.mjs";
124
124
  import "../chunk-USQKKCIA.mjs";
125
125
  export {
126
126
  useAddParticipantToChat,
@@ -2261,6 +2261,7 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
2261
2261
  fragment UserActivityFields on UserActivityType {
2262
2262
  favourites {
2263
2263
  events
2264
+ partners
2264
2265
  vendors
2265
2266
  }
2266
2267
  going {