lemmy-js-client 0.18.1 → 0.18.3-rc.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,5 +9,6 @@ export interface GetPosts {
9
9
  community_id?: CommunityId;
10
10
  community_name?: string;
11
11
  saved_only?: boolean;
12
+ moderator_view?: boolean;
12
13
  auth?: string;
13
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemmy-js-client",
3
- "version": "0.18.1",
3
+ "version": "0.18.3-rc.1",
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",