n8n-nodes-base 0.233.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.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/credentials/{SendInBlueApi.credentials.d.ts → BrevoApi.credentials.d.ts} +1 -1
- package/dist/credentials/{SendInBlueApi.credentials.js → BrevoApi.credentials.js} +7 -7
- package/dist/credentials/BrevoApi.credentials.js.map +1 -0
- package/dist/credentials/CrowdDevApi.credentials.d.ts +9 -0
- package/dist/credentials/CrowdDevApi.credentials.js +62 -0
- package/dist/credentials/CrowdDevApi.credentials.js.map +1 -0
- package/dist/credentials/HttpCustomAuth.credentials.d.ts +9 -0
- package/dist/credentials/HttpCustomAuth.credentials.js +25 -0
- package/dist/credentials/HttpCustomAuth.credentials.js.map +1 -0
- package/dist/credentials/TwitterOAuth1Api.credentials.js +6 -0
- package/dist/credentials/TwitterOAuth1Api.credentials.js.map +1 -1
- package/dist/credentials/TwitterOAuth2Api.credentials.d.ts +8 -0
- package/dist/credentials/TwitterOAuth2Api.credentials.js +73 -0
- package/dist/credentials/TwitterOAuth2Api.credentials.js.map +1 -0
- package/dist/known/credentials.json +289 -12
- package/dist/known/nodes.json +16 -8
- package/dist/nodes/{SendInBlue → Brevo}/AttributeDescription.js +1 -1
- package/dist/nodes/Brevo/AttributeDescription.js.map +1 -0
- package/dist/nodes/{SendInBlue/SendInBlue.node.d.ts → Brevo/Brevo.node.d.ts} +1 -1
- package/dist/nodes/{SendInBlue/SendInBlue.node.js → Brevo/Brevo.node.js} +9 -9
- package/dist/nodes/Brevo/Brevo.node.js.map +1 -0
- package/dist/nodes/{SendInBlue/SendInBlue.node.json → Brevo/Brevo.node.json} +5 -4
- package/dist/nodes/{SendInBlue/SendInBlueTrigger.node.d.ts → Brevo/BrevoTrigger.node.d.ts} +1 -1
- package/dist/nodes/{SendInBlue/SendInBlueTrigger.node.js → Brevo/BrevoTrigger.node.js} +11 -11
- package/dist/nodes/Brevo/BrevoTrigger.node.js.map +1 -0
- package/dist/nodes/{SendInBlue/SendInBlueTrigger.node.json → Brevo/BrevoTrigger.node.json} +5 -4
- package/dist/nodes/Brevo/ContactDescription.js.map +1 -0
- package/dist/nodes/{SendInBlue → Brevo}/EmailDescription.js +10 -10
- package/dist/nodes/Brevo/EmailDescription.js.map +1 -0
- package/dist/nodes/{SendInBlue → Brevo}/GenericFunctions.d.ts +2 -2
- package/dist/nodes/{SendInBlue → Brevo}/GenericFunctions.js +14 -14
- package/dist/nodes/Brevo/GenericFunctions.js.map +1 -0
- package/dist/nodes/Brevo/SenderDescrition.js.map +1 -0
- package/dist/nodes/Brevo/brevo.svg +4 -0
- package/dist/nodes/CrowdDev/CrowdDev.node.d.ts +4 -0
- package/dist/nodes/CrowdDev/CrowdDev.node.js +36 -0
- package/dist/nodes/CrowdDev/CrowdDev.node.js.map +1 -0
- package/dist/nodes/CrowdDev/CrowdDev.node.json +18 -0
- package/dist/nodes/CrowdDev/CrowdDevTrigger.node.d.ts +12 -0
- package/dist/nodes/CrowdDev/CrowdDevTrigger.node.js +145 -0
- package/dist/nodes/CrowdDev/CrowdDevTrigger.node.js.map +1 -0
- package/dist/nodes/CrowdDev/CrowdDevTrigger.node.json +18 -0
- package/dist/nodes/CrowdDev/GenericFunctions.d.ts +7 -0
- package/dist/nodes/CrowdDev/GenericFunctions.js +157 -0
- package/dist/nodes/CrowdDev/GenericFunctions.js.map +1 -0
- package/dist/nodes/CrowdDev/crowdDev.svg +15 -0
- package/dist/nodes/CrowdDev/descriptions/activityFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/activityFields.js +180 -0
- package/dist/nodes/CrowdDev/descriptions/activityFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/automationFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/automationFields.js +126 -0
- package/dist/nodes/CrowdDev/descriptions/automationFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/index.d.ts +2 -0
- package/dist/nodes/CrowdDev/descriptions/index.js +26 -0
- package/dist/nodes/CrowdDev/descriptions/index.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/memberFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/memberFields.js +291 -0
- package/dist/nodes/CrowdDev/descriptions/memberFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/noteFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/noteFields.js +90 -0
- package/dist/nodes/CrowdDev/descriptions/noteFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/organizationFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/organizationFields.js +146 -0
- package/dist/nodes/CrowdDev/descriptions/organizationFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/resources.d.ts +2 -0
- package/dist/nodes/CrowdDev/descriptions/resources.js +38 -0
- package/dist/nodes/CrowdDev/descriptions/resources.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/shared.d.ts +2 -0
- package/dist/nodes/CrowdDev/descriptions/shared.js +29 -0
- package/dist/nodes/CrowdDev/descriptions/shared.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/taskFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/taskFields.js +159 -0
- package/dist/nodes/CrowdDev/descriptions/taskFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/utils.d.ts +5 -0
- package/dist/nodes/CrowdDev/descriptions/utils.js +55 -0
- package/dist/nodes/CrowdDev/descriptions/utils.js.map +1 -0
- package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js +5 -4
- package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js.map +1 -1
- package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js +7 -6
- package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js +11 -10
- package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js.map +1 -1
- package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js +3 -2
- package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +3 -2
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/delete.operation.js +3 -2
- package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/delete.operation.js.map +1 -1
- package/dist/nodes/Google/constants.d.ts +2 -0
- package/dist/nodes/Google/constants.js +6 -0
- package/dist/nodes/Google/constants.js.map +1 -0
- package/dist/nodes/GraphQL/GraphQL.node.js +32 -0
- package/dist/nodes/GraphQL/GraphQL.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +1 -0
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +1 -0
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +24 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/ItemLists/ItemLists.node.js +3 -1
- package/dist/nodes/ItemLists/ItemLists.node.js.map +1 -1
- package/dist/nodes/ItemLists/V3/ItemListsV3.node.d.ts +6 -0
- package/dist/nodes/ItemLists/V3/ItemListsV3.node.js +18 -0
- package/dist/nodes/ItemLists/V3/ItemListsV3.node.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/common.descriptions.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/common.descriptions.js +11 -0
- package/dist/nodes/ItemLists/V3/actions/common.descriptions.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.js +303 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/index.d.ts +9 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/index.js +97 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/index.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.js +57 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.js +204 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.js +262 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.js +183 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.js +491 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/node.type.d.ts +6 -0
- package/dist/nodes/ItemLists/V3/actions/node.type.js +3 -0
- package/dist/nodes/ItemLists/V3/actions/node.type.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/router.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/router.js +53 -0
- package/dist/nodes/ItemLists/V3/actions/router.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/versionDescription.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/versionDescription.js +58 -0
- package/dist/nodes/ItemLists/V3/actions/versionDescription.js.map +1 -0
- package/dist/nodes/ItemLists/V3/helpers/utils.d.ts +5 -0
- package/dist/nodes/ItemLists/V3/helpers/utils.js +57 -0
- package/dist/nodes/ItemLists/V3/helpers/utils.js.map +1 -0
- package/dist/nodes/ItemLists/test/node/workflow.update_3.json +606 -0
- package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js +7 -0
- package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js.map +1 -1
- package/dist/nodes/Microsoft/ToDo/TaskDescription.js +7 -0
- package/dist/nodes/Microsoft/ToDo/TaskDescription.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/common.descriptions.js +4 -4
- package/dist/nodes/MySql/v2/actions/common.descriptions.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js +1 -9
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/insert.operation.js +1 -1
- package/dist/nodes/MySql/v2/actions/database/insert.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/update.operation.js +2 -2
- package/dist/nodes/MySql/v2/actions/database/update.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.js +2 -2
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.js.map +1 -1
- package/dist/nodes/Notion/DatabasePageDescription.js +41 -0
- package/dist/nodes/Notion/DatabasePageDescription.js.map +1 -1
- package/dist/nodes/Notion/v2/NotionV2.node.js +9 -0
- package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/common.descriptions.js +4 -4
- package/dist/nodes/Postgres/v2/actions/common.descriptions.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +1 -9
- package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/insert.operation.js +1 -1
- package/dist/nodes/Postgres/v2/actions/database/insert.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/update.operation.js +2 -2
- package/dist/nodes/Postgres/v2/actions/database/update.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js +2 -2
- package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.js +3 -3
- package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/resourceMapping.js +1 -1
- package/dist/nodes/Postgres/v2/methods/resourceMapping.js.map +1 -1
- package/dist/nodes/Salesforce/ContactDescription.js +3 -3
- package/dist/nodes/Salesforce/ContactDescription.js.map +1 -1
- package/dist/nodes/Strapi/GenericFunctions.js +2 -2
- package/dist/nodes/Strapi/GenericFunctions.js.map +1 -1
- package/dist/nodes/Strava/ActivityDescription.js +7 -0
- package/dist/nodes/Strava/ActivityDescription.js.map +1 -1
- package/dist/nodes/Strava/Strava.node.js +0 -6
- package/dist/nodes/Strava/Strava.node.js.map +1 -1
- package/dist/nodes/Twitter/Twitter.node.d.ts +3 -9
- package/dist/nodes/Twitter/Twitter.node.js +12 -224
- package/dist/nodes/Twitter/Twitter.node.js.map +1 -1
- package/dist/nodes/Twitter/Twitter.node.json +2 -1
- package/dist/nodes/Twitter/V1/DirectMessageDescription.js.map +1 -0
- package/dist/nodes/Twitter/V1/GenericFunctions.js.map +1 -0
- package/dist/nodes/Twitter/V1/TweetDescription.js.map +1 -0
- package/dist/nodes/Twitter/V1/TweetInterface.js.map +1 -0
- package/dist/nodes/Twitter/V1/TwitterV1.node.d.ts +11 -0
- package/dist/nodes/Twitter/V1/TwitterV1.node.js +235 -0
- package/dist/nodes/Twitter/V1/TwitterV1.node.js.map +1 -0
- package/dist/nodes/Twitter/V2/DirectMessageDescription.d.ts +3 -0
- package/dist/nodes/Twitter/V2/DirectMessageDescription.js +100 -0
- package/dist/nodes/Twitter/V2/DirectMessageDescription.js.map +1 -0
- package/dist/nodes/Twitter/V2/GenericFunctions.d.ts +5 -0
- package/dist/nodes/Twitter/V2/GenericFunctions.js +88 -0
- package/dist/nodes/Twitter/V2/GenericFunctions.js.map +1 -0
- package/dist/nodes/Twitter/V2/ListDescription.d.ts +3 -0
- package/dist/nodes/Twitter/V2/ListDescription.js +92 -0
- package/dist/nodes/Twitter/V2/ListDescription.js.map +1 -0
- package/dist/nodes/Twitter/V2/TweetDescription.d.ts +3 -0
- package/dist/nodes/Twitter/V2/TweetDescription.js +452 -0
- package/dist/nodes/Twitter/V2/TweetDescription.js.map +1 -0
- package/dist/nodes/Twitter/V2/TweetInterface.d.ts +23 -0
- package/dist/nodes/Twitter/V2/TweetInterface.js +3 -0
- package/dist/nodes/Twitter/V2/TweetInterface.js.map +1 -0
- package/dist/nodes/Twitter/V2/TwitterV2.node.d.ts +11 -0
- package/dist/nodes/Twitter/V2/TwitterV2.node.js +245 -0
- package/dist/nodes/Twitter/V2/TwitterV2.node.js.map +1 -0
- package/dist/nodes/Twitter/V2/UserDescription.d.ts +3 -0
- package/dist/nodes/Twitter/V2/UserDescription.js +76 -0
- package/dist/nodes/Twitter/V2/UserDescription.js.map +1 -0
- package/dist/nodes/Twitter/test/Workflow_Twitter_UnitTest.json +284 -0
- package/dist/nodes/Wait/Wait.node.d.ts +7 -4
- package/dist/nodes/Wait/Wait.node.js +77 -499
- package/dist/nodes/Wait/Wait.node.js.map +1 -1
- package/dist/nodes/Webhook/Webhook.node.d.ts +8 -3
- package/dist/nodes/Webhook/Webhook.node.js +148 -460
- package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
- package/dist/nodes/Webhook/description.d.ts +10 -0
- package/dist/nodes/Webhook/description.js +325 -0
- package/dist/nodes/Webhook/description.js.map +1 -0
- package/dist/nodes/Webhook/error.d.ts +4 -0
- package/dist/nodes/Webhook/error.js +20 -0
- package/dist/nodes/Webhook/error.js.map +1 -0
- package/dist/nodes/Xml/Xml.node.js +1 -1
- package/dist/nodes/Xml/Xml.node.js.map +1 -1
- package/dist/nodes/Xml/test/node/workflow.xml-valid-data.json +134 -0
- package/dist/package.json +9 -4
- package/dist/types/credentials.json +5 -2
- package/dist/types/nodes.json +31 -27
- package/package.json +11 -6
- package/dist/credentials/SendInBlueApi.credentials.js.map +0 -1
- package/dist/nodes/SendInBlue/AttributeDescription.js.map +0 -1
- package/dist/nodes/SendInBlue/ContactDescription.js.map +0 -1
- package/dist/nodes/SendInBlue/EmailDescription.js.map +0 -1
- package/dist/nodes/SendInBlue/GenericFunctions.js.map +0 -1
- package/dist/nodes/SendInBlue/SendInBlue.node.js.map +0 -1
- package/dist/nodes/SendInBlue/SendInBlueTrigger.node.js.map +0 -1
- package/dist/nodes/SendInBlue/SenderDescrition.js.map +0 -1
- package/dist/nodes/SendInBlue/sendinblue.svg +0 -20
- package/dist/nodes/Twitter/DirectMessageDescription.js.map +0 -1
- package/dist/nodes/Twitter/GenericFunctions.js.map +0 -1
- package/dist/nodes/Twitter/TweetDescription.js.map +0 -1
- package/dist/nodes/Twitter/TweetInterface.js.map +0 -1
- /package/dist/nodes/{SendInBlue → Brevo}/AttributeDescription.d.ts +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/ContactDescription.d.ts +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/ContactDescription.js +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/EmailDescription.d.ts +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/SenderDescrition.d.ts +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/SenderDescrition.js +0 -0
- /package/dist/nodes/Twitter/{DirectMessageDescription.d.ts → V1/DirectMessageDescription.d.ts} +0 -0
- /package/dist/nodes/Twitter/{DirectMessageDescription.js → V1/DirectMessageDescription.js} +0 -0
- /package/dist/nodes/Twitter/{GenericFunctions.d.ts → V1/GenericFunctions.d.ts} +0 -0
- /package/dist/nodes/Twitter/{GenericFunctions.js → V1/GenericFunctions.js} +0 -0
- /package/dist/nodes/Twitter/{TweetDescription.d.ts → V1/TweetDescription.d.ts} +0 -0
- /package/dist/nodes/Twitter/{TweetDescription.js → V1/TweetDescription.js} +0 -0
- /package/dist/nodes/Twitter/{TweetInterface.d.ts → V1/TweetInterface.d.ts} +0 -0
- /package/dist/nodes/Twitter/{TweetInterface.js → V1/TweetInterface.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"
|
|
@@ -349,6 +378,14 @@
|
|
|
349
378
|
"crateDb"
|
|
350
379
|
]
|
|
351
380
|
},
|
|
381
|
+
"crowdDevApi": {
|
|
382
|
+
"className": "CrowdDevApi",
|
|
383
|
+
"sourcePath": "dist/credentials/CrowdDevApi.credentials.js",
|
|
384
|
+
"nodesToTestWith": [
|
|
385
|
+
"crowdDev",
|
|
386
|
+
"crowdDevTrigger"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
352
389
|
"customerIoApi": {
|
|
353
390
|
"className": "CustomerIoApi",
|
|
354
391
|
"sourcePath": "dist/credentials/CustomerIoApi.credentials.js",
|
|
@@ -402,6 +439,9 @@
|
|
|
402
439
|
"driftOAuth2Api": {
|
|
403
440
|
"className": "DriftOAuth2Api",
|
|
404
441
|
"sourcePath": "dist/credentials/DriftOAuth2Api.credentials.js",
|
|
442
|
+
"extends": [
|
|
443
|
+
"oAuth2Api"
|
|
444
|
+
],
|
|
405
445
|
"nodesToTestWith": [
|
|
406
446
|
"drift"
|
|
407
447
|
]
|
|
@@ -416,6 +456,9 @@
|
|
|
416
456
|
"dropboxOAuth2Api": {
|
|
417
457
|
"className": "DropboxOAuth2Api",
|
|
418
458
|
"sourcePath": "dist/credentials/DropboxOAuth2Api.credentials.js",
|
|
459
|
+
"extends": [
|
|
460
|
+
"oAuth2Api"
|
|
461
|
+
],
|
|
419
462
|
"nodesToTestWith": [
|
|
420
463
|
"dropbox"
|
|
421
464
|
]
|
|
@@ -473,6 +516,9 @@
|
|
|
473
516
|
"eventbriteOAuth2Api": {
|
|
474
517
|
"className": "EventbriteOAuth2Api",
|
|
475
518
|
"sourcePath": "dist/credentials/EventbriteOAuth2Api.credentials.js",
|
|
519
|
+
"extends": [
|
|
520
|
+
"oAuth2Api"
|
|
521
|
+
],
|
|
476
522
|
"nodesToTestWith": [
|
|
477
523
|
"eventbriteTrigger"
|
|
478
524
|
]
|
|
@@ -487,6 +533,9 @@
|
|
|
487
533
|
"facebookGraphAppApi": {
|
|
488
534
|
"className": "FacebookGraphAppApi",
|
|
489
535
|
"sourcePath": "dist/credentials/FacebookGraphAppApi.credentials.js",
|
|
536
|
+
"extends": [
|
|
537
|
+
"facebookGraphApi"
|
|
538
|
+
],
|
|
490
539
|
"nodesToTestWith": [
|
|
491
540
|
"facebookTrigger"
|
|
492
541
|
]
|
|
@@ -530,6 +579,9 @@
|
|
|
530
579
|
"formstackOAuth2Api": {
|
|
531
580
|
"className": "FormstackOAuth2Api",
|
|
532
581
|
"sourcePath": "dist/credentials/FormstackOAuth2Api.credentials.js",
|
|
582
|
+
"extends": [
|
|
583
|
+
"oAuth2Api"
|
|
584
|
+
],
|
|
533
585
|
"nodesToTestWith": [
|
|
534
586
|
"formstackTrigger"
|
|
535
587
|
]
|
|
@@ -565,6 +617,9 @@
|
|
|
565
617
|
"gSuiteAdminOAuth2Api": {
|
|
566
618
|
"className": "GSuiteAdminOAuth2Api",
|
|
567
619
|
"sourcePath": "dist/credentials/GSuiteAdminOAuth2Api.credentials.js",
|
|
620
|
+
"extends": [
|
|
621
|
+
"googleOAuth2Api"
|
|
622
|
+
],
|
|
568
623
|
"nodesToTestWith": [
|
|
569
624
|
"gSuiteAdmin"
|
|
570
625
|
]
|
|
@@ -580,6 +635,9 @@
|
|
|
580
635
|
"getResponseOAuth2Api": {
|
|
581
636
|
"className": "GetResponseOAuth2Api",
|
|
582
637
|
"sourcePath": "dist/credentials/GetResponseOAuth2Api.credentials.js",
|
|
638
|
+
"extends": [
|
|
639
|
+
"oAuth2Api"
|
|
640
|
+
],
|
|
583
641
|
"nodesToTestWith": [
|
|
584
642
|
"getResponse",
|
|
585
643
|
"getResponseTrigger"
|
|
@@ -617,6 +675,9 @@
|
|
|
617
675
|
"githubOAuth2Api": {
|
|
618
676
|
"className": "GithubOAuth2Api",
|
|
619
677
|
"sourcePath": "dist/credentials/GithubOAuth2Api.credentials.js",
|
|
678
|
+
"extends": [
|
|
679
|
+
"oAuth2Api"
|
|
680
|
+
],
|
|
620
681
|
"nodesToTestWith": [
|
|
621
682
|
"github",
|
|
622
683
|
"githubTrigger"
|
|
@@ -633,6 +694,9 @@
|
|
|
633
694
|
"gitlabOAuth2Api": {
|
|
634
695
|
"className": "GitlabOAuth2Api",
|
|
635
696
|
"sourcePath": "dist/credentials/GitlabOAuth2Api.credentials.js",
|
|
697
|
+
"extends": [
|
|
698
|
+
"oAuth2Api"
|
|
699
|
+
],
|
|
636
700
|
"nodesToTestWith": [
|
|
637
701
|
"gitlab",
|
|
638
702
|
"gitlabTrigger"
|
|
@@ -641,6 +705,9 @@
|
|
|
641
705
|
"gmailOAuth2": {
|
|
642
706
|
"className": "GmailOAuth2Api",
|
|
643
707
|
"sourcePath": "dist/credentials/GmailOAuth2Api.credentials.js",
|
|
708
|
+
"extends": [
|
|
709
|
+
"googleOAuth2Api"
|
|
710
|
+
],
|
|
644
711
|
"nodesToTestWith": [
|
|
645
712
|
"gmailTrigger",
|
|
646
713
|
"gmail",
|
|
@@ -650,6 +717,9 @@
|
|
|
650
717
|
"goToWebinarOAuth2Api": {
|
|
651
718
|
"className": "GoToWebinarOAuth2Api",
|
|
652
719
|
"sourcePath": "dist/credentials/GoToWebinarOAuth2Api.credentials.js",
|
|
720
|
+
"extends": [
|
|
721
|
+
"oAuth2Api"
|
|
722
|
+
],
|
|
653
723
|
"nodesToTestWith": [
|
|
654
724
|
"goToWebinar"
|
|
655
725
|
]
|
|
@@ -657,6 +727,9 @@
|
|
|
657
727
|
"googleAdsOAuth2Api": {
|
|
658
728
|
"className": "GoogleAdsOAuth2Api",
|
|
659
729
|
"sourcePath": "dist/credentials/GoogleAdsOAuth2Api.credentials.js",
|
|
730
|
+
"extends": [
|
|
731
|
+
"googleOAuth2Api"
|
|
732
|
+
],
|
|
660
733
|
"nodesToTestWith": [
|
|
661
734
|
"googleAds"
|
|
662
735
|
]
|
|
@@ -664,6 +737,9 @@
|
|
|
664
737
|
"googleAnalyticsOAuth2": {
|
|
665
738
|
"className": "GoogleAnalyticsOAuth2Api",
|
|
666
739
|
"sourcePath": "dist/credentials/GoogleAnalyticsOAuth2Api.credentials.js",
|
|
740
|
+
"extends": [
|
|
741
|
+
"googleOAuth2Api"
|
|
742
|
+
],
|
|
667
743
|
"nodesToTestWith": [
|
|
668
744
|
"googleAnalytics",
|
|
669
745
|
"googleAnalytics"
|
|
@@ -693,6 +769,9 @@
|
|
|
693
769
|
"googleBigQueryOAuth2Api": {
|
|
694
770
|
"className": "GoogleBigQueryOAuth2Api",
|
|
695
771
|
"sourcePath": "dist/credentials/GoogleBigQueryOAuth2Api.credentials.js",
|
|
772
|
+
"extends": [
|
|
773
|
+
"googleOAuth2Api"
|
|
774
|
+
],
|
|
696
775
|
"nodesToTestWith": [
|
|
697
776
|
"googleBigQuery",
|
|
698
777
|
"googleBigQuery"
|
|
@@ -701,6 +780,9 @@
|
|
|
701
780
|
"googleBooksOAuth2Api": {
|
|
702
781
|
"className": "GoogleBooksOAuth2Api",
|
|
703
782
|
"sourcePath": "dist/credentials/GoogleBooksOAuth2Api.credentials.js",
|
|
783
|
+
"extends": [
|
|
784
|
+
"googleOAuth2Api"
|
|
785
|
+
],
|
|
704
786
|
"nodesToTestWith": [
|
|
705
787
|
"googleBooks"
|
|
706
788
|
]
|
|
@@ -708,6 +790,9 @@
|
|
|
708
790
|
"googleCalendarOAuth2Api": {
|
|
709
791
|
"className": "GoogleCalendarOAuth2Api",
|
|
710
792
|
"sourcePath": "dist/credentials/GoogleCalendarOAuth2Api.credentials.js",
|
|
793
|
+
"extends": [
|
|
794
|
+
"googleOAuth2Api"
|
|
795
|
+
],
|
|
711
796
|
"nodesToTestWith": [
|
|
712
797
|
"googleCalendar",
|
|
713
798
|
"googleCalendarTrigger"
|
|
@@ -716,6 +801,9 @@
|
|
|
716
801
|
"googleCloudNaturalLanguageOAuth2Api": {
|
|
717
802
|
"className": "GoogleCloudNaturalLanguageOAuth2Api",
|
|
718
803
|
"sourcePath": "dist/credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.js",
|
|
804
|
+
"extends": [
|
|
805
|
+
"googleOAuth2Api"
|
|
806
|
+
],
|
|
719
807
|
"nodesToTestWith": [
|
|
720
808
|
"googleCloudNaturalLanguage"
|
|
721
809
|
]
|
|
@@ -723,6 +811,9 @@
|
|
|
723
811
|
"googleCloudStorageOAuth2Api": {
|
|
724
812
|
"className": "GoogleCloudStorageOAuth2Api",
|
|
725
813
|
"sourcePath": "dist/credentials/GoogleCloudStorageOAuth2Api.credentials.js",
|
|
814
|
+
"extends": [
|
|
815
|
+
"googleOAuth2Api"
|
|
816
|
+
],
|
|
726
817
|
"nodesToTestWith": [
|
|
727
818
|
"googleCloudStorage"
|
|
728
819
|
]
|
|
@@ -730,6 +821,9 @@
|
|
|
730
821
|
"googleContactsOAuth2Api": {
|
|
731
822
|
"className": "GoogleContactsOAuth2Api",
|
|
732
823
|
"sourcePath": "dist/credentials/GoogleContactsOAuth2Api.credentials.js",
|
|
824
|
+
"extends": [
|
|
825
|
+
"googleOAuth2Api"
|
|
826
|
+
],
|
|
733
827
|
"nodesToTestWith": [
|
|
734
828
|
"googleContacts"
|
|
735
829
|
]
|
|
@@ -737,6 +831,9 @@
|
|
|
737
831
|
"googleDocsOAuth2Api": {
|
|
738
832
|
"className": "GoogleDocsOAuth2Api",
|
|
739
833
|
"sourcePath": "dist/credentials/GoogleDocsOAuth2Api.credentials.js",
|
|
834
|
+
"extends": [
|
|
835
|
+
"googleOAuth2Api"
|
|
836
|
+
],
|
|
740
837
|
"nodesToTestWith": [
|
|
741
838
|
"googleDocs"
|
|
742
839
|
]
|
|
@@ -744,6 +841,9 @@
|
|
|
744
841
|
"googleDriveOAuth2Api": {
|
|
745
842
|
"className": "GoogleDriveOAuth2Api",
|
|
746
843
|
"sourcePath": "dist/credentials/GoogleDriveOAuth2Api.credentials.js",
|
|
844
|
+
"extends": [
|
|
845
|
+
"googleOAuth2Api"
|
|
846
|
+
],
|
|
747
847
|
"nodesToTestWith": [
|
|
748
848
|
"googleDriveTrigger",
|
|
749
849
|
"googleDrive",
|
|
@@ -753,6 +853,9 @@
|
|
|
753
853
|
"googleFirebaseCloudFirestoreOAuth2Api": {
|
|
754
854
|
"className": "GoogleFirebaseCloudFirestoreOAuth2Api",
|
|
755
855
|
"sourcePath": "dist/credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js",
|
|
856
|
+
"extends": [
|
|
857
|
+
"googleOAuth2Api"
|
|
858
|
+
],
|
|
756
859
|
"nodesToTestWith": [
|
|
757
860
|
"googleFirebaseCloudFirestore"
|
|
758
861
|
]
|
|
@@ -760,17 +863,26 @@
|
|
|
760
863
|
"googleFirebaseRealtimeDatabaseOAuth2Api": {
|
|
761
864
|
"className": "GoogleFirebaseRealtimeDatabaseOAuth2Api",
|
|
762
865
|
"sourcePath": "dist/credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js",
|
|
866
|
+
"extends": [
|
|
867
|
+
"googleOAuth2Api"
|
|
868
|
+
],
|
|
763
869
|
"nodesToTestWith": [
|
|
764
870
|
"googleFirebaseRealtimeDatabase"
|
|
765
871
|
]
|
|
766
872
|
},
|
|
767
873
|
"googleOAuth2Api": {
|
|
768
874
|
"className": "GoogleOAuth2Api",
|
|
769
|
-
"sourcePath": "dist/credentials/GoogleOAuth2Api.credentials.js"
|
|
875
|
+
"sourcePath": "dist/credentials/GoogleOAuth2Api.credentials.js",
|
|
876
|
+
"extends": [
|
|
877
|
+
"oAuth2Api"
|
|
878
|
+
]
|
|
770
879
|
},
|
|
771
880
|
"googlePerspectiveOAuth2Api": {
|
|
772
881
|
"className": "GooglePerspectiveOAuth2Api",
|
|
773
882
|
"sourcePath": "dist/credentials/GooglePerspectiveOAuth2Api.credentials.js",
|
|
883
|
+
"extends": [
|
|
884
|
+
"googleOAuth2Api"
|
|
885
|
+
],
|
|
774
886
|
"nodesToTestWith": [
|
|
775
887
|
"googlePerspective"
|
|
776
888
|
]
|
|
@@ -778,6 +890,9 @@
|
|
|
778
890
|
"googleSheetsOAuth2Api": {
|
|
779
891
|
"className": "GoogleSheetsOAuth2Api",
|
|
780
892
|
"sourcePath": "dist/credentials/GoogleSheetsOAuth2Api.credentials.js",
|
|
893
|
+
"extends": [
|
|
894
|
+
"googleOAuth2Api"
|
|
895
|
+
],
|
|
781
896
|
"nodesToTestWith": [
|
|
782
897
|
"googleSheets",
|
|
783
898
|
"googleSheets"
|
|
@@ -786,6 +901,9 @@
|
|
|
786
901
|
"googleSheetsTriggerOAuth2Api": {
|
|
787
902
|
"className": "GoogleSheetsTriggerOAuth2Api",
|
|
788
903
|
"sourcePath": "dist/credentials/GoogleSheetsTriggerOAuth2Api.credentials.js",
|
|
904
|
+
"extends": [
|
|
905
|
+
"googleOAuth2Api"
|
|
906
|
+
],
|
|
789
907
|
"nodesToTestWith": [
|
|
790
908
|
"googleSheetsTrigger"
|
|
791
909
|
]
|
|
@@ -793,6 +911,9 @@
|
|
|
793
911
|
"googleSlidesOAuth2Api": {
|
|
794
912
|
"className": "GoogleSlidesOAuth2Api",
|
|
795
913
|
"sourcePath": "dist/credentials/GoogleSlidesOAuth2Api.credentials.js",
|
|
914
|
+
"extends": [
|
|
915
|
+
"googleOAuth2Api"
|
|
916
|
+
],
|
|
796
917
|
"nodesToTestWith": [
|
|
797
918
|
"googleSlides"
|
|
798
919
|
]
|
|
@@ -800,6 +921,9 @@
|
|
|
800
921
|
"googleTasksOAuth2Api": {
|
|
801
922
|
"className": "GoogleTasksOAuth2Api",
|
|
802
923
|
"sourcePath": "dist/credentials/GoogleTasksOAuth2Api.credentials.js",
|
|
924
|
+
"extends": [
|
|
925
|
+
"googleOAuth2Api"
|
|
926
|
+
],
|
|
803
927
|
"nodesToTestWith": [
|
|
804
928
|
"googleTasks"
|
|
805
929
|
]
|
|
@@ -807,6 +931,9 @@
|
|
|
807
931
|
"googleTranslateOAuth2Api": {
|
|
808
932
|
"className": "GoogleTranslateOAuth2Api",
|
|
809
933
|
"sourcePath": "dist/credentials/GoogleTranslateOAuth2Api.credentials.js",
|
|
934
|
+
"extends": [
|
|
935
|
+
"googleOAuth2Api"
|
|
936
|
+
],
|
|
810
937
|
"nodesToTestWith": [
|
|
811
938
|
"googleTranslate"
|
|
812
939
|
]
|
|
@@ -856,6 +983,9 @@
|
|
|
856
983
|
"harvestOAuth2Api": {
|
|
857
984
|
"className": "HarvestOAuth2Api",
|
|
858
985
|
"sourcePath": "dist/credentials/HarvestOAuth2Api.credentials.js",
|
|
986
|
+
"extends": [
|
|
987
|
+
"oAuth2Api"
|
|
988
|
+
],
|
|
859
989
|
"nodesToTestWith": [
|
|
860
990
|
"harvest"
|
|
861
991
|
]
|
|
@@ -863,6 +993,9 @@
|
|
|
863
993
|
"helpScoutOAuth2Api": {
|
|
864
994
|
"className": "HelpScoutOAuth2Api",
|
|
865
995
|
"sourcePath": "dist/credentials/HelpScoutOAuth2Api.credentials.js",
|
|
996
|
+
"extends": [
|
|
997
|
+
"oAuth2Api"
|
|
998
|
+
],
|
|
866
999
|
"nodesToTestWith": [
|
|
867
1000
|
"helpScout",
|
|
868
1001
|
"helpScoutTrigger"
|
|
@@ -894,6 +1027,13 @@
|
|
|
894
1027
|
null
|
|
895
1028
|
]
|
|
896
1029
|
},
|
|
1030
|
+
"httpCustomAuth": {
|
|
1031
|
+
"className": "HttpCustomAuth",
|
|
1032
|
+
"sourcePath": "dist/credentials/HttpCustomAuth.credentials.js",
|
|
1033
|
+
"nodesToTestWith": [
|
|
1034
|
+
"graphql"
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
897
1037
|
"httpDigestAuth": {
|
|
898
1038
|
"className": "HttpDigestAuth",
|
|
899
1039
|
"sourcePath": "dist/credentials/HttpDigestAuth.credentials.js",
|
|
@@ -943,6 +1083,9 @@
|
|
|
943
1083
|
"hubspotDeveloperApi": {
|
|
944
1084
|
"className": "HubspotDeveloperApi",
|
|
945
1085
|
"sourcePath": "dist/credentials/HubspotDeveloperApi.credentials.js",
|
|
1086
|
+
"extends": [
|
|
1087
|
+
"oAuth2Api"
|
|
1088
|
+
],
|
|
946
1089
|
"nodesToTestWith": [
|
|
947
1090
|
"hubspotTrigger"
|
|
948
1091
|
]
|
|
@@ -950,6 +1093,9 @@
|
|
|
950
1093
|
"hubspotOAuth2Api": {
|
|
951
1094
|
"className": "HubspotOAuth2Api",
|
|
952
1095
|
"sourcePath": "dist/credentials/HubspotOAuth2Api.credentials.js",
|
|
1096
|
+
"extends": [
|
|
1097
|
+
"oAuth2Api"
|
|
1098
|
+
],
|
|
953
1099
|
"nodesToTestWith": [
|
|
954
1100
|
null,
|
|
955
1101
|
null
|
|
@@ -1040,6 +1186,9 @@
|
|
|
1040
1186
|
"keapOAuth2Api": {
|
|
1041
1187
|
"className": "KeapOAuth2Api",
|
|
1042
1188
|
"sourcePath": "dist/credentials/KeapOAuth2Api.credentials.js",
|
|
1189
|
+
"extends": [
|
|
1190
|
+
"oAuth2Api"
|
|
1191
|
+
],
|
|
1043
1192
|
"nodesToTestWith": [
|
|
1044
1193
|
"keap",
|
|
1045
1194
|
"keapTrigger"
|
|
@@ -1078,6 +1227,9 @@
|
|
|
1078
1227
|
"lineNotifyOAuth2Api": {
|
|
1079
1228
|
"className": "LineNotifyOAuth2Api",
|
|
1080
1229
|
"sourcePath": "dist/credentials/LineNotifyOAuth2Api.credentials.js",
|
|
1230
|
+
"extends": [
|
|
1231
|
+
"oAuth2Api"
|
|
1232
|
+
],
|
|
1081
1233
|
"nodesToTestWith": [
|
|
1082
1234
|
"line"
|
|
1083
1235
|
]
|
|
@@ -1100,6 +1252,9 @@
|
|
|
1100
1252
|
"linkedInOAuth2Api": {
|
|
1101
1253
|
"className": "LinkedInOAuth2Api",
|
|
1102
1254
|
"sourcePath": "dist/credentials/LinkedInOAuth2Api.credentials.js",
|
|
1255
|
+
"extends": [
|
|
1256
|
+
"oAuth2Api"
|
|
1257
|
+
],
|
|
1103
1258
|
"nodesToTestWith": [
|
|
1104
1259
|
"linkedIn"
|
|
1105
1260
|
]
|
|
@@ -1137,6 +1292,9 @@
|
|
|
1137
1292
|
"mailchimpOAuth2Api": {
|
|
1138
1293
|
"className": "MailchimpOAuth2Api",
|
|
1139
1294
|
"sourcePath": "dist/credentials/MailchimpOAuth2Api.credentials.js",
|
|
1295
|
+
"extends": [
|
|
1296
|
+
"oAuth2Api"
|
|
1297
|
+
],
|
|
1140
1298
|
"nodesToTestWith": [
|
|
1141
1299
|
"mailchimp",
|
|
1142
1300
|
"mailchimpTrigger"
|
|
@@ -1211,6 +1369,9 @@
|
|
|
1211
1369
|
"mauticOAuth2Api": {
|
|
1212
1370
|
"className": "MauticOAuth2Api",
|
|
1213
1371
|
"sourcePath": "dist/credentials/MauticOAuth2Api.credentials.js",
|
|
1372
|
+
"extends": [
|
|
1373
|
+
"oAuth2Api"
|
|
1374
|
+
],
|
|
1214
1375
|
"nodesToTestWith": [
|
|
1215
1376
|
"mautic",
|
|
1216
1377
|
"mauticTrigger"
|
|
@@ -1226,6 +1387,9 @@
|
|
|
1226
1387
|
"mediumOAuth2Api": {
|
|
1227
1388
|
"className": "MediumOAuth2Api",
|
|
1228
1389
|
"sourcePath": "dist/credentials/MediumOAuth2Api.credentials.js",
|
|
1390
|
+
"extends": [
|
|
1391
|
+
"oAuth2Api"
|
|
1392
|
+
],
|
|
1229
1393
|
"nodesToTestWith": [
|
|
1230
1394
|
"medium"
|
|
1231
1395
|
]
|
|
@@ -1247,6 +1411,9 @@
|
|
|
1247
1411
|
"microsoftDynamicsOAuth2Api": {
|
|
1248
1412
|
"className": "MicrosoftDynamicsOAuth2Api",
|
|
1249
1413
|
"sourcePath": "dist/credentials/MicrosoftDynamicsOAuth2Api.credentials.js",
|
|
1414
|
+
"extends": [
|
|
1415
|
+
"microsoftOAuth2Api"
|
|
1416
|
+
],
|
|
1250
1417
|
"nodesToTestWith": [
|
|
1251
1418
|
"microsoftDynamicsCrm"
|
|
1252
1419
|
]
|
|
@@ -1254,6 +1421,9 @@
|
|
|
1254
1421
|
"microsoftExcelOAuth2Api": {
|
|
1255
1422
|
"className": "MicrosoftExcelOAuth2Api",
|
|
1256
1423
|
"sourcePath": "dist/credentials/MicrosoftExcelOAuth2Api.credentials.js",
|
|
1424
|
+
"extends": [
|
|
1425
|
+
"microsoftOAuth2Api"
|
|
1426
|
+
],
|
|
1257
1427
|
"nodesToTestWith": [
|
|
1258
1428
|
"microsoftExcel",
|
|
1259
1429
|
"microsoftExcel"
|
|
@@ -1262,17 +1432,26 @@
|
|
|
1262
1432
|
"microsoftGraphSecurityOAuth2Api": {
|
|
1263
1433
|
"className": "MicrosoftGraphSecurityOAuth2Api",
|
|
1264
1434
|
"sourcePath": "dist/credentials/MicrosoftGraphSecurityOAuth2Api.credentials.js",
|
|
1435
|
+
"extends": [
|
|
1436
|
+
"microsoftOAuth2Api"
|
|
1437
|
+
],
|
|
1265
1438
|
"nodesToTestWith": [
|
|
1266
1439
|
"microsoftGraphSecurity"
|
|
1267
1440
|
]
|
|
1268
1441
|
},
|
|
1269
1442
|
"microsoftOAuth2Api": {
|
|
1270
1443
|
"className": "MicrosoftOAuth2Api",
|
|
1271
|
-
"sourcePath": "dist/credentials/MicrosoftOAuth2Api.credentials.js"
|
|
1444
|
+
"sourcePath": "dist/credentials/MicrosoftOAuth2Api.credentials.js",
|
|
1445
|
+
"extends": [
|
|
1446
|
+
"oAuth2Api"
|
|
1447
|
+
]
|
|
1272
1448
|
},
|
|
1273
1449
|
"microsoftOneDriveOAuth2Api": {
|
|
1274
1450
|
"className": "MicrosoftOneDriveOAuth2Api",
|
|
1275
1451
|
"sourcePath": "dist/credentials/MicrosoftOneDriveOAuth2Api.credentials.js",
|
|
1452
|
+
"extends": [
|
|
1453
|
+
"microsoftOAuth2Api"
|
|
1454
|
+
],
|
|
1276
1455
|
"nodesToTestWith": [
|
|
1277
1456
|
"microsoftOneDrive"
|
|
1278
1457
|
]
|
|
@@ -1280,6 +1459,9 @@
|
|
|
1280
1459
|
"microsoftOutlookOAuth2Api": {
|
|
1281
1460
|
"className": "MicrosoftOutlookOAuth2Api",
|
|
1282
1461
|
"sourcePath": "dist/credentials/MicrosoftOutlookOAuth2Api.credentials.js",
|
|
1462
|
+
"extends": [
|
|
1463
|
+
"microsoftOAuth2Api"
|
|
1464
|
+
],
|
|
1283
1465
|
"nodesToTestWith": [
|
|
1284
1466
|
"microsoftOutlook"
|
|
1285
1467
|
]
|
|
@@ -1294,6 +1476,9 @@
|
|
|
1294
1476
|
"microsoftTeamsOAuth2Api": {
|
|
1295
1477
|
"className": "MicrosoftTeamsOAuth2Api",
|
|
1296
1478
|
"sourcePath": "dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js",
|
|
1479
|
+
"extends": [
|
|
1480
|
+
"microsoftOAuth2Api"
|
|
1481
|
+
],
|
|
1297
1482
|
"nodesToTestWith": [
|
|
1298
1483
|
"microsoftTeams"
|
|
1299
1484
|
]
|
|
@@ -1301,6 +1486,9 @@
|
|
|
1301
1486
|
"microsoftToDoOAuth2Api": {
|
|
1302
1487
|
"className": "MicrosoftToDoOAuth2Api",
|
|
1303
1488
|
"sourcePath": "dist/credentials/MicrosoftToDoOAuth2Api.credentials.js",
|
|
1489
|
+
"extends": [
|
|
1490
|
+
"microsoftOAuth2Api"
|
|
1491
|
+
],
|
|
1304
1492
|
"nodesToTestWith": [
|
|
1305
1493
|
"microsoftToDo"
|
|
1306
1494
|
]
|
|
@@ -1343,6 +1531,9 @@
|
|
|
1343
1531
|
"mondayComOAuth2Api": {
|
|
1344
1532
|
"className": "MondayComOAuth2Api",
|
|
1345
1533
|
"sourcePath": "dist/credentials/MondayComOAuth2Api.credentials.js",
|
|
1534
|
+
"extends": [
|
|
1535
|
+
"oAuth2Api"
|
|
1536
|
+
],
|
|
1346
1537
|
"nodesToTestWith": [
|
|
1347
1538
|
"mondayCom"
|
|
1348
1539
|
]
|
|
@@ -1416,6 +1607,9 @@
|
|
|
1416
1607
|
"nextCloudOAuth2Api": {
|
|
1417
1608
|
"className": "NextCloudOAuth2Api",
|
|
1418
1609
|
"sourcePath": "dist/credentials/NextCloudOAuth2Api.credentials.js",
|
|
1610
|
+
"extends": [
|
|
1611
|
+
"oAuth2Api"
|
|
1612
|
+
],
|
|
1419
1613
|
"nodesToTestWith": [
|
|
1420
1614
|
"nextCloud"
|
|
1421
1615
|
]
|
|
@@ -1445,7 +1639,10 @@
|
|
|
1445
1639
|
},
|
|
1446
1640
|
"notionOAuth2Api": {
|
|
1447
1641
|
"className": "NotionOAuth2Api",
|
|
1448
|
-
"sourcePath": "dist/credentials/NotionOAuth2Api.credentials.js"
|
|
1642
|
+
"sourcePath": "dist/credentials/NotionOAuth2Api.credentials.js",
|
|
1643
|
+
"extends": [
|
|
1644
|
+
"oAuth2Api"
|
|
1645
|
+
]
|
|
1449
1646
|
},
|
|
1450
1647
|
"npmApi": {
|
|
1451
1648
|
"className": "NpmApi",
|
|
@@ -1539,6 +1736,9 @@
|
|
|
1539
1736
|
"pagerDutyOAuth2Api": {
|
|
1540
1737
|
"className": "PagerDutyOAuth2Api",
|
|
1541
1738
|
"sourcePath": "dist/credentials/PagerDutyOAuth2Api.credentials.js",
|
|
1739
|
+
"extends": [
|
|
1740
|
+
"oAuth2Api"
|
|
1741
|
+
],
|
|
1542
1742
|
"nodesToTestWith": [
|
|
1543
1743
|
"pagerDuty"
|
|
1544
1744
|
]
|
|
@@ -1568,6 +1768,9 @@
|
|
|
1568
1768
|
"philipsHueOAuth2Api": {
|
|
1569
1769
|
"className": "PhilipsHueOAuth2Api",
|
|
1570
1770
|
"sourcePath": "dist/credentials/PhilipsHueOAuth2Api.credentials.js",
|
|
1771
|
+
"extends": [
|
|
1772
|
+
"oAuth2Api"
|
|
1773
|
+
],
|
|
1571
1774
|
"nodesToTestWith": [
|
|
1572
1775
|
"philipsHue"
|
|
1573
1776
|
]
|
|
@@ -1583,6 +1786,9 @@
|
|
|
1583
1786
|
"pipedriveOAuth2Api": {
|
|
1584
1787
|
"className": "PipedriveOAuth2Api",
|
|
1585
1788
|
"sourcePath": "dist/credentials/PipedriveOAuth2Api.credentials.js",
|
|
1789
|
+
"extends": [
|
|
1790
|
+
"oAuth2Api"
|
|
1791
|
+
],
|
|
1586
1792
|
"nodesToTestWith": [
|
|
1587
1793
|
"pipedrive",
|
|
1588
1794
|
"pipedriveTrigger"
|
|
@@ -1628,6 +1834,9 @@
|
|
|
1628
1834
|
"pushbulletOAuth2Api": {
|
|
1629
1835
|
"className": "PushbulletOAuth2Api",
|
|
1630
1836
|
"sourcePath": "dist/credentials/PushbulletOAuth2Api.credentials.js",
|
|
1837
|
+
"extends": [
|
|
1838
|
+
"oAuth2Api"
|
|
1839
|
+
],
|
|
1631
1840
|
"nodesToTestWith": [
|
|
1632
1841
|
"pushbullet"
|
|
1633
1842
|
]
|
|
@@ -1664,6 +1873,9 @@
|
|
|
1664
1873
|
"quickBooksOAuth2Api": {
|
|
1665
1874
|
"className": "QuickBooksOAuth2Api",
|
|
1666
1875
|
"sourcePath": "dist/credentials/QuickBooksOAuth2Api.credentials.js",
|
|
1876
|
+
"extends": [
|
|
1877
|
+
"oAuth2Api"
|
|
1878
|
+
],
|
|
1667
1879
|
"nodesToTestWith": [
|
|
1668
1880
|
"quickbooks"
|
|
1669
1881
|
]
|
|
@@ -1679,6 +1891,9 @@
|
|
|
1679
1891
|
"raindropOAuth2Api": {
|
|
1680
1892
|
"className": "RaindropOAuth2Api",
|
|
1681
1893
|
"sourcePath": "dist/credentials/RaindropOAuth2Api.credentials.js",
|
|
1894
|
+
"extends": [
|
|
1895
|
+
"oAuth2Api"
|
|
1896
|
+
],
|
|
1682
1897
|
"nodesToTestWith": [
|
|
1683
1898
|
"raindrop"
|
|
1684
1899
|
]
|
|
@@ -1686,6 +1901,9 @@
|
|
|
1686
1901
|
"redditOAuth2Api": {
|
|
1687
1902
|
"className": "RedditOAuth2Api",
|
|
1688
1903
|
"sourcePath": "dist/credentials/RedditOAuth2Api.credentials.js",
|
|
1904
|
+
"extends": [
|
|
1905
|
+
"oAuth2Api"
|
|
1906
|
+
],
|
|
1689
1907
|
"nodesToTestWith": [
|
|
1690
1908
|
"reddit"
|
|
1691
1909
|
]
|
|
@@ -1729,6 +1947,9 @@
|
|
|
1729
1947
|
"salesforceOAuth2Api": {
|
|
1730
1948
|
"className": "SalesforceOAuth2Api",
|
|
1731
1949
|
"sourcePath": "dist/credentials/SalesforceOAuth2Api.credentials.js",
|
|
1950
|
+
"extends": [
|
|
1951
|
+
"oAuth2Api"
|
|
1952
|
+
],
|
|
1732
1953
|
"nodesToTestWith": [
|
|
1733
1954
|
"salesforce"
|
|
1734
1955
|
]
|
|
@@ -1769,14 +1990,6 @@
|
|
|
1769
1990
|
"sendGrid"
|
|
1770
1991
|
]
|
|
1771
1992
|
},
|
|
1772
|
-
"sendInBlueApi": {
|
|
1773
|
-
"className": "SendInBlueApi",
|
|
1774
|
-
"sourcePath": "dist/credentials/SendInBlueApi.credentials.js",
|
|
1775
|
-
"nodesToTestWith": [
|
|
1776
|
-
"sendInBlue",
|
|
1777
|
-
"sendInBlueTrigger"
|
|
1778
|
-
]
|
|
1779
|
-
},
|
|
1780
1993
|
"sendyApi": {
|
|
1781
1994
|
"className": "SendyApi",
|
|
1782
1995
|
"sourcePath": "dist/credentials/SendyApi.credentials.js",
|
|
@@ -1794,6 +2007,9 @@
|
|
|
1794
2007
|
"sentryIoOAuth2Api": {
|
|
1795
2008
|
"className": "SentryIoOAuth2Api",
|
|
1796
2009
|
"sourcePath": "dist/credentials/SentryIoOAuth2Api.credentials.js",
|
|
2010
|
+
"extends": [
|
|
2011
|
+
"oAuth2Api"
|
|
2012
|
+
],
|
|
1797
2013
|
"nodesToTestWith": [
|
|
1798
2014
|
"sentryIo"
|
|
1799
2015
|
]
|
|
@@ -1808,6 +2024,9 @@
|
|
|
1808
2024
|
"serviceNowBasicApi": {
|
|
1809
2025
|
"className": "ServiceNowBasicApi",
|
|
1810
2026
|
"sourcePath": "dist/credentials/ServiceNowBasicApi.credentials.js",
|
|
2027
|
+
"extends": [
|
|
2028
|
+
"httpBasicAuth"
|
|
2029
|
+
],
|
|
1811
2030
|
"nodesToTestWith": [
|
|
1812
2031
|
"serviceNow"
|
|
1813
2032
|
]
|
|
@@ -1815,6 +2034,9 @@
|
|
|
1815
2034
|
"serviceNowOAuth2Api": {
|
|
1816
2035
|
"className": "ServiceNowOAuth2Api",
|
|
1817
2036
|
"sourcePath": "dist/credentials/ServiceNowOAuth2Api.credentials.js",
|
|
2037
|
+
"extends": [
|
|
2038
|
+
"oAuth2Api"
|
|
2039
|
+
],
|
|
1818
2040
|
"nodesToTestWith": [
|
|
1819
2041
|
"serviceNow"
|
|
1820
2042
|
]
|
|
@@ -1845,6 +2067,9 @@
|
|
|
1845
2067
|
"shopifyOAuth2Api": {
|
|
1846
2068
|
"className": "ShopifyOAuth2Api",
|
|
1847
2069
|
"sourcePath": "dist/credentials/ShopifyOAuth2Api.credentials.js",
|
|
2070
|
+
"extends": [
|
|
2071
|
+
"oAuth2Api"
|
|
2072
|
+
],
|
|
1848
2073
|
"nodesToTestWith": [
|
|
1849
2074
|
"shopify",
|
|
1850
2075
|
"shopifyTrigger"
|
|
@@ -1868,6 +2093,9 @@
|
|
|
1868
2093
|
"slackOAuth2Api": {
|
|
1869
2094
|
"className": "SlackOAuth2Api",
|
|
1870
2095
|
"sourcePath": "dist/credentials/SlackOAuth2Api.credentials.js",
|
|
2096
|
+
"extends": [
|
|
2097
|
+
"oAuth2Api"
|
|
2098
|
+
],
|
|
1871
2099
|
"nodesToTestWith": [
|
|
1872
2100
|
null,
|
|
1873
2101
|
null
|
|
@@ -1912,6 +2140,9 @@
|
|
|
1912
2140
|
"spotifyOAuth2Api": {
|
|
1913
2141
|
"className": "SpotifyOAuth2Api",
|
|
1914
2142
|
"sourcePath": "dist/credentials/SpotifyOAuth2Api.credentials.js",
|
|
2143
|
+
"extends": [
|
|
2144
|
+
"oAuth2Api"
|
|
2145
|
+
],
|
|
1915
2146
|
"nodesToTestWith": [
|
|
1916
2147
|
"spotify"
|
|
1917
2148
|
]
|
|
@@ -1961,6 +2192,9 @@
|
|
|
1961
2192
|
"stravaOAuth2Api": {
|
|
1962
2193
|
"className": "StravaOAuth2Api",
|
|
1963
2194
|
"sourcePath": "dist/credentials/StravaOAuth2Api.credentials.js",
|
|
2195
|
+
"extends": [
|
|
2196
|
+
"oAuth2Api"
|
|
2197
|
+
],
|
|
1964
2198
|
"nodesToTestWith": [
|
|
1965
2199
|
"strava",
|
|
1966
2200
|
"stravaTrigger"
|
|
@@ -1991,6 +2225,9 @@
|
|
|
1991
2225
|
"surveyMonkeyOAuth2Api": {
|
|
1992
2226
|
"className": "SurveyMonkeyOAuth2Api",
|
|
1993
2227
|
"sourcePath": "dist/credentials/SurveyMonkeyOAuth2Api.credentials.js",
|
|
2228
|
+
"extends": [
|
|
2229
|
+
"oAuth2Api"
|
|
2230
|
+
],
|
|
1994
2231
|
"nodesToTestWith": [
|
|
1995
2232
|
"surveyMonkeyTrigger"
|
|
1996
2233
|
]
|
|
@@ -2050,6 +2287,9 @@
|
|
|
2050
2287
|
"todoistOAuth2Api": {
|
|
2051
2288
|
"className": "TodoistOAuth2Api",
|
|
2052
2289
|
"sourcePath": "dist/credentials/TodoistOAuth2Api.credentials.js",
|
|
2290
|
+
"extends": [
|
|
2291
|
+
"oAuth2Api"
|
|
2292
|
+
],
|
|
2053
2293
|
"nodesToTestWith": [
|
|
2054
2294
|
"todoist",
|
|
2055
2295
|
"todoist"
|
|
@@ -2105,6 +2345,9 @@
|
|
|
2105
2345
|
"twistOAuth2Api": {
|
|
2106
2346
|
"className": "TwistOAuth2Api",
|
|
2107
2347
|
"sourcePath": "dist/credentials/TwistOAuth2Api.credentials.js",
|
|
2348
|
+
"extends": [
|
|
2349
|
+
"oAuth2Api"
|
|
2350
|
+
],
|
|
2108
2351
|
"nodesToTestWith": [
|
|
2109
2352
|
"twist"
|
|
2110
2353
|
]
|
|
@@ -2112,8 +2355,21 @@
|
|
|
2112
2355
|
"twitterOAuth1Api": {
|
|
2113
2356
|
"className": "TwitterOAuth1Api",
|
|
2114
2357
|
"sourcePath": "dist/credentials/TwitterOAuth1Api.credentials.js",
|
|
2358
|
+
"extends": [
|
|
2359
|
+
"oAuth1Api"
|
|
2360
|
+
],
|
|
2361
|
+
"nodesToTestWith": [
|
|
2362
|
+
null
|
|
2363
|
+
]
|
|
2364
|
+
},
|
|
2365
|
+
"twitterOAuth2Api": {
|
|
2366
|
+
"className": "TwitterOAuth2Api",
|
|
2367
|
+
"sourcePath": "dist/credentials/TwitterOAuth2Api.credentials.js",
|
|
2368
|
+
"extends": [
|
|
2369
|
+
"oAuth2Api"
|
|
2370
|
+
],
|
|
2115
2371
|
"nodesToTestWith": [
|
|
2116
|
-
|
|
2372
|
+
null
|
|
2117
2373
|
]
|
|
2118
2374
|
},
|
|
2119
2375
|
"typeformApi": {
|
|
@@ -2126,6 +2382,9 @@
|
|
|
2126
2382
|
"typeformOAuth2Api": {
|
|
2127
2383
|
"className": "TypeformOAuth2Api",
|
|
2128
2384
|
"sourcePath": "dist/credentials/TypeformOAuth2Api.credentials.js",
|
|
2385
|
+
"extends": [
|
|
2386
|
+
"oAuth2Api"
|
|
2387
|
+
],
|
|
2129
2388
|
"nodesToTestWith": [
|
|
2130
2389
|
"typeformTrigger"
|
|
2131
2390
|
]
|
|
@@ -2206,6 +2465,9 @@
|
|
|
2206
2465
|
"webflowOAuth2Api": {
|
|
2207
2466
|
"className": "WebflowOAuth2Api",
|
|
2208
2467
|
"sourcePath": "dist/credentials/WebflowOAuth2Api.credentials.js",
|
|
2468
|
+
"extends": [
|
|
2469
|
+
"oAuth2Api"
|
|
2470
|
+
],
|
|
2209
2471
|
"nodesToTestWith": [
|
|
2210
2472
|
"webflow",
|
|
2211
2473
|
"webflowTrigger"
|
|
@@ -2265,6 +2527,9 @@
|
|
|
2265
2527
|
"xeroOAuth2Api": {
|
|
2266
2528
|
"className": "XeroOAuth2Api",
|
|
2267
2529
|
"sourcePath": "dist/credentials/XeroOAuth2Api.credentials.js",
|
|
2530
|
+
"extends": [
|
|
2531
|
+
"oAuth2Api"
|
|
2532
|
+
],
|
|
2268
2533
|
"nodesToTestWith": [
|
|
2269
2534
|
"xero"
|
|
2270
2535
|
]
|
|
@@ -2272,6 +2537,9 @@
|
|
|
2272
2537
|
"youTubeOAuth2Api": {
|
|
2273
2538
|
"className": "YouTubeOAuth2Api",
|
|
2274
2539
|
"sourcePath": "dist/credentials/YouTubeOAuth2Api.credentials.js",
|
|
2540
|
+
"extends": [
|
|
2541
|
+
"googleOAuth2Api"
|
|
2542
|
+
],
|
|
2275
2543
|
"nodesToTestWith": [
|
|
2276
2544
|
"youTube"
|
|
2277
2545
|
]
|
|
@@ -2308,6 +2576,9 @@
|
|
|
2308
2576
|
"zendeskOAuth2Api": {
|
|
2309
2577
|
"className": "ZendeskOAuth2Api",
|
|
2310
2578
|
"sourcePath": "dist/credentials/ZendeskOAuth2Api.credentials.js",
|
|
2579
|
+
"extends": [
|
|
2580
|
+
"oAuth2Api"
|
|
2581
|
+
],
|
|
2311
2582
|
"nodesToTestWith": [
|
|
2312
2583
|
"zendesk",
|
|
2313
2584
|
"zendeskTrigger"
|
|
@@ -2316,6 +2587,9 @@
|
|
|
2316
2587
|
"zohoOAuth2Api": {
|
|
2317
2588
|
"className": "ZohoOAuth2Api",
|
|
2318
2589
|
"sourcePath": "dist/credentials/ZohoOAuth2Api.credentials.js",
|
|
2590
|
+
"extends": [
|
|
2591
|
+
"oAuth2Api"
|
|
2592
|
+
],
|
|
2319
2593
|
"nodesToTestWith": [
|
|
2320
2594
|
"zohoCrm"
|
|
2321
2595
|
]
|
|
@@ -2330,6 +2604,9 @@
|
|
|
2330
2604
|
"zoomOAuth2Api": {
|
|
2331
2605
|
"className": "ZoomOAuth2Api",
|
|
2332
2606
|
"sourcePath": "dist/credentials/ZoomOAuth2Api.credentials.js",
|
|
2607
|
+
"extends": [
|
|
2608
|
+
"oAuth2Api"
|
|
2609
|
+
],
|
|
2333
2610
|
"nodesToTestWith": [
|
|
2334
2611
|
"zoom"
|
|
2335
2612
|
]
|