Skip to content

Commit

Permalink
Add kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik authored and penpenpng committed Jan 9, 2024
1 parent 91b6d39 commit d6cfdd2
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,30 +115,62 @@ export namespace Kind {
export type ChannelHideMessage = 43;
export type ChannelMuteUser = 44;
export type Blank = 255;
export type OpenTimestamps = 1040;
export type FileMetadata = 1063;
export type LiveChatMessage = 1311;
export type ProblemTracker = 1971;
export type Reporting = 1984;
export type Label = 1985;
export type CommunityPostApproval = 4550;
export type JobRequest = 5999;
export type JobResult = 6999;
export type JobFeedback = 7000;
export type ZapGoal = 9041;
export type ZapRequest = 9734;
export type Zap = 9735;
export type Highlights = 9802;
export type MuteList = 10000;
export type PinList = 10001;
export type RelayListMetadata = 10002;
export type BookmarkList = 10003;
export type CommunitiesList = 10004;
export type PublicChatsList = 10005;
export type BlockedRelaysList = 10006;
export type SearchRelaysList = 10007;
export type InterestsList = 10015;
export type UserEmojiList = 10030;
export type WalletInfo = 13194;
export type LightningPubRPC = 21000;
export type ClientAuthentication = 22242;
export type WalletRequest = 23194;
export type WalletResponse = 23195;
export type NostrConnect = 24133;
export type HttpAuth = 27235;
export type CategorizedPeopleList = 30000;
export type CategorizedBookmarkList = 30001;
export type Relaysets = 30002;
export type Bookmarksets = 30003;
export type Curationsets = 30004;
export type ProfileBadges = 30008;
export type BadgeDefinition = 30009;
export type Interestsets = 30015;
export type CreateOrUpdateStall = 30017;
export type CreateOrUpdateProduct = 30018;
export type LongFormContent = 30023;
export type DraftLong = 30024;
export type Emojisets = 30030;
export type ApplicationSpecificData = 30078;
export type LiveEvent = 30311;
export type UserStatuses = 30315;
export type ClassifiedListing = 30402;
export type DraftClassifiedListing = 30403;
export type Date = 31922;
export type Time = 31923;
export type Calendar = 31924;
export type CalendarEventRSVP = 31925;
export type HandlerRecommendation = 31989;
export type HandlerInformation = 31990;
export type CommunityDefinition = 34550;
}

/**
Expand Down

0 comments on commit d6cfdd2

Please sign in to comment.