profinansy-ui-lib 4.1.20 → 4.1.22

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.
@@ -50,4 +50,4 @@ export type THeaderLinksV2 = {
50
50
  href?: string;
51
51
  config: HeaderDropdownConfig;
52
52
  };
53
- export declare const useGetMainLinksV2: (hostname: string, hostnameLenta: string, hostnameLMS: string, leaderBoardPermission: boolean, userRole: UserRole, userType: number, isMobile?: boolean, isEmployee?: boolean) => THeaderLinksV2[];
53
+ export declare const useGetMainLinksV2: (hostname: string, hostnameLenta: string, hostnameLMS: string, hostnameKfp: string, leaderBoardPermission: boolean, userRole: UserRole, userType: number, isMobile?: boolean, isEmployee?: boolean) => THeaderLinksV2[];
@@ -1,3 +1,3 @@
1
1
  import { TSideMenuCategory } from './SideMenuV2.typed';
2
2
  import { UserRole } from '../../../common.types';
3
- export declare const useGetSideMenuData: (category: TSideMenuCategory, hostname: string, hostnameLenta: string, hostnameLMS: string, userRole: UserRole, isLeaderboardPermission: boolean, isEmployee?: boolean, showMethodInvestIdeas?: boolean) => any;
3
+ export declare const useGetSideMenuData: (category: TSideMenuCategory, hostname: string, hostnameLenta: string, hostnameLMS: string, hostnameKfp: string, userRole: UserRole, isLeaderboardPermission: boolean, isEmployee?: boolean, showMethodInvestIdeas?: boolean) => any;
package/dist/config.d.ts CHANGED
@@ -22,6 +22,7 @@ interface IConfig extends IConfigProps {
22
22
  hostname: string;
23
23
  hostnameLMS: string;
24
24
  hostnameLenta: string;
25
+ hostnameKfp: string;
25
26
  };
26
27
  /** Роль пользователя **/
27
28
  userRole: UserRole | null;
@@ -84,8 +84,7 @@ export declare const Urls_translations: {
84
84
  club_faq: string;
85
85
  club_client_history: string;
86
86
  club_offline_meetings: string;
87
- club_kink: string;
88
- club_rkink: string;
87
+ club_kink_rkink: string;
89
88
  club_help: string;
90
89
  courses: string;
91
90
  courses_home: string;
@@ -333,8 +332,7 @@ export declare const Urls_translations: {
333
332
  club_faq: string;
334
333
  club_client_history: string;
335
334
  club_offline_meetings: string;
336
- club_kink: string;
337
- club_rkink: string;
335
+ club_kink_rkink: string;
338
336
  club_help: string;
339
337
  courses: string;
340
338
  courses_home: string;