@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.
package/dist/index.mjs CHANGED
@@ -11945,9 +11945,8 @@ var schemaBaseGame = new MongooseSchema19(
11945
11945
  var schemaLetters = new MongooseSchema19(
11946
11946
  {
11947
11947
  collected: { required: false, type: [String] },
11948
- shuffled: { required: true, type: [String] },
11949
- todaysLetter: { required: false, type: String },
11950
- todaysPlacement: { required: true, type: String }
11948
+ shuffled: { required: true, type: [String] }
11949
+ // todaysLetter and todaysPlacement is generated in the backend, so they are not required
11951
11950
  },
11952
11951
  { _id: false }
11953
11952
  );