n8n-nodes-base 1.0.1 → 1.0.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 (98) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/{SendInBlueApi.credentials.d.ts → BrevoApi.credentials.d.ts} +1 -1
  3. package/dist/credentials/{SendInBlueApi.credentials.js → BrevoApi.credentials.js} +7 -7
  4. package/dist/credentials/BrevoApi.credentials.js.map +1 -0
  5. package/dist/known/credentials.json +263 -11
  6. package/dist/known/nodes.json +8 -8
  7. package/dist/nodes/{SendInBlue → Brevo}/AttributeDescription.js +1 -1
  8. package/dist/nodes/Brevo/AttributeDescription.js.map +1 -0
  9. package/dist/nodes/{SendInBlue/SendInBlue.node.d.ts → Brevo/Brevo.node.d.ts} +1 -1
  10. package/dist/nodes/{SendInBlue/SendInBlue.node.js → Brevo/Brevo.node.js} +9 -9
  11. package/dist/nodes/Brevo/Brevo.node.js.map +1 -0
  12. package/dist/nodes/{SendInBlue/SendInBlue.node.json → Brevo/Brevo.node.json} +5 -4
  13. package/dist/nodes/{SendInBlue/SendInBlueTrigger.node.d.ts → Brevo/BrevoTrigger.node.d.ts} +1 -1
  14. package/dist/nodes/{SendInBlue/SendInBlueTrigger.node.js → Brevo/BrevoTrigger.node.js} +11 -11
  15. package/dist/nodes/Brevo/BrevoTrigger.node.js.map +1 -0
  16. package/dist/nodes/{SendInBlue/SendInBlueTrigger.node.json → Brevo/BrevoTrigger.node.json} +5 -4
  17. package/dist/nodes/Brevo/ContactDescription.js.map +1 -0
  18. package/dist/nodes/{SendInBlue → Brevo}/EmailDescription.js +10 -10
  19. package/dist/nodes/Brevo/EmailDescription.js.map +1 -0
  20. package/dist/nodes/{SendInBlue → Brevo}/GenericFunctions.d.ts +2 -2
  21. package/dist/nodes/{SendInBlue → Brevo}/GenericFunctions.js +14 -14
  22. package/dist/nodes/Brevo/GenericFunctions.js.map +1 -0
  23. package/dist/nodes/Brevo/SenderDescrition.js.map +1 -0
  24. package/dist/nodes/Brevo/brevo.svg +4 -0
  25. package/dist/nodes/Code/Code.node.js +1 -3
  26. package/dist/nodes/Code/Code.node.js.map +1 -1
  27. package/dist/nodes/Code/Pyodide.d.ts +1 -1
  28. package/dist/nodes/Code/Pyodide.js +6 -13
  29. package/dist/nodes/Code/Pyodide.js.map +1 -1
  30. package/dist/nodes/Code/PythonSandbox.d.ts +1 -2
  31. package/dist/nodes/Code/PythonSandbox.js +16 -24
  32. package/dist/nodes/Code/PythonSandbox.js.map +1 -1
  33. package/dist/nodes/Code/Sandbox.d.ts +1 -1
  34. package/dist/nodes/Code/Sandbox.js.map +1 -1
  35. package/dist/nodes/Code/descriptions/PythonCodeDescription.js +0 -14
  36. package/dist/nodes/Code/descriptions/PythonCodeDescription.js.map +1 -1
  37. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js +5 -4
  38. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js.map +1 -1
  39. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js +3 -2
  40. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js.map +1 -1
  41. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +3 -2
  42. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
  43. package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/delete.operation.js +3 -2
  44. package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/delete.operation.js.map +1 -1
  45. package/dist/nodes/Google/constants.d.ts +2 -0
  46. package/dist/nodes/Google/constants.js +6 -0
  47. package/dist/nodes/Google/constants.js.map +1 -0
  48. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +1 -0
  49. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
  50. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +1 -0
  51. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
  52. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +2 -1
  53. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  54. package/dist/nodes/MySql/v2/actions/common.descriptions.js +4 -4
  55. package/dist/nodes/MySql/v2/actions/common.descriptions.js.map +1 -1
  56. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js +1 -9
  57. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -1
  58. package/dist/nodes/MySql/v2/actions/database/insert.operation.js +1 -1
  59. package/dist/nodes/MySql/v2/actions/database/insert.operation.js.map +1 -1
  60. package/dist/nodes/MySql/v2/actions/database/update.operation.js +2 -2
  61. package/dist/nodes/MySql/v2/actions/database/update.operation.js.map +1 -1
  62. package/dist/nodes/MySql/v2/actions/database/upsert.operation.js +2 -2
  63. package/dist/nodes/MySql/v2/actions/database/upsert.operation.js.map +1 -1
  64. package/dist/nodes/Postgres/v2/actions/common.descriptions.js +4 -4
  65. package/dist/nodes/Postgres/v2/actions/common.descriptions.js.map +1 -1
  66. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +1 -9
  67. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -1
  68. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js +1 -1
  69. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js.map +1 -1
  70. package/dist/nodes/Postgres/v2/actions/database/update.operation.js +2 -2
  71. package/dist/nodes/Postgres/v2/actions/database/update.operation.js.map +1 -1
  72. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js +2 -2
  73. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js.map +1 -1
  74. package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -1
  75. package/dist/nodes/Postgres/v2/helpers/utils.js +3 -3
  76. package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -1
  77. package/dist/nodes/Postgres/v2/methods/resourceMapping.js +1 -1
  78. package/dist/nodes/Postgres/v2/methods/resourceMapping.js.map +1 -1
  79. package/dist/nodes/Salesforce/ContactDescription.js +3 -3
  80. package/dist/nodes/Salesforce/ContactDescription.js.map +1 -1
  81. package/dist/types/credentials.json +1 -1
  82. package/dist/types/nodes.json +14 -14
  83. package/package.json +7 -7
  84. package/dist/credentials/SendInBlueApi.credentials.js.map +0 -1
  85. package/dist/nodes/SendInBlue/AttributeDescription.js.map +0 -1
  86. package/dist/nodes/SendInBlue/ContactDescription.js.map +0 -1
  87. package/dist/nodes/SendInBlue/EmailDescription.js.map +0 -1
  88. package/dist/nodes/SendInBlue/GenericFunctions.js.map +0 -1
  89. package/dist/nodes/SendInBlue/SendInBlue.node.js.map +0 -1
  90. package/dist/nodes/SendInBlue/SendInBlueTrigger.node.js.map +0 -1
  91. package/dist/nodes/SendInBlue/SenderDescrition.js.map +0 -1
  92. package/dist/nodes/SendInBlue/sendinblue.svg +0 -20
  93. /package/dist/nodes/{SendInBlue → Brevo}/AttributeDescription.d.ts +0 -0
  94. /package/dist/nodes/{SendInBlue → Brevo}/ContactDescription.d.ts +0 -0
  95. /package/dist/nodes/{SendInBlue → Brevo}/ContactDescription.js +0 -0
  96. /package/dist/nodes/{SendInBlue → Brevo}/EmailDescription.d.ts +0 -0
  97. /package/dist/nodes/{SendInBlue → Brevo}/SenderDescrition.d.ts +0 -0
  98. /package/dist/nodes/{SendInBlue → Brevo}/SenderDescrition.js +0 -0
