@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.
@@ -1,5 +1,5 @@
1
1
  import "../chunk-4LT5GOOP.mjs";
2
- import "../chunk-CGE7WP2N.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
@@ -3949,6 +3949,9 @@ var GET_USER_ACTIVITIES = import_client17.gql`
3949
3949
  events {
3950
3950
  ...EventListItemFields
3951
3951
  }
3952
+ partners {
3953
+ ...PartnerFields
3954
+ }
3952
3955
  vendors {
3953
3956
  ...VendorFields
3954
3957
  }
@@ -3972,6 +3975,7 @@ var GET_USER_ACTIVITIES = import_client17.gql`
3972
3975
  }
3973
3976
  ${EVENT_LIST_ITEM}
3974
3977
  ${VENDOR}
3978
+ ${PARTNER}
3975
3979
  `;
3976
3980
  var GET_USER_RESOURCES = import_client17.gql`
3977
3981
  query getUserResources($userId: ID!) {