profinansy-ui-lib 3.5.34 → 3.5.36

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.
@@ -13,6 +13,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
13
13
  description: string;
14
14
  subPages?: undefined;
15
15
  isHit?: undefined;
16
+ isNew?: undefined;
16
17
  } | {
17
18
  name: string;
18
19
  Icon: any;
@@ -23,6 +24,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
23
24
  description?: undefined;
24
25
  subPages?: undefined;
25
26
  isHit?: undefined;
27
+ isNew?: undefined;
26
28
  } | {
27
29
  name: string;
28
30
  href: string;
@@ -43,6 +45,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
43
45
  innerPages?: undefined;
44
46
  description?: undefined;
45
47
  isHit?: undefined;
48
+ isNew?: undefined;
46
49
  } | {
47
50
  name: string;
48
51
  href: string;
@@ -53,6 +56,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
53
56
  innerPages?: undefined;
54
57
  subPages?: undefined;
55
58
  isHit?: undefined;
59
+ isNew?: undefined;
56
60
  } | {
57
61
  name: string;
58
62
  Icon: any;
@@ -68,6 +72,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
68
72
  unavailable: boolean;
69
73
  }[];
70
74
  isHit?: undefined;
75
+ isNew?: undefined;
71
76
  } | {
72
77
  name: string;
73
78
  Icon: any;
@@ -90,6 +95,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
90
95
  unavailable: boolean;
91
96
  isHit?: undefined;
92
97
  })[];
98
+ isNew?: undefined;
93
99
  } | {
94
100
  name: string;
95
101
  Icon: any;
@@ -100,5 +106,17 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
100
106
  description?: undefined;
101
107
  subPages?: undefined;
102
108
  isHit?: undefined;
109
+ isNew?: undefined;
110
+ } | {
111
+ name: string;
112
+ href: string;
113
+ Icon: any;
114
+ locked: boolean;
115
+ unavailable: boolean;
116
+ isNew: boolean;
117
+ description: string;
118
+ innerPages?: undefined;
119
+ subPages?: undefined;
120
+ isHit?: undefined;
103
121
  })[];
104
122
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.5.34",
3
+ "version": "3.5.36",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {