@timardex/cluemart-shared 1.5.514 → 1.5.516

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