@elizaos/plugin-n8n-workflow 1.2.1 → 1.2.2

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 (49) hide show
  1. package/dist/data/defaultNodes.json +4 -1
  2. package/dist/data/schemaIndex.json +1 -1
  3. package/dist/data/triggerSchemaIndex.json +1110 -5
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.js +2 -0
  6. package/dist/index.js.map +1 -1
  7. package/dist/routes/_helpers.d.ts +11 -0
  8. package/dist/routes/_helpers.d.ts.map +1 -0
  9. package/dist/routes/_helpers.js +22 -0
  10. package/dist/routes/_helpers.js.map +1 -0
  11. package/dist/routes/executions.d.ts +3 -0
  12. package/dist/routes/executions.d.ts.map +1 -0
  13. package/dist/routes/executions.js +49 -0
  14. package/dist/routes/executions.js.map +1 -0
  15. package/dist/routes/index.d.ts +3 -0
  16. package/dist/routes/index.d.ts.map +1 -0
  17. package/dist/routes/index.js +11 -0
  18. package/dist/routes/index.js.map +1 -0
  19. package/dist/routes/nodes.d.ts +3 -0
  20. package/dist/routes/nodes.d.ts.map +1 -0
  21. package/dist/routes/nodes.js +149 -0
  22. package/dist/routes/nodes.js.map +1 -0
  23. package/dist/routes/validation.d.ts +3 -0
  24. package/dist/routes/validation.d.ts.map +1 -0
  25. package/dist/routes/validation.js +35 -0
  26. package/dist/routes/validation.js.map +1 -0
  27. package/dist/routes/workflows.d.ts +3 -0
  28. package/dist/routes/workflows.d.ts.map +1 -0
  29. package/dist/routes/workflows.js +227 -0
  30. package/dist/routes/workflows.js.map +1 -0
  31. package/dist/services/n8n-credential-store.d.ts +2 -1
  32. package/dist/services/n8n-credential-store.d.ts.map +1 -1
  33. package/dist/services/n8n-credential-store.js +11 -0
  34. package/dist/services/n8n-credential-store.js.map +1 -1
  35. package/dist/services/n8n-workflow-service.d.ts +9 -0
  36. package/dist/services/n8n-workflow-service.d.ts.map +1 -1
  37. package/dist/services/n8n-workflow-service.js +4 -0
  38. package/dist/services/n8n-workflow-service.js.map +1 -1
  39. package/dist/types/index.d.ts +5 -0
  40. package/dist/types/index.d.ts.map +1 -1
  41. package/dist/types/index.js.map +1 -1
  42. package/dist/utils/catalog.d.ts +2 -0
  43. package/dist/utils/catalog.d.ts.map +1 -1
  44. package/dist/utils/catalog.js +4 -0
  45. package/dist/utils/catalog.js.map +1 -1
  46. package/dist/utils/workflow.d.ts.map +1 -1
  47. package/dist/utils/workflow.js +42 -4
  48. package/dist/utils/workflow.js.map +1 -1
  49. package/package.json +1 -1
@@ -1,12 +1,1117 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-02-16T05:06:17.138Z",
3
+ "generatedAt": "2026-02-18T17:20:54.059Z",
4
4
  "source": "execution",
