Skip to content

Commit

Permalink
add workflow categories to ListMessageOpts
Browse files Browse the repository at this point in the history
  • Loading branch information
JEverhart383 committed May 15, 2024
1 parent 2f87180 commit 26916bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/messages/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export interface ListMessagesOptions extends PaginationOptions {
status?: MessageStatus[];
channel_id?: string;
trigger_data?: Record<string, any>;
workflow_categories?: String[];
}

export interface ListMessageActivitiesOptions extends PaginationOptions {
Expand Down

0 comments on commit 26916bb

Please sign in to comment.