n8n-nodes-base 1.86.1 → 1.88.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/dist/credentials/HttpBearerAuth.credentials.js +63 -0
  2. package/dist/credentials/HttpBearerAuth.credentials.js.map +1 -0
  3. package/dist/credentials/MicrosoftAzureCosmosDbSharedKeyApi.credentials.js +109 -0
  4. package/dist/credentials/MicrosoftAzureCosmosDbSharedKeyApi.credentials.js.map +1 -0
  5. package/dist/credentials/SalesforceJwtApi.credentials.js +60 -0
  6. package/dist/credentials/SalesforceJwtApi.credentials.js.map +1 -1
  7. package/dist/known/credentials.json +11 -0
  8. package/dist/known/nodes.json +4 -0
  9. package/dist/nodes/Brevo/__schema__/v1.0.0/contact/getAll.json +1 -9
  10. package/dist/nodes/Dropbox/__schema__/v1.0.0/file/download.json +2 -5
  11. package/dist/nodes/EmailReadImap/v2/utils.js +4 -1
  12. package/dist/nodes/EmailReadImap/v2/utils.js.map +1 -1
  13. package/dist/nodes/Form/Form.node.js +2 -2
  14. package/dist/nodes/Form/Form.node.js.map +1 -1
  15. package/dist/nodes/Form/v2/FormTriggerV2.node.js +2 -2
  16. package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
  17. package/dist/nodes/Google/Analytics/__schema__/v2.0.0/report/get.json +2 -2
  18. package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json +7 -1
  19. package/dist/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/get.json +1 -13
  20. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/get.json +1 -7
  21. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json +1 -7
  22. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/thread/get.json +4 -4
  23. package/dist/nodes/Google/YouTube/__schema__/v1.0.0/video/get.json +1 -35
  24. package/dist/nodes/Google/YouTube/__schema__/v1.0.0/video/rate.json +9 -0
  25. package/dist/nodes/HaloPSA/__schema__/v1.0.0/client/getAll.json +147 -1
  26. package/dist/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json +1 -4
  27. package/dist/nodes/Hubspot/__schema__/v2.1.0/contact/search.json +4 -1
  28. package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json +1 -52
  29. package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/search.json +5 -2
  30. package/dist/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json +1 -258
  31. package/dist/nodes/ItemLists/__schema__/v3.0.0/itemList/limit.json +9 -0
  32. package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +84 -1
  33. package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +4 -565
  34. package/dist/nodes/Lemlist/__schema__/v2.0.0/campaign/getAll.json +1 -10
  35. package/dist/nodes/Linear/__schema__/v1.0.0/issue/create.json +12 -1
  36. package/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.node.js +87 -0
  37. package/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.node.js.map +1 -0
  38. package/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.node.json +18 -0
  39. package/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.svg +1 -0
  40. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/common.js +163 -0
  41. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/common.js.map +1 -0
  42. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/Container.resource.js +141 -0
  43. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/Container.resource.js.map +1 -0
  44. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/create.operation.js +166 -0
  45. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/create.operation.js.map +1 -0
  46. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/delete.operation.js +40 -0
  47. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/delete.operation.js.map +1 -0
  48. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/get.operation.js +47 -0
  49. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/get.operation.js.map +1 -0
  50. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/getAll.operation.js +47 -0
  51. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/container/getAll.operation.js.map +1 -0
  52. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/index.js +42 -0
  53. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/index.js.map +1 -0
  54. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/Item.resource.js +210 -0
  55. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/Item.resource.js.map +1 -0
  56. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/create.operation.js +72 -0
  57. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/create.operation.js.map +1 -0
  58. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/delete.operation.js +64 -0
  59. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/delete.operation.js.map +1 -0
  60. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/get.operation.js +77 -0
  61. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/get.operation.js.map +1 -0
  62. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/getAll.operation.js +48 -0
  63. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/getAll.operation.js.map +1 -0
  64. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/query.operation.js +102 -0
  65. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/query.operation.js.map +1 -0
  66. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/update.operation.js +83 -0
  67. package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/update.operation.js.map +1 -0
  68. package/dist/nodes/Microsoft/AzureCosmosDb/helpers/constants.js +52 -0
  69. package/dist/nodes/Microsoft/AzureCosmosDb/helpers/constants.js.map +1 -0
  70. package/dist/nodes/Microsoft/AzureCosmosDb/helpers/errorHandler.js +108 -0
  71. package/dist/nodes/Microsoft/AzureCosmosDb/helpers/errorHandler.js.map +1 -0
  72. package/dist/nodes/Microsoft/AzureCosmosDb/helpers/interfaces.js +17 -0
  73. package/dist/nodes/Microsoft/AzureCosmosDb/helpers/interfaces.js.map +1 -0
  74. package/dist/nodes/Microsoft/AzureCosmosDb/helpers/utils.js +200 -0
  75. package/dist/nodes/Microsoft/AzureCosmosDb/helpers/utils.js.map +1 -0
  76. package/dist/nodes/Microsoft/AzureCosmosDb/methods/index.js +39 -0
  77. package/dist/nodes/Microsoft/AzureCosmosDb/methods/index.js.map +1 -0
  78. package/dist/nodes/Microsoft/AzureCosmosDb/methods/listSearch.js +75 -0
  79. package/dist/nodes/Microsoft/AzureCosmosDb/methods/listSearch.js.map +1 -0
  80. package/dist/nodes/Microsoft/AzureCosmosDb/transport/index.js +43 -0
  81. package/dist/nodes/Microsoft/AzureCosmosDb/transport/index.js.map +1 -0
  82. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json +92 -1
  83. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json +3 -81
  84. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +28 -1
  85. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +82 -1
  86. package/dist/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json +4 -1
  87. package/dist/nodes/Notion/__schema__/v2.2.0/databasePage/create.json +1 -4
  88. package/dist/nodes/Notion/__schema__/v2.2.0/databasePage/getAll.json +1 -4
  89. package/dist/nodes/Odoo/__schema__/v1.0.0/custom/get.json +1 -4
  90. package/dist/nodes/Odoo/__schema__/v1.0.0/custom/getAll.json +4 -1
  91. package/dist/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json +1 -4
  92. package/dist/nodes/Phantombuster/__schema__/v1.0.0/agent/getOutput.json +1 -10
  93. package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/search.json +12 -1
  94. package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +2 -2
  95. package/dist/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json +4 -1
  96. package/dist/nodes/Salesforce/__schema__/v1.0.0/search/query.json +1 -4
  97. package/dist/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/getAll.json +1 -4
  98. package/dist/nodes/Slack/__schema__/v2.3.0/channel/history.json +4 -44
  99. package/dist/nodes/Ssh/__schema__/v1.0.0/command/execute.json +1 -4
  100. package/dist/nodes/Supabase/__schema__/v1.0.0/row/delete.json +7 -1
  101. package/dist/nodes/Telegram/__schema__/v1.2.0/chat/get.json +1 -10
  102. package/dist/nodes/Telegram/__schema__/v1.2.0/chat/member.json +1 -4
  103. package/dist/nodes/Transform/Summarize/utils.js +1 -1
  104. package/dist/nodes/Transform/Summarize/utils.js.map +1 -1
  105. package/dist/nodes/Trello/__schema__/v1.0.0/list/getAll.json +1 -4
  106. package/dist/nodes/Trello/__schema__/v1.0.0/list/getCards.json +4 -7
  107. package/dist/nodes/Twitter/__schema__/v2.0.0/tweet/search.json +1 -4
  108. package/dist/nodes/Wait/Wait.node.js +2 -2
  109. package/dist/nodes/Wait/Wait.node.js.map +1 -1
  110. package/dist/nodes/Webhook/error.d.ts +8 -0
  111. package/dist/nodes/Webhook/utils.d.ts +32 -0
  112. package/dist/nodes/Webhook/utils.js +13 -0
  113. package/dist/nodes/Webhook/utils.js.map +1 -1
  114. package/dist/nodes/Wordpress/__schema__/v1.0.0/post/getAll.json +9 -1
  115. package/dist/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json +1 -15
  116. package/dist/test/nodes/FakeCredentialsMap.js +36 -0
  117. package/dist/test/nodes/FakeCredentialsMap.js.map +1 -1
  118. package/dist/test/nodes/Helpers.js +1 -1
  119. package/dist/test/nodes/Helpers.js.map +1 -1
  120. package/dist/types/credentials.json +3 -1
  121. package/dist/types/nodes.json +6 -5
  122. package/package.json +12 -9
