@smartico/public-api 0.0.83 → 0.0.84
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/WSAPI/WSAPITypes.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/docs/interfaces/TMissionOrBadge.md +2 -2
- package/package.json +1 -1
- package/src/Missions/UserAchievement.ts +1 -1
- package/src/WSAPI/WSAPITypes.ts +1 -1
package/dist/index.modern.mjs
CHANGED
|
@@ -551,7 +551,7 @@ const UserAchievementTransform = items => {
|
|
|
551
551
|
return items.filter(r => r.ach_id >= 1).map(r => ({
|
|
552
552
|
id: r.ach_id,
|
|
553
553
|
name: r.ach_public_meta.name,
|
|
554
|
-
|
|
554
|
+
description: r.ach_public_meta.description,
|
|
555
555
|
unlock_mission_description: r.ach_public_meta.unlock_mission_description,
|
|
556
556
|
image: r.ach_public_meta.image_url,
|
|
557
557
|
is_completed: r.isCompleted,
|