@timardex/cluemart-shared 1.5.524 → 1.5.525
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-2ODCGKDX.mjs → chunk-F7HH3PVS.mjs} +2 -1
- package/dist/{chunk-2ODCGKDX.mjs.map → chunk-F7HH3PVS.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-DTDm8Tkx.d.mts → post-BRychs8s.d.mts} +1 -0
- package/dist/{post-BFZegwh9.d.ts → post-DZ_wwOQN.d.ts} +1 -0
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3696,6 +3696,7 @@ var SCHOOL = gql35`
|
|
|
3696
3696
|
...OwnerFields
|
|
3697
3697
|
}
|
|
3698
3698
|
overallPoints
|
|
3699
|
+
ranking
|
|
3699
3700
|
region
|
|
3700
3701
|
studentCount
|
|
3701
3702
|
schoolCode
|
|
@@ -3972,4 +3973,4 @@ export {
|
|
|
3972
3973
|
useGetSchools,
|
|
3973
3974
|
useGetSchool
|
|
3974
3975
|
};
|
|
3975
|
-
//# sourceMappingURL=chunk-
|
|
3976
|
+
//# sourceMappingURL=chunk-F7HH3PVS.mjs.map
|