profinansy-ui-lib 3.1.60 → 3.1.63

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.
@@ -38,6 +38,7 @@ export declare const getEducationLinks: (hostname: string, hostnameLenta: string
38
38
  subPages: {
39
39
  name: string;
40
40
  href: string;
41
+ withQuery: boolean;
41
42
  }[];
42
43
  locked?: undefined;
43
44
  })[];
@@ -55,6 +55,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
55
55
  href: string;
56
56
  locked: boolean;
57
57
  unavailable: boolean;
58
+ withQuery: boolean;
58
59
  }[];
59
60
  } | {
60
61
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.1.60",
3
+ "version": "3.1.63",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {