@lls/typings 24.1.50-fa3c1069 → 24.1.50-fa5dce13

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.
@@ -31,5 +31,4 @@ export type Book = {
31
31
  publishers?: Publisher[]
32
32
  isRenewed?: boolean
33
33
  isPrimary?: boolean
34
- firstValidPage?: number
35
34
  }
@@ -1,6 +1,5 @@
1
1
  import type { Word } from '@typings/internal/word'
2
2
  import type { TODO } from '@typings/utils'
3
- import type { StateData } from '@yorab/react-paint'
4
3
 
5
4
  export type ScreenMode = 'grid-xs' | 'grid-md'
6
5
 
@@ -47,7 +46,7 @@ export type DocJson<T extends 'primary' | 'default' = 'default'> = {
47
46
  isIndexable?: boolean | null
48
47
  renewalAddedAt?: string
49
48
  renewalUpdatedAt?: string
50
- annotations?: Record<string, StateData>
49
+ annotations?: TODO
51
50
  premium?: boolean | null
52
51
  responses?:
53
52
  | {
@@ -3,7 +3,6 @@ export type ResourcesMenuType = {
3
3
  uri?: string
4
4
  title?: string
5
5
  bookUrl?: string
6
- additionalInfo?: string
7
6
  guideUrl?: string
8
7
  type?: string
9
8
  elements?: Array<ResourcesMenuType>
@@ -30,7 +30,6 @@ export type User = {
30
30
  garDivisions?: number[] | null
31
31
  booksV2?: number[] | null
32
32
  levels?: number[] | null
33
- lastPagesViewed?: number[] | null
34
33
  }
35
34
  export type GarDivision = {
36
35
  code?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.50-fa3c1069",
3
+ "version": "24.1.50-fa5dce13",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -10,7 +10,6 @@
10
10
  "@types/domhandler": "2.4.5",
11
11
  "@types/lodash": "4.17.6",
12
12
  "@types/react": "18.3.3",
13
- "@yorab/react-paint": "0.11.4",
14
13
  "cheerio": "1.0.0-rc.12",
15
14
  "typescript": "5.5.3"
16
15
  },