@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.
@@ -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
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ecency/sdk",
3
3
  "private": false,
4
- "version": "2.3.2",
4
+ "version": "2.3.3",
5
5
  "description": "Ecency SDK",
6
6
  "repository": {
7
7
  "type": "git",