We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb8690a + 854776b commit 02c2717Copy full SHA for 02c2717
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.1.18",
+ "version": "1.1.19",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
src/typeDefs/event.ts
@@ -247,7 +247,7 @@ type RepetitionPayload {
247
}
248
249
"""
250
-Event's repetitions. Make Event unique by repetition's payload
+Repetition of the event
251
252
type Repetition {
253
@@ -263,7 +263,12 @@ type Repetition {
263
264
Event's payload patch
265
266
- payload: RepetitionPayload!
+ payload: RepetitionPayload
267
+
268
+ """
269
+ Delta of the event's payload, stringified JSON
270
271
+ delta: String
272
273
274
0 commit comments