n8n-nodes-base 0.196.0 → 0.197.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/credentials/GmailOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GmailOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleAdsOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleAdsOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleAnalyticsOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleAnalyticsOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleApi.credentials.js +1 -1
- package/dist/credentials/GoogleApi.credentials.js.map +1 -1
- package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleBooksOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleBooksOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleCalendarOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleCalendarOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleCloudStorageOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleCloudStorageOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleContactsOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleContactsOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleDocsOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleDocsOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleDriveOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleDriveOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GooglePerspectiveOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GooglePerspectiveOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleSlidesOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleSlidesOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleTasksOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleTasksOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GoogleTranslateOAuth2Api.credentials.js +1 -1
- package/dist/credentials/GoogleTranslateOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/HubspotApi.credentials.d.ts +3 -1
- package/dist/credentials/HubspotApi.credentials.js +14 -0
- package/dist/credentials/HubspotApi.credentials.js.map +1 -1
- package/dist/credentials/HubspotAppToken.credentials.d.ts +3 -1
- package/dist/credentials/HubspotAppToken.credentials.js +14 -0
- package/dist/credentials/HubspotAppToken.credentials.js.map +1 -1
- package/dist/credentials/OAuth2Api.credentials.js +0 -5
- package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/RundeckApi.credentials.d.ts +3 -1
- package/dist/credentials/RundeckApi.credentials.js +16 -0
- package/dist/credentials/RundeckApi.credentials.js.map +1 -1
- package/dist/nodes/Code/Code.node.json +1 -1
- package/dist/nodes/CompareDatasets/CompareDatasets.node.d.ts +6 -0
- package/dist/nodes/CompareDatasets/CompareDatasets.node.js +167 -0
- package/dist/nodes/CompareDatasets/CompareDatasets.node.js.map +1 -0
- package/dist/nodes/CompareDatasets/CompareDatasets.node.json +48 -0
- package/dist/nodes/CompareDatasets/GenericFunctions.d.ts +9 -0
- package/dist/nodes/CompareDatasets/GenericFunctions.js +213 -0
- package/dist/nodes/CompareDatasets/GenericFunctions.js.map +1 -0
- package/dist/nodes/CompareDatasets/compare.svg +5 -0
- package/dist/nodes/Cron/Cron.node.js +4 -3
- package/dist/nodes/Cron/Cron.node.js.map +1 -1
- package/dist/nodes/Cron/Cron.node.json +1 -1
- package/dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js +16 -12
- package/dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js.map +1 -1
- package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.js +49 -1
- package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.js.map +1 -1
- package/dist/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.js +19 -0
- package/dist/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.js.map +1 -1
- package/dist/nodes/EmailReadImap/EmailReadImap.node.js +2 -2
- package/dist/nodes/EmailReadImap/EmailReadImap.node.js.map +1 -1
- package/dist/nodes/EmailReadImap/EmailReadImap.node.json +4 -1
- package/dist/nodes/ErrorTrigger/ErrorTrigger.node.json +4 -1
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js +1 -1
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js.map +1 -1
- package/dist/nodes/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.d.ts +6 -0
- package/dist/nodes/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js +36 -0
- package/dist/nodes/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js.map +1 -0
- package/dist/nodes/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.json +21 -0
- package/dist/nodes/Ftp/Ftp.node.json +5 -2
- package/dist/nodes/Google/Ads/GoogleAds.node.json +1 -1
- package/dist/nodes/Google/Analytics/GoogleAnalytics.node.json +1 -1
- package/dist/nodes/Google/BigQuery/GoogleBigQuery.node.json +1 -1
- package/dist/nodes/Google/Books/GoogleBooks.node.json +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.json +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.json +1 -1
- package/dist/nodes/Google/Chat/GoogleChat.node.json +1 -1
- package/dist/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.json +1 -1
- package/dist/nodes/Google/CloudStorage/GoogleCloudStorage.node.json +1 -1
- package/dist/nodes/Google/Contacts/GoogleContacts.node.json +1 -1
- package/dist/nodes/Google/Docs/GoogleDocs.node.json +1 -1
- package/dist/nodes/Google/Drive/GoogleDrive.node.js +1 -1
- package/dist/nodes/Google/Drive/GoogleDrive.node.js.map +1 -1
- package/dist/nodes/Google/Drive/GoogleDrive.node.json +1 -1
- package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.json +1 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.json +1 -1
- package/dist/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.json +1 -1
- package/dist/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.json +1 -1
- package/dist/nodes/Google/Gmail/Gmail.node.json +1 -1
- package/dist/nodes/Google/Gmail/GmailTrigger.node.json +1 -1
- package/dist/nodes/Google/Perspective/GooglePerspective.node.json +1 -1
- package/dist/nodes/Google/Sheet/GoogleSheets.node.json +1 -1
- package/dist/nodes/Google/Slides/GoogleSlides.node.json +1 -1
- package/dist/nodes/Google/Task/GoogleTasks.node.json +1 -1
- package/dist/nodes/Google/Translate/GoogleTranslate.node.json +1 -1
- package/dist/nodes/Google/YouTube/YouTube.node.json +1 -1
- package/dist/nodes/HttpRequest/GenericFunctions.d.ts +1 -0
- package/dist/nodes/HttpRequest/GenericFunctions.js +25 -1
- package/dist/nodes/HttpRequest/GenericFunctions.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +3 -3
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/Hubspot/GenericFunctions.js +3 -9
- package/dist/nodes/Hubspot/GenericFunctions.js.map +1 -1
- package/dist/nodes/Interval/Interval.node.js +1 -0
- package/dist/nodes/Interval/Interval.node.js.map +1 -1
- package/dist/nodes/Interval/Interval.node.json +4 -1
- package/dist/nodes/LocalFileTrigger/LocalFileTrigger.node.json +4 -1
- package/dist/nodes/ManualTrigger/ManualTrigger.node.d.ts +6 -0
- package/dist/nodes/ManualTrigger/ManualTrigger.node.js +40 -0
- package/dist/nodes/ManualTrigger/ManualTrigger.node.js.map +1 -0
- package/dist/nodes/ManualTrigger/ManualTrigger.node.json +16 -0
- package/dist/nodes/N8n/GenericFunctions.d.ts +2 -1
- package/dist/nodes/N8n/GenericFunctions.js +17 -2
- package/dist/nodes/N8n/GenericFunctions.js.map +1 -1
- package/dist/nodes/N8n/WorkflowLocator.js +2 -2
- package/dist/nodes/N8n/WorkflowLocator.js.map +1 -1
- package/dist/nodes/N8nTrigger/N8nTrigger.node.json +4 -1
- package/dist/nodes/Rundeck/RundeckApi.js +4 -7
- package/dist/nodes/Rundeck/RundeckApi.js.map +1 -1
- package/dist/nodes/Schedule/CronInterface.d.ts +7 -0
- package/dist/nodes/Schedule/CronInterface.js +3 -0
- package/dist/nodes/Schedule/CronInterface.js.map +1 -0
- package/dist/nodes/Schedule/ScheduleTrigger.node.d.ts +6 -0
- package/dist/nodes/Schedule/ScheduleTrigger.node.js +510 -0
- package/dist/nodes/Schedule/ScheduleTrigger.node.js.map +1 -0
- package/dist/nodes/Schedule/ScheduleTrigger.node.json +18 -0
- package/dist/nodes/SseTrigger/SseTrigger.node.json +4 -1
- package/dist/nodes/WorkflowTrigger/WorkflowTrigger.node.json +4 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -3
|
@@ -14,7 +14,7 @@ class GmailOAuth2Api {
|
|
|
14
14
|
this.name = 'gmailOAuth2';
|
|
15
15
|
this.extends = ['googleOAuth2Api'];
|
|
16
16
|
this.displayName = 'Gmail OAuth2 API';
|
|
17
|
-
this.documentationUrl = 'google';
|
|
17
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
18
18
|
this.properties = [
|
|
19
19
|
{
|
|
20
20
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GmailOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GmailOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,8CAA8C;IAC9C,qEAAqE;IACrE,qEAAqE;IACrE,0BAA0B;IAC1B,8CAA8C;IAC9C,+CAA+C;CAC/C,CAAC;AAEF,MAAa,cAAc;IAA3B;QACC,SAAI,GAAG,aAAa,CAAC;QACrB,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,kBAAkB,CAAC;QACjC,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GmailOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GmailOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,8CAA8C;IAC9C,qEAAqE;IACrE,qEAAqE;IACrE,0BAA0B;IAC1B,8CAA8C;IAC9C,+CAA+C;CAC/C,CAAC;AAEF,MAAa,cAAc;IAA3B;QACC,SAAI,GAAG,aAAa,CAAC;QACrB,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,kBAAkB,CAAC;QACjC,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,wCAaC"}
|
|
@@ -7,7 +7,7 @@ class GoogleAdsOAuth2Api {
|
|
|
7
7
|
this.name = 'googleAdsOAuth2Api';
|
|
8
8
|
this.extends = ['googleOAuth2Api'];
|
|
9
9
|
this.displayName = 'Google Ads OAuth2 API';
|
|
10
|
-
this.documentationUrl = 'google';
|
|
10
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
11
11
|
this.properties = [
|
|
12
12
|
{
|
|
13
13
|
displayName: 'Developer Token',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleAdsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleAdsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,yCAAyC,CAAC,CAAC;AAE3D,MAAa,kBAAkB;IAA/B;QACC,SAAI,GAAG,oBAAoB,CAAC;QAC5B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,uBAAuB,CAAC;QACtC,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleAdsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleAdsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,yCAAyC,CAAC,CAAC;AAE3D,MAAa,kBAAkB;IAA/B;QACC,SAAI,GAAG,oBAAoB,CAAC;QAC5B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,uBAAuB,CAAC;QACtC,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,iBAAiB;gBAC9B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAnBD,gDAmBC"}
|
|
@@ -10,7 +10,7 @@ class GoogleAnalyticsOAuth2Api {
|
|
|
10
10
|
this.name = 'googleAnalyticsOAuth2';
|
|
11
11
|
this.extends = ['googleOAuth2Api'];
|
|
12
12
|
this.displayName = 'Google Analytics OAuth2 API';
|
|
13
|
-
this.documentationUrl = 'google';
|
|
13
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
14
14
|
this.properties = [
|
|
15
15
|
{
|
|
16
16
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleAnalyticsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleAnalyticsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,2CAA2C;IAC3C,oDAAoD;CACpD,CAAC;AAEF,MAAa,wBAAwB;IAArC;QACC,SAAI,GAAG,uBAAuB,CAAC;QAC/B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,6BAA6B,CAAC;QAC5C,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleAnalyticsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleAnalyticsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,2CAA2C;IAC3C,oDAAoD;CACpD,CAAC;AAEF,MAAa,wBAAwB;IAArC;QACC,SAAI,GAAG,uBAAuB,CAAC;QAC/B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,6BAA6B,CAAC;QAC5C,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,4DAaC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleApi.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleApi.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QACnB,gBAAW,GAAG,YAAY,CAAC;QAC3B,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleApi.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleApi.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QACnB,gBAAW,GAAG,YAAY,CAAC;QAC3B,qBAAgB,GAAG,wBAAwB,CAAC;QAC5C,SAAI,GAAG,iBAAiB,CAAC;QACzB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,uBAAuB;gBACpC,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gBAAgB;gBAC7B,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,gFAAgF;gBAC7F,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,aAAa;gBAC1B,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,6FAA6F;gBAC9F,WAAW,EACV,qFAAqF;gBACtF,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;aACd;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,WAAW,EAAE,CAAC,IAAI,CAAC;qBACnB;iBACD;gBACD,WAAW,EACV,wFAAwF;aACzF;SACD,CAAC;IACH,CAAC;CAAA;AA9CD,8BA8CC"}
|
|
@@ -7,7 +7,7 @@ class GoogleBigQueryOAuth2Api {
|
|
|
7
7
|
this.name = 'googleBigQueryOAuth2Api';
|
|
8
8
|
this.extends = ['googleOAuth2Api'];
|
|
9
9
|
this.displayName = 'Google BigQuery OAuth2 API';
|
|
10
|
-
this.documentationUrl = 'google';
|
|
10
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
11
11
|
this.properties = [
|
|
12
12
|
{
|
|
13
13
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleBigQueryOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleBigQueryOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,0CAA0C,CAAC,CAAC;AAE5D,MAAa,uBAAuB;IAApC;QACC,SAAI,GAAG,yBAAyB,CAAC;QACjC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,4BAA4B,CAAC;QAC3C,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleBigQueryOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleBigQueryOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,0CAA0C,CAAC,CAAC;AAE5D,MAAa,uBAAuB;IAApC;QACC,SAAI,GAAG,yBAAyB,CAAC;QACjC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,4BAA4B,CAAC;QAC3C,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,0DAaC"}
|
|
@@ -7,7 +7,7 @@ class GoogleBooksOAuth2Api {
|
|
|
7
7
|
this.name = 'googleBooksOAuth2Api';
|
|
8
8
|
this.extends = ['googleOAuth2Api'];
|
|
9
9
|
this.displayName = 'Google Books OAuth2 API';
|
|
10
|
-
this.documentationUrl = 'google';
|
|
10
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
11
11
|
this.properties = [
|
|
12
12
|
{
|
|
13
13
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleBooksOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleBooksOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,uCAAuC,CAAC,CAAC;AAEzD,MAAa,oBAAoB;IAAjC;QACC,SAAI,GAAG,sBAAsB,CAAC;QAC9B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,yBAAyB,CAAC;QACxC,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleBooksOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleBooksOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,uCAAuC,CAAC,CAAC;AAEzD,MAAa,oBAAoB;IAAjC;QACC,SAAI,GAAG,sBAAsB,CAAC;QAC9B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,yBAAyB,CAAC;QACxC,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,oDAaC"}
|
|
@@ -10,7 +10,7 @@ class GoogleCalendarOAuth2Api {
|
|
|
10
10
|
this.name = 'googleCalendarOAuth2Api';
|
|
11
11
|
this.extends = ['googleOAuth2Api'];
|
|
12
12
|
this.displayName = 'Google Calendar OAuth2 API';
|
|
13
|
-
this.documentationUrl = 'google';
|
|
13
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
14
14
|
this.properties = [
|
|
15
15
|
{
|
|
16
16
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleCalendarOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleCalendarOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,0CAA0C;IAC1C,iDAAiD;CACjD,CAAC;AAEF,MAAa,uBAAuB;IAApC;QACC,SAAI,GAAG,yBAAyB,CAAC;QACjC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,4BAA4B,CAAC;QAC3C,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleCalendarOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleCalendarOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,0CAA0C;IAC1C,iDAAiD;CACjD,CAAC;AAEF,MAAa,uBAAuB;IAApC;QACC,SAAI,GAAG,yBAAyB,CAAC;QACjC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,4BAA4B,CAAC;QAC3C,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,0DAaC"}
|
|
@@ -10,7 +10,7 @@ class GoogleCloudNaturalLanguageOAuth2Api {
|
|
|
10
10
|
this.name = 'googleCloudNaturalLanguageOAuth2Api';
|
|
11
11
|
this.extends = ['googleOAuth2Api'];
|
|
12
12
|
this.displayName = 'Google Cloud Natural Language OAuth2 API';
|
|
13
|
-
this.documentationUrl = 'google';
|
|
13
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
14
14
|
this.properties = [
|
|
15
15
|
{
|
|
16
16
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleCloudNaturalLanguageOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,gDAAgD;IAChD,gDAAgD;CAChD,CAAC;AAEF,MAAa,mCAAmC;IAAhD;QACC,SAAI,GAAG,qCAAqC,CAAC;QAC7C,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,0CAA0C,CAAC;QACzD,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleCloudNaturalLanguageOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,gDAAgD;IAChD,gDAAgD;CAChD,CAAC;AAEF,MAAa,mCAAmC;IAAhD;QACC,SAAI,GAAG,qCAAqC,CAAC;QAC7C,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,0CAA0C,CAAC;QACzD,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,kFAaC"}
|
|
@@ -13,7 +13,7 @@ class GoogleCloudStorageOAuth2Api {
|
|
|
13
13
|
this.name = 'googleCloudStorageOAuth2Api';
|
|
14
14
|
this.extends = ['googleOAuth2Api'];
|
|
15
15
|
this.displayName = 'Google Cloud Storage OAuth2 API';
|
|
16
|
-
this.documentationUrl = 'google';
|
|
16
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
17
17
|
this.properties = [
|
|
18
18
|
{
|
|
19
19
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleCloudStorageOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleCloudStorageOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,gDAAgD;IAChD,0DAA0D;IAC1D,yDAAyD;IACzD,sDAAsD;IACtD,uDAAuD;CACvD,CAAC;AAEF,MAAa,2BAA2B;IAAxC;QACC,SAAI,GAAG,6BAA6B,CAAC;QACrC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,iCAAiC,CAAC;QAChD,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleCloudStorageOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleCloudStorageOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,gDAAgD;IAChD,0DAA0D;IAC1D,yDAAyD;IACzD,sDAAsD;IACtD,uDAAuD;CACvD,CAAC;AAEF,MAAa,2BAA2B;IAAxC;QACC,SAAI,GAAG,6BAA6B,CAAC;QACrC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,iCAAiC,CAAC;QAChD,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,kEAaC"}
|
|
@@ -7,7 +7,7 @@ class GoogleContactsOAuth2Api {
|
|
|
7
7
|
this.name = 'googleContactsOAuth2Api';
|
|
8
8
|
this.extends = ['googleOAuth2Api'];
|
|
9
9
|
this.displayName = 'Google Contacts OAuth2 API';
|
|
10
|
-
this.documentationUrl = 'google';
|
|
10
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
11
11
|
this.properties = [
|
|
12
12
|
{
|
|
13
13
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleContactsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleContactsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,0CAA0C,CAAC,CAAC;AAE5D,MAAa,uBAAuB;IAApC;QACC,SAAI,GAAG,yBAAyB,CAAC;QACjC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,4BAA4B,CAAC;QAC3C,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleContactsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleContactsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,0CAA0C,CAAC,CAAC;AAE5D,MAAa,uBAAuB;IAApC;QACC,SAAI,GAAG,yBAAyB,CAAC;QACjC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,4BAA4B,CAAC;QAC3C,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,0DAaC"}
|
|
@@ -11,7 +11,7 @@ class GoogleDocsOAuth2Api {
|
|
|
11
11
|
this.name = 'googleDocsOAuth2Api';
|
|
12
12
|
this.extends = ['googleOAuth2Api'];
|
|
13
13
|
this.displayName = 'Google Docs OAuth2 API';
|
|
14
|
-
this.documentationUrl = 'google';
|
|
14
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
15
15
|
this.properties = [
|
|
16
16
|
{
|
|
17
17
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleDocsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleDocsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,2CAA2C;IAC3C,uCAAuC;IACvC,4CAA4C;CAC5C,CAAC;AAEF,MAAa,mBAAmB;IAAhC;QACC,SAAI,GAAG,qBAAqB,CAAC;QAC7B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,wBAAwB,CAAC;QACvC,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleDocsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleDocsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,2CAA2C;IAC3C,uCAAuC;IACvC,4CAA4C;CAC5C,CAAC;AAEF,MAAa,mBAAmB;IAAhC;QACC,SAAI,GAAG,qBAAqB,CAAC;QAC7B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,wBAAwB,CAAC;QACvC,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,kDAaC"}
|
|
@@ -11,7 +11,7 @@ class GoogleDriveOAuth2Api {
|
|
|
11
11
|
this.name = 'googleDriveOAuth2Api';
|
|
12
12
|
this.extends = ['googleOAuth2Api'];
|
|
13
13
|
this.displayName = 'Google Drive OAuth2 API';
|
|
14
|
-
this.documentationUrl = 'google';
|
|
14
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
15
15
|
this.properties = [
|
|
16
16
|
{
|
|
17
17
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleDriveOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleDriveOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,uCAAuC;IACvC,+CAA+C;IAC/C,uDAAuD;CACvD,CAAC;AAEF,MAAa,oBAAoB;IAAjC;QACC,SAAI,GAAG,sBAAsB,CAAC;QAC9B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,yBAAyB,CAAC;QACxC,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleDriveOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleDriveOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,uCAAuC;IACvC,+CAA+C;IAC/C,uDAAuD;CACvD,CAAC;AAEF,MAAa,oBAAoB;IAAjC;QACC,SAAI,GAAG,sBAAsB,CAAC;QAC9B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,yBAAyB,CAAC;QACxC,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,oDAaC"}
|
|
@@ -10,7 +10,7 @@ class GoogleFirebaseCloudFirestoreOAuth2Api {
|
|
|
10
10
|
this.name = 'googleFirebaseCloudFirestoreOAuth2Api';
|
|
11
11
|
this.extends = ['googleOAuth2Api'];
|
|
12
12
|
this.displayName = 'Google Firebase Cloud Firestore OAuth2 API';
|
|
13
|
-
this.documentationUrl = 'google';
|
|
13
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
14
14
|
this.properties = [
|
|
15
15
|
{
|
|
16
16
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,2CAA2C;IAC3C,0CAA0C;CAC1C,CAAC;AAEF,MAAa,qCAAqC;IAAlD;QACC,SAAI,GAAG,uCAAuC,CAAC;QAC/C,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,4CAA4C,CAAC;QAC3D,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,2CAA2C;IAC3C,0CAA0C;CAC1C,CAAC;AAEF,MAAa,qCAAqC;IAAlD;QACC,SAAI,GAAG,uCAAuC,CAAC;QAC/C,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,4CAA4C,CAAC;QAC3D,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,sFAaC"}
|
|
@@ -11,7 +11,7 @@ class GoogleFirebaseRealtimeDatabaseOAuth2Api {
|
|
|
11
11
|
this.name = 'googleFirebaseRealtimeDatabaseOAuth2Api';
|
|
12
12
|
this.extends = ['googleOAuth2Api'];
|
|
13
13
|
this.displayName = 'Google Firebase Realtime Database OAuth2 API';
|
|
14
|
-
this.documentationUrl = 'google';
|
|
14
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
15
15
|
this.properties = [
|
|
16
16
|
{
|
|
17
17
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,gDAAgD;IAChD,mDAAmD;IACnD,0CAA0C;CAC1C,CAAC;AAEF,MAAa,uCAAuC;IAApD;QACC,SAAI,GAAG,yCAAyC,CAAC;QACjD,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,8CAA8C,CAAC;QAC7D,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,gDAAgD;IAChD,mDAAmD;IACnD,0CAA0C;CAC1C,CAAC;AAEF,MAAa,uCAAuC;IAApD;QACC,SAAI,GAAG,yCAAyC,CAAC;QACjD,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,8CAA8C,CAAC;QAC7D,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;YACD;gBACC,WAAW,EAAE,QAAQ;gBACrB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,gBAAgB;gBACzB,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,aAAa;wBACnB,KAAK,EAAE,gBAAgB;qBACvB;oBACD;wBACC,IAAI,EAAE,cAAc;wBACpB,KAAK,EAAE,mCAAmC;qBAC1C;oBACD;wBACC,IAAI,EAAE,iBAAiB;wBACvB,KAAK,EAAE,sCAAsC;qBAC7C;iBACD;aACD;SACD,CAAC;IACH,CAAC;CAAA;AAjCD,0FAiCC"}
|
|
@@ -6,7 +6,7 @@ class GoogleOAuth2Api {
|
|
|
6
6
|
this.name = 'googleOAuth2Api';
|
|
7
7
|
this.extends = ['oAuth2Api'];
|
|
8
8
|
this.displayName = 'Google OAuth2 API';
|
|
9
|
-
this.documentationUrl = 'google';
|
|
9
|
+
this.documentationUrl = 'google/oauth-generic/';
|
|
10
10
|
this.icon = 'file:Google.svg';
|
|
11
11
|
this.properties = [
|
|
12
12
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAA5B;QACC,SAAI,GAAG,iBAAiB,CAAC;QACzB,YAAO,GAAG,CAAC,WAAW,CAAC,CAAC;QACxB,gBAAW,GAAG,mBAAmB,CAAC;QAClC,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAA5B;QACC,SAAI,GAAG,iBAAiB,CAAC;QACzB,YAAO,GAAG,CAAC,WAAW,CAAC,CAAC;QACxB,gBAAW,GAAG,mBAAmB,CAAC;QAClC,qBAAgB,GAAG,uBAAuB,CAAC;QAC3C,SAAI,GAAG,iBAAiB,CAAC;QACzB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,mBAAmB;aAC5B;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,8CAA8C;aACvD;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,qCAAqC;aAC9C;YACD;gBACC,WAAW,EAAE,2BAA2B;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,oCAAoC;aAC7C;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM;aACf;SACD,CAAC;IACH,CAAC;CAAA;AAtCD,0CAsCC"}
|
|
@@ -7,7 +7,7 @@ class GooglePerspectiveOAuth2Api {
|
|
|
7
7
|
this.name = 'googlePerspectiveOAuth2Api';
|
|
8
8
|
this.extends = ['googleOAuth2Api'];
|
|
9
9
|
this.displayName = 'Google Perspective OAuth2 API';
|
|
10
|
-
this.documentationUrl = 'google';
|
|
10
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
11
11
|
this.properties = [
|
|
12
12
|
{
|
|
13
13
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GooglePerspectiveOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GooglePerspectiveOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,gDAAgD,CAAC,CAAC;AAElE,MAAa,0BAA0B;IAAvC;QACC,SAAI,GAAG,4BAA4B,CAAC;QACpC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,+BAA+B,CAAC;QAC9C,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GooglePerspectiveOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GooglePerspectiveOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,gDAAgD,CAAC,CAAC;AAElE,MAAa,0BAA0B;IAAvC;QACC,SAAI,GAAG,4BAA4B,CAAC;QACpC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,+BAA+B,CAAC;QAC9C,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,gEAaC"}
|
|
@@ -10,7 +10,7 @@ class GoogleSheetsOAuth2Api {
|
|
|
10
10
|
this.name = 'googleSheetsOAuth2Api';
|
|
11
11
|
this.extends = ['googleOAuth2Api'];
|
|
12
12
|
this.displayName = 'Google Sheets OAuth2 API';
|
|
13
|
-
this.documentationUrl = 'google';
|
|
13
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
14
14
|
this.properties = [
|
|
15
15
|
{
|
|
16
16
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleSheetsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleSheetsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,4CAA4C;IAC5C,8CAA8C;CAC9C,CAAC;AAEF,MAAa,qBAAqB;IAAlC;QACC,SAAI,GAAG,uBAAuB,CAAC;QAC/B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,0BAA0B,CAAC;QACzC,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleSheetsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleSheetsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,4CAA4C;IAC5C,8CAA8C;CAC9C,CAAC;AAEF,MAAa,qBAAqB;IAAlC;QACC,SAAI,GAAG,uBAAuB,CAAC;QAC/B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,0BAA0B,CAAC;QACzC,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,sDAaC"}
|
|
@@ -10,7 +10,7 @@ class GoogleSlidesOAuth2Api {
|
|
|
10
10
|
this.name = 'googleSlidesOAuth2Api';
|
|
11
11
|
this.extends = ['googleOAuth2Api'];
|
|
12
12
|
this.displayName = 'Google Slides OAuth2 API';
|
|
13
|
-
this.documentationUrl = 'google';
|
|
13
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
14
14
|
this.properties = [
|
|
15
15
|
{
|
|
16
16
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleSlidesOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleSlidesOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,4CAA4C;IAC5C,+CAA+C;CAC/C,CAAC;AAEF,MAAa,qBAAqB;IAAlC;QACC,SAAI,GAAG,uBAAuB,CAAC;QAC/B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,0BAA0B,CAAC;QACzC,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleSlidesOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleSlidesOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,4CAA4C;IAC5C,+CAA+C;CAC/C,CAAC;AAEF,MAAa,qBAAqB;IAAlC;QACC,SAAI,GAAG,uBAAuB,CAAC;QAC/B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,0BAA0B,CAAC;QACzC,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,sDAaC"}
|
|
@@ -7,7 +7,7 @@ class GoogleTasksOAuth2Api {
|
|
|
7
7
|
this.name = 'googleTasksOAuth2Api';
|
|
8
8
|
this.extends = ['googleOAuth2Api'];
|
|
9
9
|
this.displayName = 'Google Tasks OAuth2 API';
|
|
10
|
-
this.documentationUrl = 'google';
|
|
10
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
11
11
|
this.properties = [
|
|
12
12
|
{
|
|
13
13
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleTasksOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleTasksOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,uCAAuC,CAAC,CAAC;AAEzD,MAAa,oBAAoB;IAAjC;QACC,SAAI,GAAG,sBAAsB,CAAC;QAC9B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,yBAAyB,CAAC;QACxC,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleTasksOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleTasksOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,uCAAuC,CAAC,CAAC;AAEzD,MAAa,oBAAoB;IAAjC;QACC,SAAI,GAAG,sBAAsB,CAAC;QAC9B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,yBAAyB,CAAC;QACxC,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,oDAaC"}
|
|
@@ -7,7 +7,7 @@ class GoogleTranslateOAuth2Api {
|
|
|
7
7
|
this.name = 'googleTranslateOAuth2Api';
|
|
8
8
|
this.extends = ['googleOAuth2Api'];
|
|
9
9
|
this.displayName = 'Google Translate OAuth2 API';
|
|
10
|
-
this.documentationUrl = 'google';
|
|
10
|
+
this.documentationUrl = 'google/oauth-single-service';
|
|
11
11
|
this.properties = [
|
|
12
12
|
{
|
|
13
13
|
displayName: 'Scope',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleTranslateOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleTranslateOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,mDAAmD,CAAC,CAAC;AAErE,MAAa,wBAAwB;IAArC;QACC,SAAI,GAAG,0BAA0B,CAAC;QAClC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,6BAA6B,CAAC;QAC5C,qBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"GoogleTranslateOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleTranslateOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG,CAAC,mDAAmD,CAAC,CAAC;AAErE,MAAa,wBAAwB;IAArC;QACC,SAAI,GAAG,0BAA0B,CAAC;QAClC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAC9B,gBAAW,GAAG,6BAA6B,CAAC;QAC5C,qBAAgB,GAAG,6BAA6B,CAAC;QACjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;aACzB;SACD,CAAC;IACH,CAAC;CAAA;AAbD,4DAaC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class HubspotApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
|
+
test: ICredentialTestRequest;
|
|
7
9
|
}
|
|
@@ -14,6 +14,20 @@ class HubspotApi {
|
|
|
14
14
|
default: '',
|
|
15
15
|
},
|
|
16
16
|
];
|
|
17
|
+
this.authenticate = {
|
|
18
|
+
type: 'generic',
|
|
19
|
+
properties: {
|
|
20
|
+
qs: {
|
|
21
|
+
hapikey: '={{$credentials.apiKey}}',
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
this.test = {
|
|
26
|
+
request: {
|
|
27
|
+
baseURL: 'https://api.hubapi.com',
|
|
28
|
+
url: '/account-info/v3/details',
|
|
29
|
+
},
|
|
30
|
+
};
|
|
17
31
|
}
|
|
18
32
|
}
|
|
19
33
|
exports.HubspotApi = HubspotApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HubspotApi.credentials.js","sourceRoot":"","sources":["../../credentials/HubspotApi.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,UAAU;IAAvB;QACC,SAAI,GAAG,YAAY,CAAC;QACpB,gBAAW,GAAG,aAAa,CAAC;QAC5B,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;IACH,CAAC;CAAA;
|
|
1
|
+
{"version":3,"file":"HubspotApi.credentials.js","sourceRoot":"","sources":["../../credentials/HubspotApi.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,UAAU;IAAvB;QACC,SAAI,GAAG,YAAY,CAAC;QACpB,gBAAW,GAAG,aAAa,CAAC;QAC5B,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,EAAE,EAAE;oBACH,OAAO,EAAE,0BAA0B;iBACnC;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,wBAAwB;gBACjC,GAAG,EAAE,0BAA0B;aAC/B;SACD,CAAC;IACH,CAAC;CAAA;AA5BD,gCA4BC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class HubspotAppToken implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
|
+
test: ICredentialTestRequest;
|
|
7
9
|
}
|
|
@@ -14,6 +14,20 @@ class HubspotAppToken {
|
|
|
14
14
|
default: '',
|
|
15
15
|
},
|
|
16
16
|
];
|
|
17
|
+
this.authenticate = {
|
|
18
|
+
type: 'generic',
|
|
19
|
+
properties: {
|
|
20
|
+
headers: {
|
|
21
|
+
Authorization: '=Bearer {{$credentials.appToken}}',
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
this.test = {
|
|
26
|
+
request: {
|
|
27
|
+
baseURL: 'https://api.hubapi.com',
|
|
28
|
+
url: '/account-info/v3/details',
|
|
29
|
+
},
|
|
30
|
+
};
|
|
17
31
|
}
|
|
18
32
|
}
|
|
19
33
|
exports.HubspotAppToken = HubspotAppToken;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HubspotAppToken.credentials.js","sourceRoot":"","sources":["../../credentials/HubspotAppToken.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAA5B;QACC,SAAI,GAAG,iBAAiB,CAAC;QACzB,gBAAW,GAAG,mBAAmB,CAAC;QAClC,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;IACH,CAAC;CAAA;
|
|
1
|
+
{"version":3,"file":"HubspotAppToken.credentials.js","sourceRoot":"","sources":["../../credentials/HubspotAppToken.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAA5B;QACC,SAAI,GAAG,iBAAiB,CAAC;QACzB,gBAAW,GAAG,mBAAmB,CAAC;QAClC,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,mCAAmC;iBAClD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,wBAAwB;gBACjC,GAAG,EAAE,0BAA0B;aAC/B;SACD,CAAC;IACH,CAAC;CAAA;AA5BD,0CA4BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/OAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QACnB,gBAAW,GAAG,YAAY,CAAC;QAC3B,qBAAgB,GAAG,aAAa,CAAC;QACjC,gBAAW,GAAG,IAAI,CAAC;QACnB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,oBAAoB;wBAC1B,KAAK,EAAE,mBAAmB;qBAC1B;oBACD;wBACC,IAAI,EAAE,oBAAoB;wBAC1B,KAAK,EAAE,mBAAmB;qBAC1B;iBACD;gBACD,OAAO,EAAE,mBAAmB;aAC5B;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,SAAS,EAAE,CAAC,mBAAmB,CAAC;qBAChC;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,2BAA2B;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,QAAQ;gBACd,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,SAAS,EAAE,CAAC,mBAAmB,CAAC;qBAChC;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,wFAAwF;gBACzF,WAAW,EAAE,qBAAqB;aAClC;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,SAAS;gBACf,
|
|
1
|
+
{"version":3,"file":"OAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/OAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QACnB,gBAAW,GAAG,YAAY,CAAC;QAC3B,qBAAgB,GAAG,aAAa,CAAC;QACjC,gBAAW,GAAG,IAAI,CAAC;QACnB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,oBAAoB;wBAC1B,KAAK,EAAE,mBAAmB;qBAC1B;oBACD;wBACC,IAAI,EAAE,oBAAoB;wBAC1B,KAAK,EAAE,mBAAmB;qBAC1B;iBACD;gBACD,OAAO,EAAE,mBAAmB;aAC5B;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,SAAS,EAAE,CAAC,mBAAmB,CAAC;qBAChC;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,2BAA2B;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,QAAQ;gBACd,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,SAAS,EAAE,CAAC,mBAAmB,CAAC;qBAChC;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,wFAAwF;gBACzF,WAAW,EAAE,qBAAqB;aAClC;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,MAAM;wBACZ,KAAK,EAAE,MAAM;wBACb,WAAW,EAAE,0BAA0B;qBACvC;oBACD;wBACC,IAAI,EAAE,QAAQ;wBACd,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,uCAAuC;qBACpD;iBACD;gBACD,OAAO,EAAE,QAAQ;aACjB;SACD,CAAC;IACH,CAAC;CAAA;AAjGD,8BAiGC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class RundeckApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
|
+
test: ICredentialTestRequest;
|
|
7
9
|
}
|
|
@@ -21,6 +21,22 @@ class RundeckApi {
|
|
|
21
21
|
default: '',
|
|
22
22
|
},
|
|
23
23
|
];
|
|
24
|
+
this.authenticate = {
|
|
25
|
+
type: 'generic',
|
|
26
|
+
properties: {
|
|
27
|
+
headers: {
|
|
28
|
+
'user-agent': 'n8n',
|
|
29
|
+
'X-Rundeck-Auth-Token': '={{$credentials?.token}}',
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
this.test = {
|
|
34
|
+
request: {
|
|
35
|
+
baseURL: '={{$credentials.url}}',
|
|
36
|
+
url: '/api/14/system/info',
|
|
37
|
+
method: 'GET',
|
|
38
|
+
},
|
|
39
|
+
};
|
|
24
40
|
}
|
|
25
41
|
}
|
|
26
42
|
exports.RundeckApi = RundeckApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RundeckApi.credentials.js","sourceRoot":"","sources":["../../credentials/RundeckApi.credentials.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"RundeckApi.credentials.js","sourceRoot":"","sources":["../../credentials/RundeckApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,UAAU;IAAvB;QACC,SAAI,GAAG,YAAY,CAAC;QACpB,gBAAW,GAAG,aAAa,CAAC;QAC5B,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,KAAK;gBAClB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,uBAAuB;aACpC;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,YAAY,EAAE,KAAK;oBACnB,sBAAsB,EAAE,0BAA0B;iBAClD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,uBAAuB;gBAChC,GAAG,EAAE,qBAAqB;gBAC1B,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AArCD,gCAqCC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IExecuteFunctions } from 'n8n-core';
|
|
2
|
+
import { INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
|
|
3
|
+
export declare class CompareDatasets implements INodeType {
|
|
4
|
+
description: INodeTypeDescription;
|
|
5
|
+
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
|
|
6
|
+
}
|