profinansy-ui-lib 4.1.21 → 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;