Skip to content

Commit

Permalink
types: user
Browse files Browse the repository at this point in the history
  • Loading branch information
ksol committed Sep 20, 2021
1 parent e993cc1 commit 4eb337c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

* types: update user

## 0.3.12

* Log archives: support for pagination
Expand Down
2 changes: 1 addition & 1 deletion src/models/auth/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface User {
tos_accepted: boolean;
email_newsletter: boolean;

confirmed: boolean;
unconfirmed_email: string | null;
created_at: string;

Expand Down Expand Up @@ -47,7 +48,6 @@ export interface UserPreferences {
time_zone: string | null;
locale: string | null;
stream_logs: boolean;
prefers_old_dashboard: boolean;
sticky_search: boolean;
app_sort_key: string | null;
theme: string | null;
Expand Down

0 comments on commit 4eb337c

Please sign in to comment.