@@ -153,38 +153,38 @@ pub enum KindEnum {
153
153
///
154
154
/// <https://github.com/nostr-protocol/nips/blob/master/51.md>
155
155
Emojis ,
156
- /// Follow Sets
156
+ /// Follow Set
157
157
///
158
158
/// <https://github.com/nostr-protocol/nips/blob/master/51.md>
159
- FollowSets ,
160
- /// Relay Sets
159
+ FollowSet ,
160
+ /// Relay Set
161
161
///
162
162
/// <https://github.com/nostr-protocol/nips/blob/master/51.md>
163
- RelaySets ,
164
- /// Bookmark Sets
163
+ RelaySet ,
164
+ /// Bookmark Set
165
165
///
166
166
/// <https://github.com/nostr-protocol/nips/blob/master/51.md>
167
- BookmarkSets ,
168
- /// Articles Curation Sets
167
+ BookmarkSet ,
168
+ /// Articles Curation Set
169
169
///
170
170
/// <https://github.com/nostr-protocol/nips/blob/master/51.md>
171
- ArticlesCurationSets ,
172
- /// Videos Curation Sets
171
+ ArticlesCurationSet ,
172
+ /// Videos Curation Set
173
173
///
174
174
/// <https://github.com/nostr-protocol/nips/blob/master/51.md>
175
- VideosCurationSets ,
176
- /// Interest Sets
175
+ VideosCurationSet ,
176
+ /// Interest Set
177
177
///
178
178
/// <https://github.com/nostr-protocol/nips/blob/master/51.md>
179
- InterestSets ,
180
- /// Emoji Sets
179
+ InterestSet ,
180
+ /// Emoji Set
181
181
///
182
182
/// <https://github.com/nostr-protocol/nips/blob/master/51.md>
183
- EmojiSets ,
184
- /// Release Artifact Sets
183
+ EmojiSet ,
184
+ /// Release Artifact Set
185
185
///
186
186
/// <https://github.com/nostr-protocol/nips/blob/master/51.md>
187
- ReleaseArtifactSets ,
187
+ ReleaseArtifactSet ,
188
188
/// Relay List Metadata (NIP65)
189
189
RelayList ,
190
190
/// Client Authentication (NIP42)
@@ -288,14 +288,14 @@ impl From<nostr::Kind> for KindEnum {
288
288
nostr:: Kind :: SimpleGroups => Self :: SimpleGroups ,
289
289
nostr:: Kind :: Interests => Self :: Interests ,
290
290
nostr:: Kind :: Emojis => Self :: Emojis ,
291
- nostr:: Kind :: FollowSets => Self :: FollowSets ,
292
- nostr:: Kind :: RelaySets => Self :: RelaySets ,
293
- nostr:: Kind :: BookmarkSets => Self :: BookmarkSets ,
294
- nostr:: Kind :: ArticlesCurationSets => Self :: ArticlesCurationSets ,
295
- nostr:: Kind :: VideosCurationSets => Self :: VideosCurationSets ,
296
- nostr:: Kind :: InterestSets => Self :: InterestSets ,
297
- nostr:: Kind :: EmojiSets => Self :: EmojiSets ,
298
- nostr:: Kind :: ReleaseArtifactSets => Self :: ReleaseArtifactSets ,
291
+ nostr:: Kind :: FollowSet => Self :: FollowSet ,
292
+ nostr:: Kind :: RelaySet => Self :: RelaySet ,
293
+ nostr:: Kind :: BookmarkSet => Self :: BookmarkSet ,
294
+ nostr:: Kind :: ArticlesCurationSet => Self :: ArticlesCurationSet ,
295
+ nostr:: Kind :: VideosCurationSet => Self :: VideosCurationSet ,
296
+ nostr:: Kind :: InterestSet => Self :: InterestSet ,
297
+ nostr:: Kind :: EmojiSet => Self :: EmojiSet ,
298
+ nostr:: Kind :: ReleaseArtifactSet => Self :: ReleaseArtifactSet ,
299
299
nostr:: Kind :: RelayList => Self :: RelayList ,
300
300
nostr:: Kind :: Authentication => Self :: Authentication ,
301
301
nostr:: Kind :: WalletConnectRequest => Self :: WalletConnectRequest ,
@@ -366,14 +366,14 @@ impl From<KindEnum> for nostr::Kind {
366
366
KindEnum :: SimpleGroups => Self :: SimpleGroups ,
367
367
KindEnum :: Interests => Self :: Interests ,
368
368
KindEnum :: Emojis => Self :: Emojis ,
369
- KindEnum :: FollowSets => Self :: FollowSets ,
370
- KindEnum :: RelaySets => Self :: RelaySets ,
371
- KindEnum :: BookmarkSets => Self :: BookmarkSets ,
372
- KindEnum :: ArticlesCurationSets => Self :: ArticlesCurationSets ,
373
- KindEnum :: VideosCurationSets => Self :: VideosCurationSets ,
374
- KindEnum :: InterestSets => Self :: InterestSets ,
375
- KindEnum :: EmojiSets => Self :: EmojiSets ,
376
- KindEnum :: ReleaseArtifactSets => Self :: ReleaseArtifactSets ,
369
+ KindEnum :: FollowSet => Self :: FollowSet ,
370
+ KindEnum :: RelaySet => Self :: RelaySet ,
371
+ KindEnum :: BookmarkSet => Self :: BookmarkSet ,
372
+ KindEnum :: ArticlesCurationSet => Self :: ArticlesCurationSet ,
373
+ KindEnum :: VideosCurationSet => Self :: VideosCurationSet ,
374
+ KindEnum :: InterestSet => Self :: InterestSet ,
375
+ KindEnum :: EmojiSet => Self :: EmojiSet ,
376
+ KindEnum :: ReleaseArtifactSet => Self :: ReleaseArtifactSet ,
377
377
KindEnum :: RelayList => Self :: RelayList ,
378
378
KindEnum :: Authentication => Self :: Authentication ,
379
379
KindEnum :: WalletConnectRequest => Self :: WalletConnectRequest ,
0 commit comments