RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
lemmy-js-client
Versions diffs
0.17.0-rc.7 → 0.17.0-rc.8
lemmy-js-client 0.17.0-rc.7 → 0.17.0-rc.8
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/interfaces/api/site.d.ts
+1
-1
package/dist/interfaces/source.d.ts
+1
-1
package/package.json
+1
-1
package/dist/interfaces/api/site.d.ts
CHANGED
Viewed
@@ -58,7 +58,7 @@ export interface GetModlogResponse {
58
58
}
59
59
export interface CreateSite {
60
60
name: string;
61
-
sidebar
?:
string
;
61
+
sidebar
:
Option<
string
>;
62
62
description?: string;
63
63
icon?: string;
64
64
banner?: string;
package/dist/interfaces/source.d.ts
CHANGED
Viewed
@@ -47,7 +47,7 @@ export interface Site {
47
47
open_registration: boolean;
48
48
enable_nsfw: boolean;
49
49
icon?: string;
50
-
banner
:
Option<
string
>;
50
+
banner
?:
string
;
51
51
description?: string;
52
52
community_creation_admin_only: boolean;
53
53
require_email_verification: boolean;
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.17.0-rc.
7
",
4
+
"version": "0.17.0-rc.
8
",
5
5
"author": "Dessalines <tyhou13@gmx.com>",
6
6
"license": "AGPL-3.0",
7
7
"main": "./dist/index.js",