@timardex/cluemart-server-shared 1.0.155 → 1.0.156

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.
@@ -9949,18 +9949,18 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql`
9949
9949
  `;
9950
9950
  var MINI_QUIZ_ANSWER_FIELDS_FRAGMENT = gql`
9951
9951
  fragment MiniQuizAnswerFields on MiniQuizAnswerType {
9952
- id
9953
9952
  answer
9953
+ answerId
9954
9954
  correct
9955
9955
  }
9956
9956
  `;
9957
9957
  var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = gql`
9958
9958
  fragment MiniQuizQuestionFields on MiniQuizQuestionType {
9959
- id
9960
9959
  answers {
9961
9960
  ...MiniQuizAnswerFields
9962
9961
  }
9963
9962
  question
9963
+ questionId
9964
9964
  }
9965
9965
  ${MINI_QUIZ_ANSWER_FIELDS_FRAGMENT}
9966
9966
  `;
@@ -10809,15 +10809,15 @@ var EnumAdStatus = /* @__PURE__ */ ((EnumAdStatus2) => {
10809
10809
  EnumAdStatus2["EXPIRED"] = "Expired";
10810
10810
  return EnumAdStatus2;
10811
10811
  })(EnumAdStatus || {});
10812
- var EnumAdType = /* @__PURE__ */ ((EnumAdType3) => {
10813
- EnumAdType3["SPONSORED"] = "Sponsored";
10814
- EnumAdType3["FREE"] = "Free";
10815
- return EnumAdType3;
10812
+ var EnumAdType = /* @__PURE__ */ ((EnumAdType2) => {
10813
+ EnumAdType2["SPONSORED"] = "Sponsored";
10814
+ EnumAdType2["FREE"] = "Free";
10815
+ return EnumAdType2;
10816
10816
  })(EnumAdType || {});
10817
- var EnumAdStyle = /* @__PURE__ */ ((EnumAdStyle3) => {
10818
- EnumAdStyle3["BLOOM"] = "Bloom";
10819
- EnumAdStyle3["RISE"] = "Rise";
10820
- return EnumAdStyle3;
10817
+ var EnumAdStyle = /* @__PURE__ */ ((EnumAdStyle2) => {
10818
+ EnumAdStyle2["BLOOM"] = "Bloom";
10819
+ EnumAdStyle2["RISE"] = "Rise";
10820
+ return EnumAdStyle2;
10821
10821
  })(EnumAdStyle || {});
10822
10822
  var adResourceSchema = create$3({
10823
10823
  adDescription: create$6().nullable().trim().required("Ad description is required").max(150, "Ad description must be at most 150 characters"),
@@ -12394,16 +12394,16 @@ var MongooseSchema21 = mongoose21.Schema;
12394
12394
  var schemaMiniQuizAnswer = new MongooseSchema21(
12395
12395
  {
12396
12396
  answer: { required: true, type: String },
12397
- correct: { required: true, type: Boolean },
12398
- id: { required: true, type: String }
12397
+ answerId: { required: true, type: String },
12398
+ correct: { required: true, type: Boolean }
12399
12399
  },
12400
12400
  { _id: false }
12401
12401
  );
12402
12402
  var schemaMiniQuizQuestion = new MongooseSchema21(
12403
12403
  {
12404
12404
  answers: { required: true, type: [schemaMiniQuizAnswer] },
12405
- id: { required: true, type: String },
12406
- question: { required: true, type: String }
12405
+ question: { required: true, type: String },
12406
+ questionId: { required: true, type: String }
12407
12407
  },
12408
12408
  { _id: false }
12409
12409
  );
@@ -12582,4 +12582,4 @@ react/cjs/react.development.js:
12582
12582
  * LICENSE file in the root directory of this source tree.
12583
12583
  *)
12584
12584
  */
12585
- //# sourceMappingURL=chunk-TTG3LJVZ.mjs.map
12585
+ //# sourceMappingURL=chunk-JDTOVJED.mjs.map