@timardex/cluemart-shared 1.5.515 → 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-TWB4WJBF.mjs → chunk-6FBQIZD5.mjs} +2 -1
- package/dist/{chunk-TWB4WJBF.mjs.map → chunk-6FBQIZD5.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -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 +1 -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 +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DBw3UtZf.d.ts → post-Boa6CuuS.d.ts} +1 -0
- package/dist/{post-gf49BYxL.d.mts → post-CVcBv8XI.d.mts} +1 -0
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3684,6 +3684,7 @@ var SCHOOL = gql35`
|
|
|
3684
3684
|
overallPoints
|
|
3685
3685
|
region
|
|
3686
3686
|
studentCount
|
|
3687
|
+
schoolCode
|
|
3687
3688
|
socialMedia {
|
|
3688
3689
|
...SocialMediaFields
|
|
3689
3690
|
}
|
|
@@ -3935,4 +3936,4 @@ export {
|
|
|
3935
3936
|
useGetSchools,
|
|
3936
3937
|
useGetSchool
|
|
3937
3938
|
};
|
|
3938
|
-
//# sourceMappingURL=chunk-
|
|
3939
|
+
//# sourceMappingURL=chunk-6FBQIZD5.mjs.map
|