@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.
- package/dist/{chunk-3WSV6DBG.mjs → chunk-6FBQIZD5.mjs} +7 -1
- package/dist/{chunk-3WSV6DBG.mjs.map → chunk-6FBQIZD5.mjs.map} +1 -1
- package/dist/graphql/index.cjs +6 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +11 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +6 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +13 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.mjs +13 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-BdZppiSg.d.ts → post-Boa6CuuS.d.ts} +4 -1
- package/dist/{post-DJUVmC92.d.mts → post-CVcBv8XI.d.mts} +4 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.cjs
CHANGED
|
@@ -3838,8 +3838,13 @@ var SCHOOL = import_client67.gql`
|
|
|
3838
3838
|
owner {
|
|
3839
3839
|
...OwnerFields
|
|
3840
3840
|
}
|
|
3841
|
+
overallPoints
|
|
3841
3842
|
region
|
|
3842
3843
|
studentCount
|
|
3844
|
+
schoolCode
|
|
3845
|
+
socialMedia {
|
|
3846
|
+
...SocialMediaFields
|
|
3847
|
+
}
|
|
3843
3848
|
termsAgreement {
|
|
3844
3849
|
...TermsAgreementFields
|
|
3845
3850
|
}
|
|
@@ -3850,6 +3855,7 @@ var SCHOOL = import_client67.gql`
|
|
|
3850
3855
|
${RESOURCE_IMAGE_FIELDS_FRAGMENT}
|
|
3851
3856
|
${CONTACT_DETAILS_FIELDS_FRAGMENT}
|
|
3852
3857
|
${TERMS_AGREEMENT_FIELDS_FRAGMENT}
|
|
3858
|
+
${SOCIAL_MEDIA_FIELDS_FRAGMENT}
|
|
3853
3859
|
`;
|
|
3854
3860
|
var GET_SCHOOL = import_client67.gql`
|
|
3855
3861
|
query getSchool($_id: ID!) {
|