@timardex/cluemart-shared 1.5.514 → 1.5.515

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.
@@ -3681,8 +3681,12 @@ var SCHOOL = gql35`
3681
3681
  owner {
3682
3682
  ...OwnerFields
3683
3683
  }
3684
+ overallPoints
3684
3685
  region
3685
3686
  studentCount
3687
+ socialMedia {
3688
+ ...SocialMediaFields
3689
+ }
3686
3690
  termsAgreement {
3687
3691
  ...TermsAgreementFields
3688
3692
  }
@@ -3693,6 +3697,7 @@ var SCHOOL = gql35`
3693
3697
  ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
3694
3698
  ${CONTACT_DETAILS_FIELDS_FRAGMENT}
3695
3699
  ${TERMS_AGREEMENT_FIELDS_FRAGMENT}
3700
+ ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
3696
3701
  `;
3697
3702
  var GET_SCHOOL = gql35`
3698
3703
  query getSchool($_id: ID!) {
@@ -3930,4 +3935,4 @@ export {
3930
3935
  useGetSchools,
3931
3936
  useGetSchool
3932
3937
  };
3933
- //# sourceMappingURL=chunk-3WSV6DBG.mjs.map
3938
+ //# sourceMappingURL=chunk-TWB4WJBF.mjs.map