n8n-nodes-base 1.71.2 → 1.72.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.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/known/credentials.json +173 -313
- package/dist/known/nodes.json +321 -325
- package/dist/methods/defined.json +199 -199
- package/dist/methods/referenced.json +197 -197
- package/dist/nodes/Code/PythonSandbox.d.ts +1 -1
- package/dist/nodes/Code/PythonSandbox.js +4 -1
- package/dist/nodes/Code/PythonSandbox.js.map +1 -1
- package/dist/nodes/Form/Form.node.d.ts +5 -1
- package/dist/nodes/Form/Form.node.js +10 -4
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Ftp/Ftp.node.js +14 -1
- package/dist/nodes/Ftp/Ftp.node.js.map +1 -1
- package/dist/nodes/Google/Gmail/v2/GmailV2.node.js +1 -1
- package/dist/nodes/Google/Gmail/v2/GmailV2.node.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts +2 -2
- package/dist/nodes/Redis/Redis.node.js +38 -12
- package/dist/nodes/Redis/Redis.node.js.map +1 -1
- package/dist/nodes/Slack/V2/SlackV2.node.js +1 -1
- package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
- package/dist/nodes/Wait/Wait.node.js +1 -1
- package/dist/nodes/Wait/Wait.node.js.map +1 -1
- package/dist/types/credentials.json +333 -333
- package/dist/types/nodes.json +466 -466
- package/package.json +6 -7
package/dist/known/nodes.json
CHANGED
|
@@ -31,10 +31,6 @@
|
|
|
31
31
|
"className": "AgileCrm",
|
|
32
32
|
"sourcePath": "dist/nodes/AgileCrm/AgileCrm.node.js"
|
|
33
33
|
},
|
|
34
|
-
"aiTransform": {
|
|
35
|
-
"className": "AiTransform",
|
|
36
|
-
"sourcePath": "dist/nodes/AiTransform/AiTransform.node.js"
|
|
37
|
-
},
|
|
38
34
|
"airtable": {
|
|
39
35
|
"className": "Airtable",
|
|
40
36
|
"sourcePath": "dist/nodes/Airtable/Airtable.node.js"
|
|
@@ -43,6 +39,10 @@
|
|
|
43
39
|
"className": "AirtableTrigger",
|
|
44
40
|
"sourcePath": "dist/nodes/Airtable/AirtableTrigger.node.js"
|
|
45
41
|
},
|
|
42
|
+
"aiTransform": {
|
|
43
|
+
"className": "AiTransform",
|
|
44
|
+
"sourcePath": "dist/nodes/AiTransform/AiTransform.node.js"
|
|
45
|
+
},
|
|
46
46
|
"amqp": {
|
|
47
47
|
"className": "Amqp",
|
|
48
48
|
"sourcePath": "dist/nodes/Amqp/Amqp.node.js"
|
|
@@ -87,6 +87,46 @@
|
|
|
87
87
|
"className": "AwsSnsTrigger",
|
|
88
88
|
"sourcePath": "dist/nodes/Aws/AwsSnsTrigger.node.js"
|
|
89
89
|
},
|
|
90
|
+
"awsCertificateManager": {
|
|
91
|
+
"className": "AwsCertificateManager",
|
|
92
|
+
"sourcePath": "dist/nodes/Aws/CertificateManager/AwsCertificateManager.node.js"
|
|
93
|
+
},
|
|
94
|
+
"awsComprehend": {
|
|
95
|
+
"className": "AwsComprehend",
|
|
96
|
+
"sourcePath": "dist/nodes/Aws/Comprehend/AwsComprehend.node.js"
|
|
97
|
+
},
|
|
98
|
+
"awsDynamoDb": {
|
|
99
|
+
"className": "AwsDynamoDB",
|
|
100
|
+
"sourcePath": "dist/nodes/Aws/DynamoDB/AwsDynamoDB.node.js"
|
|
101
|
+
},
|
|
102
|
+
"awsElb": {
|
|
103
|
+
"className": "AwsElb",
|
|
104
|
+
"sourcePath": "dist/nodes/Aws/ELB/AwsElb.node.js"
|
|
105
|
+
},
|
|
106
|
+
"awsRekognition": {
|
|
107
|
+
"className": "AwsRekognition",
|
|
108
|
+
"sourcePath": "dist/nodes/Aws/Rekognition/AwsRekognition.node.js"
|
|
109
|
+
},
|
|
110
|
+
"awsS3": {
|
|
111
|
+
"className": "AwsS3",
|
|
112
|
+
"sourcePath": "dist/nodes/Aws/S3/AwsS3.node.js"
|
|
113
|
+
},
|
|
114
|
+
"awsSes": {
|
|
115
|
+
"className": "AwsSes",
|
|
116
|
+
"sourcePath": "dist/nodes/Aws/SES/AwsSes.node.js"
|
|
117
|
+
},
|
|
118
|
+
"awsSqs": {
|
|
119
|
+
"className": "AwsSqs",
|
|
120
|
+
"sourcePath": "dist/nodes/Aws/SQS/AwsSqs.node.js"
|
|
121
|
+
},
|
|
122
|
+
"awsTextract": {
|
|
123
|
+
"className": "AwsTextract",
|
|
124
|
+
"sourcePath": "dist/nodes/Aws/Textract/AwsTextract.node.js"
|
|
125
|
+
},
|
|
126
|
+
"awsTranscribe": {
|
|
127
|
+
"className": "AwsTranscribe",
|
|
128
|
+
"sourcePath": "dist/nodes/Aws/Transcribe/AwsTranscribe.node.js"
|
|
129
|
+
},
|
|
90
130
|
"bambooHr": {
|
|
91
131
|
"className": "BambooHr",
|
|
92
132
|
"sourcePath": "dist/nodes/BambooHr/BambooHr.node.js"
|
|
@@ -127,14 +167,6 @@
|
|
|
127
167
|
"className": "Brandfetch",
|
|
128
168
|
"sourcePath": "dist/nodes/Brandfetch/Brandfetch.node.js"
|
|
129
169
|
},
|
|
130
|
-
"sendInBlue": {
|
|
131
|
-
"className": "Brevo",
|
|
132
|
-
"sourcePath": "dist/nodes/Brevo/Brevo.node.js"
|
|
133
|
-
},
|
|
134
|
-
"sendInBlueTrigger": {
|
|
135
|
-
"className": "BrevoTrigger",
|
|
136
|
-
"sourcePath": "dist/nodes/Brevo/BrevoTrigger.node.js"
|
|
137
|
-
},
|
|
138
170
|
"bubble": {
|
|
139
171
|
"className": "Bubble",
|
|
140
172
|
"sourcePath": "dist/nodes/Bubble/Bubble.node.js"
|
|
@@ -159,6 +191,18 @@
|
|
|
159
191
|
"className": "CircleCi",
|
|
160
192
|
"sourcePath": "dist/nodes/CircleCi/CircleCi.node.js"
|
|
161
193
|
},
|
|
194
|
+
"ciscoWebex": {
|
|
195
|
+
"className": "CiscoWebex",
|
|
196
|
+
"sourcePath": "dist/nodes/Cisco/Webex/CiscoWebex.node.js"
|
|
197
|
+
},
|
|
198
|
+
"ciscoWebexTrigger": {
|
|
199
|
+
"className": "CiscoWebexTrigger",
|
|
200
|
+
"sourcePath": "dist/nodes/Cisco/Webex/CiscoWebexTrigger.node.js"
|
|
201
|
+
},
|
|
202
|
+
"cloudflare": {
|
|
203
|
+
"className": "Cloudflare",
|
|
204
|
+
"sourcePath": "dist/nodes/Cloudflare/Cloudflare.node.js"
|
|
205
|
+
},
|
|
162
206
|
"clearbit": {
|
|
163
207
|
"className": "Clearbit",
|
|
164
208
|
"sourcePath": "dist/nodes/Clearbit/Clearbit.node.js"
|
|
@@ -179,10 +223,6 @@
|
|
|
179
223
|
"className": "ClockifyTrigger",
|
|
180
224
|
"sourcePath": "dist/nodes/Clockify/ClockifyTrigger.node.js"
|
|
181
225
|
},
|
|
182
|
-
"cloudflare": {
|
|
183
|
-
"className": "Cloudflare",
|
|
184
|
-
"sourcePath": "dist/nodes/Cloudflare/Cloudflare.node.js"
|
|
185
|
-
},
|
|
186
226
|
"cockpit": {
|
|
187
227
|
"className": "Cockpit",
|
|
188
228
|
"sourcePath": "dist/nodes/Cockpit/Cockpit.node.js"
|
|
@@ -303,22 +343,26 @@
|
|
|
303
343
|
"className": "Dropcontact",
|
|
304
344
|
"sourcePath": "dist/nodes/Dropcontact/Dropcontact.node.js"
|
|
305
345
|
},
|
|
306
|
-
"e2eTest": {
|
|
307
|
-
"className": "E2eTest",
|
|
308
|
-
"sourcePath": "dist/nodes/E2eTest/E2eTest.node.js"
|
|
309
|
-
},
|
|
310
|
-
"erpNext": {
|
|
311
|
-
"className": "ERPNext",
|
|
312
|
-
"sourcePath": "dist/nodes/ERPNext/ERPNext.node.js"
|
|
313
|
-
},
|
|
314
346
|
"editImage": {
|
|
315
347
|
"className": "EditImage",
|
|
316
348
|
"sourcePath": "dist/nodes/EditImage/EditImage.node.js"
|
|
317
349
|
},
|
|
350
|
+
"e2eTest": {
|
|
351
|
+
"className": "E2eTest",
|
|
352
|
+
"sourcePath": "dist/nodes/E2eTest/E2eTest.node.js"
|
|
353
|
+
},
|
|
318
354
|
"egoi": {
|
|
319
355
|
"className": "Egoi",
|
|
320
356
|
"sourcePath": "dist/nodes/Egoi/Egoi.node.js"
|
|
321
357
|
},
|
|
358
|
+
"elasticsearch": {
|
|
359
|
+
"className": "Elasticsearch",
|
|
360
|
+
"sourcePath": "dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js"
|
|
361
|
+
},
|
|
362
|
+
"elasticSecurity": {
|
|
363
|
+
"className": "ElasticSecurity",
|
|
364
|
+
"sourcePath": "dist/nodes/Elastic/ElasticSecurity/ElasticSecurity.node.js"
|
|
365
|
+
},
|
|
322
366
|
"emailReadImap": {
|
|
323
367
|
"className": "EmailReadImap",
|
|
324
368
|
"sourcePath": "dist/nodes/EmailReadImap/EmailReadImap.node.js"
|
|
@@ -335,6 +379,10 @@
|
|
|
335
379
|
"className": "EmeliaTrigger",
|
|
336
380
|
"sourcePath": "dist/nodes/Emelia/EmeliaTrigger.node.js"
|
|
337
381
|
},
|
|
382
|
+
"erpNext": {
|
|
383
|
+
"className": "ERPNext",
|
|
384
|
+
"sourcePath": "dist/nodes/ERPNext/ERPNext.node.js"
|
|
385
|
+
},
|
|
338
386
|
"errorTrigger": {
|
|
339
387
|
"className": "ErrorTrigger",
|
|
340
388
|
"sourcePath": "dist/nodes/ErrorTrigger/ErrorTrigger.node.js"
|
|
@@ -379,6 +427,18 @@
|
|
|
379
427
|
"className": "FileMaker",
|
|
380
428
|
"sourcePath": "dist/nodes/FileMaker/FileMaker.node.js"
|
|
381
429
|
},
|
|
430
|
+
"readWriteFile": {
|
|
431
|
+
"className": "ReadWriteFile",
|
|
432
|
+
"sourcePath": "dist/nodes/Files/ReadWriteFile/ReadWriteFile.node.js"
|
|
433
|
+
},
|
|
434
|
+
"convertToFile": {
|
|
435
|
+
"className": "ConvertToFile",
|
|
436
|
+
"sourcePath": "dist/nodes/Files/ConvertToFile/ConvertToFile.node.js"
|
|
437
|
+
},
|
|
438
|
+
"extractFromFile": {
|
|
439
|
+
"className": "ExtractFromFile",
|
|
440
|
+
"sourcePath": "dist/nodes/Files/ExtractFromFile/ExtractFromFile.node.js"
|
|
441
|
+
},
|
|
382
442
|
"filter": {
|
|
383
443
|
"className": "Filter",
|
|
384
444
|
"sourcePath": "dist/nodes/Filter/Filter.node.js"
|
|
@@ -463,18 +523,126 @@
|
|
|
463
523
|
"className": "GitlabTrigger",
|
|
464
524
|
"sourcePath": "dist/nodes/Gitlab/GitlabTrigger.node.js"
|
|
465
525
|
},
|
|
466
|
-
"goToWebinar": {
|
|
467
|
-
"className": "GoToWebinar",
|
|
468
|
-
"sourcePath": "dist/nodes/GoToWebinar/GoToWebinar.node.js"
|
|
469
|
-
},
|
|
470
526
|
"gong": {
|
|
471
527
|
"className": "Gong",
|
|
472
528
|
"sourcePath": "dist/nodes/Gong/Gong.node.js"
|
|
473
529
|
},
|
|
530
|
+
"googleAds": {
|
|
531
|
+
"className": "GoogleAds",
|
|
532
|
+
"sourcePath": "dist/nodes/Google/Ads/GoogleAds.node.js"
|
|
533
|
+
},
|
|
534
|
+
"googleAnalytics": {
|
|
535
|
+
"className": "GoogleAnalytics",
|
|
536
|
+
"sourcePath": "dist/nodes/Google/Analytics/GoogleAnalytics.node.js"
|
|
537
|
+
},
|
|
538
|
+
"googleBigQuery": {
|
|
539
|
+
"className": "GoogleBigQuery",
|
|
540
|
+
"sourcePath": "dist/nodes/Google/BigQuery/GoogleBigQuery.node.js"
|
|
541
|
+
},
|
|
542
|
+
"googleBooks": {
|
|
543
|
+
"className": "GoogleBooks",
|
|
544
|
+
"sourcePath": "dist/nodes/Google/Books/GoogleBooks.node.js"
|
|
545
|
+
},
|
|
546
|
+
"googleCalendar": {
|
|
547
|
+
"className": "GoogleCalendar",
|
|
548
|
+
"sourcePath": "dist/nodes/Google/Calendar/GoogleCalendar.node.js"
|
|
549
|
+
},
|
|
550
|
+
"googleCalendarTrigger": {
|
|
551
|
+
"className": "GoogleCalendarTrigger",
|
|
552
|
+
"sourcePath": "dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js"
|
|
553
|
+
},
|
|
554
|
+
"googleChat": {
|
|
555
|
+
"className": "GoogleChat",
|
|
556
|
+
"sourcePath": "dist/nodes/Google/Chat/GoogleChat.node.js"
|
|
557
|
+
},
|
|
558
|
+
"googleCloudNaturalLanguage": {
|
|
559
|
+
"className": "GoogleCloudNaturalLanguage",
|
|
560
|
+
"sourcePath": "dist/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.js"
|
|
561
|
+
},
|
|
562
|
+
"googleCloudStorage": {
|
|
563
|
+
"className": "GoogleCloudStorage",
|
|
564
|
+
"sourcePath": "dist/nodes/Google/CloudStorage/GoogleCloudStorage.node.js"
|
|
565
|
+
},
|
|
566
|
+
"googleContacts": {
|
|
567
|
+
"className": "GoogleContacts",
|
|
568
|
+
"sourcePath": "dist/nodes/Google/Contacts/GoogleContacts.node.js"
|
|
569
|
+
},
|
|
570
|
+
"googleDocs": {
|
|
571
|
+
"className": "GoogleDocs",
|
|
572
|
+
"sourcePath": "dist/nodes/Google/Docs/GoogleDocs.node.js"
|
|
573
|
+
},
|
|
574
|
+
"googleDrive": {
|
|
575
|
+
"className": "GoogleDrive",
|
|
576
|
+
"sourcePath": "dist/nodes/Google/Drive/GoogleDrive.node.js"
|
|
577
|
+
},
|
|
578
|
+
"googleDriveTrigger": {
|
|
579
|
+
"className": "GoogleDriveTrigger",
|
|
580
|
+
"sourcePath": "dist/nodes/Google/Drive/GoogleDriveTrigger.node.js"
|
|
581
|
+
},
|
|
582
|
+
"googleFirebaseCloudFirestore": {
|
|
583
|
+
"className": "GoogleFirebaseCloudFirestore",
|
|
584
|
+
"sourcePath": "dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js"
|
|
585
|
+
},
|
|
586
|
+
"googleFirebaseRealtimeDatabase": {
|
|
587
|
+
"className": "GoogleFirebaseRealtimeDatabase",
|
|
588
|
+
"sourcePath": "dist/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.js"
|
|
589
|
+
},
|
|
590
|
+
"gmail": {
|
|
591
|
+
"className": "Gmail",
|
|
592
|
+
"sourcePath": "dist/nodes/Google/Gmail/Gmail.node.js"
|
|
593
|
+
},
|
|
594
|
+
"gmailTrigger": {
|
|
595
|
+
"className": "GmailTrigger",
|
|
596
|
+
"sourcePath": "dist/nodes/Google/Gmail/GmailTrigger.node.js"
|
|
597
|
+
},
|
|
598
|
+
"gSuiteAdmin": {
|
|
599
|
+
"className": "GSuiteAdmin",
|
|
600
|
+
"sourcePath": "dist/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.js"
|
|
601
|
+
},
|
|
602
|
+
"googleBusinessProfile": {
|
|
603
|
+
"className": "GoogleBusinessProfile",
|
|
604
|
+
"sourcePath": "dist/nodes/Google/BusinessProfile/GoogleBusinessProfile.node.js"
|
|
605
|
+
},
|
|
606
|
+
"googleBusinessProfileTrigger": {
|
|
607
|
+
"className": "GoogleBusinessProfileTrigger",
|
|
608
|
+
"sourcePath": "dist/nodes/Google/BusinessProfile/GoogleBusinessProfileTrigger.node.js"
|
|
609
|
+
},
|
|
610
|
+
"googlePerspective": {
|
|
611
|
+
"className": "GooglePerspective",
|
|
612
|
+
"sourcePath": "dist/nodes/Google/Perspective/GooglePerspective.node.js"
|
|
613
|
+
},
|
|
614
|
+
"googleSheets": {
|
|
615
|
+
"className": "GoogleSheets",
|
|
616
|
+
"sourcePath": "dist/nodes/Google/Sheet/GoogleSheets.node.js"
|
|
617
|
+
},
|
|
618
|
+
"googleSheetsTrigger": {
|
|
619
|
+
"className": "GoogleSheetsTrigger",
|
|
620
|
+
"sourcePath": "dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js"
|
|
621
|
+
},
|
|
622
|
+
"googleSlides": {
|
|
623
|
+
"className": "GoogleSlides",
|
|
624
|
+
"sourcePath": "dist/nodes/Google/Slides/GoogleSlides.node.js"
|
|
625
|
+
},
|
|
626
|
+
"googleTasks": {
|
|
627
|
+
"className": "GoogleTasks",
|
|
628
|
+
"sourcePath": "dist/nodes/Google/Task/GoogleTasks.node.js"
|
|
629
|
+
},
|
|
630
|
+
"googleTranslate": {
|
|
631
|
+
"className": "GoogleTranslate",
|
|
632
|
+
"sourcePath": "dist/nodes/Google/Translate/GoogleTranslate.node.js"
|
|
633
|
+
},
|
|
634
|
+
"youTube": {
|
|
635
|
+
"className": "YouTube",
|
|
636
|
+
"sourcePath": "dist/nodes/Google/YouTube/YouTube.node.js"
|
|
637
|
+
},
|
|
474
638
|
"gotify": {
|
|
475
639
|
"className": "Gotify",
|
|
476
640
|
"sourcePath": "dist/nodes/Gotify/Gotify.node.js"
|
|
477
641
|
},
|
|
642
|
+
"goToWebinar": {
|
|
643
|
+
"className": "GoToWebinar",
|
|
644
|
+
"sourcePath": "dist/nodes/GoToWebinar/GoToWebinar.node.js"
|
|
645
|
+
},
|
|
478
646
|
"grafana": {
|
|
479
647
|
"className": "Grafana",
|
|
480
648
|
"sourcePath": "dist/nodes/Grafana/Grafana.node.js"
|
|
@@ -519,14 +687,14 @@
|
|
|
519
687
|
"className": "HomeAssistant",
|
|
520
688
|
"sourcePath": "dist/nodes/HomeAssistant/HomeAssistant.node.js"
|
|
521
689
|
},
|
|
522
|
-
"html": {
|
|
523
|
-
"className": "Html",
|
|
524
|
-
"sourcePath": "dist/nodes/Html/Html.node.js"
|
|
525
|
-
},
|
|
526
690
|
"htmlExtract": {
|
|
527
691
|
"className": "HtmlExtract",
|
|
528
692
|
"sourcePath": "dist/nodes/HtmlExtract/HtmlExtract.node.js"
|
|
529
693
|
},
|
|
694
|
+
"html": {
|
|
695
|
+
"className": "Html",
|
|
696
|
+
"sourcePath": "dist/nodes/Html/Html.node.js"
|
|
697
|
+
},
|
|
530
698
|
"httpRequest": {
|
|
531
699
|
"className": "HttpRequest",
|
|
532
700
|
"sourcePath": "dist/nodes/HttpRequest/HttpRequest.node.js"
|
|
@@ -663,21 +831,13 @@
|
|
|
663
831
|
"className": "LocalFileTrigger",
|
|
664
832
|
"sourcePath": "dist/nodes/LocalFileTrigger/LocalFileTrigger.node.js"
|
|
665
833
|
},
|
|
666
|
-
"loneScale": {
|
|
667
|
-
"className": "LoneScale",
|
|
668
|
-
"sourcePath": "dist/nodes/LoneScale/LoneScale.node.js"
|
|
669
|
-
},
|
|
670
834
|
"loneScaleTrigger": {
|
|
671
835
|
"className": "LoneScaleTrigger",
|
|
672
836
|
"sourcePath": "dist/nodes/LoneScale/LoneScaleTrigger.node.js"
|
|
673
837
|
},
|
|
674
|
-
"
|
|
675
|
-
"className": "
|
|
676
|
-
"sourcePath": "dist/nodes/
|
|
677
|
-
},
|
|
678
|
-
"mqttTrigger": {
|
|
679
|
-
"className": "MqttTrigger",
|
|
680
|
-
"sourcePath": "dist/nodes/MQTT/MqttTrigger.node.js"
|
|
838
|
+
"loneScale": {
|
|
839
|
+
"className": "LoneScale",
|
|
840
|
+
"sourcePath": "dist/nodes/LoneScale/LoneScale.node.js"
|
|
681
841
|
},
|
|
682
842
|
"magento2": {
|
|
683
843
|
"className": "Magento2",
|
|
@@ -763,13 +923,53 @@
|
|
|
763
923
|
"className": "Metabase",
|
|
764
924
|
"sourcePath": "dist/nodes/Metabase/Metabase.node.js"
|
|
765
925
|
},
|
|
766
|
-
"
|
|
767
|
-
"className": "
|
|
768
|
-
"sourcePath": "dist/nodes/
|
|
769
|
-
},
|
|
770
|
-
"
|
|
771
|
-
"className": "
|
|
772
|
-
"sourcePath": "dist/nodes/
|
|
926
|
+
"microsoftDynamicsCrm": {
|
|
927
|
+
"className": "MicrosoftDynamicsCrm",
|
|
928
|
+
"sourcePath": "dist/nodes/Microsoft/Dynamics/MicrosoftDynamicsCrm.node.js"
|
|
929
|
+
},
|
|
930
|
+
"microsoftExcel": {
|
|
931
|
+
"className": "MicrosoftExcel",
|
|
932
|
+
"sourcePath": "dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js"
|
|
933
|
+
},
|
|
934
|
+
"microsoftGraphSecurity": {
|
|
935
|
+
"className": "MicrosoftGraphSecurity",
|
|
936
|
+
"sourcePath": "dist/nodes/Microsoft/GraphSecurity/MicrosoftGraphSecurity.node.js"
|
|
937
|
+
},
|
|
938
|
+
"microsoftOneDrive": {
|
|
939
|
+
"className": "MicrosoftOneDrive",
|
|
940
|
+
"sourcePath": "dist/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.js"
|
|
941
|
+
},
|
|
942
|
+
"microsoftOneDriveTrigger": {
|
|
943
|
+
"className": "MicrosoftOneDriveTrigger",
|
|
944
|
+
"sourcePath": "dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.js"
|
|
945
|
+
},
|
|
946
|
+
"microsoftOutlook": {
|
|
947
|
+
"className": "MicrosoftOutlook",
|
|
948
|
+
"sourcePath": "dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.js"
|
|
949
|
+
},
|
|
950
|
+
"microsoftOutlookTrigger": {
|
|
951
|
+
"className": "MicrosoftOutlookTrigger",
|
|
952
|
+
"sourcePath": "dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.js"
|
|
953
|
+
},
|
|
954
|
+
"microsoftSql": {
|
|
955
|
+
"className": "MicrosoftSql",
|
|
956
|
+
"sourcePath": "dist/nodes/Microsoft/Sql/MicrosoftSql.node.js"
|
|
957
|
+
},
|
|
958
|
+
"microsoftTeams": {
|
|
959
|
+
"className": "MicrosoftTeams",
|
|
960
|
+
"sourcePath": "dist/nodes/Microsoft/Teams/MicrosoftTeams.node.js"
|
|
961
|
+
},
|
|
962
|
+
"microsoftToDo": {
|
|
963
|
+
"className": "MicrosoftToDo",
|
|
964
|
+
"sourcePath": "dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js"
|
|
965
|
+
},
|
|
966
|
+
"mindee": {
|
|
967
|
+
"className": "Mindee",
|
|
968
|
+
"sourcePath": "dist/nodes/Mindee/Mindee.node.js"
|
|
969
|
+
},
|
|
970
|
+
"misp": {
|
|
971
|
+
"className": "Misp",
|
|
972
|
+
"sourcePath": "dist/nodes/Misp/Misp.node.js"
|
|
773
973
|
},
|
|
774
974
|
"mocean": {
|
|
775
975
|
"className": "Mocean",
|
|
@@ -791,6 +991,14 @@
|
|
|
791
991
|
"className": "MoveBinaryData",
|
|
792
992
|
"sourcePath": "dist/nodes/MoveBinaryData/MoveBinaryData.node.js"
|
|
793
993
|
},
|
|
994
|
+
"mqtt": {
|
|
995
|
+
"className": "Mqtt",
|
|
996
|
+
"sourcePath": "dist/nodes/MQTT/Mqtt.node.js"
|
|
997
|
+
},
|
|
998
|
+
"mqttTrigger": {
|
|
999
|
+
"className": "MqttTrigger",
|
|
1000
|
+
"sourcePath": "dist/nodes/MQTT/MqttTrigger.node.js"
|
|
1001
|
+
},
|
|
794
1002
|
"msg91": {
|
|
795
1003
|
"className": "Msg91",
|
|
796
1004
|
"sourcePath": "dist/nodes/Msg91/Msg91.node.js"
|
|
@@ -831,13 +1039,37 @@
|
|
|
831
1039
|
"className": "NextCloud",
|
|
832
1040
|
"sourcePath": "dist/nodes/NextCloud/NextCloud.node.js"
|
|
833
1041
|
},
|
|
1042
|
+
"nocoDb": {
|
|
1043
|
+
"className": "NocoDB",
|
|
1044
|
+
"sourcePath": "dist/nodes/NocoDB/NocoDB.node.js"
|
|
1045
|
+
},
|
|
1046
|
+
"sendInBlue": {
|
|
1047
|
+
"className": "Brevo",
|
|
1048
|
+
"sourcePath": "dist/nodes/Brevo/Brevo.node.js"
|
|
1049
|
+
},
|
|
1050
|
+
"sendInBlueTrigger": {
|
|
1051
|
+
"className": "BrevoTrigger",
|
|
1052
|
+
"sourcePath": "dist/nodes/Brevo/BrevoTrigger.node.js"
|
|
1053
|
+
},
|
|
1054
|
+
"stickyNote": {
|
|
1055
|
+
"className": "StickyNote",
|
|
1056
|
+
"sourcePath": "dist/nodes/StickyNote/StickyNote.node.js"
|
|
1057
|
+
},
|
|
834
1058
|
"noOp": {
|
|
835
1059
|
"className": "NoOp",
|
|
836
1060
|
"sourcePath": "dist/nodes/NoOp/NoOp.node.js"
|
|
837
1061
|
},
|
|
838
|
-
"
|
|
839
|
-
"className": "
|
|
840
|
-
"sourcePath": "dist/nodes/
|
|
1062
|
+
"onfleet": {
|
|
1063
|
+
"className": "Onfleet",
|
|
1064
|
+
"sourcePath": "dist/nodes/Onfleet/Onfleet.node.js"
|
|
1065
|
+
},
|
|
1066
|
+
"onfleetTrigger": {
|
|
1067
|
+
"className": "OnfleetTrigger",
|
|
1068
|
+
"sourcePath": "dist/nodes/Onfleet/OnfleetTrigger.node.js"
|
|
1069
|
+
},
|
|
1070
|
+
"citrixAdc": {
|
|
1071
|
+
"className": "NetscalerAdc",
|
|
1072
|
+
"sourcePath": "dist/nodes/Netscaler/ADC/NetscalerAdc.node.js"
|
|
841
1073
|
},
|
|
842
1074
|
"notion": {
|
|
843
1075
|
"className": "Notion",
|
|
@@ -863,14 +1095,6 @@
|
|
|
863
1095
|
"className": "OneSimpleApi",
|
|
864
1096
|
"sourcePath": "dist/nodes/OneSimpleApi/OneSimpleApi.node.js"
|
|
865
1097
|
},
|
|
866
|
-
"onfleet": {
|
|
867
|
-
"className": "Onfleet",
|
|
868
|
-
"sourcePath": "dist/nodes/Onfleet/Onfleet.node.js"
|
|
869
|
-
},
|
|
870
|
-
"onfleetTrigger": {
|
|
871
|
-
"className": "OnfleetTrigger",
|
|
872
|
-
"sourcePath": "dist/nodes/Onfleet/OnfleetTrigger.node.js"
|
|
873
|
-
},
|
|
874
1098
|
"openAi": {
|
|
875
1099
|
"className": "OpenAi",
|
|
876
1100
|
"sourcePath": "dist/nodes/OpenAi/OpenAi.node.js"
|
|
@@ -935,10 +1159,6 @@
|
|
|
935
1159
|
"className": "PostBin",
|
|
936
1160
|
"sourcePath": "dist/nodes/PostBin/PostBin.node.js"
|
|
937
1161
|
},
|
|
938
|
-
"postHog": {
|
|
939
|
-
"className": "PostHog",
|
|
940
|
-
"sourcePath": "dist/nodes/PostHog/PostHog.node.js"
|
|
941
|
-
},
|
|
942
1162
|
"postgres": {
|
|
943
1163
|
"className": "Postgres",
|
|
944
1164
|
"sourcePath": "dist/nodes/Postgres/Postgres.node.js"
|
|
@@ -947,6 +1167,10 @@
|
|
|
947
1167
|
"className": "PostgresTrigger",
|
|
948
1168
|
"sourcePath": "dist/nodes/Postgres/PostgresTrigger.node.js"
|
|
949
1169
|
},
|
|
1170
|
+
"postHog": {
|
|
1171
|
+
"className": "PostHog",
|
|
1172
|
+
"sourcePath": "dist/nodes/PostHog/PostHog.node.js"
|
|
1173
|
+
},
|
|
950
1174
|
"postmarkTrigger": {
|
|
951
1175
|
"className": "PostmarkTrigger",
|
|
952
1176
|
"sourcePath": "dist/nodes/Postmark/PostmarkTrigger.node.js"
|
|
@@ -1175,10 +1399,6 @@
|
|
|
1175
1399
|
"className": "Start",
|
|
1176
1400
|
"sourcePath": "dist/nodes/Start/Start.node.js"
|
|
1177
1401
|
},
|
|
1178
|
-
"stickyNote": {
|
|
1179
|
-
"className": "StickyNote",
|
|
1180
|
-
"sourcePath": "dist/nodes/StickyNote/StickyNote.node.js"
|
|
1181
|
-
},
|
|
1182
1402
|
"stopAndError": {
|
|
1183
1403
|
"className": "StopAndError",
|
|
1184
1404
|
"sourcePath": "dist/nodes/StopAndError/StopAndError.node.js"
|
|
@@ -1243,14 +1463,6 @@
|
|
|
1243
1463
|
"className": "TelegramTrigger",
|
|
1244
1464
|
"sourcePath": "dist/nodes/Telegram/TelegramTrigger.node.js"
|
|
1245
1465
|
},
|
|
1246
|
-
"theHive": {
|
|
1247
|
-
"className": "TheHive",
|
|
1248
|
-
"sourcePath": "dist/nodes/TheHive/TheHive.node.js"
|
|
1249
|
-
},
|
|
1250
|
-
"theHiveTrigger": {
|
|
1251
|
-
"className": "TheHiveTrigger",
|
|
1252
|
-
"sourcePath": "dist/nodes/TheHive/TheHiveTrigger.node.js"
|
|
1253
|
-
},
|
|
1254
1466
|
"theHiveProject": {
|
|
1255
1467
|
"className": "TheHiveProject",
|
|
1256
1468
|
"sourcePath": "dist/nodes/TheHiveProject/TheHiveProject.node.js"
|
|
@@ -1259,6 +1471,14 @@
|
|
|
1259
1471
|
"className": "TheHiveProjectTrigger",
|
|
1260
1472
|
"sourcePath": "dist/nodes/TheHiveProject/TheHiveProjectTrigger.node.js"
|
|
1261
1473
|
},
|
|
1474
|
+
"theHive": {
|
|
1475
|
+
"className": "TheHive",
|
|
1476
|
+
"sourcePath": "dist/nodes/TheHive/TheHive.node.js"
|
|
1477
|
+
},
|
|
1478
|
+
"theHiveTrigger": {
|
|
1479
|
+
"className": "TheHiveTrigger",
|
|
1480
|
+
"sourcePath": "dist/nodes/TheHive/TheHiveTrigger.node.js"
|
|
1481
|
+
},
|
|
1262
1482
|
"timescaleDb": {
|
|
1263
1483
|
"className": "TimescaleDb",
|
|
1264
1484
|
"sourcePath": "dist/nodes/TimescaleDb/TimescaleDb.node.js"
|
|
@@ -1311,10 +1531,6 @@
|
|
|
1311
1531
|
"className": "TypeformTrigger",
|
|
1312
1532
|
"sourcePath": "dist/nodes/Typeform/TypeformTrigger.node.js"
|
|
1313
1533
|
},
|
|
1314
|
-
"uproc": {
|
|
1315
|
-
"className": "UProc",
|
|
1316
|
-
"sourcePath": "dist/nodes/UProc/UProc.node.js"
|
|
1317
|
-
},
|
|
1318
1534
|
"unleashedSoftware": {
|
|
1319
1535
|
"className": "UnleashedSoftware",
|
|
1320
1536
|
"sourcePath": "dist/nodes/UnleashedSoftware/UnleashedSoftware.node.js"
|
|
@@ -1323,6 +1539,10 @@
|
|
|
1323
1539
|
"className": "Uplead",
|
|
1324
1540
|
"sourcePath": "dist/nodes/Uplead/Uplead.node.js"
|
|
1325
1541
|
},
|
|
1542
|
+
"uproc": {
|
|
1543
|
+
"className": "UProc",
|
|
1544
|
+
"sourcePath": "dist/nodes/UProc/UProc.node.js"
|
|
1545
|
+
},
|
|
1326
1546
|
"uptimeRobot": {
|
|
1327
1547
|
"className": "UptimeRobot",
|
|
1328
1548
|
"sourcePath": "dist/nodes/UptimeRobot/UptimeRobot.node.js"
|
|
@@ -1335,6 +1555,18 @@
|
|
|
1335
1555
|
"className": "Vero",
|
|
1336
1556
|
"sourcePath": "dist/nodes/Vero/Vero.node.js"
|
|
1337
1557
|
},
|
|
1558
|
+
"venafiTlsProtectCloud": {
|
|
1559
|
+
"className": "VenafiTlsProtectCloud",
|
|
1560
|
+
"sourcePath": "dist/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloud.node.js"
|
|
1561
|
+
},
|
|
1562
|
+
"venafiTlsProtectCloudTrigger": {
|
|
1563
|
+
"className": "VenafiTlsProtectCloudTrigger",
|
|
1564
|
+
"sourcePath": "dist/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.js"
|
|
1565
|
+
},
|
|
1566
|
+
"venafiTlsProtectDatacenter": {
|
|
1567
|
+
"className": "VenafiTlsProtectDatacenter",
|
|
1568
|
+
"sourcePath": "dist/nodes/Venafi/Datacenter/VenafiTlsProtectDatacenter.node.js"
|
|
1569
|
+
},
|
|
1338
1570
|
"vonage": {
|
|
1339
1571
|
"className": "Vonage",
|
|
1340
1572
|
"sourcePath": "dist/nodes/Vonage/Vonage.node.js"
|
|
@@ -1359,14 +1591,14 @@
|
|
|
1359
1591
|
"className": "Wekan",
|
|
1360
1592
|
"sourcePath": "dist/nodes/Wekan/Wekan.node.js"
|
|
1361
1593
|
},
|
|
1362
|
-
"whatsApp": {
|
|
1363
|
-
"className": "WhatsApp",
|
|
1364
|
-
"sourcePath": "dist/nodes/WhatsApp/WhatsApp.node.js"
|
|
1365
|
-
},
|
|
1366
1594
|
"whatsAppTrigger": {
|
|
1367
1595
|
"className": "WhatsAppTrigger",
|
|
1368
1596
|
"sourcePath": "dist/nodes/WhatsApp/WhatsAppTrigger.node.js"
|
|
1369
1597
|
},
|
|
1598
|
+
"whatsApp": {
|
|
1599
|
+
"className": "WhatsApp",
|
|
1600
|
+
"sourcePath": "dist/nodes/WhatsApp/WhatsApp.node.js"
|
|
1601
|
+
},
|
|
1370
1602
|
"wise": {
|
|
1371
1603
|
"className": "Wise",
|
|
1372
1604
|
"sourcePath": "dist/nodes/Wise/Wise.node.js"
|
|
@@ -1439,218 +1671,6 @@
|
|
|
1439
1671
|
"className": "Zulip",
|
|
1440
1672
|
"sourcePath": "dist/nodes/Zulip/Zulip.node.js"
|
|
1441
1673
|
},
|
|
1442
|
-
"awsCertificateManager": {
|
|
1443
|
-
"className": "AwsCertificateManager",
|
|
1444
|
-
"sourcePath": "dist/nodes/Aws/CertificateManager/AwsCertificateManager.node.js"
|
|
1445
|
-
},
|
|
1446
|
-
"awsComprehend": {
|
|
1447
|
-
"className": "AwsComprehend",
|
|
1448
|
-
"sourcePath": "dist/nodes/Aws/Comprehend/AwsComprehend.node.js"
|
|
1449
|
-
},
|
|
1450
|
-
"awsDynamoDb": {
|
|
1451
|
-
"className": "AwsDynamoDB",
|
|
1452
|
-
"sourcePath": "dist/nodes/Aws/DynamoDB/AwsDynamoDB.node.js"
|
|
1453
|
-
},
|
|
1454
|
-
"awsElb": {
|
|
1455
|
-
"className": "AwsElb",
|
|
1456
|
-
"sourcePath": "dist/nodes/Aws/ELB/AwsElb.node.js"
|
|
1457
|
-
},
|
|
1458
|
-
"awsRekognition": {
|
|
1459
|
-
"className": "AwsRekognition",
|
|
1460
|
-
"sourcePath": "dist/nodes/Aws/Rekognition/AwsRekognition.node.js"
|
|
1461
|
-
},
|
|
1462
|
-
"awsS3": {
|
|
1463
|
-
"className": "AwsS3",
|
|
1464
|
-
"sourcePath": "dist/nodes/Aws/S3/AwsS3.node.js"
|
|
1465
|
-
},
|
|
1466
|
-
"awsSes": {
|
|
1467
|
-
"className": "AwsSes",
|
|
1468
|
-
"sourcePath": "dist/nodes/Aws/SES/AwsSes.node.js"
|
|
1469
|
-
},
|
|
1470
|
-
"awsSqs": {
|
|
1471
|
-
"className": "AwsSqs",
|
|
1472
|
-
"sourcePath": "dist/nodes/Aws/SQS/AwsSqs.node.js"
|
|
1473
|
-
},
|
|
1474
|
-
"awsTextract": {
|
|
1475
|
-
"className": "AwsTextract",
|
|
1476
|
-
"sourcePath": "dist/nodes/Aws/Textract/AwsTextract.node.js"
|
|
1477
|
-
},
|
|
1478
|
-
"awsTranscribe": {
|
|
1479
|
-
"className": "AwsTranscribe",
|
|
1480
|
-
"sourcePath": "dist/nodes/Aws/Transcribe/AwsTranscribe.node.js"
|
|
1481
|
-
},
|
|
1482
|
-
"ciscoWebex": {
|
|
1483
|
-
"className": "CiscoWebex",
|
|
1484
|
-
"sourcePath": "dist/nodes/Cisco/Webex/CiscoWebex.node.js"
|
|
1485
|
-
},
|
|
1486
|
-
"ciscoWebexTrigger": {
|
|
1487
|
-
"className": "CiscoWebexTrigger",
|
|
1488
|
-
"sourcePath": "dist/nodes/Cisco/Webex/CiscoWebexTrigger.node.js"
|
|
1489
|
-
},
|
|
1490
|
-
"elasticSecurity": {
|
|
1491
|
-
"className": "ElasticSecurity",
|
|
1492
|
-
"sourcePath": "dist/nodes/Elastic/ElasticSecurity/ElasticSecurity.node.js"
|
|
1493
|
-
},
|
|
1494
|
-
"elasticsearch": {
|
|
1495
|
-
"className": "Elasticsearch",
|
|
1496
|
-
"sourcePath": "dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js"
|
|
1497
|
-
},
|
|
1498
|
-
"convertToFile": {
|
|
1499
|
-
"className": "ConvertToFile",
|
|
1500
|
-
"sourcePath": "dist/nodes/Files/ConvertToFile/ConvertToFile.node.js"
|
|
1501
|
-
},
|
|
1502
|
-
"extractFromFile": {
|
|
1503
|
-
"className": "ExtractFromFile",
|
|
1504
|
-
"sourcePath": "dist/nodes/Files/ExtractFromFile/ExtractFromFile.node.js"
|
|
1505
|
-
},
|
|
1506
|
-
"readWriteFile": {
|
|
1507
|
-
"className": "ReadWriteFile",
|
|
1508
|
-
"sourcePath": "dist/nodes/Files/ReadWriteFile/ReadWriteFile.node.js"
|
|
1509
|
-
},
|
|
1510
|
-
"googleAds": {
|
|
1511
|
-
"className": "GoogleAds",
|
|
1512
|
-
"sourcePath": "dist/nodes/Google/Ads/GoogleAds.node.js"
|
|
1513
|
-
},
|
|
1514
|
-
"googleAnalytics": {
|
|
1515
|
-
"className": "GoogleAnalytics",
|
|
1516
|
-
"sourcePath": "dist/nodes/Google/Analytics/GoogleAnalytics.node.js"
|
|
1517
|
-
},
|
|
1518
|
-
"googleBigQuery": {
|
|
1519
|
-
"className": "GoogleBigQuery",
|
|
1520
|
-
"sourcePath": "dist/nodes/Google/BigQuery/GoogleBigQuery.node.js"
|
|
1521
|
-
},
|
|
1522
|
-
"googleBooks": {
|
|
1523
|
-
"className": "GoogleBooks",
|
|
1524
|
-
"sourcePath": "dist/nodes/Google/Books/GoogleBooks.node.js"
|
|
1525
|
-
},
|
|
1526
|
-
"googleBusinessProfile": {
|
|
1527
|
-
"className": "GoogleBusinessProfile",
|
|
1528
|
-
"sourcePath": "dist/nodes/Google/BusinessProfile/GoogleBusinessProfile.node.js"
|
|
1529
|
-
},
|
|
1530
|
-
"googleBusinessProfileTrigger": {
|
|
1531
|
-
"className": "GoogleBusinessProfileTrigger",
|
|
1532
|
-
"sourcePath": "dist/nodes/Google/BusinessProfile/GoogleBusinessProfileTrigger.node.js"
|
|
1533
|
-
},
|
|
1534
|
-
"googleCalendar": {
|
|
1535
|
-
"className": "GoogleCalendar",
|
|
1536
|
-
"sourcePath": "dist/nodes/Google/Calendar/GoogleCalendar.node.js"
|
|
1537
|
-
},
|
|
1538
|
-
"googleCalendarTrigger": {
|
|
1539
|
-
"className": "GoogleCalendarTrigger",
|
|
1540
|
-
"sourcePath": "dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js"
|
|
1541
|
-
},
|
|
1542
|
-
"googleChat": {
|
|
1543
|
-
"className": "GoogleChat",
|
|
1544
|
-
"sourcePath": "dist/nodes/Google/Chat/GoogleChat.node.js"
|
|
1545
|
-
},
|
|
1546
|
-
"googleCloudNaturalLanguage": {
|
|
1547
|
-
"className": "GoogleCloudNaturalLanguage",
|
|
1548
|
-
"sourcePath": "dist/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.js"
|
|
1549
|
-
},
|
|
1550
|
-
"googleCloudStorage": {
|
|
1551
|
-
"className": "GoogleCloudStorage",
|
|
1552
|
-
"sourcePath": "dist/nodes/Google/CloudStorage/GoogleCloudStorage.node.js"
|
|
1553
|
-
},
|
|
1554
|
-
"googleContacts": {
|
|
1555
|
-
"className": "GoogleContacts",
|
|
1556
|
-
"sourcePath": "dist/nodes/Google/Contacts/GoogleContacts.node.js"
|
|
1557
|
-
},
|
|
1558
|
-
"googleDocs": {
|
|
1559
|
-
"className": "GoogleDocs",
|
|
1560
|
-
"sourcePath": "dist/nodes/Google/Docs/GoogleDocs.node.js"
|
|
1561
|
-
},
|
|
1562
|
-
"googleDrive": {
|
|
1563
|
-
"className": "GoogleDrive",
|
|
1564
|
-
"sourcePath": "dist/nodes/Google/Drive/GoogleDrive.node.js"
|
|
1565
|
-
},
|
|
1566
|
-
"googleDriveTrigger": {
|
|
1567
|
-
"className": "GoogleDriveTrigger",
|
|
1568
|
-
"sourcePath": "dist/nodes/Google/Drive/GoogleDriveTrigger.node.js"
|
|
1569
|
-
},
|
|
1570
|
-
"gSuiteAdmin": {
|
|
1571
|
-
"className": "GSuiteAdmin",
|
|
1572
|
-
"sourcePath": "dist/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.js"
|
|
1573
|
-
},
|
|
1574
|
-
"gmail": {
|
|
1575
|
-
"className": "Gmail",
|
|
1576
|
-
"sourcePath": "dist/nodes/Google/Gmail/Gmail.node.js"
|
|
1577
|
-
},
|
|
1578
|
-
"gmailTrigger": {
|
|
1579
|
-
"className": "GmailTrigger",
|
|
1580
|
-
"sourcePath": "dist/nodes/Google/Gmail/GmailTrigger.node.js"
|
|
1581
|
-
},
|
|
1582
|
-
"googlePerspective": {
|
|
1583
|
-
"className": "GooglePerspective",
|
|
1584
|
-
"sourcePath": "dist/nodes/Google/Perspective/GooglePerspective.node.js"
|
|
1585
|
-
},
|
|
1586
|
-
"googleSheets": {
|
|
1587
|
-
"className": "GoogleSheets",
|
|
1588
|
-
"sourcePath": "dist/nodes/Google/Sheet/GoogleSheets.node.js"
|
|
1589
|
-
},
|
|
1590
|
-
"googleSheetsTrigger": {
|
|
1591
|
-
"className": "GoogleSheetsTrigger",
|
|
1592
|
-
"sourcePath": "dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js"
|
|
1593
|
-
},
|
|
1594
|
-
"googleSlides": {
|
|
1595
|
-
"className": "GoogleSlides",
|
|
1596
|
-
"sourcePath": "dist/nodes/Google/Slides/GoogleSlides.node.js"
|
|
1597
|
-
},
|
|
1598
|
-
"googleTasks": {
|
|
1599
|
-
"className": "GoogleTasks",
|
|
1600
|
-
"sourcePath": "dist/nodes/Google/Task/GoogleTasks.node.js"
|
|
1601
|
-
},
|
|
1602
|
-
"googleTranslate": {
|
|
1603
|
-
"className": "GoogleTranslate",
|
|
1604
|
-
"sourcePath": "dist/nodes/Google/Translate/GoogleTranslate.node.js"
|
|
1605
|
-
},
|
|
1606
|
-
"youTube": {
|
|
1607
|
-
"className": "YouTube",
|
|
1608
|
-
"sourcePath": "dist/nodes/Google/YouTube/YouTube.node.js"
|
|
1609
|
-
},
|
|
1610
|
-
"microsoftDynamicsCrm": {
|
|
1611
|
-
"className": "MicrosoftDynamicsCrm",
|
|
1612
|
-
"sourcePath": "dist/nodes/Microsoft/Dynamics/MicrosoftDynamicsCrm.node.js"
|
|
1613
|
-
},
|
|
1614
|
-
"microsoftExcel": {
|
|
1615
|
-
"className": "MicrosoftExcel",
|
|
1616
|
-
"sourcePath": "dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js"
|
|
1617
|
-
},
|
|
1618
|
-
"microsoftGraphSecurity": {
|
|
1619
|
-
"className": "MicrosoftGraphSecurity",
|
|
1620
|
-
"sourcePath": "dist/nodes/Microsoft/GraphSecurity/MicrosoftGraphSecurity.node.js"
|
|
1621
|
-
},
|
|
1622
|
-
"microsoftOneDrive": {
|
|
1623
|
-
"className": "MicrosoftOneDrive",
|
|
1624
|
-
"sourcePath": "dist/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.js"
|
|
1625
|
-
},
|
|
1626
|
-
"microsoftOneDriveTrigger": {
|
|
1627
|
-
"className": "MicrosoftOneDriveTrigger",
|
|
1628
|
-
"sourcePath": "dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.js"
|
|
1629
|
-
},
|
|
1630
|
-
"microsoftOutlook": {
|
|
1631
|
-
"className": "MicrosoftOutlook",
|
|
1632
|
-
"sourcePath": "dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.js"
|
|
1633
|
-
},
|
|
1634
|
-
"microsoftOutlookTrigger": {
|
|
1635
|
-
"className": "MicrosoftOutlookTrigger",
|
|
1636
|
-
"sourcePath": "dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.js"
|
|
1637
|
-
},
|
|
1638
|
-
"microsoftSql": {
|
|
1639
|
-
"className": "MicrosoftSql",
|
|
1640
|
-
"sourcePath": "dist/nodes/Microsoft/Sql/MicrosoftSql.node.js"
|
|
1641
|
-
},
|
|
1642
|
-
"microsoftTeams": {
|
|
1643
|
-
"className": "MicrosoftTeams",
|
|
1644
|
-
"sourcePath": "dist/nodes/Microsoft/Teams/MicrosoftTeams.node.js"
|
|
1645
|
-
},
|
|
1646
|
-
"microsoftToDo": {
|
|
1647
|
-
"className": "MicrosoftToDo",
|
|
1648
|
-
"sourcePath": "dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js"
|
|
1649
|
-
},
|
|
1650
|
-
"citrixAdc": {
|
|
1651
|
-
"className": "NetscalerAdc",
|
|
1652
|
-
"sourcePath": "dist/nodes/Netscaler/ADC/NetscalerAdc.node.js"
|
|
1653
|
-
},
|
|
1654
1674
|
"aggregate": {
|
|
1655
1675
|
"className": "Aggregate",
|
|
1656
1676
|
"sourcePath": "dist/nodes/Transform/Aggregate/Aggregate.node.js"
|
|
@@ -1663,40 +1683,16 @@
|
|
|
1663
1683
|
"className": "RemoveDuplicates",
|
|
1664
1684
|
"sourcePath": "dist/nodes/Transform/RemoveDuplicates/RemoveDuplicates.node.js"
|
|
1665
1685
|
},
|
|
1666
|
-
"sort": {
|
|
1667
|
-
"className": "Sort",
|
|
1668
|
-
"sourcePath": "dist/nodes/Transform/Sort/Sort.node.js"
|
|
1669
|
-
},
|
|
1670
1686
|
"splitOut": {
|
|
1671
1687
|
"className": "SplitOut",
|
|
1672
1688
|
"sourcePath": "dist/nodes/Transform/SplitOut/SplitOut.node.js"
|
|
1673
1689
|
},
|
|
1690
|
+
"sort": {
|
|
1691
|
+
"className": "Sort",
|
|
1692
|
+
"sourcePath": "dist/nodes/Transform/Sort/Sort.node.js"
|
|
1693
|
+
},
|
|
1674
1694
|
"summarize": {
|
|
1675
1695
|
"className": "Summarize",
|
|
1676
1696
|
"sourcePath": "dist/nodes/Transform/Summarize/Summarize.node.js"
|
|
1677
|
-
},
|
|
1678
|
-
"venafiTlsProtectDatacenter": {
|
|
1679
|
-
"className": "VenafiTlsProtectDatacenter",
|
|
1680
|
-
"sourcePath": "dist/nodes/Venafi/Datacenter/VenafiTlsProtectDatacenter.node.js"
|
|
1681
|
-
},
|
|
1682
|
-
"venafiTlsProtectDatacenterTrigger": {
|
|
1683
|
-
"className": "VenafiTlsProtectDatacenterTrigger",
|
|
1684
|
-
"sourcePath": "dist/nodes/Venafi/Datacenter/VenafiTlsProtectDatacenterTrigger.node.js"
|
|
1685
|
-
},
|
|
1686
|
-
"venafiTlsProtectCloud": {
|
|
1687
|
-
"className": "VenafiTlsProtectCloud",
|
|
1688
|
-
"sourcePath": "dist/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloud.node.js"
|
|
1689
|
-
},
|
|
1690
|
-
"venafiTlsProtectCloudTrigger": {
|
|
1691
|
-
"className": "VenafiTlsProtectCloudTrigger",
|
|
1692
|
-
"sourcePath": "dist/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.js"
|
|
1693
|
-
},
|
|
1694
|
-
"googleFirebaseCloudFirestore": {
|
|
1695
|
-
"className": "GoogleFirebaseCloudFirestore",
|
|
1696
|
-
"sourcePath": "dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js"
|
|
1697
|
-
},
|
|
1698
|
-
"googleFirebaseRealtimeDatabase": {
|
|
1699
|
-
"className": "GoogleFirebaseRealtimeDatabase",
|
|
1700
|
-
"sourcePath": "dist/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.js"
|
|
1701
1697
|
}
|
|
1702
1698
|
}
|