@timardex/cluemart-shared 1.4.77 → 1.4.78

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.
@@ -120,7 +120,7 @@ import {
120
120
  useUpdateVendor,
121
121
  useUpdateVendorInfo,
122
122
  useValidateVerificationToken
123
- } from "../chunk-CGE7WP2N.mjs";
123
+ } from "../chunk-SSNWS3V4.mjs";
124
124
  import "../chunk-USQKKCIA.mjs";
125
125
  export {
126
126
  useAddParticipantToChat,
@@ -3297,6 +3297,9 @@ var GET_USER_ACTIVITIES = import_client17.gql`
3297
3297
  events {
3298
3298
  ...EventListItemFields
3299
3299
  }
3300
+ partners {
3301
+ ...PartnerFields
3302
+ }
3300
3303
  vendors {
3301
3304
  ...VendorFields
3302
3305
  }
@@ -3320,6 +3323,7 @@ var GET_USER_ACTIVITIES = import_client17.gql`
3320
3323
  }
3321
3324
  ${EVENT_LIST_ITEM}
3322
3325
  ${VENDOR}
3326
+ ${PARTNER}
3323
3327
  `;
3324
3328
  var GET_USER_RESOURCES = import_client17.gql`
3325
3329
  query getUserResources($userId: ID!) {