@timardex/cluemart-shared 1.4.76 → 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
@@ -2399,6 +2399,7 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = gql2`
2399
2399
  fragment UserActivityFields on UserActivityType {
2400
2400
  favourites {
2401
2401
  events
2402
+ partners
2402
2403
  vendors
2403
2404
  }
2404
2405
  going {
@@ -3665,6 +3666,9 @@ var GET_USER_ACTIVITIES = gql12`
3665
3666
  events {
3666
3667
  ...EventListItemFields
3667
3668
  }
3669
+ partners {
3670
+ ...PartnerFields
3671
+ }
3668
3672
  vendors {
3669
3673
  ...VendorFields
3670
3674
  }
@@ -3688,6 +3692,7 @@ var GET_USER_ACTIVITIES = gql12`
3688
3692
  }
3689
3693
  ${EVENT_LIST_ITEM}
3690
3694
  ${VENDOR}
3695
+ ${PARTNER}
3691
3696
  `;
3692
3697
  var GET_USER_RESOURCES = gql12`
3693
3698
  query getUserResources($userId: ID!) {