@ecency/sdk 2.3.2 → 2.3.3
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/browser/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/browser/index.d.ts
CHANGED
|
@@ -4709,6 +4709,8 @@ interface LeaderBoardItem {
|
|
|
4709
4709
|
_id: string;
|
|
4710
4710
|
count: number;
|
|
4711
4711
|
points: string;
|
|
4712
|
+
/** true when the user completed all of today's daily quests (recognition badge) */
|
|
4713
|
+
quests_done?: boolean;
|
|
4712
4714
|
}
|
|
4713
4715
|
type LeaderBoardDuration = "day" | "week" | "month";
|
|
4714
4716
|
|