@@ -7,38 +7,7 @@
7
7
  "fields": {
8
8
  "type": "object",
9
9
  "properties": {
10
- "aggregateprogress": {
11
- "type": "object",
12
- "properties": {
13
- "progress": {
14
- "type": "integer"
15
- },
16
- "total": {
17
- "type": "integer"
18
- }
19
- }
20
- },
21
- "components": {
22
- "type": "array",
23
- "items": {
24
- "type": "object",
25
- "properties": {
26
- "id": {
27
- "type": "string"
28
- },
29
- "name": {
30
- "type": "string"
31
- },
32
- "self": {
33
- "type": "string"
34
- }
35
- }
36
- }
37
- },
38
- "created": {
39
- "type": "string"
40
- },
41
- "creator": {
10
+ "assignee": {
42
11
  "type": "object",
43
12
  "properties": {
44
13
  "accountId": {
@@ -81,387 +50,8 @@
81
50
  }
82
51
  }
83
52
  },
84
- "fixVersions": {
85
- "type": "array",
86
- "items": {
87
- "type": "object",
88
- "properties": {
89
- "archived": {
90
- "type": "boolean"
91
- },
92
- "description": {
93
- "type": "string"
94
- },
95
- "id": {
96
- "type": "string"
97
- },
98
- "name": {
99
- "type": "string"
100
- },
101
- "released": {
102
- "type": "boolean"
103
- },
104
- "self": {
105
- "type": "string"
106
- }
107
- }
108
- }
109
- },
110
- "issuelinks": {
111
- "type": "array",
112
- "items": {
113
- "type": "object",
114
- "properties": {
115
- "id": {
116
- "type": "string"
117
- },
118
- "inwardIssue": {
119
- "type": "object",
120
- "properties": {
121
- "fields": {
122
- "type": "object",
123
- "properties": {
124
- "issuetype": {
125
- "type": "object",
126
- "properties": {
127
- "avatarId": {
128
- "type": "integer"
129
- },
130
- "description": {
131
- "type": "string"
132
- },
133
- "hierarchyLevel": {
134
- "type": "integer"
135
- },
136
- "iconUrl": {
137
- "type": "string"
138
- },
139
- "id": {
140
- "type": "string"
141
- },
142
- "name": {
143
- "type": "string"
144
- },
145
- "self": {
146
- "type": "string"
147
- },
148
- "subtask": {
149
- "type": "boolean"
150
- }
151
- }
152
- },
153
- "priority": {
154
- "type": "object",
155
- "properties": {
156
- "iconUrl": {
157
- "type": "string"
158
- },
159
- "id": {
160
- "type": "string"
161
- },
162
- "name": {
163
- "type": "string"
164
- },
165
- "self": {
166
- "type": "string"
167
- }
168
- }
169
- },
170
- "status": {
171
- "type": "object",
172
- "properties": {
173
- "description": {
174
- "type": "string"
175
- },
176
- "iconUrl": {
177
- "type": "string"
178
- },
179
- "id": {
180
- "type": "string"
181
- },
182
- "name": {
183
- "type": "string"
184
- },
185
- "self": {
186
- "type": "string"
187
- },
188
- "statusCategory": {
189
- "type": "object",
190
- "properties": {
191
- "colorName": {
192
- "type": "string"
193
- },
194
- "id": {
195
- "type": "integer"
196
- },
197
- "key": {
198
- "type": "string"
199
- },
200
- "name": {
201
- "type": "string"
202
- },
203
- "self": {
204
- "type": "string"
205
- }
206
- }
207
- }
208
- }
209
- },
210
- "summary": {
211
- "type": "string"
212
- }
213
- }
214
- },
215
- "id": {
216
- "type": "string"
217
- },
218
- "key": {
219
- "type": "string"
220
- },
221
- "self": {
222
- "type": "string"
223
- }
224
- }
225
- },
226
- "outwardIssue": {
227
- "type": "object",
228
- "properties": {
229
- "fields": {
230
- "type": "object",
231
- "properties": {
232
- "issuetype": {
233
- "type": "object",
234
- "properties": {
235
- "avatarId": {
236
- "type": "integer"
237
- },
238
- "description": {
239
- "type": "string"
240
- },
241
- "hierarchyLevel": {
242
- "type": "integer"
243
- },
244
- "iconUrl": {
245
- "type": "string"
246
- },
247
- "id": {
248
- "type": "string"
249
- },
250
- "name": {
251
- "type": "string"
252
- },
253
- "self": {
254
- "type": "string"
255
- },
256
- "subtask": {
257
- "type": "boolean"
258
- }
259
- }
260
- },
261
- "priority": {
262
- "type": "object",
263
- "properties": {
264
- "iconUrl": {
265
- "type": "string"
266
- },
267
- "id": {
268
- "type": "string"
269
- },
270
- "name": {
271
- "type": "string"
272
- },
273
- "self": {
274
- "type": "string"
275
- }
276
- }
277
- },
278
- "status": {
279
- "type": "object",
280
- "properties": {
281
- "description": {
282
- "type": "string"
283
- },
284
- "iconUrl": {
285
- "type": "string"
286
- },
287
- "id": {
288
- "type": "string"
289
- },
290
- "name": {
291
- "type": "string"
292
- },
293
- "self": {
294
- "type": "string"
295
- },
296
- "statusCategory": {
297
- "type": "object",
298
- "properties": {
299
- "colorName": {
300
- "type": "string"
301
- },
302
- "id": {
303
- "type": "integer"
304
- },
305
- "key": {
306
- "type": "string"
307
- },
308
- "name": {
309
- "type": "string"
310
- },
311
- "self": {
312
- "type": "string"
313
- }
314
- }
315
- }
316
- }
317
- },
318
- "summary": {
319
- "type": "string"
320
- }
321
- }
322
- },
323
- "id": {
324
- "type": "string"
325
- },
326
- "key": {
327
- "type": "string"
328
- },
329
- "self": {
330
- "type": "string"
331
- }
332
- }
333
- },
334
- "self": {
335
- "type": "string"
336
- },
337
- "type": {
338
- "type": "object",
339
- "properties": {
340
- "id": {
341
- "type": "string"
342
- },
343
- "inward": {
344
- "type": "string"
345
- },
346
- "name": {
347
- "type": "string"
348
- },
349
- "outward": {
350
- "type": "string"
351
- },
352
- "self": {
353
- "type": "string"
354
- }
355
- }
356
- }
357
- }
358
- }
359
- },
360
- "issuetype": {
361
- "type": "object",
362
- "properties": {
363
- "avatarId": {
364
- "type": "integer"
365
- },
366
- "description": {
367
- "type": "string"
368
- },
369
- "entityId": {
370
- "type": "string"
371
- },
372
- "hierarchyLevel": {
373
- "type": "integer"
374
- },
375
- "iconUrl": {
376
- "type": "string"
377
- },
378
- "id": {
379
- "type": "string"
380
- },
381
- "name": {
382
- "type": "string"
383
- },
384
- "self": {
385
- "type": "string"
386
- },
387
- "subtask": {
388
- "type": "boolean"
389
- }
390
- }
391
- },
392
- "labels": {
393
- "type": "array",
394
- "items": {
395
- "type": "string"
396
- }
397
- },
398
- "priority": {
399
- "type": "object",
400
- "properties": {
401
- "iconUrl": {
402
- "type": "string"
403
- },
404
- "id": {
405
- "type": "string"
406
- },
407
- "name": {
408
- "type": "string"
409
- },
410
- "self": {
411
- "type": "string"
412
- }
413
- }
414
- },
415
- "progress": {
416
- "type": "object",
417
- "properties": {
418
- "progress": {
419
- "type": "integer"
420
- },
421
- "total": {
422
- "type": "integer"
423
- }
424
- }
425
- },
426
- "project": {
427
- "type": "object",
428
- "properties": {
429
- "avatarUrls": {
430
- "type": "object",
431
- "properties": {
432
- "16x16": {
433
- "type": "string"
434
- },
435
- "24x24": {
436
- "type": "string"
437
- },
438
- "32x32": {
439
- "type": "string"
440
- },
441
- "48x48": {
442
- "type": "string"
443
- }
444
- }
445
- },
446
- "id": {
447
- "type": "string"
448
- },
449
- "key": {
450
- "type": "string"
451
- },
452
- "name": {
453
- "type": "string"
454
- },
455
- "projectTypeKey": {
456
- "type": "string"
457
- },
458
- "self": {
459
- "type": "string"
460
- },
461
- "simplified": {
462
- "type": "boolean"
463
- }
464
- }
53
+ "created": {
54
+ "type": "string"
465
55
  },
466
56
  "reporter": {
467
57
  "type": "object",
@@ -506,9 +96,6 @@
506
96
  }
507
97
  }
508
98
  },
509
- "security": {
510
- "type": "null"
511
- },
512
99
  "status": {
513
100
  "type": "object",
514
101
  "properties": {
@@ -549,156 +136,8 @@
549
136
  }
550
137
  }
551
138
  },
552
- "statuscategorychangedate": {
553
- "type": "string"
554
- },
555
- "subtasks": {
556
- "type": "array",
557
- "items": {
558
- "type": "object",
559
- "properties": {
560
- "fields": {
561
- "type": "object",
562
- "properties": {
563
- "issuetype": {
564
- "type": "object",
565
- "properties": {
566
- "avatarId": {
567
- "type": "integer"
568
- },
569
- "description": {
570
- "type": "string"
571
- },
572
- "hierarchyLevel": {
573
- "type": "integer"
574
- },
575
- "iconUrl": {
576
- "type": "string"
577
- },
578
- "id": {
579
- "type": "string"
580
- },
581
- "name": {
582
- "type": "string"
583
- },
584
- "self": {
585
- "type": "string"
586
- },
587
- "subtask": {
588
- "type": "boolean"
589
- }
590
- }
591
- },
592
- "priority": {
593
- "type": "object",
594
- "properties": {
595
- "iconUrl": {
596
- "type": "string"
597
- },
598
- "id": {
599
- "type": "string"
600
- },
601
- "name": {
602
- "type": "string"
603
- },
604
- "self": {
605
- "type": "string"
606
- }
607
- }
608
- },
609
- "status": {
610
- "type": "object",
611
- "properties": {
612
- "description": {
613
- "type": "string"
614
- },
615
- "iconUrl": {
616
- "type": "string"
617
- },
618
- "id": {
619
- "type": "string"
620
- },
621
- "name": {
622
- "type": "string"
623
- },
624
- "self": {
625
- "type": "string"
626
- },
627
- "statusCategory": {
628
- "type": "object",
629
- "properties": {
630
- "colorName": {
631
- "type": "string"
632
- },
633
- "id": {
634
- "type": "integer"
635
- },
636
- "key": {
637
- "type": "string"
638
- },
639
- "name": {
640
- "type": "string"
641
- },
642
- "self": {
643
- "type": "string"
644
- }
645
- }
646
- }
647
- }
648
- },
649
- "summary": {
650
- "type": "string"
651
- }
652
- }
653
- },
654
- "id": {
655
- "type": "string"
656
- },
657
- "key": {
658
- "type": "string"
659
- },
660
- "self": {
661
- "type": "string"
662
- }
663
- }
664
- }
665
- },
666
139
  "summary": {
667
140
  "type": "string"
668
- },
669
- "updated": {
670
- "type": "string"
671
- },
672
- "votes": {
673
- "type": "object",
674
- "properties": {
675
- "hasVoted": {
676
- "type": "boolean"
677
- },
678
- "self": {
679
- "type": "string"
680
- },
681
- "votes": {
682
- "type": "integer"
683
- }
684
- }
685
- },
686
- "watches": {
687
- "type": "object",
688
- "properties": {
689
- "isWatching": {
690
- "type": "boolean"
691
- },
692
- "self": {
693
- "type": "string"
694
- },
695
- "watchCount": {
696
- "type": "integer"
697
- }
698
- }
699
- },
700
- "workratio": {
701
- "type": "integer"
702
141
  }
703
142
  }
