@mundogamernetwork/shared-ui 1.13.0 → 1.13.1
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/package.json
CHANGED
|
@@ -12,6 +12,8 @@ export interface XpLevel {
|
|
|
12
12
|
next_level_xp: number;
|
|
13
13
|
progress_percent: number;
|
|
14
14
|
title: string | null;
|
|
15
|
+
/** Store discount this level grants; absent on older api-main snapshots. */
|
|
16
|
+
reward_discount_pct?: number;
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface GamificationSummary {
|