Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/gen/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ export interface AggregatedActivityResponse {

user_count: number;

user_count_truncated: boolean;

activities: ActivityResponse[];
}

Expand Down Expand Up @@ -8050,6 +8052,8 @@ export interface NotificationSettings {
}

export interface NotificationStatusResponse {
count_truncated: boolean;

unread: number;

unseen: number;
Expand Down