@timardex/cluemart-shared 1.5.560 → 1.5.562
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/{auth-CyvuVb6A.d.ts → auth-BDvPkMFk.d.ts} +1 -1
- package/dist/{auth-Dc_v7JQd.d.mts → auth-DBhUhOg-.d.mts} +1 -1
- package/dist/{chunk-UNB5ZQBB.mjs → chunk-HON4NPVU.mjs} +3 -3
- package/dist/{chunk-UNB5ZQBB.mjs.map → chunk-HON4NPVU.mjs.map} +1 -1
- package/dist/{chunk-OPMY6SNO.mjs → chunk-PHKPSCJK.mjs} +1 -1
- package/dist/chunk-PHKPSCJK.mjs.map +1 -0
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BS-HU5hY.d.mts → global-3liXCxkc.d.mts} +2 -2
- package/dist/{global-ebMZPk_K.d.ts → global-BebbAtVP.d.ts} +2 -2
- package/dist/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- 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 +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-CmTbpSZb.d.mts → post-B3f_pH2x.d.mts} +3 -3
- package/dist/{post-DynPdf6v.d.ts → post-C6Tbfhut.d.ts} +3 -3
- package/dist/{resourceActivities-DRJmZ50V.d.ts → resourceActivities-2dcCvRIM.d.ts} +1 -1
- package/dist/{resourceActivities-EivkjjY5.d.mts → resourceActivities-Bmt-2ItD.d.mts} +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-OPMY6SNO.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as CreateFormData, J as PromoCodeType, _ as TermsAgreement } from './global-
|
|
1
|
+
import { s as CreateFormData, J as PromoCodeType, _ as TermsAgreement } from './global-BebbAtVP.js';
|
|
2
2
|
import { EnumOSPlatform } from './enums/index.js';
|
|
3
3
|
|
|
4
4
|
type ContactUsFormData = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as CreateFormData, J as PromoCodeType, _ as TermsAgreement } from './global-
|
|
1
|
+
import { s as CreateFormData, J as PromoCodeType, _ as TermsAgreement } from './global-3liXCxkc.mjs';
|
|
2
2
|
import { EnumOSPlatform } from './enums/index.mjs';
|
|
3
3
|
|
|
4
4
|
type ContactUsFormData = {
|
|
@@ -3242,18 +3242,18 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql29`
|
|
|
3242
3242
|
`;
|
|
3243
3243
|
var MINI_QUIZ_ANSWER_FIELDS_FRAGMENT = gql29`
|
|
3244
3244
|
fragment MiniQuizAnswerFields on MiniQuizAnswerType {
|
|
3245
|
-
id
|
|
3246
3245
|
answer
|
|
3246
|
+
answerId
|
|
3247
3247
|
correct
|
|
3248
3248
|
}
|
|
3249
3249
|
`;
|
|
3250
3250
|
var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = gql29`
|
|
3251
3251
|
fragment MiniQuizQuestionFields on MiniQuizQuestionType {
|
|
3252
|
-
id
|
|
3253
3252
|
answers {
|
|
3254
3253
|
...MiniQuizAnswerFields
|
|
3255
3254
|
}
|
|
3256
3255
|
question
|
|
3256
|
+
questionId
|
|
3257
3257
|
}
|
|
3258
3258
|
${MINI_QUIZ_ANSWER_FIELDS_FRAGMENT}
|
|
3259
3259
|
`;
|
|
@@ -4070,4 +4070,4 @@ export {
|
|
|
4070
4070
|
useGetSchools,
|
|
4071
4071
|
useGetSchool
|
|
4072
4072
|
};
|
|
4073
|
-
//# sourceMappingURL=chunk-
|
|
4073
|
+
//# sourceMappingURL=chunk-HON4NPVU.mjs.map
|