fansunited-sdk-esm 1.45.0 → 1.45.2
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import AchievementsStats from "./AchievementsStats";
|
|
2
|
+
import DiscussionStats from "./DiscussionStats";
|
|
2
3
|
import PredictionsStats from "./PredictionsStats";
|
|
3
4
|
import SuccessRates from "./SuccessRates";
|
|
4
5
|
export default class ProfileStatsModel {
|
|
@@ -10,4 +11,5 @@ export default class ProfileStatsModel {
|
|
|
10
11
|
predictions: PredictionsStats;
|
|
11
12
|
tiers: AchievementsStats[];
|
|
12
13
|
badges: AchievementsStats[];
|
|
14
|
+
discussions: DiscussionStats;
|
|
13
15
|
}
|