profinansy-ui-lib 4.1.38 → 4.1.40

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.
@@ -17,8 +17,8 @@ export interface ILastSearch {
17
17
  positive: boolean;
18
18
  countryFlag: string;
19
19
  price: number;
20
- priceChange: number;
21
- priceChangePositive: boolean;
20
+ priceChange?: number;
21
+ priceChangePositive?: boolean;
22
22
  }
23
23
  export type Company = {
24
24
  logo?: string;
@@ -65,8 +65,8 @@ export interface IInstrumentSearch {
65
65
  subcategory: string;
66
66
  code: string;
67
67
  price: number;
68
- priceChangePositive: boolean;
69
- priceChange: number;
68
+ priceChangePositive?: boolean;
69
+ priceChange?: number;
70
70
  company_id: number;
71
71
  currency_code: string;
72
72
  countryFlag: string;
@@ -7,12 +7,12 @@ interface IProps {
7
7
  description: string;
8
8
  currency: string;
9
9
  price: number;
10
- priceChange: number;
10
+ priceChange?: number;
11
11
  market: string;
12
12
  profit: number;
13
13
  type?: string;
14
14
  id: number;
15
- isPositiveChange: boolean;
15
+ isPositiveChange?: boolean;
16
16
  };
17
17
  searchText?: string;
18
18
  href: string;
@@ -33,6 +33,7 @@ export declare const Urls_translations: {
33
33
  etf_screener: string;
34
34
  crypto_screener: string;
35
35
  futures_screener: string;
36
+ dfa_screener: string;
36
37
  asset_comparison: string;
37
38
  asset_comparison_stocks: string;
38
39
  asset_comparison_bonds: string;
@@ -198,6 +199,7 @@ export declare const Urls_translations: {
198
199
  profile_main: string;
199
200
  profile_personal_data: string;
200
201
  profile_subscriptions: string;
202
+ profile_payments: string;
201
203
  profile_publications: string;
202
204
  profile_groups: string;
203
205
  profile_channels: string;
@@ -281,6 +283,7 @@ export declare const Urls_translations: {
281
283
  etf_screener: string;
282
284
  crypto_screener: string;
283
285
  futures_screener: string;
286
+ dfa_screener: string;
284
287
  asset_comparison: string;
285
288
  asset_comparison_stocks: string;
286
289
  asset_comparison_bonds: string;
@@ -446,6 +449,7 @@ export declare const Urls_translations: {
446
449
  profile_main: string;
447
450
  profile_personal_data: string;
448
451
  profile_subscriptions: string;
452
+ profile_payments: string;
449
453
  profile_publications: string;
450
454
  profile_groups: string;
451
455
  profile_channels: string;