@opfr/services 0.29.5 → 0.29.7
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/assets/berry.webp +0 -0
- package/assets/success_COMMON.webp +0 -0
- package/assets/success_EPIC.webp +0 -0
- package/assets/success_LEGENDARY.webp +0 -0
- package/assets/success_MYTHIC.webp +0 -0
- package/assets/success_RARE.webp +0 -0
- package/assets/xp.webp +0 -0
- package/dist/index.es.js +7 -4
- package/dist/index.umd.js +1 -1
- package/dist/services/user-games/definition/schema.d.ts.map +1 -1
- package/dist/services/user-games/types.d.ts +2 -2
- package/dist/services/user-games/types.d.ts.map +1 -1
- package/package.json +4 -4
package/assets/berry.webp
CHANGED
|
Binary file
|
|
Binary file
|
package/assets/success_EPIC.webp
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/assets/success_RARE.webp
CHANGED
|
Binary file
|
package/assets/xp.webp
CHANGED
|
Binary file
|
package/dist/index.es.js
CHANGED
|
@@ -3383,9 +3383,12 @@ const za = (($s = T) == null ? void 0 : $s.UserDailyReport) || F("UserDailyRepor
|
|
|
3383
3383
|
ref: "User"
|
|
3384
3384
|
},
|
|
3385
3385
|
guess: {
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3386
|
+
type: {
|
|
3387
|
+
tries: Number,
|
|
3388
|
+
amount: Number,
|
|
3389
|
+
numberToGuess: Number
|
|
3390
|
+
},
|
|
3391
|
+
default: null
|
|
3389
3392
|
}
|
|
3390
3393
|
});
|
|
3391
3394
|
nr.index({ user: 1 });
|
|
@@ -3407,7 +3410,7 @@ const Ht = ((Ts = T) == null ? void 0 : Ts.UserGames) || F("UserGames", nr), Xa
|
|
|
3407
3410
|
}, ku = async (t) => {
|
|
3408
3411
|
await Xa(t, {
|
|
3409
3412
|
$set: {
|
|
3410
|
-
guess:
|
|
3413
|
+
guess: null
|
|
3411
3414
|
}
|
|
3412
3415
|
});
|
|
3413
3416
|
}, xu = async (t) => {
|