RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
lemmy-js-client
Versions diffs
0.19.4-alpha.12 → 0.19.4-alpha.13
lemmy-js-client 0.19.4-alpha.12 → 0.19.4-alpha.13
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
+
banned_from_community: boolean;
17
18
creator_is_moderator: boolean;
18
19
creator_is_admin: boolean;
19
20
subscribed: SubscribedType;
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
+
banned_from_community: boolean;
17
18
creator_is_moderator: boolean;
18
19
creator_is_admin: boolean;
19
20
subscribed: SubscribedType;
package/package.json
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "lemmy-js-client",
3
3
"description": "A javascript / typescript client for Lemmy",
4
-
"version": "0.19.4-alpha.
12
",
4
+
"version": "0.19.4-alpha.
13
",
5
5
"author": "Dessalines <tyhou13@gmx.com>",
6
6
"license": "AGPL-3.0",
7
7
"main": "./dist/index.js",