Skip to content

Commit

Permalink
feat(kno-2198): add support for 'archived' and 'has_tenant' options f…
Browse files Browse the repository at this point in the history
…or the user feeds API (#16)
  • Loading branch information
bceskavich authored Oct 6, 2022
1 parent 30907fc commit 876d5be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/users/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ export interface BulkIdentifyUser extends IdentifyProperties {
export interface UserFeedOptions extends PaginationOptions {
source?: string;
tenant?: string;
has_tenant?: boolean;
archived?: "include" | "exclude" | "only";
status?: "unread" | "unseen" | "all";
}

0 comments on commit 876d5be

Please sign in to comment.