Skip to content

Commit 9adc5d5

Browse files
committed
Merge branch 'feat/new-diff' of github.com:codex-team/hawk.api.nodejs into stage
2 parents 6305a3b + 14c23d7 commit 9adc5d5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/typeDefs/event.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ type RepetitionPayload {
247247
}
248248
249249
"""
250-
Event's repetitions. Make Event unique by repetition's payload
250+
Repetition of the event
251251
"""
252252
type Repetition {
253253
"""
@@ -263,7 +263,12 @@ type Repetition {
263263
"""
264264
Event's payload patch
265265
"""
266-
payload: RepetitionPayload!
266+
payload: RepetitionPayload
267+
268+
"""
269+
Delta of the event's payload, stringified JSON
270+
"""
271+
delta: String
267272
}
268273
269274
"""

0 commit comments

Comments
 (0)