diff --git a/src/resources/users/interfaces.ts b/src/resources/users/interfaces.ts index b995830..166076b 100644 --- a/src/resources/users/interfaces.ts +++ b/src/resources/users/interfaces.ts @@ -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"; }