@lls/typings 24.1.34-d6bbd6c2 → 24.1.34-da6e353e

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.
@@ -1,5 +1,5 @@
1
1
  import type { Filter } from '@typings/models'
2
- import type { ResourcesMenuType } from '@typings/models'
2
+
3
3
  type Collection = {
4
4
  name?: string
5
5
  year?: number
@@ -19,5 +19,4 @@ export type Book = {
19
19
  filters?: Filter[]
20
20
  chapters?: number[]
21
21
  collection?: Collection
22
- resourcesMenu?: ResourcesMenuType
23
22
  }
package/models.d.ts CHANGED
@@ -10,4 +10,3 @@ export * from './internal/schoolType'
10
10
  export * from './internal/subject'
11
11
  export * from './internal/summary'
12
12
  export * from './internal/user'
13
- export * from './internal/resourcesMenu'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.34-d6bbd6c2",
3
+ "version": "24.1.34-da6e353e",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -9,7 +9,7 @@
9
9
  "devDependencies": {
10
10
  "@types/domhandler": "2.4.5",
11
11
  "@types/lodash": "4.14.202",
12
- "@types/react": "18.2.73",
12
+ "@types/react": "18.2.45",
13
13
  "cheerio": "1.0.0-rc.12",
14
14
  "typescript": "5.4.5"
15
15
  },
@@ -1,10 +0,0 @@
1
- export type ResourcesMenuType = {
2
- id?: string
3
- title?: string
4
- type?: string
5
- elements?: Array<ResourcesMenuType>
6
- version?: string
7
- tag?: string
8
- url?: string
9
- resourceType?: string
10
- }