@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
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -5843,6 +5843,7 @@ var GET_GAME_LEADERBOARD = gql29`
|
|
|
5843
5843
|
// src/graphql/queries/post.ts
|
|
5844
5844
|
var BASE_GAME_FIELDS_FRAGMENT = gql30`
|
|
5845
5845
|
fragment BaseGameFields on BaseGameType {
|
|
5846
|
+
gameTypeId
|
|
5846
5847
|
gameType
|
|
5847
5848
|
dailyClue {
|
|
5848
5849
|
...DailyClueBaseGameFields
|
|
@@ -6117,9 +6118,9 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
|
|
|
6117
6118
|
var UPDATE_MINI_QUIZ_MUTATION = gql34`
|
|
6118
6119
|
mutation updateMiniQuizGame(
|
|
6119
6120
|
$_id: ID!
|
|
6120
|
-
$
|
|
6121
|
+
$answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
|
|
6121
6122
|
) {
|
|
6122
|
-
updateMiniQuizGame(_id: $_id,
|
|
6123
|
+
updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
|
|
6123
6124
|
...GameDocFields
|
|
6124
6125
|
}
|
|
6125
6126
|
}
|