@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/index.cjs
CHANGED
|
@@ -11989,7 +11989,7 @@ var baseGameDefinition = {
|
|
|
11989
11989
|
var schemaDailyClue = new MongooseSchema19(
|
|
11990
11990
|
{
|
|
11991
11991
|
...baseGameDefinition,
|
|
11992
|
-
collectedLetters: { default:
|
|
11992
|
+
collectedLetters: { default: null, required: false, type: [String] },
|
|
11993
11993
|
lastFoundDate: { default: null, required: false, type: Date },
|
|
11994
11994
|
points: { default: 0, required: true, type: Number },
|
|
11995
11995
|
streak: { default: 0, required: true, type: Number }
|