profinansy-ui-lib 4.0.64 → 4.0.66
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 +6 -0
- package/dist/profinansy-ui-lib.cjs.js +2 -2
- package/dist/profinansy-ui-lib.cjs.js.map +1 -1
- package/dist/profinansy-ui-lib.es.js +49 -15
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/urls/productsV2/goals/goals.d.ts +9 -2
- package/package.json +1 -1
|
@@ -16,6 +16,9 @@ export declare const Urls_translations: {
|
|
|
16
16
|
economic_calendar: string;
|
|
17
17
|
bonds_calendar: string;
|
|
18
18
|
coupon_calendar: string;
|
|
19
|
+
bond_redemption_calendar: string;
|
|
20
|
+
bond_offer_calendar: string;
|
|
21
|
+
bond_default_calendar: string;
|
|
19
22
|
report_calendar: string;
|
|
20
23
|
ipo_calendar: string;
|
|
21
24
|
ico_calendar: string;
|
|
@@ -234,6 +237,9 @@ export declare const Urls_translations: {
|
|
|
234
237
|
economic_calendar: string;
|
|
235
238
|
bonds_calendar: string;
|
|
236
239
|
coupon_calendar: string;
|
|
240
|
+
bond_redemption_calendar: string;
|
|
241
|
+
bond_offer_calendar: string;
|
|
242
|
+
bond_default_calendar: string;
|
|
237
243
|
report_calendar: string;
|
|
238
244
|
ipo_calendar: string;
|
|
239
245
|
ico_calendar: string;
|