n8n-nodes-base 0.234.0 → 0.234.1

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 (51) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/known/credentials.json +258 -3
  3. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js +5 -4
  4. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js.map +1 -1
  5. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js +7 -6
  6. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js.map +1 -1
  7. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js +11 -10
  8. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js.map +1 -1
  9. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js +3 -2
  10. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js.map +1 -1
  11. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +3 -2
  12. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
  13. package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/delete.operation.js +3 -2
  14. package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/delete.operation.js.map +1 -1
  15. package/dist/nodes/Google/constants.d.ts +2 -0
  16. package/dist/nodes/Google/constants.js +6 -0
  17. package/dist/nodes/Google/constants.js.map +1 -0
  18. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +1 -0
  19. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
  20. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +1 -0
  21. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
  22. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +2 -1
  23. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  24. package/dist/nodes/MySql/v2/actions/common.descriptions.js +4 -4
  25. package/dist/nodes/MySql/v2/actions/common.descriptions.js.map +1 -1
  26. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js +1 -9
  27. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -1
  28. package/dist/nodes/MySql/v2/actions/database/insert.operation.js +1 -1
  29. package/dist/nodes/MySql/v2/actions/database/insert.operation.js.map +1 -1
  30. package/dist/nodes/MySql/v2/actions/database/update.operation.js +2 -2
  31. package/dist/nodes/MySql/v2/actions/database/update.operation.js.map +1 -1
  32. package/dist/nodes/MySql/v2/actions/database/upsert.operation.js +2 -2
  33. package/dist/nodes/MySql/v2/actions/database/upsert.operation.js.map +1 -1
  34. package/dist/nodes/Postgres/v2/actions/common.descriptions.js +4 -4
  35. package/dist/nodes/Postgres/v2/actions/common.descriptions.js.map +1 -1
  36. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +1 -9
  37. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -1
  38. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js +1 -1
  39. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js.map +1 -1
  40. package/dist/nodes/Postgres/v2/actions/database/update.operation.js +2 -2
  41. package/dist/nodes/Postgres/v2/actions/database/update.operation.js.map +1 -1
  42. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js +2 -2
  43. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js.map +1 -1
  44. package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -1
  45. package/dist/nodes/Postgres/v2/helpers/utils.js +3 -3
  46. package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -1
  47. package/dist/nodes/Postgres/v2/methods/resourceMapping.js +1 -1
  48. package/dist/nodes/Postgres/v2/methods/resourceMapping.js.map +1 -1
  49. package/dist/package.json +1 -1
  50. package/dist/types/nodes.json +13 -13
  51. package/package.json +3 -3
