mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-01-10 01:56:47 +09:00
34 lines
754 B
Text
34 lines
754 B
Text
|
Inbox
|
||
|
Outbox
|
||
|
FollowerSet
|
||
|
|
||
|
Sharer
|
||
|
ident Text
|
||
|
name Text Maybe
|
||
|
created UTCTime
|
||
|
|
||
|
UniqueSharer ident
|
||
|
|
||
|
Person
|
||
|
ident SharerId
|
||
|
username Text
|
||
|
login Text
|
||
|
passphraseHash ByteString
|
||
|
email EmailAddress
|
||
|
verified Bool
|
||
|
verifiedKey Text
|
||
|
verifiedKeyCreated UTCTime
|
||
|
resetPassKey Text
|
||
|
resetPassKeyCreated UTCTime
|
||
|
about Text
|
||
|
inbox InboxId
|
||
|
outbox OutboxId
|
||
|
followers FollowerSetId
|
||
|
|
||
|
UniquePersonIdent ident
|
||
|
UniquePersonLogin login
|
||
|
UniquePersonEmail email
|
||
|
UniquePersonInbox inbox
|
||
|
UniquePersonOutbox outbox
|
||
|
UniquePersonFollowers followers
|