@timardex/cluemart-shared 1.5.708 → 1.5.709
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-7HXABNH6.mjs → chunk-26EBHXET.mjs} +2 -1
- package/dist/{chunk-7HXABNH6.mjs.map → chunk-26EBHXET.mjs.map} +1 -1
- package/dist/{chunk-HITGTNK3.mjs → chunk-N4JRX2AV.mjs} +1 -1
- package/dist/{chunk-HITGTNK3.mjs.map → chunk-N4JRX2AV.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 +2 -2
- 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-NK1XwGmZ.d.ts → post-DUigpoId.d.ts} +1 -0
- package/dist/{post-CswgI5jI.d.mts → post-DnhHGiOF.d.mts} +1 -0
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -3356,6 +3356,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = gql29`
|
|
|
3356
3356
|
}
|
|
3357
3357
|
gameStatus
|
|
3358
3358
|
gameType
|
|
3359
|
+
gameTypeId
|
|
3359
3360
|
pointsEarned
|
|
3360
3361
|
}
|
|
3361
3362
|
${GAME_DATE_FIELDS_FRAGMENT}
|
|
@@ -4175,4 +4176,4 @@ export {
|
|
|
4175
4176
|
useGetSchools,
|
|
4176
4177
|
useGetSchool
|
|
4177
4178
|
};
|
|
4178
|
-
//# sourceMappingURL=chunk-
|
|
4179
|
+
//# sourceMappingURL=chunk-26EBHXET.mjs.map
|