@timardex/cluemart-shared 1.5.558 → 1.5.559
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-EQZIARZY.mjs → chunk-UNB5ZQBB.mjs} +3 -3
- package/dist/{chunk-EQZIARZY.mjs.map → chunk-UNB5ZQBB.mjs.map} +1 -1
- package/dist/graphql/index.cjs +2 -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 +2 -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 +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-gCzzuzeR.d.ts → post-BUpCIA1c.d.ts} +2 -2
- package/dist/{post-B6WEACv2.d.mts → post-Bt2_nLqh.d.mts} +2 -2
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.cjs
CHANGED
|
@@ -3401,14 +3401,14 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
3401
3401
|
`;
|
|
3402
3402
|
var MINI_QUIZ_ANSWER_FIELDS_FRAGMENT = import_client55.gql`
|
|
3403
3403
|
fragment MiniQuizAnswerFields on MiniQuizAnswerType {
|
|
3404
|
-
|
|
3404
|
+
id
|
|
3405
3405
|
answer
|
|
3406
3406
|
correct
|
|
3407
3407
|
}
|
|
3408
3408
|
`;
|
|
3409
3409
|
var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = import_client55.gql`
|
|
3410
3410
|
fragment MiniQuizQuestionFields on MiniQuizQuestionType {
|
|
3411
|
-
|
|
3411
|
+
id
|
|
3412
3412
|
answers {
|
|
3413
3413
|
...MiniQuizAnswerFields
|
|
3414
3414
|
}
|