lemmy-js-client 0.19.0-alpha.15 → 0.19.0-alpha.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,7 @@ export interface CommentReplyView {
14
14
  recipient: Person;
15
15
  counts: CommentAggregates;
16
16
  creator_banned_from_community: boolean;
17
+ creator_is_moderator: boolean;
17
18
  subscribed: SubscribedType;
18
19
  saved: boolean;
19
20
  creator_blocked: boolean;
@@ -14,6 +14,7 @@ export interface PersonMentionView {
14
14
  recipient: Person;
15
15
  counts: CommentAggregates;
16
16
  creator_banned_from_community: boolean;
17
+ creator_is_moderator: boolean;
17
18
  subscribed: SubscribedType;
18
19
  saved: boolean;
19
20
  creator_blocked: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemmy-js-client",
3
- "version": "0.19.0-alpha.15",
3
+ "version": "0.19.0-alpha.16",
4
4
  "description": "A javascript / typescript client for Lemmy",
5
5
  "repository": "https://github.com/LemmyNet/lemmy-js-client",
6
6
  "license": "AGPL-3.0",