@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.
package/dist/index.mjs CHANGED
@@ -3666,6 +3666,9 @@ var GET_USER_ACTIVITIES = gql12`
3666
3666
  events {
3667
3667
  ...EventListItemFields
3668
3668
  }
3669
+ partners {
3670
+ ...PartnerFields
3671
+ }
3669
3672
  vendors {
3670
3673
  ...VendorFields
3671
3674
  }
@@ -3689,6 +3692,7 @@ var GET_USER_ACTIVITIES = gql12`
3689
3692
  }
3690
3693
  ${EVENT_LIST_ITEM}
3691
3694
  ${VENDOR}
3695
+ ${PARTNER}
3692
3696
  `;
3693
3697
  var GET_USER_RESOURCES = gql12`
3694
3698
  query getUserResources($userId: ID!) {