@timardex/cluemart-server-shared 1.0.117 → 1.0.118
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/{chunk-BVUQDRYQ.mjs → chunk-AJH6Q7XE.mjs} +2 -2
- package/dist/chunk-AJH6Q7XE.mjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +1 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +1 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-BVUQDRYQ.mjs.map +0 -1
package/dist/mongoose/index.cjs
CHANGED
|
@@ -11979,7 +11979,7 @@ var baseGameDefinition = {
|
|
|
11979
11979
|
var schemaDailyClue = new MongooseSchema19(
|
|
11980
11980
|
{
|
|
11981
11981
|
...baseGameDefinition,
|
|
11982
|
-
collectedLetters: { default:
|
|
11982
|
+
collectedLetters: { default: null, required: false, type: [String] },
|
|
11983
11983
|
lastFoundDate: { default: null, required: false, type: Date },
|
|
11984
11984
|
points: { default: 0, required: true, type: Number },
|
|
11985
11985
|
streak: { default: 0, required: true, type: Number }
|