27 lines
606 B
Text
27 lines
606 B
Text
|
Person
|
||
|
ident Int64
|
||
|
login Text
|
||
|
passphraseHash ByteString
|
||
|
email Text
|
||
|
verified Bool
|
||
|
verifiedKey Text
|
||
|
verifiedKeyCreated UTCTime
|
||
|
resetPassKey Text
|
||
|
resetPassKeyCreated UTCTime
|
||
|
about Text
|
||
|
inbox Int64
|
||
|
outbox OutboxId
|
||
|
|
||
|
UniquePersonIdent ident
|
||
|
UniquePersonLogin login
|
||
|
UniquePersonEmail email
|
||
|
UniquePersonInbox inbox
|
||
|
|
||
|
Outbox
|
||
|
|
||
|
OutboxItem
|
||
|
person PersonId
|
||
|
outbox OutboxId
|
||
|
activity PersistJSONObject
|
||
|
published UTCTime
|