@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/mongoose/index.mjs
CHANGED
package/dist/service/index.cjs
CHANGED
|
@@ -10023,14 +10023,10 @@ var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = gql`
|
|
|
10023
10023
|
`;
|
|
10024
10024
|
var MINI_QUIZ_BASE_GAME_FIELDS_FRAGMENT = gql`
|
|
10025
10025
|
fragment MiniQuizBaseGameFields on MiniQuizBaseGameType {
|
|
10026
|
-
gameDate {
|
|
10027
|
-
...GameDateFields
|
|
10028
|
-
}
|
|
10029
10026
|
questions {
|
|
10030
10027
|
...MiniQuizQuestionFields
|
|
10031
10028
|
}
|
|
10032
10029
|
}
|
|
10033
|
-
${GAME_DATE_FIELDS_FRAGMENT}
|
|
10034
10030
|
${MINI_QUIZ_QUESTION_FIELDS_FRAGMENT}
|
|
10035
10031
|
`;
|
|
10036
10032
|
var MINI_QUIZ_GAME_DATA_FIELDS_FRAGMENT = gql`
|
|
@@ -12591,7 +12587,6 @@ var schemaMiniQuizQuestions = new MongooseSchema21(
|
|
|
12591
12587
|
);
|
|
12592
12588
|
var schemaMiniQuizBaseGame = new MongooseSchema21(
|
|
12593
12589
|
{
|
|
12594
|
-
gameDate: { required: true, type: Date },
|
|
12595
12590
|
questions: { required: true, type: [schemaMiniQuizQuestions] }
|
|
12596
12591
|
},
|
|
12597
12592
|
{ _id: false }
|