@timardex/cluemart-shared 1.5.564 → 1.5.567
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-PHKPSCJK.mjs → chunk-6KNGLDLL.mjs} +1 -1
- package/dist/{chunk-PHKPSCJK.mjs.map → chunk-6KNGLDLL.mjs.map} +1 -1
- package/dist/{chunk-ORRYHPLO.mjs → chunk-LNHT4D45.mjs} +3 -1
- package/dist/{chunk-ORRYHPLO.mjs.map → chunk-LNHT4D45.mjs.map} +1 -1
- package/dist/graphql/index.cjs +2 -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 +2 -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 +2 -0
- 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 +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-CeZceQBm.d.mts → post-CSzn0CyV.d.mts} +2 -0
- package/dist/{post-CiqgVcLD.d.ts → post-HPDnvpBB.d.ts} +2 -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
package/dist/graphql/index.cjs
CHANGED
|
@@ -3480,6 +3480,7 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
3480
3480
|
...GameHistoryFields
|
|
3481
3481
|
}
|
|
3482
3482
|
gameType
|
|
3483
|
+
gameTypeId
|
|
3483
3484
|
updatedAt
|
|
3484
3485
|
}
|
|
3485
3486
|
${GAME_DATA_FIELDS_FRAGMENT}
|
|
@@ -3538,6 +3539,7 @@ var GET_GAME_LEADERBOARD = import_client55.gql`
|
|
|
3538
3539
|
// src/graphql/queries/post.ts
|
|
3539
3540
|
var BASE_GAME_FIELDS_FRAGMENT = import_client56.gql`
|
|
3540
3541
|
fragment BaseGameFields on BaseGameType {
|
|
3542
|
+
gameTypeId
|
|
3541
3543
|
gameType
|
|
3542
3544
|
dailyClue {
|
|
3543
3545
|
...DailyClueBaseGameFields
|