profinansy-ui-lib 4.1.37 → 4.1.39

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.
@@ -1,5 +1,11 @@
1
1
  import { TSideMenuCategory } from '../sideMenuV2/SideMenuV2.typed';
2
2
  import { SearchCategories } from './Search.const';
3
- import { IInstrumentSearch } from '../../../api/search/search.typed';
3
+ type TSearchTickerItem = {
4
+ code?: string;
5
+ isin?: string;
6
+ symbol?: string;
7
+ type?: string;
8
+ };
4
9
  export declare const convertSideMenuCategoryToSearch: (category: TSideMenuCategory) => SearchCategories.invest | SearchCategories.money | SearchCategories.idv | SearchCategories.lms | SearchCategories.calculators | SearchCategories.method;
5
- export declare const getTicker: (item: IInstrumentSearch) => string;
10
+ export declare const getTicker: (item: TSearchTickerItem) => string;
11
+ export {};
@@ -198,6 +198,7 @@ export declare const Urls_translations: {
198
198
  profile_main: string;
199
199
  profile_personal_data: string;
200
200
  profile_subscriptions: string;
201
+ profile_payments: string;
201
202
  profile_publications: string;
202
203
  profile_groups: string;
203
204
  profile_channels: string;
@@ -446,6 +447,7 @@ export declare const Urls_translations: {
446
447
  profile_main: string;
447
448
  profile_personal_data: string;
448
449
  profile_subscriptions: string;
450
+ profile_payments: string;
449
451
  profile_publications: string;
450
452
  profile_groups: string;
451
453
  profile_channels: string;