@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.
package/dist/index.mjs CHANGED
@@ -6148,11 +6148,14 @@ import { gql as gql35 } from "@apollo/client";
6148
6148
  var SCHOOL_REGISTERED_USERS_FIELDS_FRAGMENT = gql35`
6149
6149
  fragment SchoolRegisteredUsersFields on SchoolRegisteredUserType {
6150
6150
  _id
6151
- avatar
6151
+ avatar {
6152
+ ...ResourceImageFields
6153
+ }
6152
6154
  email
6153
6155
  firstName
6154
6156
  lastName
6155
6157
  }
6158
+ ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
6156
6159
  `;
6157
6160
  var SCHOOL = gql35`
6158
6161
  fragment SchoolFields on SchoolType {