@the-inkwell/shared 0.1.60 → 0.1.62

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.60",
3
+ "version": "0.1.62",
4
4
  "description": "Shared code for Inkwell",
5
5
  "license": "ISC",
6
6
  "author": "Inkwell (Rob Yedlin)",
@@ -11,7 +11,7 @@ export type AdminCandidacy = {
11
11
  source: any // TODO add this
12
12
 
13
13
  personId: string
14
- person: Pick<AdminPerson, 'id' | 'firstName' | 'lastName' | 'email'>
14
+ person: Pick<AdminPerson, 'id' | 'firstName' | 'lastName' | 'photoUrl'>
15
15
 
16
16
  positionId: string
17
17
  position: any // TODO add this