@lls/typings 24.1.50-a2c8a595 → 24.1.50-a79b97b5

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.
@@ -3,6 +3,7 @@ export type ResourcesMenuType = {
3
3
  uri?: string
4
4
  title?: string
5
5
  bookUrl?: string
6
+ additionalInfo?: string
6
7
  guideUrl?: string
7
8
  type?: string
8
9
  elements?: Array<ResourcesMenuType>
@@ -30,6 +30,7 @@ export type User = {
30
30
  garDivisions?: number[] | null
31
31
  booksV2?: number[] | null
32
32
  levels?: number[] | null
33
+ lastPagesViewed?: number[] | null
33
34
  }
34
35
  export type GarDivision = {
35
36
  code?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.50-a2c8a595",
3
+ "version": "24.1.50-a79b97b5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],