@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
package/dist/index.mjs
CHANGED
|
@@ -9979,14 +9979,10 @@ var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = gql`
|
|
|
9979
9979
|
`;
|
|
9980
9980
|
var MINI_QUIZ_BASE_GAME_FIELDS_FRAGMENT = gql`
|
|
9981
9981
|
fragment MiniQuizBaseGameFields on MiniQuizBaseGameType {
|
|
9982
|
-
gameDate {
|
|
9983
|
-
...GameDateFields
|
|
9984
|
-
}
|
|
9985
9982
|
questions {
|
|
9986
9983
|
...MiniQuizQuestionFields
|
|
9987
9984
|
}
|
|
9988
9985
|
}
|
|
9989
|
-
${GAME_DATE_FIELDS_FRAGMENT}
|
|
9990
9986
|
${MINI_QUIZ_QUESTION_FIELDS_FRAGMENT}
|
|
9991
9987
|
`;
|
|
9992
9988
|
var MINI_QUIZ_GAME_DATA_FIELDS_FRAGMENT = gql`
|
|
@@ -12413,7 +12409,6 @@ var schemaMiniQuizQuestions = new MongooseSchema21(
|
|
|
12413
12409
|
);
|
|
12414
12410
|
var schemaMiniQuizBaseGame = new MongooseSchema21(
|
|
12415
12411
|
{
|
|
12416
|
-
gameDate: { required: true, type: Date },
|
|
12417
12412
|
questions: { required: true, type: [schemaMiniQuizQuestions] }
|
|
12418
12413
|
},
|
|
12419
12414
|
{ _id: false }
|