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

Commit 11f7508

Browse files
authored
fix: Add created_at to event response (#88)
1 parent 144af01 commit 11f7508

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ ___
332332

333333
#### Defined in
334334

335-
[src/types/models.ts:190](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L190)
335+
[src/types/models.ts:191](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L191)
336336

337337
___
338338

src/types/models.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ type Flatten<EventType extends SeamEvent["event_type"]> =
184184
? {
185185
event_id: string
186186
event_type: EventType
187+
created_at: string
187188
} & Extract<SeamEvent, { event_type: EventType }>["payload"]
188189
: never
189190

0 commit comments

Comments
 (0)