Skip to content

Commit 59cf781

Browse files
axshaniilyamerman
andauthored
added changes attribute to CustomerUpdated event (#326)
* added changes attribute to CustomerUpdated event * Update events.ts --------- Co-authored-by: Ilya Merman <[email protected]>
1 parent e6dcda6 commit 59cf781

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/events.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ export type CustomerCreated = BaseEvent & {
233233

234234
export type CustomerUpdated = BaseEvent & {
235235
type: "customer.updated"
236+
attributes:{
237+
changes?: object
238+
}
236239
relationships: {
237240
customer: Relationship
238241
}

0 commit comments

Comments
 (0)