@@ -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"
@@ -256,6 +271,9 @@
256
271
  "ciscoWebexOAuth2Api": {
257
272
  "className": "CiscoWebexOAuth2Api",
258
273
  "sourcePath": "dist/credentials/CiscoWebexOAuth2Api.credentials.js",
274
+ "extends": [
275
+ "oAuth2Api"
276
+ ],
259
277
  "nodesToTestWith": [
260
278
  "ciscoWebex",
261
279
  "ciscoWebexTrigger"
@@ -286,6 +304,9 @@
286
304
  "clickUpOAuth2Api": {
287
305
  "className": "ClickUpOAuth2Api",
288
306
  "sourcePath": "dist/credentials/ClickUpOAuth2Api.credentials.js",
307
+ "extends": [
308
+ "oAuth2Api"
309
+ ],
289
310
  "nodesToTestWith": [
290
311
  "clickUp",
291
312
  "clickUpTrigger"
@@ -418,6 +439,9 @@
418
439
  "driftOAuth2Api": {
419
440
  "className": "DriftOAuth2Api",
420
441
  "sourcePath": "dist/credentials/DriftOAuth2Api.credentials.js",
442
+ "extends": [
443
+ "oAuth2Api"
444
+ ],
421
445
  "nodesToTestWith": [
422
446
  "drift"
423
447
  ]
@@ -432,6 +456,9 @@
432
456
  "dropboxOAuth2Api": {
433
457
  "className": "DropboxOAuth2Api",
434
458
  "sourcePath": "dist/credentials/DropboxOAuth2Api.credentials.js",
459
+ "extends": [
460
+ "oAuth2Api"
461
+ ],
435
462
  "nodesToTestWith": [
436
463
  "dropbox"
437
464
  ]
@@ -489,6 +516,9 @@
489
516
  "eventbriteOAuth2Api": {
490
517
  "className": "EventbriteOAuth2Api",
491
518
  "sourcePath": "dist/credentials/EventbriteOAuth2Api.credentials.js",
519
+ "extends": [
520
+ "oAuth2Api"
521
+ ],
492
522
  "nodesToTestWith": [
493
523
  "eventbriteTrigger"
494
524
  ]
@@ -503,6 +533,9 @@
503
533
  "facebookGraphAppApi": {
504
534
  "className": "FacebookGraphAppApi",
505
535
  "sourcePath": "dist/credentials/FacebookGraphAppApi.credentials.js",
536
+ "extends": [
537
+ "facebookGraphApi"
538
+ ],
506
539
  "nodesToTestWith": [
507
540
  "facebookTrigger"
508
541
  ]
@@ -546,6 +579,9 @@
546
579
  "formstackOAuth2Api": {
547
580
  "className": "FormstackOAuth2Api",
548
581
  "sourcePath": "dist/credentials/FormstackOAuth2Api.credentials.js",
582
+ "extends": [
583
+ "oAuth2Api"
584
+ ],
549
585
  "nodesToTestWith": [
550
586
  "formstackTrigger"
551
587
  ]
@@ -581,6 +617,9 @@
581
617
  "gSuiteAdminOAuth2Api": {
582
618
  "className": "GSuiteAdminOAuth2Api",
583
619
  "sourcePath": "dist/credentials/GSuiteAdminOAuth2Api.credentials.js",
620
+ "extends": [
621
+ "googleOAuth2Api"
622
+ ],
584
623
  "nodesToTestWith": [
585
624
  "gSuiteAdmin"
586
625
  ]
@@ -596,6 +635,9 @@
596
635
  "getResponseOAuth2Api": {
597
636
  "className": "GetResponseOAuth2Api",
598
637
  "sourcePath": "dist/credentials/GetResponseOAuth2Api.credentials.js",
638
+ "extends": [
639
+ "oAuth2Api"
640
+ ],
599
641
  "nodesToTestWith": [
600
642
  "getResponse",
601
643
  "getResponseTrigger"
@@ -633,6 +675,9 @@
633
675
  "githubOAuth2Api": {
634
676
  "className": "GithubOAuth2Api",
635
677
  "sourcePath": "dist/credentials/GithubOAuth2Api.credentials.js",
678
+ "extends": [
679
+ "oAuth2Api"
680
+ ],
636
681
  "nodesToTestWith": [
637
682
  "github",
638
683
  "githubTrigger"
@@ -649,6 +694,9 @@
649
694
  "gitlabOAuth2Api": {
650
695
  "className": "GitlabOAuth2Api",
651
696
  "sourcePath": "dist/credentials/GitlabOAuth2Api.credentials.js",
697
+ "extends": [
698
+ "oAuth2Api"
699
+ ],
652
700
  "nodesToTestWith": [
653
701
  "gitlab",
654
702
  "gitlabTrigger"
@@ -657,6 +705,9 @@
657
705
  "gmailOAuth2": {
658
706
  "className": "GmailOAuth2Api",
659
707
  "sourcePath": "dist/credentials/GmailOAuth2Api.credentials.js",
708
+ "extends": [
709
+ "googleOAuth2Api"
710
+ ],
660
711
  "nodesToTestWith": [
661
712
  "gmailTrigger",
662
713
  "gmail",
@@ -666,6 +717,9 @@
666
717
  "goToWebinarOAuth2Api": {
667
718
  "className": "GoToWebinarOAuth2Api",
668
719
  "sourcePath": "dist/credentials/GoToWebinarOAuth2Api.credentials.js",
720
+ "extends": [
721
+ "oAuth2Api"
722
+ ],
669
723
  "nodesToTestWith": [
670
724
  "goToWebinar"
671
725
  ]
@@ -673,6 +727,9 @@
673
727
  "googleAdsOAuth2Api": {
674
728
  "className": "GoogleAdsOAuth2Api",
675
729
  "sourcePath": "dist/credentials/GoogleAdsOAuth2Api.credentials.js",
730
+ "extends": [
731
+ "googleOAuth2Api"
732
+ ],
676
733
  "nodesToTestWith": [
677
734
  "googleAds"
678
735
  ]
@@ -680,6 +737,9 @@
680
737
  "googleAnalyticsOAuth2": {
681
738
  "className": "GoogleAnalyticsOAuth2Api",
682
739
  "sourcePath": "dist/credentials/GoogleAnalyticsOAuth2Api.credentials.js",
740
+ "extends": [
741
+ "googleOAuth2Api"
742
+ ],
683
743
  "nodesToTestWith": [
684
744
  "googleAnalytics",
685
745
  "googleAnalytics"
@@ -709,6 +769,9 @@
709
769
  "googleBigQueryOAuth2Api": {
710
770
  "className": "GoogleBigQueryOAuth2Api",
711
771
  "sourcePath": "dist/credentials/GoogleBigQueryOAuth2Api.credentials.js",
772
+ "extends": [
773
+ "googleOAuth2Api"
774
+ ],
712
775
  "nodesToTestWith": [
713
776
  "googleBigQuery",
714
777
  "googleBigQuery"
@@ -717,6 +780,9 @@
717
780
  "googleBooksOAuth2Api": {
718
781
  "className": "GoogleBooksOAuth2Api",
719
782
  "sourcePath": "dist/credentials/GoogleBooksOAuth2Api.credentials.js",
783
+ "extends": [
784
+ "googleOAuth2Api"
785
+ ],
720
786
  "nodesToTestWith": [
721
787
  "googleBooks"
722
788
  ]
@@ -724,6 +790,9 @@
724
790
  "googleCalendarOAuth2Api": {
725
791
  "className": "GoogleCalendarOAuth2Api",
726
792
  "sourcePath": "dist/credentials/GoogleCalendarOAuth2Api.credentials.js",
793
+ "extends": [
794
+ "googleOAuth2Api"
795
+ ],
727
796
  "nodesToTestWith": [
728
797
  "googleCalendar",
729
798
  "googleCalendarTrigger"
@@ -732,6 +801,9 @@
732
801
  "googleCloudNaturalLanguageOAuth2Api": {
733
802
  "className": "GoogleCloudNaturalLanguageOAuth2Api",
734
803
  "sourcePath": "dist/credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.js",
804
+ "extends": [
805
+ "googleOAuth2Api"
806
+ ],
735
807
  "nodesToTestWith": [
736
808
  "googleCloudNaturalLanguage"
737
809
  ]
@@ -739,6 +811,9 @@
739
811
  "googleCloudStorageOAuth2Api": {
740
812
  "className": "GoogleCloudStorageOAuth2Api",
741
813
  "sourcePath": "dist/credentials/GoogleCloudStorageOAuth2Api.credentials.js",
814
+ "extends": [
815
+ "googleOAuth2Api"
816
+ ],
742
817
  "nodesToTestWith": [
743
818
  "googleCloudStorage"
744
819
  ]
@@ -746,6 +821,9 @@
746
821
  "googleContactsOAuth2Api": {
747
822
  "className": "GoogleContactsOAuth2Api",
748
823
  "sourcePath": "dist/credentials/GoogleContactsOAuth2Api.credentials.js",
824
+ "extends": [
825
+ "googleOAuth2Api"
826
+ ],
749
827
  "nodesToTestWith": [
750
828
  "googleContacts"
751
829
  ]
@@ -753,6 +831,9 @@
753
831
  "googleDocsOAuth2Api": {
754
832
  "className": "GoogleDocsOAuth2Api",
755
833
  "sourcePath": "dist/credentials/GoogleDocsOAuth2Api.credentials.js",
834
+ "extends": [
835
+ "googleOAuth2Api"
836
+ ],
756
837
  "nodesToTestWith": [
757
838
  "googleDocs"
758
839
  ]
@@ -760,6 +841,9 @@
760
841
  "googleDriveOAuth2Api": {
761
842
  "className": "GoogleDriveOAuth2Api",
762
843
  "sourcePath": "dist/credentials/GoogleDriveOAuth2Api.credentials.js",
844
+ "extends": [
845
+ "googleOAuth2Api"
846
+ ],
763
847
  "nodesToTestWith": [
764
848
  "googleDriveTrigger",
765
849
  "googleDrive",
@@ -769,6 +853,9 @@
769
853
  "googleFirebaseCloudFirestoreOAuth2Api": {
770
854
  "className": "GoogleFirebaseCloudFirestoreOAuth2Api",
771
855
  "sourcePath": "dist/credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js",
856
+ "extends": [
857
+ "googleOAuth2Api"
858
+ ],
772
859
  "nodesToTestWith": [
773
860
  "googleFirebaseCloudFirestore"
774
861
  ]
@@ -776,17 +863,26 @@
776
863
  "googleFirebaseRealtimeDatabaseOAuth2Api": {
777
864
  "className": "GoogleFirebaseRealtimeDatabaseOAuth2Api",
778
865
  "sourcePath": "dist/credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js",
866
+ "extends": [
867
+ "googleOAuth2Api"
868
+ ],
779
869
  "nodesToTestWith": [
780
870
  "googleFirebaseRealtimeDatabase"
781
871
  ]
782
872
  },
783
873
  "googleOAuth2Api": {
784
874
  "className": "GoogleOAuth2Api",
785
- "sourcePath": "dist/credentials/GoogleOAuth2Api.credentials.js"
875
+ "sourcePath": "dist/credentials/GoogleOAuth2Api.credentials.js",
876
+ "extends": [
877
+ "oAuth2Api"
878
+ ]
786
879
  },
787
880
  "googlePerspectiveOAuth2Api": {
788
881
  "className": "GooglePerspectiveOAuth2Api",
789
882
  "sourcePath": "dist/credentials/GooglePerspectiveOAuth2Api.credentials.js",
883
+ "extends": [
884
+ "googleOAuth2Api"
885
+ ],
790
886
  "nodesToTestWith": [
791
887
  "googlePerspective"
792
888
  ]
@@ -794,6 +890,9 @@
794
890
  "googleSheetsOAuth2Api": {
795
891
  "className": "GoogleSheetsOAuth2Api",
796
892
  "sourcePath": "dist/credentials/GoogleSheetsOAuth2Api.credentials.js",
893
+ "extends": [
894
+ "googleOAuth2Api"
895
+ ],
797
896
  "nodesToTestWith": [
798
897
  "googleSheets",
799
898
  "googleSheets"
@@ -802,6 +901,9 @@
802
901
  "googleSheetsTriggerOAuth2Api": {
803
902
  "className": "GoogleSheetsTriggerOAuth2Api",
804
903
  "sourcePath": "dist/credentials/GoogleSheetsTriggerOAuth2Api.credentials.js",
904
+ "extends": [
905
+ "googleOAuth2Api"
906
+ ],
805
907
  "nodesToTestWith": [
806
908
  "googleSheetsTrigger"
807
909
  ]
@@ -809,6 +911,9 @@
809
911
  "googleSlidesOAuth2Api": {
810
912
  "className": "GoogleSlidesOAuth2Api",
811
913
  "sourcePath": "dist/credentials/GoogleSlidesOAuth2Api.credentials.js",
914
+ "extends": [
915
+ "googleOAuth2Api"
916
+ ],
812
917
  "nodesToTestWith": [
813
918
  "googleSlides"
814
919
  ]
@@ -816,6 +921,9 @@
816
921
  "googleTasksOAuth2Api": {
817
922
  "className": "GoogleTasksOAuth2Api",
818
923
  "sourcePath": "dist/credentials/GoogleTasksOAuth2Api.credentials.js",
924
+ "extends": [
925
+ "googleOAuth2Api"
926
+ ],
819
927
  "nodesToTestWith": [
820
928
  "googleTasks"
821
929
  ]
@@ -823,6 +931,9 @@
823
931
  "googleTranslateOAuth2Api": {
824
932
  "className": "GoogleTranslateOAuth2Api",
825
933
  "sourcePath": "dist/credentials/GoogleTranslateOAuth2Api.credentials.js",
934
+ "extends": [
935
+ "googleOAuth2Api"
936
+ ],
826
937
  "nodesToTestWith": [
827
938
  "googleTranslate"
828
939
  ]
@@ -872,6 +983,9 @@
872
983
  "harvestOAuth2Api": {
873
984
  "className": "HarvestOAuth2Api",
874
985
  "sourcePath": "dist/credentials/HarvestOAuth2Api.credentials.js",
986
+ "extends": [
987
+ "oAuth2Api"
988
+ ],
875
989
  "nodesToTestWith": [
876
990
  "harvest"
877
991
  ]
@@ -879,6 +993,9 @@
879
993
  "helpScoutOAuth2Api": {
880
994
  "className": "HelpScoutOAuth2Api",
881
995
  "sourcePath": "dist/credentials/HelpScoutOAuth2Api.credentials.js",
996
+ "extends": [
997
+ "oAuth2Api"
998
+ ],
882
999
  "nodesToTestWith": [
883
1000
  "helpScout",
884
1001
  "helpScoutTrigger"
@@ -966,6 +1083,9 @@
966
1083
  "hubspotDeveloperApi": {
967
1084
  "className": "HubspotDeveloperApi",
968
1085
  "sourcePath": "dist/credentials/HubspotDeveloperApi.credentials.js",
1086
+ "extends": [
1087
+ "oAuth2Api"
1088
+ ],
969
1089
  "nodesToTestWith": [
970
1090
  "hubspotTrigger"
971
1091
  ]
@@ -973,6 +1093,9 @@
973
1093
  "hubspotOAuth2Api": {
974
1094
  "className": "HubspotOAuth2Api",
975
1095
  "sourcePath": "dist/credentials/HubspotOAuth2Api.credentials.js",
1096
+ "extends": [
1097
+ "oAuth2Api"
1098
+ ],
976
1099
  "nodesToTestWith": [
977
1100
  null,
978
1101
  null
@@ -1063,6 +1186,9 @@
1063
1186
  "keapOAuth2Api": {
1064
1187
  "className": "KeapOAuth2Api",
1065
1188
  "sourcePath": "dist/credentials/KeapOAuth2Api.credentials.js",
1189
+ "extends": [
1190
+ "oAuth2Api"
1191
+ ],
1066
1192
  "nodesToTestWith": [
1067
1193
  "keap",
1068
1194
  "keapTrigger"
@@ -1101,6 +1227,9 @@
1101
1227
  "lineNotifyOAuth2Api": {
1102
1228
  "className": "LineNotifyOAuth2Api",
1103
1229
  "sourcePath": "dist/credentials/LineNotifyOAuth2Api.credentials.js",
1230
+ "extends": [
1231
+ "oAuth2Api"
1232
+ ],
1104
1233
  "nodesToTestWith": [
1105
1234
  "line"
1106
1235
  ]
@@ -1123,6 +1252,9 @@
1123
1252
  "linkedInOAuth2Api": {
1124
1253
  "className": "LinkedInOAuth2Api",
1125
1254
  "sourcePath": "dist/credentials/LinkedInOAuth2Api.credentials.js",
1255
+ "extends": [
1256
+ "oAuth2Api"
1257
+ ],
1126
1258
  "nodesToTestWith": [
1127
1259
  "linkedIn"
1128
1260
  ]
@@ -1160,6 +1292,9 @@
1160
1292
  "mailchimpOAuth2Api": {
1161
1293
  "className": "MailchimpOAuth2Api",
1162
1294
  "sourcePath": "dist/credentials/MailchimpOAuth2Api.credentials.js",
1295
+ "extends": [
1296
+ "oAuth2Api"
1297
+ ],
1163
1298
  "nodesToTestWith": [
1164
1299
  "mailchimp",
1165
1300
  "mailchimpTrigger"
@@ -1234,6 +1369,9 @@
1234
1369
  "mauticOAuth2Api": {
1235
1370
  "className": "MauticOAuth2Api",
1236
1371
  "sourcePath": "dist/credentials/MauticOAuth2Api.credentials.js",
1372
+ "extends": [
1373
+ "oAuth2Api"
1374
+ ],
1237
1375
  "nodesToTestWith": [
1238
1376
  "mautic",
1239
1377
  "mauticTrigger"
@@ -1249,6 +1387,9 @@
1249
1387
  "mediumOAuth2Api": {
1250
1388
  "className": "MediumOAuth2Api",
1251
1389
  "sourcePath": "dist/credentials/MediumOAuth2Api.credentials.js",
1390
+ "extends": [
1391
+ "oAuth2Api"
1392
+ ],
1252
1393
  "nodesToTestWith": [
1253
1394
  "medium"
1254
1395
  ]
@@ -1270,6 +1411,9 @@
1270
1411
  "microsoftDynamicsOAuth2Api": {
1271
1412
  "className": "MicrosoftDynamicsOAuth2Api",
1272
1413
  "sourcePath": "dist/credentials/MicrosoftDynamicsOAuth2Api.credentials.js",
1414
+ "extends": [
1415
+ "microsoftOAuth2Api"
1416
+ ],
1273
1417
  "nodesToTestWith": [
1274
1418
  "microsoftDynamicsCrm"
1275
1419
  ]
@@ -1277,6 +1421,9 @@
1277
1421
  "microsoftExcelOAuth2Api": {
1278
1422
  "className": "MicrosoftExcelOAuth2Api",
1279
1423
  "sourcePath": "dist/credentials/MicrosoftExcelOAuth2Api.credentials.js",
1424
+ "extends": [
1425
+ "microsoftOAuth2Api"
1426
+ ],
1280
1427
  "nodesToTestWith": [
1281
1428
  "microsoftExcel",
1282
1429
  "microsoftExcel"
@@ -1285,17 +1432,26 @@
1285
1432
  "microsoftGraphSecurityOAuth2Api": {
1286
1433
  "className": "MicrosoftGraphSecurityOAuth2Api",
1287
1434
  "sourcePath": "dist/credentials/MicrosoftGraphSecurityOAuth2Api.credentials.js",
1435
+ "extends": [
1436
+ "microsoftOAuth2Api"
1437
+ ],
1288
1438
  "nodesToTestWith": [
1289
1439
  "microsoftGraphSecurity"
1290
1440
  ]
1291
1441
  },
1292
1442
  "microsoftOAuth2Api": {
1293
1443
  "className": "MicrosoftOAuth2Api",
1294
- "sourcePath": "dist/credentials/MicrosoftOAuth2Api.credentials.js"
1444
+ "sourcePath": "dist/credentials/MicrosoftOAuth2Api.credentials.js",
1445
+ "extends": [
1446
+ "oAuth2Api"
1447
+ ]
1295
1448
  },
1296
1449
  "microsoftOneDriveOAuth2Api": {
1297
1450
  "className": "MicrosoftOneDriveOAuth2Api",
1298
1451
  "sourcePath": "dist/credentials/MicrosoftOneDriveOAuth2Api.credentials.js",
1452
+ "extends": [
1453
+ "microsoftOAuth2Api"
1454
+ ],
1299
1455
  "nodesToTestWith": [
1300
1456
  "microsoftOneDrive"
1301
1457
  ]
@@ -1303,6 +1459,9 @@
1303
1459
  "microsoftOutlookOAuth2Api": {
1304
1460
  "className": "MicrosoftOutlookOAuth2Api",
1305
1461
  "sourcePath": "dist/credentials/MicrosoftOutlookOAuth2Api.credentials.js",
1462
+ "extends": [
1463
+ "microsoftOAuth2Api"
1464
+ ],
1306
1465
  "nodesToTestWith": [
1307
1466
  "microsoftOutlook"
1308
1467
  ]
@@ -1317,6 +1476,9 @@
1317
1476
  "microsoftTeamsOAuth2Api": {
1318
1477
  "className": "MicrosoftTeamsOAuth2Api",
1319
1478
  "sourcePath": "dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js",
1479
+ "extends": [
1480
+ "microsoftOAuth2Api"
1481
+ ],
1320
1482
  "nodesToTestWith": [
1321
1483
  "microsoftTeams"
1322
1484
  ]
@@ -1324,6 +1486,9 @@
1324
1486
  "microsoftToDoOAuth2Api": {
1325
1487
  "className": "MicrosoftToDoOAuth2Api",
1326
1488
  "sourcePath": "dist/credentials/MicrosoftToDoOAuth2Api.credentials.js",
1489
+ "extends": [
1490
+ "microsoftOAuth2Api"
1491
+ ],
1327
1492
  "nodesToTestWith": [
1328
1493
  "microsoftToDo"
1329
1494
  ]
@@ -1366,6 +1531,9 @@
1366
1531
  "mondayComOAuth2Api": {
1367
1532
  "className": "MondayComOAuth2Api",
1368
1533
  "sourcePath": "dist/credentials/MondayComOAuth2Api.credentials.js",
1534
+ "extends": [
1535
+ "oAuth2Api"
1536
+ ],
1369
1537
  "nodesToTestWith": [
1370
1538
  "mondayCom"
1371
1539
  ]
@@ -1439,6 +1607,9 @@
1439
1607
  "nextCloudOAuth2Api": {
1440
1608
  "className": "NextCloudOAuth2Api",
1441
1609
  "sourcePath": "dist/credentials/NextCloudOAuth2Api.credentials.js",
1610
+ "extends": [
1611
+ "oAuth2Api"
1612
+ ],
1442
1613
  "nodesToTestWith": [
1443
1614
  "nextCloud"
1444
1615
  ]
@@ -1468,7 +1639,10 @@
1468
1639
  },
1469
1640
  "notionOAuth2Api": {
1470
1641
  "className": "NotionOAuth2Api",
1471
- "sourcePath": "dist/credentials/NotionOAuth2Api.credentials.js"
1642
+ "sourcePath": "dist/credentials/NotionOAuth2Api.credentials.js",
1643
+ "extends": [
1644
+ "oAuth2Api"
1645
+ ]
1472
1646
  },
1473
1647
  "npmApi": {
1474
1648
  "className": "NpmApi",
@@ -1562,6 +1736,9 @@
1562
1736
  "pagerDutyOAuth2Api": {
1563
1737
  "className": "PagerDutyOAuth2Api",
1564
1738
  "sourcePath": "dist/credentials/PagerDutyOAuth2Api.credentials.js",
1739
+ "extends": [
1740
+ "oAuth2Api"
1741
+ ],
1565
1742
  "nodesToTestWith": [
1566
1743
  "pagerDuty"
1567
1744
  ]
@@ -1591,6 +1768,9 @@
1591
1768
  "philipsHueOAuth2Api": {
1592
1769
  "className": "PhilipsHueOAuth2Api",
1593
1770
  "sourcePath": "dist/credentials/PhilipsHueOAuth2Api.credentials.js",
1771
+ "extends": [
1772
+ "oAuth2Api"
1773
+ ],
1594
1774
  "nodesToTestWith": [
1595
1775
  "philipsHue"
1596
1776
  ]
@@ -1606,6 +1786,9 @@
1606
1786
  "pipedriveOAuth2Api": {
1607
1787
  "className": "PipedriveOAuth2Api",
1608
1788
  "sourcePath": "dist/credentials/PipedriveOAuth2Api.credentials.js",
1789
+ "extends": [
1790
+ "oAuth2Api"
1791
+ ],
1609
1792
  "nodesToTestWith": [
1610
1793
  "pipedrive",
1611
1794
  "pipedriveTrigger"
@@ -1651,6 +1834,9 @@
1651
1834
  "pushbulletOAuth2Api": {
1652
1835
  "className": "PushbulletOAuth2Api",
1653
1836
  "sourcePath": "dist/credentials/PushbulletOAuth2Api.credentials.js",
1837
+ "extends": [
1838
+ "oAuth2Api"
1839
+ ],
1654
1840
  "nodesToTestWith": [
1655
1841
  "pushbullet"
1656
1842
  ]
@@ -1687,6 +1873,9 @@
1687
1873
  "quickBooksOAuth2Api": {
1688
1874
  "className": "QuickBooksOAuth2Api",
1689
1875
  "sourcePath": "dist/credentials/QuickBooksOAuth2Api.credentials.js",
1876
+ "extends": [
1877
+ "oAuth2Api"
1878
+ ],
1690
1879
  "nodesToTestWith": [
1691
1880
  "quickbooks"
1692
1881
  ]
@@ -1702,6 +1891,9 @@
1702
1891
  "raindropOAuth2Api": {
1703
1892
  "className": "RaindropOAuth2Api",
1704
1893
  "sourcePath": "dist/credentials/RaindropOAuth2Api.credentials.js",
1894
+ "extends": [
1895
+ "oAuth2Api"
1896
+ ],
1705
1897
  "nodesToTestWith": [
1706
1898
  "raindrop"
1707
1899
  ]
@@ -1709,6 +1901,9 @@
1709
1901
  "redditOAuth2Api": {
1710
1902
  "className": "RedditOAuth2Api",
1711
1903
  "sourcePath": "dist/credentials/RedditOAuth2Api.credentials.js",
1904
+ "extends": [
1905
+ "oAuth2Api"
1906
+ ],
1712
1907
  "nodesToTestWith": [
1713
1908
  "reddit"
1714
1909
  ]
@@ -1752,6 +1947,9 @@
1752
1947
  "salesforceOAuth2Api": {
1753
1948
  "className": "SalesforceOAuth2Api",
1754
1949
  "sourcePath": "dist/credentials/SalesforceOAuth2Api.credentials.js",
1950
+ "extends": [
1951
+ "oAuth2Api"
1952
+ ],
1755
1953
  "nodesToTestWith": [
1756
1954
  "salesforce"
1757
1955
  ]
@@ -1809,6 +2007,9 @@
1809
2007
  "sentryIoOAuth2Api": {
1810
2008
  "className": "SentryIoOAuth2Api",
1811
2009
  "sourcePath": "dist/credentials/SentryIoOAuth2Api.credentials.js",
2010
+ "extends": [
2011
+ "oAuth2Api"
2012
+ ],
1812
2013
  "nodesToTestWith": [
1813
2014
  "sentryIo"
1814
2015
  ]
@@ -1823,6 +2024,9 @@
1823
2024
  "serviceNowBasicApi": {
1824
2025
  "className": "ServiceNowBasicApi",
1825
2026
  "sourcePath": "dist/credentials/ServiceNowBasicApi.credentials.js",
2027
+ "extends": [
2028
+ "httpBasicAuth"
2029
+ ],
1826
2030
  "nodesToTestWith": [
1827
2031
  "serviceNow"
1828
2032
  ]
@@ -1830,6 +2034,9 @@
1830
2034
  "serviceNowOAuth2Api": {
1831
2035
  "className": "ServiceNowOAuth2Api",
1832
2036
  "sourcePath": "dist/credentials/ServiceNowOAuth2Api.credentials.js",
2037
+ "extends": [
2038
+ "oAuth2Api"
2039
+ ],
1833
2040
  "nodesToTestWith": [
1834
2041
  "serviceNow"
1835
2042
  ]
@@ -1860,6 +2067,9 @@
1860
2067
  "shopifyOAuth2Api": {
1861
2068
  "className": "ShopifyOAuth2Api",
1862
2069
  "sourcePath": "dist/credentials/ShopifyOAuth2Api.credentials.js",
2070
+ "extends": [
2071
+ "oAuth2Api"
2072
+ ],
1863
2073
  "nodesToTestWith": [
1864
2074
  "shopify",
1865
2075
  "shopifyTrigger"
@@ -1883,6 +2093,9 @@
1883
2093
  "slackOAuth2Api": {
1884
2094
  "className": "SlackOAuth2Api",
1885
2095
  "sourcePath": "dist/credentials/SlackOAuth2Api.credentials.js",
2096
+ "extends": [
2097
+ "oAuth2Api"
2098
+ ],
1886
2099
  "nodesToTestWith": [
1887
2100
  null,
1888
2101
  null
@@ -1927,6 +2140,9 @@
1927
2140
  "spotifyOAuth2Api": {
1928
2141
  "className": "SpotifyOAuth2Api",
1929
2142
  "sourcePath": "dist/credentials/SpotifyOAuth2Api.credentials.js",
2143
+ "extends": [
2144
+ "oAuth2Api"
2145
+ ],
1930
2146
  "nodesToTestWith": [
1931
2147
  "spotify"
1932
2148
  ]
@@ -1976,6 +2192,9 @@
1976
2192
  "stravaOAuth2Api": {
1977
2193
  "className": "StravaOAuth2Api",
1978
2194
  "sourcePath": "dist/credentials/StravaOAuth2Api.credentials.js",
2195
+ "extends": [
2196
+ "oAuth2Api"
2197
+ ],
1979
2198
  "nodesToTestWith": [
1980
2199
  "strava",
1981
2200
  "stravaTrigger"
@@ -2006,6 +2225,9 @@
2006
2225
  "surveyMonkeyOAuth2Api": {
2007
2226
  "className": "SurveyMonkeyOAuth2Api",
2008
2227
  "sourcePath": "dist/credentials/SurveyMonkeyOAuth2Api.credentials.js",
2228
+ "extends": [
2229
+ "oAuth2Api"
2230
+ ],
2009
2231
  "nodesToTestWith": [
2010
2232
  "surveyMonkeyTrigger"
2011
2233
  ]
@@ -2065,6 +2287,9 @@
2065
2287
  "todoistOAuth2Api": {
2066
2288
  "className": "TodoistOAuth2Api",
2067
2289
  "sourcePath": "dist/credentials/TodoistOAuth2Api.credentials.js",
2290
+ "extends": [
2291
+ "oAuth2Api"
2292
+ ],
2068
2293
  "nodesToTestWith": [
2069
2294
  "todoist",
2070
2295
  "todoist"
@@ -2120,6 +2345,9 @@
2120
2345
  "twistOAuth2Api": {
2121
2346
  "className": "TwistOAuth2Api",
2122
2347
  "sourcePath": "dist/credentials/TwistOAuth2Api.credentials.js",
2348
+ "extends": [
2349
+ "oAuth2Api"
2350
+ ],
2123
2351
  "nodesToTestWith": [
2124
2352
  "twist"
2125
2353
  ]
@@ -2127,6 +2355,9 @@
2127
2355
  "twitterOAuth1Api": {
2128
2356
  "className": "TwitterOAuth1Api",
2129
2357
  "sourcePath": "dist/credentials/TwitterOAuth1Api.credentials.js",
2358
+ "extends": [
2359
+ "oAuth1Api"
2360
+ ],
2130
2361
  "nodesToTestWith": [
2131
2362
  null
2132
2363
  ]
@@ -2134,6 +2365,9 @@
2134
2365
  "twitterOAuth2Api": {
2135
2366
  "className": "TwitterOAuth2Api",
2136
2367
  "sourcePath": "dist/credentials/TwitterOAuth2Api.credentials.js",
2368
+ "extends": [
2369
+ "oAuth2Api"
2370
+ ],
2137
2371
  "nodesToTestWith": [
2138
2372
  null
2139
2373
  ]
@@ -2148,6 +2382,9 @@
2148
2382
  "typeformOAuth2Api": {
2149
2383
  "className": "TypeformOAuth2Api",
2150
2384
  "sourcePath": "dist/credentials/TypeformOAuth2Api.credentials.js",
2385
+ "extends": [
2386
+ "oAuth2Api"
2387
+ ],
2151
2388
  "nodesToTestWith": [
2152
2389
  "typeformTrigger"
2153
2390
  ]
@@ -2228,6 +2465,9 @@
2228
2465
  "webflowOAuth2Api": {
2229
2466
  "className": "WebflowOAuth2Api",
2230
2467
  "sourcePath": "dist/credentials/WebflowOAuth2Api.credentials.js",
2468
+ "extends": [
2469
+ "oAuth2Api"
2470
+ ],
2231
2471
  "nodesToTestWith": [
2232
2472
  "webflow",
2233
2473
  "webflowTrigger"
@@ -2287,6 +2527,9 @@
2287
2527
  "xeroOAuth2Api": {
2288
2528
  "className": "XeroOAuth2Api",
2289
2529
  "sourcePath": "dist/credentials/XeroOAuth2Api.credentials.js",
2530
+ "extends": [
2531
+ "oAuth2Api"
2532
+ ],
2290
2533
  "nodesToTestWith": [
2291
2534
  "xero"
2292
2535
  ]
@@ -2294,6 +2537,9 @@
2294
2537
  "youTubeOAuth2Api": {
2295
2538
  "className": "YouTubeOAuth2Api",
2296
2539
  "sourcePath": "dist/credentials/YouTubeOAuth2Api.credentials.js",
2540
+ "extends": [
2541
+ "googleOAuth2Api"
2542
+ ],
2297
2543
  "nodesToTestWith": [
2298
2544
  "youTube"
2299
2545
  ]
@@ -2330,6 +2576,9 @@
2330
2576
  "zendeskOAuth2Api": {
2331
2577
  "className": "ZendeskOAuth2Api",
2332
2578
  "sourcePath": "dist/credentials/ZendeskOAuth2Api.credentials.js",
2579
+ "extends": [
2580
+ "oAuth2Api"
2581
+ ],
2333
2582
  "nodesToTestWith": [
2334
2583
  "zendesk",
2335
2584
  "zendeskTrigger"
@@ -2338,6 +2587,9 @@
2338
2587
  "zohoOAuth2Api": {
2339
2588
  "className": "ZohoOAuth2Api",
2340
2589
  "sourcePath": "dist/credentials/ZohoOAuth2Api.credentials.js",
2590
+ "extends": [
2591
+ "oAuth2Api"
2592
+ ],
2341
2593
  "nodesToTestWith": [
2342
2594
  "zohoCrm"
2343
2595
  ]
@@ -2352,6 +2604,9 @@
2352
2604
  "zoomOAuth2Api": {
2353
2605
  "className": "ZoomOAuth2Api",
2354
2606
  "sourcePath": "dist/credentials/ZoomOAuth2Api.credentials.js",
2607
+ "extends": [
2608
+ "oAuth2Api"
2609
+ ],
2355
2610
  "nodesToTestWith": [
2356
2611
  "zoom"
2357
2612
  ]