profinansy-ui-lib 3.7.7 → 3.7.9

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.
@@ -2,6 +2,7 @@ export declare const getClubLinks: (hostname: string) => {
2
2
  name: string;
3
3
  Icon: any;
4
4
  href: string;
5
+ hiddenFromChildren: boolean;
5
6
  subPages: {
6
7
  name: string;
7
8
  href: string;
@@ -1,4 +1,4 @@
1
- export declare const getEducationLinks: (hostname: string, hostnameLenta: string, hostnameLMS: string, isPermission: boolean, isGuest: boolean) => {
1
+ export declare const getEducationLinks: (hostname: string, hostnameLenta: string, hostnameLMS: string, isPermission: boolean, isGuest: boolean, childCourseId?: string) => {
2
2
  name: string;
3
3
  Icon: any;
4
4
  href: string;
@@ -9,6 +9,7 @@ export declare const getEducationLinks: (hostname: string, hostnameLenta: string
9
9
  locked: boolean;
10
10
  isNew?: undefined;
11
11
  innerPages?: undefined;
12
+ hiddenFromChildren?: undefined;
12
13
  subPages?: undefined;
13
14
  isNotVisible?: undefined;
14
15
  } | {
@@ -17,6 +18,7 @@ export declare const getEducationLinks: (hostname: string, hostnameLenta: string
17
18
  isNew: boolean;
18
19
  href: string;
19
20
  innerPages: string[];
21
+ hiddenFromChildren: boolean;
20
22
  subPages: ({
21
23
  name: string;
22
24
  href: string;
@@ -32,6 +34,7 @@ export declare const getEducationLinks: (hostname: string, hostnameLenta: string
32
34
  name: string;
33
35
  Icon: any;
34
36
  href: string;
37
+ hiddenFromChildren: boolean;
35
38
  subPages: {
36
39
  name: string;
37
40
  href: string;
@@ -47,6 +50,7 @@ export declare const getEducationLinks: (hostname: string, hostnameLenta: string
47
50
  href: string;
48
51
  locked: boolean;
49
52
  innerPages: string[];
53
+ hiddenFromChildren: boolean;
50
54
  isNew?: undefined;
51
55
  subPages?: undefined;
52
56
  isNotVisible?: undefined;
@@ -56,6 +60,7 @@ export declare const getEducationLinks: (hostname: string, hostnameLenta: string
56
60
  isNotVisible: boolean;
57
61
  href: string;
58
62
  innerPages: string[];
63
+ hiddenFromChildren: boolean;
59
64
  locked?: undefined;
60
65
  isNew?: undefined;
61
66
  subPages?: undefined;
@@ -63,6 +68,7 @@ export declare const getEducationLinks: (hostname: string, hostnameLenta: string
63
68
  name: string;
64
69
  Icon: any;
65
70
  href: string;
71
+ hiddenFromChildren: boolean;
66
72
  locked?: undefined;
67
73
  isNew?: undefined;
68
74
  innerPages?: undefined;
@@ -2,6 +2,7 @@ export declare const getIdvLinks: (hostname: string) => {
2
2
  name: string;
3
3
  href: string;
4
4
  isWithoutSubpage: boolean;
5
+ hiddenFromChildren: boolean;
5
6
  Icon: any;
6
7
  subPages: ({
7
8
  name: string;
@@ -3,6 +3,7 @@ export declare const getMethodLinks: (hostname: string, isPaid: boolean) => {
3
3
  href: string;
4
4
  isWithoutSubpage: boolean;
5
5
  Icon: any;
6
+ hiddenFromChildren: boolean;
6
7
  subPages: ({
7
8
  name: string;
8
9
  Icon: any;
@@ -7,12 +7,21 @@ export declare const getOther: (hostname: string, hostnameLenta: string, isGuest
7
7
  name: string;
8
8
  Icon: any;
9
9
  href: string;
10
+ hiddenFromChildren?: undefined;
11
+ isNew?: undefined;
12
+ innerPages?: undefined;
13
+ } | {
14
+ name: string;
15
+ Icon: any;
16
+ href: string;
17
+ hiddenFromChildren: boolean;
10
18
  isNew?: undefined;
11
19
  innerPages?: undefined;
12
20
  } | {
13
21
  name: string;
14
22
  isNew: boolean;
15
23
  href: string;
24
+ hiddenFromChildren: boolean;
16
25
  Icon?: undefined;
17
26
  innerPages?: undefined;
18
27
  } | {
@@ -20,6 +29,7 @@ export declare const getOther: (hostname: string, hostnameLenta: string, isGuest
20
29
  isNew: boolean;
21
30
  href: string;
22
31
  innerPages: string[];
32
+ hiddenFromChildren: boolean;
23
33
  Icon?: undefined;
24
34
  })[];
25
35
  } | {
@@ -5,12 +5,21 @@ export declare const getProfileLinks: (hostname: string) => {
5
5
  name: string;
6
6
  Icon: any;
7
7
  href: string;
8
+ hiddenFromChildren?: undefined;
9
+ isNew?: undefined;
10
+ innerPages?: undefined;
11
+ } | {
12
+ name: string;
13
+ Icon: any;
14
+ href: string;
15
+ hiddenFromChildren: boolean;
8
16
  isNew?: undefined;
9
17
  innerPages?: undefined;
10
18
  } | {
11
19
  name: string;
12
20
  isNew: boolean;
13
21
  href: string;
22
+ hiddenFromChildren: boolean;
14
23
  Icon?: undefined;
15
24
  innerPages?: undefined;
16
25
  } | {
@@ -18,6 +27,7 @@ export declare const getProfileLinks: (hostname: string) => {
18
27
  isNew: boolean;
19
28
  href: string;
20
29
  innerPages: string[];
30
+ hiddenFromChildren: boolean;
21
31
  Icon?: undefined;
22
32
  })[];
23
33
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.7.7",
3
+ "version": "3.7.9",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {