RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
lemmy-js-client
Versions diffs
0.19.0-alpha.15 → 0.19.0-alpha.16
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.
Files changed (3)
hide
show
package/dist/types/CommentReplyView.d.ts
+1
-0
package/dist/types/PersonMentionView.d.ts
+1
-0
package/package.json
+1
-1
package/dist/types/CommentReplyView.d.ts
CHANGED
Viewed
@@ -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;
package/dist/types/PersonMentionView.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",