Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 169baa4

Browse files
fix: Add connected_account_id param + update docs (#153)
1 parent 1f51122 commit 169baa4

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/interfaces/EventsListRequest.md

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/route-requests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,5 @@ export interface EventsListRequest {
132132
device_id?: string
133133
event_types?: string[]
134134
event_type?: string
135+
connected_account_id?: string
135136
}

0 commit comments

Comments
 (0)