@timardex/cluemart-shared 1.5.706 → 1.5.707
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-FQVGIFZQ.mjs → chunk-7HXABNH6.mjs} +4 -4
- package/dist/{chunk-FQVGIFZQ.mjs.map → chunk-7HXABNH6.mjs.map} +1 -1
- package/dist/graphql/index.cjs +3 -3
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +3 -3
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -4552,7 +4552,7 @@ var LEAVE_GAME_MUTATION = import_client64.gql`
|
|
|
4552
4552
|
mutation leaveGame(
|
|
4553
4553
|
$_id: ID!
|
|
4554
4554
|
$gameType: GameTypeEnumType!
|
|
4555
|
-
$gameTypeId:
|
|
4555
|
+
$gameTypeId: String!
|
|
4556
4556
|
) {
|
|
4557
4557
|
leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
|
|
4558
4558
|
}
|
|
@@ -4562,7 +4562,7 @@ var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
|
|
|
4562
4562
|
$_id: ID!
|
|
4563
4563
|
$foundLetter: String!
|
|
4564
4564
|
$gameType: GameTypeEnumType!
|
|
4565
|
-
$gameTypeId:
|
|
4565
|
+
$gameTypeId: String!
|
|
4566
4566
|
) {
|
|
4567
4567
|
updateDailyClueGame(
|
|
4568
4568
|
_id: $_id
|
|
@@ -4580,7 +4580,7 @@ var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
|
|
|
4580
4580
|
$_id: ID!
|
|
4581
4581
|
$answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
|
|
4582
4582
|
$gameType: GameTypeEnumType!
|
|
4583
|
-
$gameTypeId:
|
|
4583
|
+
$gameTypeId: String!
|
|
4584
4584
|
) {
|
|
4585
4585
|
updateMiniQuizGame(
|
|
4586
4586
|
_id: $_id
|