We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78c0d1 commit ffa1975Copy full SHA for ffa1975
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@knocklabs/node",
3
- "version": "0.6.17",
+ "version": "0.6.18",
4
"description": "Library for interacting with the Knock API",
5
"homepage": "https://github.com/knocklabs/knock-node",
6
"author": "@knocklabs",
src/resources/messages/interfaces.ts
@@ -50,6 +50,8 @@ export interface ListMessagesOptions extends PaginationOptions {
50
"inserted_at.gte"?: string;
51
"inserted_at.lt"?: string;
52
"inserted_at.lte"?: string;
53
+ workflow_run_id?: string;
54
+ workflow_recipient_run_id?: string;
55
}
56
57
export interface ListMessageActivitiesOptions extends PaginationOptions {
0 commit comments