@timardex/cluemart-server-shared 1.0.123 → 1.0.125

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.
@@ -9827,10 +9827,11 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql`
9827
9827
  }
9828
9828
  lastFoundDate
9829
9829
  points
9830
- letters {
9830
+ letterInfo {
9831
9831
  collected
9832
9832
  shuffled
9833
9833
  todaysLetter
9834
+ todaysPlacement
9834
9835
  }
9835
9836
  streak
9836
9837
  }
@@ -11924,7 +11925,8 @@ var schemaLetters = new MongooseSchema19(
11924
11925
  {
11925
11926
  collected: { required: false, type: [String] },
11926
11927
  shuffled: { required: true, type: [String] },
11927
- todaysLetter: { required: true, type: String }
11928
+ todaysLetter: { required: false, type: String },
11929
+ todaysPlacement: { required: true, type: String }
11928
11930
  },
11929
11931
  { _id: false }
11930
11932
  );
@@ -11932,7 +11934,7 @@ var schemaDailyClue = new MongooseSchema19(
11932
11934
  {
11933
11935
  gameFields: { required: true, type: schemaBaseGame },
11934
11936
  lastFoundDate: { default: null, required: false, type: Date },
11935
- letters: {
11937
+ letterInfo: {
11936
11938
  required: true,
11937
11939
  type: schemaLetters
11938
11940
  },
@@ -12029,4 +12031,4 @@ react/cjs/react.development.js:
12029
12031
  * LICENSE file in the root directory of this source tree.
12030
12032
  *)
12031
12033
  */
12032
- //# sourceMappingURL=chunk-AKL3YZFE.mjs.map
12034
+ //# sourceMappingURL=chunk-EETTPPCU.mjs.map