mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
commit
4b8f765456
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "lemmy-js-client",
|
||||
"description": "A javascript / typescript client for Lemmy",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0-rc.1",
|
||||
"author": "Dessalines <tyhou13@gmx.com>",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/index.js",
|
||||
|
|
|
@ -46,7 +46,7 @@ export interface SaveUserSettings {
|
|||
lang: string;
|
||||
avatar?: string;
|
||||
banner?: string;
|
||||
preferred_username?: string; // The display name
|
||||
display_name?: string;
|
||||
email?: string;
|
||||
bio?: string;
|
||||
matrix_user_id?: string;
|
||||
|
|
|
@ -14,7 +14,7 @@ export interface LocalUserSettings {
|
|||
export interface PersonSafe {
|
||||
id: number;
|
||||
name: string;
|
||||
preferred_username?: string;
|
||||
display_name?: string;
|
||||
avatar?: string;
|
||||
banned: boolean;
|
||||
published: string;
|
||||
|
|
Loading…
Reference in a new issue