@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.
@@ -1,5 +1,5 @@
1
1
  import "../chunk-4LT5GOOP.mjs";
2
- import "../chunk-2YNED2NO.mjs";
2
+ import "../chunk-SSNWS3V4.mjs";
3
3
  import "../chunk-DWO35OY4.mjs";
4
4
  import "../chunk-I7WE3EBR.mjs";
5
5
  import {
package/dist/index.cjs CHANGED
@@ -2682,6 +2682,7 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
2682
2682
  fragment UserActivityFields on UserActivityType {
2683
2683
  favourites {
2684
2684
  events
2685
+ partners
2685
2686
  vendors
2686
2687
  }
2687
2688
  going {
@@ -3948,6 +3949,9 @@ var GET_USER_ACTIVITIES = import_client17.gql`
3948
3949
  events {
3949
3950
  ...EventListItemFields
3950
3951
  }
3952
+ partners {
3953
+ ...PartnerFields
3954
+ }
3951
3955
  vendors {
3952
3956
  ...VendorFields
3953
3957
  }
@@ -3971,6 +3975,7 @@ var GET_USER_ACTIVITIES = import_client17.gql`
3971
3975
  }
3972
3976
  ${EVENT_LIST_ITEM}
3973
3977
  ${VENDOR}
3978
+ ${PARTNER}
3974
3979
  `;
3975
3980
  var GET_USER_RESOURCES = import_client17.gql`
3976
3981
  query getUserResources($userId: ID!) {