42 lines
937 B
Text
42 lines
937 B
Text
|
Outbox
|
||
|
|
||
|
Inbox
|
||
|
|
||
|
FollowerSet
|
||
|
|
||
|
Actor
|
||
|
name Text
|
||
|
desc Text
|
||
|
createdAt UTCTime
|
||
|
inbox InboxId
|
||
|
outbox OutboxId
|
||
|
followers FollowerSetId
|
||
|
|
||
|
UniqueActorInbox inbox
|
||
|
UniqueActorOutbox outbox
|
||
|
UniqueActorFollowers followers
|
||
|
|
||
|
Person
|
||
|
username Username
|
||
|
login Text
|
||
|
passphraseHash ByteString
|
||
|
email EmailAddress
|
||
|
verified Bool
|
||
|
verifiedKey Text
|
||
|
verifiedKeyCreated UTCTime
|
||
|
resetPassKey Text
|
||
|
resetPassKeyCreated UTCTime
|
||
|
about Text
|
||
|
actor ActorId
|
||
|
inbox InboxId
|
||
|
outbox OutboxId
|
||
|
followers FollowerSetId
|
||
|
-- reviewFollow Bool
|
||
|
|
||
|
UniquePersonUsername username
|
||
|
UniquePersonLogin login
|
||
|
UniquePersonEmail email
|
||
|
UniquePersonInbox inbox
|
||
|
UniquePersonOutbox outbox
|
||
|
UniquePersonFollowers followers
|