diff --git a/kinds.ts b/kinds.ts index 2e545d6..dc49b26 100644 --- a/kinds.ts +++ b/kinds.ts @@ -39,6 +39,8 @@ export const EventDeletion = 5 export const Repost = 6 export const Reaction = 7 export const BadgeAward = 8 +export const Seal = 13 +export const PrivateDirectMessage = 14 export const GenericRepost = 16 export const ChannelCreation = 40 export const ChannelMetadata = 41 @@ -70,6 +72,8 @@ export const BlockedRelaysList = 10006 export const SearchRelaysList = 10007 export const InterestsList = 10015 export const UserEmojiList = 10030 +export const DirectMessageRelaysList = 10050 +export const GiftWrap = 10059 export const FileServerPreference = 10096 export const NWCWalletInfo = 13194 export const LightningPubRPC = 21000