mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-01-10 11:36:49 +09:00
44 lines
913 B
Text
44 lines
913 B
Text
|
Sharer
|
||
|
ident ShrIdent
|
||
|
name Text Maybe
|
||
|
created UTCTime
|
||
|
|
||
|
UniqueSharer ident
|
||
|
|
||
|
Person
|
||
|
ident SharerId
|
||
|
login Text
|
||
|
passphraseHash ByteString
|
||
|
email Text
|
||
|
verified Bool
|
||
|
verifiedKey Text
|
||
|
verifiedKeyCreated UTCTime
|
||
|
resetPassKey Text
|
||
|
resetPassKeyCreated UTCTime
|
||
|
about Text
|
||
|
|
||
|
UniquePersonIdent ident
|
||
|
UniquePersonLogin login
|
||
|
UniquePersonEmail email
|
||
|
|
||
|
OutboxItem
|
||
|
person PersonId
|
||
|
activity PersistJSONValue
|
||
|
published UTCTime
|
||
|
|
||
|
Discussion
|
||
|
|
||
|
Message
|
||
|
created UTCTime
|
||
|
content Text -- Assume this is Pandoc Markdown
|
||
|
parent MessageId Maybe
|
||
|
root DiscussionId
|
||
|
|
||
|
LocalMessage
|
||
|
author PersonId
|
||
|
rest MessageId
|
||
|
create OutboxItemId
|
||
|
unlinkedParent Text Maybe
|
||
|
|
||
|
UniqueLocalMessage rest
|