lemmy-js-client 0.19.2-alpha.2 → 0.19.2-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,4 +8,5 @@ export interface CreateCommunity {
8
8
  nsfw?: boolean;
9
9
  posting_restricted_to_mods?: boolean;
10
10
  discussion_languages?: Array<LanguageId>;
11
+ local_only?: boolean;
11
12
  }
@@ -9,4 +9,5 @@ export interface EditCommunity {
9
9
  nsfw?: boolean;
10
10
  posting_restricted_to_mods?: boolean;
11
11
  discussion_languages?: Array<LanguageId>;
12
+ local_only?: boolean;
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemmy-js-client",
3
- "version": "0.19.2-alpha.2",
3
+ "version": "0.19.2-alpha.3",
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",