@the-inkwell/shared 0.1.25 → 0.1.27

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.25",
3
+ "version": "0.1.27",
4
4
  "description": "Shared code for Inkwell",
5
5
  "license": "ISC",
6
6
  "author": "Inkwell (Rob Yedlin)",
@@ -12,6 +12,7 @@ export type AdminPerson = {
12
12
  photoUrl: string | null
13
13
  createdAt: Date
14
14
  updatedAt: Date
15
+ source: 'ADMIN' | 'WEBSITE'
15
16
  // TODO add this
16
17
  // roles: AdminRole[]
17
18
  // permissions: AdminPermission[]