@timardex/cluemart-server-shared 1.0.153 → 1.0.154

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.
@@ -12391,14 +12391,20 @@ var schemaDailyClueGameData = new MongooseSchema20(
12391
12391
  // src/mongoose/game/MiniQuiz.ts
12392
12392
  import mongoose21 from "mongoose";
12393
12393
  var MongooseSchema21 = mongoose21.Schema;
12394
- var schemaMiniQuizAnswer = new MongooseSchema21({
12395
- answer: { required: true, type: String },
12396
- correct: { required: true, type: Boolean }
12397
- });
12398
- var schemaMiniQuizQuestion = new MongooseSchema21({
12399
- answers: { required: true, type: [schemaMiniQuizAnswer] },
12400
- question: { required: true, type: String }
12401
- });
12394
+ var schemaMiniQuizAnswer = new MongooseSchema21(
12395
+ {
12396
+ answer: { required: true, type: String },
12397
+ correct: { required: true, type: Boolean }
12398
+ },
12399
+ { _id: false }
12400
+ );
12401
+ var schemaMiniQuizQuestion = new MongooseSchema21(
12402
+ {
12403
+ answers: { required: true, type: [schemaMiniQuizAnswer] },
12404
+ question: { required: true, type: String }
12405
+ },
12406
+ { _id: false }
12407
+ );
12402
12408
  var schemaMiniQuizBaseGame = new MongooseSchema21(
12403
12409
  {
12404
12410
  questions: { required: true, type: [schemaMiniQuizQuestion] }
@@ -12574,4 +12580,4 @@ react/cjs/react.development.js:
12574
12580
  * LICENSE file in the root directory of this source tree.
12575
12581
  *)
12576
12582
  */
12577
- //# sourceMappingURL=chunk-LOP3RVHN.mjs.map
12583
+ //# sourceMappingURL=chunk-CDK2GKWF.mjs.map