profinansy-ui-lib 4.1.12 → 4.1.14
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.
- package/dist/localization/translations/urls.d.ts +8 -0
- package/dist/profinansy-ui-lib.cjs +791 -791
- package/dist/profinansy-ui-lib.cjs.map +1 -1
- package/dist/profinansy-ui-lib.es.js +5953 -5973
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/urls/productsV2/investments/investments.d.ts +72 -31
- package/package.json +1 -1
|
@@ -12,8 +12,12 @@ export declare const Urls_translations: {
|
|
|
12
12
|
portfolios_list: string;
|
|
13
13
|
selections: string;
|
|
14
14
|
calendars: string;
|
|
15
|
+
general_calendar: string;
|
|
15
16
|
dividend_calendar: string;
|
|
16
17
|
economic_calendar: string;
|
|
18
|
+
stocks_calendar: string;
|
|
19
|
+
obligations_calendar: string;
|
|
20
|
+
crypto_calendar: string;
|
|
17
21
|
bonds_calendar: string;
|
|
18
22
|
coupon_calendar: string;
|
|
19
23
|
bond_redemption_calendar: string;
|
|
@@ -258,8 +262,12 @@ export declare const Urls_translations: {
|
|
|
258
262
|
portfolios_list: string;
|
|
259
263
|
selections: string;
|
|
260
264
|
calendars: string;
|
|
265
|
+
general_calendar: string;
|
|
261
266
|
dividend_calendar: string;
|
|
262
267
|
economic_calendar: string;
|
|
268
|
+
stocks_calendar: string;
|
|
269
|
+
obligations_calendar: string;
|
|
270
|
+
crypto_calendar: string;
|
|
263
271
|
bonds_calendar: string;
|
|
264
272
|
coupon_calendar: string;
|
|
265
273
|
bond_redemption_calendar: string;
|