@timardex/cluemart-server-shared 1.0.125 → 1.0.127

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.
@@ -11924,9 +11924,8 @@ var schemaBaseGame = new MongooseSchema19(
11924
11924
  var schemaLetters = new MongooseSchema19(
11925
11925
  {
11926
11926
  collected: { required: false, type: [String] },
11927
- shuffled: { required: true, type: [String] },
11928
- todaysLetter: { required: false, type: String },
11929
- todaysPlacement: { required: true, type: String }
11927
+ shuffled: { required: true, type: [String] }
11928
+ // todaysLetter and todaysPlacement is generated in the backend, so they are not required
11930
11929
  },
11931
11930
  { _id: false }
11932
11931
  );
@@ -12031,4 +12030,4 @@ react/cjs/react.development.js:
12031
12030
  * LICENSE file in the root directory of this source tree.
12032
12031
  *)
12033
12032
  */
12034
- //# sourceMappingURL=chunk-EETTPPCU.mjs.map
12033
+ //# sourceMappingURL=chunk-C7VXPMJJ.mjs.map