@timardex/cluemart-server-shared 1.0.125 → 1.0.126

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
@@ -11947,7 +11947,7 @@ var schemaLetters = new MongooseSchema19(
11947
11947
  collected: { required: false, type: [String] },
11948
11948
  shuffled: { required: true, type: [String] },
11949
11949
  todaysLetter: { required: false, type: String },
11950
- todaysPlacement: { required: true, type: String }
11950
+ todaysPlacement: { required: false, type: String }
11951
11951
  },
11952
11952
  { _id: false }
11953
11953
  );