704
143
  },
@@ -712,5 +151,5 @@
712
151
  "type": "string"
713
152
  }
714
153
  },
715
- "version": 1
154
+ "version": 2
716
155
  }
@@ -10,15 +10,6 @@
10
10
  "createdBy": {
11
11
  "type": "string"
12
12
  },
13
- "errors": {
14
- "type": "array",
15
- "items": {
16
- "type": "string"
17
- }
18
- },
19
- "hasError": {
20
- "type": "boolean"
21
- },
22
13
  "name": {
23
14
  "type": "string"
24
15
  },
@@ -26,5 +17,5 @@
26
17
  "type": "string"
27
18
  }
28
19
  },
29
- "version": 1
20
+ "version": 2
30
21
  }
@@ -7,6 +7,17 @@
7
7
  "createdAt": {
8
8
  "type": "string"
9
9
  },
10
+ "creator": {
11
+ "type": "object",
12
+ "properties": {
13
+ "displayName": {
14
+ "type": "string"
15
+ },
16
+ "id": {
17
+ "type": "string"
18
+ }
19
+ }
20
+ },
10
21
  "dueDate": {
11
22
  "type": "null"
12
23
  },
@@ -34,5 +45,5 @@
34
45
  "type": "string"
35
46
  }
36
47
  },
37
- "version": 1
48
+ "version": 2
38
49
  }