@@ -24,6 +24,9 @@
24
24
  "acuitySchedulingOAuth2Api": {
25
25
  "className": "AcuitySchedulingOAuth2Api",
26
26
  "sourcePath": "dist/credentials/AcuitySchedulingOAuth2Api.credentials.js",
27
+ "extends": [
28
+ "oAuth2Api"
29
+ ],
27
30
  "nodesToTestWith": [
28
31
  "acuitySchedulingTrigger"
29
32
  ]
@@ -61,6 +64,9 @@
61
64
  "airtableOAuth2Api": {
62
65
  "className": "AirtableOAuth2Api",
63
66
  "sourcePath": "dist/credentials/AirtableOAuth2Api.credentials.js",
67
+ "extends": [
68
+ "oAuth2Api"
69
+ ],
64
70
  "nodesToTestWith": [
65
71
  "airtable"
66
72
  ]
@@ -99,6 +105,9 @@
99
105
  "asanaOAuth2Api": {
100
106
  "className": "AsanaOAuth2Api",
101
107
  "sourcePath": "dist/credentials/AsanaOAuth2Api.credentials.js",
108
+ "extends": [
109
+ "oAuth2Api"
110
+ ],
102
111
  "nodesToTestWith": [
103
112
  "asana",
104
113
  "asanaTrigger"
@@ -184,6 +193,9 @@
184
193
  "bitlyOAuth2Api": {
185
194
  "className": "BitlyOAuth2Api",
186
195
  "sourcePath": "dist/credentials/BitlyOAuth2Api.credentials.js",
196
+ "extends": [
197
+ "oAuth2Api"
198
+ ],
187
199
  "nodesToTestWith": [
188
200
  "bitly"
189
201
  ]
@@ -198,6 +210,9 @@
198
210
  "boxOAuth2Api": {
199
211
  "className": "BoxOAuth2Api",
200
212
  "sourcePath": "dist/credentials/BoxOAuth2Api.credentials.js",
213
+ "extends": [
214
+ "oAuth2Api"
215
+ ],
201
216
  "nodesToTestWith": [
202
217
  "box",
203
218
  "boxTrigger"
@@ -210,6 +225,14 @@
210
225
  "Brandfetch"
211
226
  ]
212
227
  },
228
+ "sendInBlueApi": {
229
+ "className": "BrevoApi",
230
+ "sourcePath": "dist/credentials/BrevoApi.credentials.js",
231
+ "nodesToTestWith": [
232
+ "sendInBlue",
233
+ "sendInBlueTrigger"
234
+ ]
235
+ },
213
236
  "bubbleApi": {
214
237
  "className": "BubbleApi",
215
238
  "sourcePath": "dist/credentials/BubbleApi.credentials.js",
@@ -248,6 +271,9 @@
248
271
  "ciscoWebexOAuth2Api": {
249
272
  "className": "CiscoWebexOAuth2Api",
250
273
  "sourcePath": "dist/credentials/CiscoWebexOAuth2Api.credentials.js",
274
+ "extends": [
275
+ "oAuth2Api"
276
+ ],
251
277
  "nodesToTestWith": [
252
278
  "ciscoWebex",
253
279
  "ciscoWebexTrigger"
@@ -278,6 +304,9 @@
278
304
  "clickUpOAuth2Api": {
279
305
  "className": "ClickUpOAuth2Api",
280
306
  "sourcePath": "dist/credentials/ClickUpOAuth2Api.credentials.js",
307
+ "extends": [
308
+ "oAuth2Api"
309
+ ],
281
310
  "nodesToTestWith": [
282
311
  "clickUp",
283
312
  "clickUpTrigger"
@@ -402,6 +431,9 @@
402
431
  "driftOAuth2Api": {
403
432
  "className": "DriftOAuth2Api",
404
433
  "sourcePath": "dist/credentials/DriftOAuth2Api.credentials.js",
434
+ "extends": [
435
+ "oAuth2Api"
436
+ ],
405
437
  "nodesToTestWith": [
406
438
  "drift"
407
439
  ]
@@ -416,6 +448,9 @@
416
448
  "dropboxOAuth2Api": {
417
449
  "className": "DropboxOAuth2Api",
418
450
  "sourcePath": "dist/credentials/DropboxOAuth2Api.credentials.js",
451
+ "extends": [
452
+ "oAuth2Api"
453
+ ],
419
454
  "nodesToTestWith": [
420
455
  "dropbox"
421
456
  ]
@@ -473,6 +508,9 @@
473
508
  "eventbriteOAuth2Api": {
474
509
  "className": "EventbriteOAuth2Api",
475
510
  "sourcePath": "dist/credentials/EventbriteOAuth2Api.credentials.js",
511
+ "extends": [
512
+ "oAuth2Api"
513
+ ],
476
514
  "nodesToTestWith": [
477
515
  "eventbriteTrigger"
478
516
  ]
@@ -487,6 +525,9 @@
487
525
  "facebookGraphAppApi": {
488
526
  "className": "FacebookGraphAppApi",
489
527
  "sourcePath": "dist/credentials/FacebookGraphAppApi.credentials.js",
528
+ "extends": [
529
+ "facebookGraphApi"
530
+ ],
490
531
  "nodesToTestWith": [
491
532
  "facebookTrigger"
492
533
  ]
@@ -530,6 +571,9 @@
530
571
  "formstackOAuth2Api": {
531
572
  "className": "FormstackOAuth2Api",
532
573
  "sourcePath": "dist/credentials/FormstackOAuth2Api.credentials.js",
574
+ "extends": [
575
+ "oAuth2Api"
576
+ ],
533
577
  "nodesToTestWith": [
534
578
  "formstackTrigger"
535
579
  ]
@@ -565,6 +609,9 @@
565
609
  "gSuiteAdminOAuth2Api": {
566
610
  "className": "GSuiteAdminOAuth2Api",
567
611
  "sourcePath": "dist/credentials/GSuiteAdminOAuth2Api.credentials.js",
612
+ "extends": [
613
+ "googleOAuth2Api"
614
+ ],
568
615
  "nodesToTestWith": [
569
616
  "gSuiteAdmin"
570
617
  ]
@@ -580,6 +627,9 @@
580
627
  "getResponseOAuth2Api": {
581
628
  "className": "GetResponseOAuth2Api",
582
629
  "sourcePath": "dist/credentials/GetResponseOAuth2Api.credentials.js",
630
+ "extends": [
631
+ "oAuth2Api"
632
+ ],
583
633
  "nodesToTestWith": [
584
634
  "getResponse",
585
635
  "getResponseTrigger"
@@ -617,6 +667,9 @@
617
667
  "githubOAuth2Api": {
618
668
  "className": "GithubOAuth2Api",
619
669
  "sourcePath": "dist/credentials/GithubOAuth2Api.credentials.js",
670
+ "extends": [
671
+ "oAuth2Api"
672
+ ],
620
673
  "nodesToTestWith": [
621
674
  "github",
622
675
  "githubTrigger"
@@ -633,6 +686,9 @@
633
686
  "gitlabOAuth2Api": {
634
687
  "className": "GitlabOAuth2Api",
635
688
  "sourcePath": "dist/credentials/GitlabOAuth2Api.credentials.js",
689
+ "extends": [
690
+ "oAuth2Api"
691
+ ],
636
692
  "nodesToTestWith": [
637
693
  "gitlab",
638
694
  "gitlabTrigger"
@@ -641,6 +697,9 @@
641
697
  "gmailOAuth2": {
642
698
  "className": "GmailOAuth2Api",
643
699
  "sourcePath": "dist/credentials/GmailOAuth2Api.credentials.js",
700
+ "extends": [
701
+ "googleOAuth2Api"
702
+ ],
644
703
  "nodesToTestWith": [
645
704
  "gmailTrigger",
646
705
  "gmail",
@@ -650,6 +709,9 @@
650
709
  "goToWebinarOAuth2Api": {
651
710
  "className": "GoToWebinarOAuth2Api",
652
711
  "sourcePath": "dist/credentials/GoToWebinarOAuth2Api.credentials.js",
712
+ "extends": [
713
+ "oAuth2Api"
714
+ ],
653
715
  "nodesToTestWith": [
654
716
  "goToWebinar"
655
717
  ]
@@ -657,6 +719,9 @@
657
719
  "googleAdsOAuth2Api": {
658
720
  "className": "GoogleAdsOAuth2Api",
659
721
  "sourcePath": "dist/credentials/GoogleAdsOAuth2Api.credentials.js",
722
+ "extends": [
723
+ "googleOAuth2Api"
724
+ ],
660
725
  "nodesToTestWith": [
661
726
  "googleAds"
662
727
  ]
@@ -664,6 +729,9 @@
664
729
  "googleAnalyticsOAuth2": {
665
730
  "className": "GoogleAnalyticsOAuth2Api",
666
731
  "sourcePath": "dist/credentials/GoogleAnalyticsOAuth2Api.credentials.js",
732
+ "extends": [
733
+ "googleOAuth2Api"
734
+ ],
667
735
  "nodesToTestWith": [
668
736
  "googleAnalytics",
669
737
  "googleAnalytics"
@@ -692,6 +760,9 @@
692
760
  "googleBigQueryOAuth2Api": {
693
761
  "className": "GoogleBigQueryOAuth2Api",
694
762
  "sourcePath": "dist/credentials/GoogleBigQueryOAuth2Api.credentials.js",
763
+ "extends": [
764
+ "googleOAuth2Api"
765
+ ],
695
766
  "nodesToTestWith": [
696
767
  "googleBigQuery",
697
768
  "googleBigQuery"
@@ -700,6 +771,9 @@
700
771
  "googleBooksOAuth2Api": {
701
772
  "className": "GoogleBooksOAuth2Api",
702
773
  "sourcePath": "dist/credentials/GoogleBooksOAuth2Api.credentials.js",
774
+ "extends": [
775
+ "googleOAuth2Api"
776
+ ],
703
777
  "nodesToTestWith": [
704
778
  "googleBooks"
705
779
  ]
@@ -707,6 +781,9 @@
707
781
  "googleCalendarOAuth2Api": {
708
782
  "className": "GoogleCalendarOAuth2Api",
709
783
  "sourcePath": "dist/credentials/GoogleCalendarOAuth2Api.credentials.js",
784
+ "extends": [
785
+ "googleOAuth2Api"
786
+ ],
710
787
  "nodesToTestWith": [
711
788
  "googleCalendar",
712
789
  "googleCalendarTrigger"
@@ -715,6 +792,9 @@
715
792
  "googleCloudNaturalLanguageOAuth2Api": {
716
793
  "className": "GoogleCloudNaturalLanguageOAuth2Api",
717
794
  "sourcePath": "dist/credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.js",
795
+ "extends": [
796
+ "googleOAuth2Api"
797
+ ],
718
798
  "nodesToTestWith": [
719
799
  "googleCloudNaturalLanguage"
720
800
  ]
@@ -722,6 +802,9 @@
722
802
  "googleCloudStorageOAuth2Api": {
723
803
  "className": "GoogleCloudStorageOAuth2Api",
724
804
  "sourcePath": "dist/credentials/GoogleCloudStorageOAuth2Api.credentials.js",
805
+ "extends": [
806
+ "googleOAuth2Api"
807
+ ],
725
808
  "nodesToTestWith": [
726
809
  "googleCloudStorage"
727
810
  ]
@@ -729,6 +812,9 @@
729
812
  "googleContactsOAuth2Api": {
730
813
  "className": "GoogleContactsOAuth2Api",
731
814
  "sourcePath": "dist/credentials/GoogleContactsOAuth2Api.credentials.js",
815
+ "extends": [
816
+ "googleOAuth2Api"
817
+ ],
732
818
  "nodesToTestWith": [
733
819
  "googleContacts"
734
820
  ]
@@ -736,6 +822,9 @@
736
822
  "googleDocsOAuth2Api": {
737
823
  "className": "GoogleDocsOAuth2Api",
738
824
  "sourcePath": "dist/credentials/GoogleDocsOAuth2Api.credentials.js",
825
+ "extends": [
826
+ "googleOAuth2Api"
827
+ ],
739
828
  "nodesToTestWith": [
740
829
  "googleDocs"
741
830
  ]
@@ -743,6 +832,9 @@
743
832
  "googleDriveOAuth2Api": {
744
833
  "className": "GoogleDriveOAuth2Api",
745
834
  "sourcePath": "dist/credentials/GoogleDriveOAuth2Api.credentials.js",
835
+ "extends": [
836
+ "googleOAuth2Api"
837
+ ],
746
838
  "nodesToTestWith": [
747
839
  "googleDrive",
748
840
  "googleDriveTrigger"
@@ -751,6 +843,9 @@
751
843
  "googleFirebaseCloudFirestoreOAuth2Api": {
752
844
  "className": "GoogleFirebaseCloudFirestoreOAuth2Api",
753
845
  "sourcePath": "dist/credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js",
846
+ "extends": [
847
+ "googleOAuth2Api"
848
+ ],
754
849
  "nodesToTestWith": [
755
850
  "googleFirebaseCloudFirestore"
756
851
  ]
@@ -758,17 +853,26 @@
758
853
  "googleFirebaseRealtimeDatabaseOAuth2Api": {
759
854
  "className": "GoogleFirebaseRealtimeDatabaseOAuth2Api",
760
855
  "sourcePath": "dist/credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js",
856
+ "extends": [
857
+ "googleOAuth2Api"
858
+ ],
761
859
  "nodesToTestWith": [
762
860
  "googleFirebaseRealtimeDatabase"
763
861
  ]
764
862
  },
765
863
  "googleOAuth2Api": {
766
864
  "className": "GoogleOAuth2Api",
767
- "sourcePath": "dist/credentials/GoogleOAuth2Api.credentials.js"
865
+ "sourcePath": "dist/credentials/GoogleOAuth2Api.credentials.js",
866
+ "extends": [
867
+ "oAuth2Api"
868
+ ]
768
869
  },
769
870
  "googlePerspectiveOAuth2Api": {
770
871
  "className": "GooglePerspectiveOAuth2Api",
771
872
  "sourcePath": "dist/credentials/GooglePerspectiveOAuth2Api.credentials.js",
873
+ "extends": [
874
+ "googleOAuth2Api"
875
+ ],
772
876
  "nodesToTestWith": [
773
877
  "googlePerspective"
774
878
  ]
@@ -776,6 +880,9 @@
776
880
  "googleSheetsOAuth2Api": {
777
881
  "className": "GoogleSheetsOAuth2Api",
778
882
  "sourcePath": "dist/credentials/GoogleSheetsOAuth2Api.credentials.js",
883
+ "extends": [
884
+ "googleOAuth2Api"
885
+ ],
779
886
  "nodesToTestWith": [
780
887
  "googleSheets",
781
888
  "googleSheets"
@@ -784,6 +891,9 @@
784
891
  "googleSheetsTriggerOAuth2Api": {
785
892
  "className": "GoogleSheetsTriggerOAuth2Api",
786
893
  "sourcePath": "dist/credentials/GoogleSheetsTriggerOAuth2Api.credentials.js",
894
+ "extends": [
895
+ "googleOAuth2Api"
896
+ ],
787
897
  "nodesToTestWith": [
788
898
  "googleSheetsTrigger"
789
899
  ]
@@ -791,6 +901,9 @@
791
901
  "googleSlidesOAuth2Api": {
792
902
  "className": "GoogleSlidesOAuth2Api",
793
903
  "sourcePath": "dist/credentials/GoogleSlidesOAuth2Api.credentials.js",
904
+ "extends": [
905
+ "googleOAuth2Api"
906
+ ],
794
907
  "nodesToTestWith": [
795
908
  "googleSlides"
796
909
  ]
@@ -798,6 +911,9 @@
798
911
  "googleTasksOAuth2Api": {
799
912
  "className": "GoogleTasksOAuth2Api",
800
913
  "sourcePath": "dist/credentials/GoogleTasksOAuth2Api.credentials.js",
914
+ "extends": [
915
+ "googleOAuth2Api"
916
+ ],
801
917
  "nodesToTestWith": [
802
918
  "googleTasks"
803
919
  ]
@@ -805,6 +921,9 @@
805
921
  "googleTranslateOAuth2Api": {
806
922
  "className": "GoogleTranslateOAuth2Api",
807
923
  "sourcePath": "dist/credentials/GoogleTranslateOAuth2Api.credentials.js",
924
+ "extends": [
925
+ "googleOAuth2Api"
926
+ ],
808
927
  "nodesToTestWith": [
809
928
  "googleTranslate"
810
929
  ]
@@ -854,6 +973,9 @@
854
973
  "harvestOAuth2Api": {
855
974
  "className": "HarvestOAuth2Api",
856
975
  "sourcePath": "dist/credentials/HarvestOAuth2Api.credentials.js",
976
+ "extends": [
977
+ "oAuth2Api"
978
+ ],
857
979
  "nodesToTestWith": [
858
980
  "harvest"
859
981
  ]
@@ -861,6 +983,9 @@
861
983
  "helpScoutOAuth2Api": {
862
984
  "className": "HelpScoutOAuth2Api",
863
985
  "sourcePath": "dist/credentials/HelpScoutOAuth2Api.credentials.js",
986
+ "extends": [
987
+ "oAuth2Api"
988
+ ],
864
989
  "nodesToTestWith": [
865
990
  "helpScout",
866
991
  "helpScoutTrigger"
@@ -941,6 +1066,9 @@
941
1066
  "hubspotDeveloperApi": {
942
1067
  "className": "HubspotDeveloperApi",
943
1068
  "sourcePath": "dist/credentials/HubspotDeveloperApi.credentials.js",
1069
+ "extends": [
1070
+ "oAuth2Api"
1071
+ ],
944
1072
  "nodesToTestWith": [
945
1073
  "hubspotTrigger"
946
1074
  ]
@@ -948,6 +1076,9 @@
948
1076
  "hubspotOAuth2Api": {
949
1077
  "className": "HubspotOAuth2Api",
950
1078
  "sourcePath": "dist/credentials/HubspotOAuth2Api.credentials.js",
1079
+ "extends": [
1080
+ "oAuth2Api"
1081
+ ],
951
1082
  "nodesToTestWith": [
952
1083
  null,
953
1084
  null
@@ -1038,6 +1169,9 @@
1038
1169
  "keapOAuth2Api": {
1039
1170
  "className": "KeapOAuth2Api",
1040
1171
  "sourcePath": "dist/credentials/KeapOAuth2Api.credentials.js",
1172
+ "extends": [
1173
+ "oAuth2Api"
1174
+ ],
1041
1175
  "nodesToTestWith": [
1042
1176
  "keap",
1043
1177
  "keapTrigger"
@@ -1076,6 +1210,9 @@
1076
1210
  "lineNotifyOAuth2Api": {
1077
1211
  "className": "LineNotifyOAuth2Api",
1078
1212
  "sourcePath": "dist/credentials/LineNotifyOAuth2Api.credentials.js",
1213
+ "extends": [
1214
+ "oAuth2Api"
1215
+ ],
1079
1216
  "nodesToTestWith": [
1080
1217
  "line"
1081
1218
  ]
@@ -1098,6 +1235,9 @@
1098
1235
  "linkedInOAuth2Api": {
1099
1236
  "className": "LinkedInOAuth2Api",
1100
1237
  "sourcePath": "dist/credentials/LinkedInOAuth2Api.credentials.js",
1238
+ "extends": [
1239
+ "oAuth2Api"
1240
+ ],
1101
1241
  "nodesToTestWith": [
1102
1242
  "linkedIn"
1103
1243
  ]
@@ -1135,6 +1275,9 @@
1135
1275
  "mailchimpOAuth2Api": {
1136
1276
  "className": "MailchimpOAuth2Api",
1137
1277
  "sourcePath": "dist/credentials/MailchimpOAuth2Api.credentials.js",
1278
+ "extends": [
1279
+ "oAuth2Api"
1280
+ ],
1138
1281
  "nodesToTestWith": [
1139
1282
  "mailchimp",
1140
1283
  "mailchimpTrigger"
@@ -1209,6 +1352,9 @@
1209
1352
  "mauticOAuth2Api": {
1210
1353
  "className": "MauticOAuth2Api",
1211
1354
  "sourcePath": "dist/credentials/MauticOAuth2Api.credentials.js",
1355
+ "extends": [
1356
+ "oAuth2Api"
1357
+ ],
1212
1358
  "nodesToTestWith": [
1213
1359
  "mautic",
1214
1360
  "mauticTrigger"
@@ -1224,6 +1370,9 @@
1224
1370
  "mediumOAuth2Api": {
1225
1371
  "className": "MediumOAuth2Api",
1226
1372
  "sourcePath": "dist/credentials/MediumOAuth2Api.credentials.js",
1373
+ "extends": [
1374
+ "oAuth2Api"
1375
+ ],
1227
1376
  "nodesToTestWith": [
1228
1377
  "medium"
1229
1378
  ]
@@ -1245,6 +1394,9 @@
1245
1394
  "microsoftDynamicsOAuth2Api": {
1246
1395
  "className": "MicrosoftDynamicsOAuth2Api",
1247
1396
  "sourcePath": "dist/credentials/MicrosoftDynamicsOAuth2Api.credentials.js",
1397
+ "extends": [
1398
+ "microsoftOAuth2Api"
1399
+ ],
1248
1400
  "nodesToTestWith": [
1249
1401
  "microsoftDynamicsCrm"
1250
1402
  ]
@@ -1252,6 +1404,9 @@
1252
1404
  "microsoftExcelOAuth2Api": {
1253
1405
  "className": "MicrosoftExcelOAuth2Api",
1254
1406
  "sourcePath": "dist/credentials/MicrosoftExcelOAuth2Api.credentials.js",
1407
+ "extends": [
1408
+ "microsoftOAuth2Api"
1409
+ ],
1255
1410
  "nodesToTestWith": [
1256
1411
  "microsoftExcel",
1257
1412
  "microsoftExcel"
@@ -1260,17 +1415,26 @@
1260
1415
  "microsoftGraphSecurityOAuth2Api": {
1261
1416
  "className": "MicrosoftGraphSecurityOAuth2Api",
1262
1417
  "sourcePath": "dist/credentials/MicrosoftGraphSecurityOAuth2Api.credentials.js",
1418
+ "extends": [
1419
+ "microsoftOAuth2Api"
1420
+ ],
1263
1421
  "nodesToTestWith": [
1264
1422
  "microsoftGraphSecurity"
1265
1423
  ]
1266
1424
  },
1267
1425
  "microsoftOAuth2Api": {
1268
1426
  "className": "MicrosoftOAuth2Api",
1269
- "sourcePath": "dist/credentials/MicrosoftOAuth2Api.credentials.js"
1427
+ "sourcePath": "dist/credentials/MicrosoftOAuth2Api.credentials.js",
1428
+ "extends": [
1429
+ "oAuth2Api"
1430
+ ]
1270
1431
  },
1271
1432
  "microsoftOneDriveOAuth2Api": {
1272
1433
  "className": "MicrosoftOneDriveOAuth2Api",
1273
1434
  "sourcePath": "dist/credentials/MicrosoftOneDriveOAuth2Api.credentials.js",
1435
+ "extends": [
1436
+ "microsoftOAuth2Api"
1437
+ ],
1274
1438
  "nodesToTestWith": [
1275
1439
  "microsoftOneDrive"
1276
1440
  ]
@@ -1278,6 +1442,9 @@
1278
1442
  "microsoftOutlookOAuth2Api": {
1279
1443
  "className": "MicrosoftOutlookOAuth2Api",
1280
1444
  "sourcePath": "dist/credentials/MicrosoftOutlookOAuth2Api.credentials.js",
1445
+ "extends": [
1446
+ "microsoftOAuth2Api"
1447
+ ],
1281
1448
  "nodesToTestWith": [
1282
1449
  "microsoftOutlook"
1283
1450
  ]
@@ -1292,6 +1459,9 @@
1292
1459
  "microsoftTeamsOAuth2Api": {
1293
1460
  "className": "MicrosoftTeamsOAuth2Api",
1294
1461
  "sourcePath": "dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js",
1462
+ "extends": [
1463
+ "microsoftOAuth2Api"
1464
+ ],
1295
1465
  "nodesToTestWith": [
1296
1466
  "microsoftTeams"
1297
1467
  ]
@@ -1299,6 +1469,9 @@
1299
1469
  "microsoftToDoOAuth2Api": {
1300
1470
  "className": "MicrosoftToDoOAuth2Api",
1301
1471
  "sourcePath": "dist/credentials/MicrosoftToDoOAuth2Api.credentials.js",
1472
+ "extends": [
1473
+ "microsoftOAuth2Api"
1474
+ ],
1302
1475
  "nodesToTestWith": [
1303
1476
  "microsoftToDo"
1304
1477
  ]
@@ -1341,6 +1514,9 @@
1341
1514
  "mondayComOAuth2Api": {
1342
1515
  "className": "MondayComOAuth2Api",
1343
1516
  "sourcePath": "dist/credentials/MondayComOAuth2Api.credentials.js",
1517
+ "extends": [
1518
+ "oAuth2Api"
1519
+ ],
1344
1520
  "nodesToTestWith": [
1345
1521
  "mondayCom"
1346
1522
  ]
@@ -1414,6 +1590,9 @@
1414
1590
  "nextCloudOAuth2Api": {
1415
1591
  "className": "NextCloudOAuth2Api",
1416
1592
  "sourcePath": "dist/credentials/NextCloudOAuth2Api.credentials.js",
1593
+ "extends": [
1594
+ "oAuth2Api"
1595
+ ],
1417
1596
  "nodesToTestWith": [
1418
1597
  "nextCloud"
1419
1598
  ]
@@ -1443,7 +1622,10 @@
1443
1622
  },
1444
1623
  "notionOAuth2Api": {
1445
1624
  "className": "NotionOAuth2Api",
1446
- "sourcePath": "dist/credentials/NotionOAuth2Api.credentials.js"
1625
+ "sourcePath": "dist/credentials/NotionOAuth2Api.credentials.js",
1626
+ "extends": [
1627
+ "oAuth2Api"
1628
+ ]
1447
1629
  },
1448
1630
  "npmApi": {
1449
1631
  "className": "NpmApi",
@@ -1537,6 +1719,9 @@
1537
1719
  "pagerDutyOAuth2Api": {
1538
1720
  "className": "PagerDutyOAuth2Api",
1539
1721
  "sourcePath": "dist/credentials/PagerDutyOAuth2Api.credentials.js",
1722
+ "extends": [
1723
+ "oAuth2Api"
1724
+ ],
1540
1725
  "nodesToTestWith": [
1541
1726
  "pagerDuty"
1542
1727
  ]
@@ -1566,6 +1751,9 @@
1566
1751
  "philipsHueOAuth2Api": {
1567
1752
  "className": "PhilipsHueOAuth2Api",
1568
1753
  "sourcePath": "dist/credentials/PhilipsHueOAuth2Api.credentials.js",
1754
+ "extends": [
1755
+ "oAuth2Api"
1756
+ ],
1569
1757
  "nodesToTestWith": [
1570
1758
  "philipsHue"
1571
1759
  ]
@@ -1581,6 +1769,9 @@
1581
1769
  "pipedriveOAuth2Api": {
1582
1770
  "className": "PipedriveOAuth2Api",
1583
1771
  "sourcePath": "dist/credentials/PipedriveOAuth2Api.credentials.js",
1772
+ "extends": [
1773
+ "oAuth2Api"
1774
+ ],
1584
1775
  "nodesToTestWith": [
1585
1776
  "pipedrive",
1586
1777
  "pipedriveTrigger"
@@ -1626,6 +1817,9 @@
1626
1817
  "pushbulletOAuth2Api": {
1627
1818
  "className": "PushbulletOAuth2Api",
1628
1819
  "sourcePath": "dist/credentials/PushbulletOAuth2Api.credentials.js",
1820
+ "extends": [
1821
+ "oAuth2Api"
1822
+ ],
1629
1823
  "nodesToTestWith": [
1630
1824
  "pushbullet"
1631
1825
  ]
@@ -1662,6 +1856,9 @@
1662
1856
  "quickBooksOAuth2Api": {
1663
1857
  "className": "QuickBooksOAuth2Api",
1664
1858
  "sourcePath": "dist/credentials/QuickBooksOAuth2Api.credentials.js",
1859
+ "extends": [
1860
+ "oAuth2Api"
1861
+ ],
1665
1862
  "nodesToTestWith": [
1666
1863
  "quickbooks"
1667
1864
  ]
@@ -1677,6 +1874,9 @@
1677
1874
  "raindropOAuth2Api": {
1678
1875
  "className": "RaindropOAuth2Api",
1679
1876
  "sourcePath": "dist/credentials/RaindropOAuth2Api.credentials.js",
1877
+ "extends": [
1878
+ "oAuth2Api"
1879
+ ],
1680
1880
  "nodesToTestWith": [
1681
1881
  "raindrop"
1682
1882
  ]
@@ -1684,6 +1884,9 @@
1684
1884
  "redditOAuth2Api": {
1685
1885
  "className": "RedditOAuth2Api",
1686
1886
  "sourcePath": "dist/credentials/RedditOAuth2Api.credentials.js",
1887
+ "extends": [
1888
+ "oAuth2Api"
1889
+ ],
1687
1890
  "nodesToTestWith": [
1688
1891
  "reddit"
1689
1892
  ]
@@ -1727,6 +1930,9 @@
1727
1930
  "salesforceOAuth2Api": {
1728
1931
  "className": "SalesforceOAuth2Api",
1729
1932
  "sourcePath": "dist/credentials/SalesforceOAuth2Api.credentials.js",
1933
+ "extends": [
1934
+ "oAuth2Api"
1935
+ ],
1730
1936
  "nodesToTestWith": [
1731
1937
  "salesforce"
1732
1938
  ]
@@ -1767,14 +1973,6 @@
1767
1973
  "sendGrid"
1768
1974
  ]
1769
1975
  },
1770
- "sendInBlueApi": {
1771
- "className": "SendInBlueApi",
1772
- "sourcePath": "dist/credentials/SendInBlueApi.credentials.js",
1773
- "nodesToTestWith": [
1774
- "sendInBlue",
1775
- "sendInBlueTrigger"
1776
- ]
1777
- },
1778
1976
  "sendyApi": {
1779
1977
  "className": "SendyApi",
1780
1978
  "sourcePath": "dist/credentials/SendyApi.credentials.js",
@@ -1792,6 +1990,9 @@
1792
1990
  "sentryIoOAuth2Api": {
1793
1991
  "className": "SentryIoOAuth2Api",
1794
1992
  "sourcePath": "dist/credentials/SentryIoOAuth2Api.credentials.js",
1993
+ "extends": [
1994
+ "oAuth2Api"
1995
+ ],
1795
1996
  "nodesToTestWith": [
1796
1997
  "sentryIo"
1797
1998
  ]
@@ -1806,6 +2007,9 @@
1806
2007
  "serviceNowBasicApi": {
1807
2008
  "className": "ServiceNowBasicApi",
1808
2009
  "sourcePath": "dist/credentials/ServiceNowBasicApi.credentials.js",
2010
+ "extends": [
2011
+ "httpBasicAuth"
2012
+ ],
1809
2013
  "nodesToTestWith": [
1810
2014
  "serviceNow"
1811
2015
  ]
@@ -1813,6 +2017,9 @@
1813
2017
  "serviceNowOAuth2Api": {
1814
2018
  "className": "ServiceNowOAuth2Api",
1815
2019
  "sourcePath": "dist/credentials/ServiceNowOAuth2Api.credentials.js",
2020
+ "extends": [
2021
+ "oAuth2Api"
2022
+ ],
1816
2023
  "nodesToTestWith": [
1817
2024
  "serviceNow"
1818
2025
  ]
@@ -1843,6 +2050,9 @@
1843
2050
  "shopifyOAuth2Api": {
1844
2051
  "className": "ShopifyOAuth2Api",
1845
2052
  "sourcePath": "dist/credentials/ShopifyOAuth2Api.credentials.js",
2053
+ "extends": [
2054
+ "oAuth2Api"
2055
+ ],
1846
2056
  "nodesToTestWith": [
1847
2057
  "shopify",
1848
2058
  "shopifyTrigger"
@@ -1866,6 +2076,9 @@
1866
2076
  "slackOAuth2Api": {
1867
2077
  "className": "SlackOAuth2Api",
1868
2078
  "sourcePath": "dist/credentials/SlackOAuth2Api.credentials.js",
2079
+ "extends": [
2080
+ "oAuth2Api"
2081
+ ],
1869
2082
  "nodesToTestWith": [
1870
2083
  null,
1871
2084
  null
@@ -1910,6 +2123,9 @@
1910
2123
  "spotifyOAuth2Api": {
1911
2124
  "className": "SpotifyOAuth2Api",
1912
2125
  "sourcePath": "dist/credentials/SpotifyOAuth2Api.credentials.js",
2126
+ "extends": [
2127
+ "oAuth2Api"
2128
+ ],
1913
2129
  "nodesToTestWith": [
1914
2130
  "spotify"
1915
2131
  ]
@@ -1959,6 +2175,9 @@
1959
2175
  "stravaOAuth2Api": {
1960
2176
  "className": "StravaOAuth2Api",
1961
2177
  "sourcePath": "dist/credentials/StravaOAuth2Api.credentials.js",
2178
+ "extends": [
2179
+ "oAuth2Api"
2180
+ ],
1962
2181
  "nodesToTestWith": [
1963
2182
  "strava",
1964
2183
  "stravaTrigger"
@@ -1989,6 +2208,9 @@
1989
2208
  "surveyMonkeyOAuth2Api": {
1990
2209
  "className": "SurveyMonkeyOAuth2Api",
1991
2210
  "sourcePath": "dist/credentials/SurveyMonkeyOAuth2Api.credentials.js",
2211
+ "extends": [
2212
+ "oAuth2Api"
2213
+ ],
1992
2214
  "nodesToTestWith": [
1993
2215
  "surveyMonkeyTrigger"
1994
2216
  ]
@@ -2048,6 +2270,9 @@
2048
2270
  "todoistOAuth2Api": {
2049
2271
  "className": "TodoistOAuth2Api",
2050
2272
  "sourcePath": "dist/credentials/TodoistOAuth2Api.credentials.js",
2273
+ "extends": [
2274
+ "oAuth2Api"
2275
+ ],
2051
2276
  "nodesToTestWith": [
2052
2277
  "todoist",
2053
2278
  "todoist"
@@ -2103,6 +2328,9 @@
2103
2328
  "twistOAuth2Api": {
2104
2329
  "className": "TwistOAuth2Api",
2105
2330
  "sourcePath": "dist/credentials/TwistOAuth2Api.credentials.js",
2331
+ "extends": [
2332
+ "oAuth2Api"
2333
+ ],
2106
2334
  "nodesToTestWith": [
2107
2335
  "twist"
2108
2336
  ]
@@ -2110,6 +2338,9 @@
2110
2338
  "twitterOAuth1Api": {
2111
2339
  "className": "TwitterOAuth1Api",
2112
2340
  "sourcePath": "dist/credentials/TwitterOAuth1Api.credentials.js",
2341
+ "extends": [
2342
+ "oAuth1Api"
2343
+ ],
2113
2344
  "nodesToTestWith": [
2114
2345
  "twitter"
2115
2346
  ]
@@ -2124,6 +2355,9 @@
2124
2355
  "typeformOAuth2Api": {
2125
2356
  "className": "TypeformOAuth2Api",
2126
2357
  "sourcePath": "dist/credentials/TypeformOAuth2Api.credentials.js",
2358
+ "extends": [
2359
+ "oAuth2Api"
2360
+ ],
2127
2361
  "nodesToTestWith": [
2128
2362
  "typeformTrigger"
2129
2363
  ]
@@ -2204,6 +2438,9 @@
2204
2438
  "webflowOAuth2Api": {
2205
2439
  "className": "WebflowOAuth2Api",
2206
2440
  "sourcePath": "dist/credentials/WebflowOAuth2Api.credentials.js",
2441
+ "extends": [
2442
+ "oAuth2Api"
2443
+ ],
2207
2444
  "nodesToTestWith": [
2208
2445
  "webflow",
2209
2446
  "webflowTrigger"
@@ -2263,6 +2500,9 @@
2263
2500
  "xeroOAuth2Api": {
2264
2501
  "className": "XeroOAuth2Api",
2265
2502
  "sourcePath": "dist/credentials/XeroOAuth2Api.credentials.js",
2503
+ "extends": [
2504
+ "oAuth2Api"
2505
+ ],
2266
2506
  "nodesToTestWith": [
2267
2507
  "xero"
2268
2508
  ]
@@ -2270,6 +2510,9 @@
2270
2510
  "youTubeOAuth2Api": {
2271
2511
  "className": "YouTubeOAuth2Api",
2272
2512
  "sourcePath": "dist/credentials/YouTubeOAuth2Api.credentials.js",
2513
+ "extends": [
2514
+ "googleOAuth2Api"
2515
+ ],
2273
2516
  "nodesToTestWith": [
2274
2517
  "youTube"
2275
2518
  ]
@@ -2306,6 +2549,9 @@
2306
2549
  "zendeskOAuth2Api": {
2307
2550
  "className": "ZendeskOAuth2Api",
2308
2551
  "sourcePath": "dist/credentials/ZendeskOAuth2Api.credentials.js",
2552
+ "extends": [
2553
+ "oAuth2Api"
2554
+ ],
2309
2555
  "nodesToTestWith": [
2310
2556
  "zendesk",
2311
2557
  "zendeskTrigger"
@@ -2314,6 +2560,9 @@
2314
2560
  "zohoOAuth2Api": {
2315
2561
  "className": "ZohoOAuth2Api",
2316
2562
  "sourcePath": "dist/credentials/ZohoOAuth2Api.credentials.js",
2563
+ "extends": [
2564
+ "oAuth2Api"
2565
+ ],
2317
2566
  "nodesToTestWith": [
2318
2567
  "zohoCrm"
2319
2568
  ]
@@ -2328,6 +2577,9 @@
2328
2577
  "zoomOAuth2Api": {
2329
2578
  "className": "ZoomOAuth2Api",
2330
2579
  "sourcePath": "dist/credentials/ZoomOAuth2Api.credentials.js",
2580
+ "extends": [
2581
+ "oAuth2Api"
2582
+ ],
2331
2583
  "nodesToTestWith": [
2332
2584
  "zoom"
2333
2585
  ]