@timardex/cluemart-server-shared 1.0.126 → 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.cjs CHANGED
@@ -12003,9 +12003,8 @@ var schemaBaseGame = new MongooseSchema19(
12003
12003
  var schemaLetters = new MongooseSchema19(
12004
12004
  {
12005
12005
  collected: { required: false, type: [String] },
12006
- shuffled: { required: true, type: [String] },
12007
- todaysLetter: { required: false, type: String },
12008
- todaysPlacement: { required: false, type: String }
12006
+ shuffled: { required: true, type: [String] }
12007
+ // todaysLetter and todaysPlacement is generated in the backend, so they are not required
12009
12008
  },
12010
12009
  { _id: false }
12011
12010
  );