@timardex/cluemart-server-shared 1.0.151 → 1.0.152
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-QVELNUI7.mjs → chunk-KM44V4EU.mjs} +1 -6
- package/dist/chunk-KM44V4EU.mjs.map +1 -0
- package/dist/index.cjs +0 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +0 -5
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +0 -5
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +0 -5
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-QVELNUI7.mjs.map +0 -1
|
@@ -9958,14 +9958,10 @@ var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = gql`
|
|
|
9958
9958
|
`;
|
|
9959
9959
|
var MINI_QUIZ_BASE_GAME_FIELDS_FRAGMENT = gql`
|
|
9960
9960
|
fragment MiniQuizBaseGameFields on MiniQuizBaseGameType {
|
|
9961
|
-
gameDate {
|
|
9962
|
-
...GameDateFields
|
|
9963
|
-
}
|
|
9964
9961
|
questions {
|
|
9965
9962
|
...MiniQuizQuestionFields
|
|
9966
9963
|
}
|
|
9967
9964
|
}
|
|
9968
|
-
${GAME_DATE_FIELDS_FRAGMENT}
|
|
9969
9965
|
${MINI_QUIZ_QUESTION_FIELDS_FRAGMENT}
|
|
9970
9966
|
`;
|
|
9971
9967
|
var MINI_QUIZ_GAME_DATA_FIELDS_FRAGMENT = gql`
|
|
@@ -12392,7 +12388,6 @@ var schemaMiniQuizQuestions = new MongooseSchema21(
|
|
|
12392
12388
|
);
|
|
12393
12389
|
var schemaMiniQuizBaseGame = new MongooseSchema21(
|
|
12394
12390
|
{
|
|
12395
|
-
gameDate: { required: true, type: Date },
|
|
12396
12391
|
questions: { required: true, type: [schemaMiniQuizQuestions] }
|
|
12397
12392
|
},
|
|
12398
12393
|
{ _id: false }
|
|
@@ -12566,4 +12561,4 @@ react/cjs/react.development.js:
|
|
|
12566
12561
|
* LICENSE file in the root directory of this source tree.
|
|
12567
12562
|
*)
|
|
12568
12563
|
*/
|
|
12569
|
-
//# sourceMappingURL=chunk-
|
|
12564
|
+
//# sourceMappingURL=chunk-KM44V4EU.mjs.map
|