@timardex/cluemart-shared 1.5.563 → 1.5.565
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-EJSAMZ35.mjs → chunk-DDTGHPA7.mjs} +4 -3
- package/dist/{chunk-EJSAMZ35.mjs.map → chunk-DDTGHPA7.mjs.map} +1 -1
- package/dist/{chunk-PHKPSCJK.mjs → chunk-MFF5JEOQ.mjs} +1 -1
- package/dist/{chunk-PHKPSCJK.mjs.map → chunk-MFF5JEOQ.mjs.map} +1 -1
- package/dist/graphql/index.cjs +3 -2
- 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 +3 -2
- 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 +3 -2
- 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 +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-CiqgVcLD.d.ts → post-C148Svva.d.ts} +1 -0
- package/dist/{post-CeZceQBm.d.mts → post-C7AH7Tqp.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
|
@@ -3379,6 +3379,7 @@ var GET_GAME_LEADERBOARD = gql29`
|
|
|
3379
3379
|
// src/graphql/queries/post.ts
|
|
3380
3380
|
var BASE_GAME_FIELDS_FRAGMENT = gql30`
|
|
3381
3381
|
fragment BaseGameFields on BaseGameType {
|
|
3382
|
+
gameTypeId
|
|
3382
3383
|
gameType
|
|
3383
3384
|
dailyClue {
|
|
3384
3385
|
...DailyClueBaseGameFields
|
|
@@ -3653,9 +3654,9 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
|
|
|
3653
3654
|
var UPDATE_MINI_QUIZ_MUTATION = gql34`
|
|
3654
3655
|
mutation updateMiniQuizGame(
|
|
3655
3656
|
$_id: ID!
|
|
3656
|
-
$
|
|
3657
|
+
$answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
|
|
3657
3658
|
) {
|
|
3658
|
-
updateMiniQuizGame(_id: $_id,
|
|
3659
|
+
updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
|
|
3659
3660
|
...GameDocFields
|
|
3660
3661
|
}
|
|
3661
3662
|
}
|
|
@@ -4076,4 +4077,4 @@ export {
|
|
|
4076
4077
|
useGetSchools,
|
|
4077
4078
|
useGetSchool
|
|
4078
4079
|
};
|
|
4079
|
-
//# sourceMappingURL=chunk-
|
|
4080
|
+
//# sourceMappingURL=chunk-DDTGHPA7.mjs.map
|