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