Skip to content

Commit

Permalink
chore: add type for filtering by workflow run ids to messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbell committed Feb 25, 2025
1 parent d78c0d1 commit 833dcfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knocklabs/node",
"version": "0.6.17",
"version": "0.6.18",
"description": "Library for interacting with the Knock API",
"homepage": "https://github.com/knocklabs/knock-node",
"author": "@knocklabs",
Expand Down
2 changes: 2 additions & 0 deletions src/resources/messages/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export interface ListMessagesOptions extends PaginationOptions {
"inserted_at.gte"?: string;
"inserted_at.lt"?: string;
"inserted_at.lte"?: string;
workflow_run_id?: string;
workflow_recipient_run_id?: string;
}

export interface ListMessageActivitiesOptions extends PaginationOptions {
Expand Down

0 comments on commit 833dcfc

Please sign in to comment.