@lls/typings 24.1.34-bb47c96d → 24.1.34-bd602187

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.
@@ -22,8 +22,7 @@ export type User = {
22
22
  passwordUpdateRequired?: boolean
23
23
  confirmed?: boolean
24
24
  userPages?: number[] | null
25
- schoolTypes?: SchoolTypeName[] | null
26
- hasContentNewsletter?: boolean | null
25
+ schoolTypes?: SchoolTypeName[]
27
26
  }
28
27
 
29
28
  export type AdminUser = User & { isAdmin: true }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.34-bb47c96d",
3
+ "version": "24.1.34-bd602187",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],