@the-inkwell/shared 0.1.45 → 0.1.46

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-inkwell/shared",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "Shared code for Inkwell",
5
5
  "license": "ISC",
6
6
  "author": "Inkwell (Rob Yedlin)",
@@ -48,8 +48,8 @@ export type AdminPerson = {
48
48
  bestiedByPersons?: AdminPersonIncluded[]
49
49
  bestPersons?: AdminPersonIncluded[]
50
50
 
51
- clientId: string | null
52
- client: any // TODO add this
51
+ clientId?: string | null
52
+ client?: any // TODO add this
53
53
 
54
54
  actions?: any // TODO add this
55
55
  admin?: any // TODO add this