@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
|
@@ -11910,7 +11910,7 @@ var baseGameDefinition = {
|
|
|
11910
11910
|
var schemaDailyClue = new MongooseSchema19(
|
|
11911
11911
|
{
|
|
11912
11912
|
...baseGameDefinition,
|
|
11913
|
-
collectedLetters: { default:
|
|
11913
|
+
collectedLetters: { default: null, required: false, type: [String] },
|
|
11914
11914
|
lastFoundDate: { default: null, required: false, type: Date },
|
|
11915
11915
|
points: { default: 0, required: true, type: Number },
|
|
11916
11916
|
streak: { default: 0, required: true, type: Number }
|
|
@@ -12005,4 +12005,4 @@ react/cjs/react.development.js:
|
|
|
12005
12005
|
* LICENSE file in the root directory of this source tree.
|
|
12006
12006
|
*)
|
|
12007
12007
|
*/
|
|
12008
|
-
//# sourceMappingURL=chunk-
|
|
12008
|
+
//# sourceMappingURL=chunk-AJH6Q7XE.mjs.map
|