lemmy-js-client 0.17.2-rc.2 → 0.17.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,6 @@ import { CommentReplyView, CommentView, CommunityModeratorView, PersonMentionVie
|
|
3
3
|
export interface Login {
|
4
4
|
username_or_email: string;
|
5
5
|
password: string;
|
6
|
-
totp_token?: string;
|
7
6
|
}
|
8
7
|
/**
|
9
8
|
* Register a new user.
|
@@ -85,7 +84,6 @@ export interface SaveUserSettings {
|
|
85
84
|
show_read_posts?: boolean;
|
86
85
|
show_new_post_notifs?: boolean;
|
87
86
|
discussion_languages?: number[];
|
88
|
-
generate_totp?: boolean;
|
89
87
|
auth: string;
|
90
88
|
}
|
91
89
|
export interface ChangePassword {
|