@timardex/cluemart-shared 1.5.521 → 1.5.522

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.
@@ -3667,11 +3667,14 @@ import { gql as gql35 } from "@apollo/client";
3667
3667
  var SCHOOL_REGISTERED_USERS_FIELDS_FRAGMENT = gql35`
3668
3668
  fragment SchoolRegisteredUsersFields on SchoolRegisteredUserType {
3669
3669
  _id
3670
- avatar
3670
+ avatar {
3671
+ ...ResourceImageFields
3672
+ }
3671
3673
  email
3672
3674
  firstName
3673
3675
  lastName
3674
3676
  }
3677
+ ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
3675
3678
  `;
3676
3679
  var SCHOOL = gql35`
3677
3680
  fragment SchoolFields on SchoolType {
@@ -3970,4 +3973,4 @@ export {
3970
3973
  useGetSchools,
3971
3974
  useGetSchool
3972
3975
  };
3973
- //# sourceMappingURL=chunk-7VBSTQWX.mjs.map
3976
+ //# sourceMappingURL=chunk-5Y3LQWZ5.mjs.map