profinansy-ui-lib 3.0.10 → 3.0.12

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.
@@ -21,6 +21,7 @@ export interface IUser {
21
21
  user_id: number;
22
22
  rights: Record<string, number | string>;
23
23
  purchased: Record<string, string>;
24
+ ref_balance: number;
24
25
  is_partner: boolean;
25
26
  is_confirm_partner: boolean;
26
27
  }
@@ -6,3 +6,5 @@ export declare const Right: import("styled-components").StyledComponent<"div", i
6
6
  export declare const Name: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
7
7
  export declare const Contact: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
8
8
  export declare const Partner: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
9
+ export declare const BalanceText: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
10
+ export declare const BalanceSum: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;