move to pkg

This commit is contained in:
2023-06-08 12:45:23 +02:00
parent 2b80109e3b
commit 81ccb95d82
256 changed files with 4856 additions and 529 deletions

29
packages/system/dist/EventKind.d.ts vendored Normal file
View File

@ -0,0 +1,29 @@
declare enum EventKind {
Unknown = -1,
SetMetadata = 0,
TextNote = 1,
RecommendServer = 2,
ContactList = 3,
DirectMessage = 4,
Deletion = 5,
Repost = 6,
Reaction = 7,
BadgeAward = 8,
SnortSubscriptions = 1000,
Polls = 6969,
FileHeader = 1063,
Relays = 10002,
Ephemeral = 20000,
Auth = 22242,
PubkeyLists = 30000,
NoteLists = 30001,
TagLists = 30002,
Badge = 30009,
ProfileBadges = 30008,
ZapstrTrack = 31337,
ZapRequest = 9734,
ZapReceipt = 9735,
HttpAuthentication = 27235
}
export default EventKind;
//# sourceMappingURL=EventKind.d.ts.map