5
- "triggers": {},
5
+ "triggers": {
6
+ "n8n-nodes-base.githubTrigger": {
7
+ "outputSchema": {
8
+ "type": "object",
9
+ "properties": {
10
+ "body": {
11
+ "type": "object",
12
+ "properties": {
13
+ "ref": {
14
+ "type": "string"
15
+ },
16
+ "before": {
17
+ "type": "string"
18
+ },
19
+ "after": {
20
+ "type": "string"
21
+ },
22
+ "repository": {
23
+ "type": "object",
24
+ "properties": {
25
+ "id": {
26
+ "type": "integer"
27
+ },
28
+ "node_id": {
29
+ "type": "string"
30
+ },
31
+ "name": {
32
+ "type": "string"
33
+ },
34
+ "full_name": {
35
+ "type": "string"
36
+ },
37
+ "private": {
38
+ "type": "boolean"
39
+ },
40
+ "owner": {
41
+ "type": "object",
42
+ "properties": {
43
+ "name": {
44
+ "type": "string"
45
+ },
46
+ "email": {
47
+ "type": "string"
48
+ },
49
+ "login": {
50
+ "type": "string"
51
+ },
52
+ "id": {
53
+ "type": "integer"
54
+ },
55
+ "node_id": {
56
+ "type": "string"
57
+ },
58
+ "avatar_url": {
59
+ "type": "string"
60
+ },
61
+ "gravatar_id": {
62
+ "type": "string"
63
+ },
64
+ "url": {
65
+ "type": "string"
66
+ },
67
+ "html_url": {
68
+ "type": "string"
69
+ },
70
+ "followers_url": {
71
+ "type": "string"
72
+ },
73
+ "following_url": {
74
+ "type": "string"
75
+ },
76
+ "gists_url": {
77
+ "type": "string"
78
+ },
79
+ "starred_url": {
80
+ "type": "string"
81
+ },
82
+ "subscriptions_url": {
83
+ "type": "string"
84
+ },
85
+ "organizations_url": {
86
+ "type": "string"
87
+ },
88
+ "repos_url": {
89
+ "type": "string"
90
+ },
91
+ "events_url": {
92
+ "type": "string"
93
+ },
94
+ "received_events_url": {
95
+ "type": "string"
96
+ },
97
+ "type": {
98
+ "type": "string"
99
+ },
100
+ "user_view_type": {
101
+ "type": "string"
102
+ },
103
+ "site_admin": {
104
+ "type": "boolean"
105
+ }
106
+ }
107
+ },
108
+ "html_url": {
109
+ "type": "string"
110
+ },
111
+ "description": {
112
+ "type": "null"
113
+ },
114
+ "fork": {
115
+ "type": "boolean"
116
+ },
117
+ "url": {
118
+ "type": "string"
119
+ },
120
+ "forks_url": {
121
+ "type": "string"
122
+ },
123
+ "keys_url": {
124
+ "type": "string"
125
+ },
126
+ "collaborators_url": {
127
+ "type": "string"
128
+ },
129
+ "teams_url": {
130
+ "type": "string"
131
+ },
132
+ "hooks_url": {
133
+ "type": "string"
134
+ },
135
+ "issue_events_url": {
136
+ "type": "string"
137
+ },
138
+ "events_url": {
139
+ "type": "string"
140
+ },
141
+ "assignees_url": {
142
+ "type": "string"
143
+ },
144
+ "branches_url": {
145
+ "type": "string"
146
+ },
147
+ "tags_url": {
148
+ "type": "string"
149
+ },
150
+ "blobs_url": {
151
+ "type": "string"
152
+ },
153
+ "git_tags_url": {
154
+ "type": "string"
155
+ },
156
+ "git_refs_url": {
157
+ "type": "string"
158
+ },
159
+ "trees_url": {
160
+ "type": "string"
161
+ },
162
+ "statuses_url": {
163
+ "type": "string"
164
+ },
165
+ "languages_url": {
166
+ "type": "string"
167
+ },
168
+ "stargazers_url": {
169
+ "type": "string"
170
+ },
171
+ "contributors_url": {
172
+ "type": "string"
173
+ },
174
+ "subscribers_url": {
175
+ "type": "string"
176
+ },
177
+ "subscription_url": {
178
+ "type": "string"
179
+ },
180
+ "commits_url": {
181
+ "type": "string"
182
+ },
183
+ "git_commits_url": {
184
+ "type": "string"
185
+ },
186
+ "comments_url": {
187
+ "type": "string"
188
+ },
189
+ "issue_comment_url": {
190
+ "type": "string"
191
+ },
192
+ "contents_url": {
193
+ "type": "string"
194
+ },
195
+ "compare_url": {
196
+ "type": "string"
197
+ },
198
+ "merges_url": {
199
+ "type": "string"
200
+ },
201
+ "archive_url": {
202
+ "type": "string"
203
+ },
204
+ "downloads_url": {
205
+ "type": "string"
206
+ },
207
+ "issues_url": {
208
+ "type": "string"
209
+ },
210
+ "pulls_url": {
211
+ "type": "string"
212
+ },
213
+ "milestones_url": {
214
+ "type": "string"
215
+ },
216
+ "notifications_url": {
217
+ "type": "string"
218
+ },
219
+ "labels_url": {
220
+ "type": "string"
221
+ },
222
+ "releases_url": {
223
+ "type": "string"
224
+ },
225
+ "deployments_url": {
226
+ "type": "string"
227
+ },
228
+ "created_at": {
229
+ "type": "integer"
230
+ },
231
+ "updated_at": {
232
+ "type": "string"
233
+ },
234
+ "pushed_at": {
235
+ "type": "integer"
236
+ },
237
+ "git_url": {
238
+ "type": "string"
239
+ },
240
+ "ssh_url": {
241
+ "type": "string"
242
+ },
243
+ "clone_url": {
244
+ "type": "string"
245
+ },
246
+ "svn_url": {
247
+ "type": "string"
248
+ },
249
+ "homepage": {
250
+ "type": "null"
251
+ },
252
+ "size": {
253
+ "type": "integer"
254
+ },
255
+ "stargazers_count": {
256
+ "type": "integer"
257
+ },
258
+ "watchers_count": {
259
+ "type": "integer"
260
+ },
261
+ "language": {
262
+ "type": "null"
263
+ },
264
+ "has_issues": {
265
+ "type": "boolean"
266
+ },
267
+ "has_projects": {
268
+ "type": "boolean"
269
+ },
270
+ "has_downloads": {
271
+ "type": "boolean"
272
+ },
273
+ "has_wiki": {
274
+ "type": "boolean"
275
+ },
276
+ "has_pages": {
277
+ "type": "boolean"
278
+ },
279
+ "has_discussions": {
280
+ "type": "boolean"
281
+ },
282
+ "forks_count": {
283
+ "type": "integer"
284
+ },
285
+ "mirror_url": {
286
+ "type": "null"
287
+ },
288
+ "archived": {
289
+ "type": "boolean"
290
+ },
291
+ "disabled": {
292
+ "type": "boolean"
293
+ },
294
+ "open_issues_count": {
295
+ "type": "integer"
296
+ },
297
+ "license": {
298
+ "type": "null"
299
+ },
300
+ "allow_forking": {
301
+ "type": "boolean"
302
+ },
303
+ "is_template": {
304
+ "type": "boolean"
305
+ },
306
+ "web_commit_signoff_required": {
307
+ "type": "boolean"
308
+ },
309
+ "has_pull_requests": {
310
+ "type": "boolean"
311
+ },
312
+ "pull_request_creation_policy": {
313
+ "type": "string"
314
+ },
315
+ "topics": {
316
+ "type": "array",
317
+ "items": {
318
+ "type": "unknown"
319
+ }
320
+ },
321
+ "visibility": {
322
+ "type": "string"
323
+ },
324
+ "forks": {
325
+ "type": "integer"
326
+ },
327
+ "open_issues": {
328
+ "type": "integer"
329
+ },
330
+ "watchers": {
331
+ "type": "integer"
332
+ },
333
+ "default_branch": {
334
+ "type": "string"
335
+ },
336
+ "stargazers": {
337
+ "type": "integer"
338
+ },
339
+ "master_branch": {
340
+ "type": "string"
341
+ }
342
+ }
343
+ },
344
+ "pusher": {
345
+ "type": "object",
346
+ "properties": {
347
+ "name": {
348
+ "type": "string"
349
+ },
350
+ "email": {
351
+ "type": "string"
352
+ }
353
+ }
354
+ },
355
+ "forced": {
356
+ "type": "boolean"
357
+ },
358
+ "sender": {
359
+ "type": "object",
360
+ "properties": {
361
+ "login": {
362
+ "type": "string"
363
+ },
364
+ "id": {
365
+ "type": "integer"
366
+ },
367
+ "node_id": {
368
+ "type": "string"
369
+ },
370
+ "avatar_url": {
371
+ "type": "string"
372
+ },
373
+ "gravatar_id": {
374
+ "type": "string"
375
+ },
376
+ "url": {
377
+ "type": "string"
378
+ },
379
+ "html_url": {
380
+ "type": "string"
381
+ },
382
+ "followers_url": {
383
+ "type": "string"
384
+ },
385
+ "following_url": {
386
+ "type": "string"
387
+ },
388
+ "gists_url": {
389
+ "type": "string"
390
+ },
391
+ "starred_url": {
392
+ "type": "string"
393
+ },
394
+ "subscriptions_url": {
395
+ "type": "string"
396
+ },
397
+ "organizations_url": {
398
+ "type": "string"
399
+ },
400
+ "repos_url": {
401
+ "type": "string"
402
+ },
403
+ "events_url": {
404
+ "type": "string"
405
+ },
406
+ "received_events_url": {
407
+ "type": "string"
408
+ },
409
+ "type": {
410
+ "type": "string"
411
+ },
412
+ "user_view_type": {
413
+ "type": "string"
414
+ },
415
+ "site_admin": {
416
+ "type": "boolean"
417
+ }
418
+ }
419
+ },
420
+ "created": {
421
+ "type": "boolean"
422
+ },
423
+ "deleted": {
424
+ "type": "boolean"
425
+ },
426
+ "base_ref": {
427
+ "type": "null"
428
+ },
429
+ "compare": {
430
+ "type": "string"
431
+ },
432
+ "commits": {
433
+ "type": "array",
434
+ "items": {
435
+ "type": "object",
436
+ "properties": {
437
+ "id": {
438
+ "type": "string"
439
+ },
440
+ "tree_id": {
441
+ "type": "string"
442
+ },
443
+ "distinct": {
444
+ "type": "boolean"
445
+ },
446
+ "message": {
447
+ "type": "string"
448
+ },
449
+ "timestamp": {
450
+ "type": "string"
451
+ },
452
+ "url": {
453
+ "type": "string"
454
+ },
455
+ "author": {
456
+ "type": "object",
457
+ "properties": {
458
+ "name": {
459
+ "type": "string"
460
+ },
461
+ "email": {
462
+ "type": "string"
463
+ },
464
+ "date": {
465
+ "type": "string"
466
+ },
467
+ "username": {
468
+ "type": "string"
469
+ }
470
+ }
471
+ },
472
+ "committer": {
473
+ "type": "object",
474
+ "properties": {
475
+ "name": {
476
+ "type": "string"
477
+ },
478
+ "email": {
479
+ "type": "string"
480
+ },
481
+ "date": {
482
+ "type": "string"
483
+ },
484
+ "username": {
485
+ "type": "string"
486
+ }
487
+ }
488
+ },
489
+ "added": {
490
+ "type": "array",
491
+ "items": {
492
+ "type": "unknown"
493
+ }
494
+ },
495
+ "removed": {
496
+ "type": "array",
497
+ "items": {
498
+ "type": "unknown"
499
+ }
500
+ },
501
+ "modified": {
502
+ "type": "array",
503
+ "items": {
504
+ "type": "unknown"
505
+ }
506
+ }
507
+ }
508
+ }
509
+ },
510
+ "head_commit": {
511
+ "type": "object",
512
+ "properties": {
513
+ "id": {
514
+ "type": "string"
515
+ },
516
+ "tree_id": {
517
+ "type": "string"
518
+ },
519
+ "distinct": {
520
+ "type": "boolean"
521
+ },
522
+ "message": {
523
+ "type": "string"
524
+ },
525
+ "timestamp": {
526
+ "type": "string"
527
+ },
528
+ "url": {
529
+ "type": "string"
530
+ },
531
+ "author": {
532
+ "type": "object",
533
+ "properties": {
534
+ "name": {
535
+ "type": "string"
536
+ },
537
+ "email": {
538
+ "type": "string"
539
+ },
540
+ "date": {
541
+ "type": "string"
542
+ },
543
+ "username": {
544
+ "type": "string"
545
+ }
546
+ }
547
+ },
548
+ "committer": {
549
+ "type": "object",
550
+ "properties": {
551
+ "name": {
552
+ "type": "string"
553
+ },
554
+ "email": {
555
+ "type": "string"
556
+ },
557
+ "date": {
558
+ "type": "string"
559
+ },
560
+ "username": {
561
+ "type": "string"
562
+ }
563
+ }
564
+ },
565
+ "added": {
566
+ "type": "array",
567
+ "items": {
568
+ "type": "unknown"
569
+ }
570
+ },
571
+ "removed": {
572
+ "type": "array",
573
+ "items": {
574
+ "type": "unknown"
575
+ }
576
+ },
577
+ "modified": {
578
+ "type": "array",
579
+ "items": {
580
+ "type": "unknown"
581
+ }
582
+ }
583
+ }
584
+ }
585
+ }
586
+ },
587
+ "headers": {
588
+ "type": "object",
589
+ "properties": {
590
+ "host": {
591
+ "type": "string"
592
+ },
593
+ "user-agent": {
594
+ "type": "string"
595
+ },
596
+ "content-length": {
597
+ "type": "string"
598
+ },
599
+ "accept": {
600
+ "type": "string"
601
+ },
602
+ "accept-encoding": {
603
+ "type": "string"
604
+ },
605
+ "cdn-loop": {
606
+ "type": "string"
607
+ },
608
+ "cf-connecting-ip": {
609
+ "type": "string"
610
+ },
611
+ "cf-ew-via": {
612
+ "type": "string"
613
+ },
614
+ "cf-ipcountry": {
615
+ "type": "string"
616
+ },
617
+ "cf-ray": {
618
+ "type": "string"
619
+ },
620
+ "cf-visitor": {
621
+ "type": "string"
622
+ },
623
+ "cf-worker": {
624
+ "type": "string"
625
+ },
626
+ "content-type": {
627
+ "type": "string"
628
+ },
629
+ "x-forwarded-for": {
630
+ "type": "string"
631
+ },
632
+ "x-forwarded-host": {
633
+ "type": "string"
634
+ },
635
+ "x-forwarded-port": {
636
+ "type": "string"
637
+ },
638
+ "x-forwarded-proto": {
639
+ "type": "string"
640
+ },
641
+ "x-forwarded-server": {
642
+ "type": "string"
643
+ },
644
+ "x-github-delivery": {
645
+ "type": "string"
646
+ },
647
+ "x-github-event": {
648
+ "type": "string"
649
+ },
650
+ "x-github-hook-id": {
651
+ "type": "string"
652
+ },
653
+ "x-github-hook-installation-target-id": {
654
+ "type": "string"
655
+ },
656
+ "x-github-hook-installation-target-type": {
657
+ "type": "string"
658
+ },
659
+ "x-is-trusted": {
660
+ "type": "string"
661
+ },
662
+ "x-real-ip": {
663
+ "type": "string"
664
+ }
665
+ }
666
+ },
667
+ "query": {
668
+ "type": "object",
669
+ "properties": {}
670
+ }
671
+ }
672
+ }
673
+ },
674
+ "n8n-nodes-base.googleCalendarTrigger": {
675
+ "outputSchema": {
676
+ "type": "object",
677
+ "properties": {
678
+ "kind": {
679
+ "type": "string"
680
+ },
681
+ "etag": {
682
+ "type": "string"
683
+ },
684
+ "id": {
685
+ "type": "string"
686
+ },
687
+ "status": {
688
+ "type": "string"
689
+ },
690
+ "htmlLink": {
691
+ "type": "string"
692
+ },
693
+ "created": {
694
+ "type": "string"
695
+ },
696
+ "updated": {
697
+ "type": "string"
698
+ },
699
+ "summary": {
700
+ "type": "string"
701
+ },
702
+ "creator": {
703
+ "type": "object",
704
+ "properties": {
705
+ "email": {
706
+ "type": "string"
707
+ },
708
+ "self": {
709
+ "type": "boolean"
710
+ }
711
+ }
712
+ },
713
+ "organizer": {
714
+ "type": "object",
715
+ "properties": {
716
+ "email": {
717
+ "type": "string"
718
+ },
719
+ "self": {
720
+ "type": "boolean"
721
+ }
722
+ }
723
+ },
724
+ "start": {
725
+ "type": "object",
726
+ "properties": {
727
+ "dateTime": {
728
+ "type": "string"
729
+ },
730
+ "timeZone": {
731
+ "type": "string"
732
+ }
733
+ }
734
+ },
735
+ "end": {
736
+ "type": "object",
737
+ "properties": {
738
+ "dateTime": {
739
+ "type": "string"
740
+ },
741
+ "timeZone": {
742
+ "type": "string"
743
+ }
744
+ }
745
+ },
746
+ "iCalUID": {
747
+ "type": "string"
748
+ },
749
+ "sequence": {
750
+ "type": "integer"
751
+ },
752
+ "reminders": {
753
+ "type": "object",
754
+ "properties": {
755
+ "useDefault": {
756
+ "type": "boolean"
757
+ }
758
+ }
759
+ },
760
+ "eventType": {
761
+ "type": "string"
762
+ }
763
+ }
764
+ }
765
+ },
766
+ "n8n-nodes-base.googleDriveTrigger": {
767
+ "outputSchema": {
768
+ "type": "object",
769
+ "properties": {
770
+ "lastModifyingUser": {
771
+ "type": "object",
772
+ "properties": {
773
+ "displayName": {
774
+ "type": "string"
775
+ },
776
+ "kind": {
777
+ "type": "string"
778
+ },
779
+ "me": {
780
+ "type": "boolean"
781
+ },
782
+ "permissionId": {
783
+ "type": "string"
784
+ },
785
+ "emailAddress": {
786
+ "type": "string"
787
+ },
788
+ "photoLink": {
789
+ "type": "string"
790
+ }
791
+ }
792
+ },
793
+ "owners": {
794
+ "type": "array",
795
+ "items": {
796
+ "type": "object",
797
+ "properties": {
798
+ "displayName": {
799
+ "type": "string"
800
+ },
801
+ "kind": {
802
+ "type": "string"
803
+ },
804
+ "me": {
805
+ "type": "boolean"
806
+ },
807
+ "permissionId": {
808
+ "type": "string"
809
+ },
810
+ "emailAddress": {
811
+ "type": "string"
812
+ },
813
+ "photoLink": {
814
+ "type": "string"
815
+ }
816
+ }
817
+ }
818
+ },
819
+ "spaces": {
820
+ "type": "array",
821
+ "items": {
822
+ "type": "string"
823
+ }
824
+ },
825
+ "capabilities": {
826
+ "type": "object",
827
+ "properties": {
828
+ "canAcceptOwnership": {
829
+ "type": "boolean"
830
+ },
831
+ "canAddChildren": {
832
+ "type": "boolean"
833
+ },
834
+ "canAddMyDriveParent": {
835
+ "type": "boolean"
836
+ },
837
+ "canChangeCopyRequiresWriterPermission": {
838
+ "type": "boolean"
839
+ },
840
+ "canChangeItemDownloadRestriction": {
841
+ "type": "boolean"
842
+ },
843
+ "canChangeSecurityUpdateEnabled": {
844
+ "type": "boolean"
845
+ },
846
+ "canChangeViewersCanCopyContent": {
847
+ "type": "boolean"
848
+ },
849
+ "canComment": {
850
+ "type": "boolean"
851
+ },
852
+ "canCopy": {
853
+ "type": "boolean"
854
+ },
855
+ "canDelete": {
856
+ "type": "boolean"
857
+ },
858
+ "canDisableInheritedPermissions": {
859
+ "type": "boolean"
860
+ },
861
+ "canDownload": {
862
+ "type": "boolean"
863
+ },
864
+ "canEdit": {
865
+ "type": "boolean"
866
+ },
867
+ "canEnableInheritedPermissions": {
868
+ "type": "boolean"
869
+ },
870
+ "canListChildren": {
871
+ "type": "boolean"
872
+ },
873
+ "canModifyContent": {
874
+ "type": "boolean"
875
+ },
876
+ "canModifyContentRestriction": {
877
+ "type": "boolean"
878
+ },
879
+ "canModifyEditorContentRestriction": {
880
+ "type": "boolean"
881
+ },
882
+ "canModifyOwnerContentRestriction": {
883
+ "type": "boolean"
884
+ },
885
+ "canModifyLabels": {
886
+ "type": "boolean"
887
+ },
888
+ "canMoveChildrenWithinDrive": {
889
+ "type": "boolean"
890
+ },
891
+ "canMoveItemIntoTeamDrive": {
892
+ "type": "boolean"
893
+ },
894
+ "canMoveItemOutOfDrive": {
895
+ "type": "boolean"
896
+ },
897
+ "canMoveItemWithinDrive": {
898
+ "type": "boolean"
899
+ },
900
+ "canReadLabels": {
901
+ "type": "boolean"
902
+ },
903
+ "canReadRevisions": {
904
+ "type": "boolean"
905
+ },
906
+ "canRemoveChildren": {
907
+ "type": "boolean"
908
+ },
909
+ "canRemoveContentRestriction": {
910
+ "type": "boolean"
911
+ },
912
+ "canRemoveMyDriveParent": {
913
+ "type": "boolean"
914
+ },
915
+ "canRename": {
916
+ "type": "boolean"
917
+ },
918
+ "canShare": {
919
+ "type": "boolean"
920
+ },
921
+ "canTrash": {
922
+ "type": "boolean"
923
+ },
924
+ "canUntrash": {
925
+ "type": "boolean"
926
+ }
927
+ }
928
+ },
929
+ "linkShareMetadata": {
930
+ "type": "object",
931
+ "properties": {
932
+ "securityUpdateEligible": {
933
+ "type": "boolean"
934
+ },
935
+ "securityUpdateEnabled": {
936
+ "type": "boolean"
937
+ }
938
+ }
939
+ },
940
+ "downloadRestrictions": {
941
+ "type": "object",
942
+ "properties": {
943
+ "itemDownloadRestriction": {
944
+ "type": "object",
945
+ "properties": {
946
+ "restrictedForReaders": {
947
+ "type": "boolean"
948
+ },
949
+ "restrictedForWriters": {
950
+ "type": "boolean"
951
+ }
952
+ }
953
+ },
954
+ "effectiveDownloadRestrictionWithContext": {
955
+ "type": "object",
956
+ "properties": {
957
+ "restrictedForReaders": {
958
+ "type": "boolean"
959
+ },
960
+ "restrictedForWriters": {
961
+ "type": "boolean"
962
+ }
963
+ }
964
+ }
965
+ }
966
+ },
967
+ "kind": {
968
+ "type": "string"
969
+ },
970
+ "id": {
971
+ "type": "string"
972
+ },
973
+ "name": {
974
+ "type": "string"
975
+ },
976
+ "mimeType": {
977
+ "type": "string"
978
+ },
979
+ "starred": {
980
+ "type": "boolean"
981
+ },
982
+ "trashed": {
983
+ "type": "boolean"
984
+ },
985
+ "explicitlyTrashed": {
986
+ "type": "boolean"
987
+ },
988
+ "version": {
989
+ "type": "string"
990
+ },
991
+ "webViewLink": {
992
+ "type": "string"
993
+ },
994
+ "iconLink": {
995
+ "type": "string"
996
+ },
997
+ "hasThumbnail": {
998
+ "type": "boolean"
999
+ },
1000
+ "thumbnailLink": {
1001
+ "type": "string"
1002
+ },
1003
+ "thumbnailVersion": {
1004
+ "type": "string"
1005
+ },
1006
+ "viewedByMe": {
1007
+ "type": "boolean"
1008
+ },
1009
+ "viewedByMeTime": {
1010
+ "type": "string"
1011
+ },
1012
+ "createdTime": {
1013
+ "type": "string"
1014
+ },
1015
+ "modifiedTime": {
1016
+ "type": "string"
1017
+ },
1018
+ "modifiedByMe": {
1019
+ "type": "boolean"
1020
+ },
1021
+ "sharedWithMeTime": {
1022
+ "type": "string"
1023
+ },
1024
+ "shared": {
1025
+ "type": "boolean"
1026
+ },
1027
+ "ownedByMe": {
1028
+ "type": "boolean"
1029
+ },
1030
+ "viewersCanCopyContent": {
1031
+ "type": "boolean"
1032
+ },
1033
+ "copyRequiresWriterPermission": {
1034
+ "type": "boolean"
1035
+ },
1036
+ "writersCanShare": {
1037
+ "type": "boolean"
1038
+ },
1039
+ "size": {
1040
+ "type": "string"
1041
+ },
1042
+ "quotaBytesUsed": {
1043
+ "type": "string"
1044
+ },
1045
+ "isAppAuthorized": {
1046
+ "type": "boolean"
1047
+ },
1048
+ "inheritedPermissionsDisabled": {
1049
+ "type": "boolean"
1050
+ }
1051
+ }
1052
+ }
1053
+ },
1054
+ "n8n-nodes-base.gmailTrigger": {
1055
+ "outputSchema": {
1056
+ "type": "object",
1057
+ "properties": {
1058
+ "id": {
1059
+ "type": "string"
1060
+ },
1061
+ "threadId": {
1062
+ "type": "string"
1063
+ },
1064
+ "snippet": {
1065
+ "type": "string"
1066
+ },
1067
+ "payload": {
1068
+ "type": "object",
1069
+ "properties": {
1070
+ "mimeType": {
1071
+ "type": "string"
1072
+ }
1073
+ }
1074
+ },
1075
+ "sizeEstimate": {
1076
+ "type": "integer"
1077
+ },
1078
+ "historyId": {
1079
+ "type": "string"
1080
+ },
1081
+ "internalDate": {
1082
+ "type": "string"
1083
+ },
1084
+ "labels": {
1085
+ "type": "array",
1086
+ "items": {
1087
+ "type": "object",
1088
+ "properties": {
1089
+ "id": {
1090
+ "type": "string"
1091
+ },
1092
+ "name": {
1093
+ "type": "string"
1094
+ }
1095
+ }
1096
+ }
1097
+ },
1098
+ "From": {
1099
+ "type": "string"
1100
+ },
1101
+ "To": {
1102
+ "type": "string"
1103
+ },
1104
+ "Subject": {
1105
+ "type": "string"
1106
+ }
1107
+ }
1108
+ }
1109
+ }
1110
+ },
6
1111
  "stats": {
7
- "total": 7,
8
- "captured": 0,
1112
+ "total": 14,
1113
+ "captured": 4,
9
1114
  "failed": 0,
10
- "skipped": 7
1115
+ "skipped": 10
11
1116
  }
12
1117
  }