@lls/typings 24.1.50-fa5dce13 → 24.1.50-fb4ac63c

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.
@@ -20,7 +20,7 @@ export type Book = {
20
20
  renderer?: string
21
21
  filters?: Filter[]
22
22
  chapters?: number[]
23
- collection?: Collection['id']
23
+ collection?: Collection
24
24
  resourcesMenu?: ResourcesMenuType
25
25
  renewalLabel?: string
26
26
  urlLite?: string
@@ -30,5 +30,4 @@ export type Book = {
30
30
  slug?: string
31
31
  publishers?: Publisher[]
32
32
  isRenewed?: boolean
33
- isPrimary?: boolean
34
33
  }
@@ -2,7 +2,7 @@ import type { SchoolTypeName } from './schoolType'
2
2
  import type { SubjectName } from './subject'
3
3
 
4
4
  export type ProjectStatus = 'En cours' | 'Terminé' | 'Recutement en cours' | 'Recutement terminé'
5
- export type PresenceModes = 'Présentiel' | 'À distance'
5
+ export type PresenceMode = 'Présentiel' | 'À distance'
6
6
  export type ProjectType = 'Communauté' | 'Numérique' | 'Editorial'
7
7
 
8
8
  export type CommunityProject = {
@@ -14,7 +14,7 @@ export type CommunityProject = {
14
14
  image: string
15
15
  isFeatured: boolean
16
16
  isPublished: boolean
17
- presenceModes: PresenceModes[]
17
+ presenceMode: PresenceMode[]
18
18
  projectStatus: ProjectStatus
19
19
  projectTypes: ProjectType[]
20
20
  requirements?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.50-fa5dce13",
3
+ "version": "24.1.50-fb4ac63c",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],