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.
Files changed (141) hide show
  1. package/dist/credentials/GmailOAuth2Api.credentials.js +1 -1
  2. package/dist/credentials/GmailOAuth2Api.credentials.js.map +1 -1
  3. package/dist/credentials/GoogleAdsOAuth2Api.credentials.js +1 -1
  4. package/dist/credentials/GoogleAdsOAuth2Api.credentials.js.map +1 -1
  5. package/dist/credentials/GoogleAnalyticsOAuth2Api.credentials.js +1 -1
  6. package/dist/credentials/GoogleAnalyticsOAuth2Api.credentials.js.map +1 -1
  7. package/dist/credentials/GoogleApi.credentials.js +1 -1
  8. package/dist/credentials/GoogleApi.credentials.js.map +1 -1
  9. package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.js +1 -1
  10. package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.js.map +1 -1
  11. package/dist/credentials/GoogleBooksOAuth2Api.credentials.js +1 -1
  12. package/dist/credentials/GoogleBooksOAuth2Api.credentials.js.map +1 -1
  13. package/dist/credentials/GoogleCalendarOAuth2Api.credentials.js +1 -1
  14. package/dist/credentials/GoogleCalendarOAuth2Api.credentials.js.map +1 -1
  15. package/dist/credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.js +1 -1
  16. package/dist/credentials/GoogleCloudNaturalLanguageOAuth2Api.credentials.js.map +1 -1
  17. package/dist/credentials/GoogleCloudStorageOAuth2Api.credentials.js +1 -1
  18. package/dist/credentials/GoogleCloudStorageOAuth2Api.credentials.js.map +1 -1
  19. package/dist/credentials/GoogleContactsOAuth2Api.credentials.js +1 -1
  20. package/dist/credentials/GoogleContactsOAuth2Api.credentials.js.map +1 -1
  21. package/dist/credentials/GoogleDocsOAuth2Api.credentials.js +1 -1
  22. package/dist/credentials/GoogleDocsOAuth2Api.credentials.js.map +1 -1
  23. package/dist/credentials/GoogleDriveOAuth2Api.credentials.js +1 -1
  24. package/dist/credentials/GoogleDriveOAuth2Api.credentials.js.map +1 -1
  25. package/dist/credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js +1 -1
  26. package/dist/credentials/GoogleFirebaseCloudFirestoreOAuth2Api.credentials.js.map +1 -1
  27. package/dist/credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js +1 -1
  28. package/dist/credentials/GoogleFirebaseRealtimeDatabaseOAuth2Api.credentials.js.map +1 -1
  29. package/dist/credentials/GoogleOAuth2Api.credentials.js +1 -1
  30. package/dist/credentials/GoogleOAuth2Api.credentials.js.map +1 -1
  31. package/dist/credentials/GooglePerspectiveOAuth2Api.credentials.js +1 -1
  32. package/dist/credentials/GooglePerspectiveOAuth2Api.credentials.js.map +1 -1
  33. package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js +1 -1
  34. package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js.map +1 -1
  35. package/dist/credentials/GoogleSlidesOAuth2Api.credentials.js +1 -1
  36. package/dist/credentials/GoogleSlidesOAuth2Api.credentials.js.map +1 -1
  37. package/dist/credentials/GoogleTasksOAuth2Api.credentials.js +1 -1
  38. package/dist/credentials/GoogleTasksOAuth2Api.credentials.js.map +1 -1
  39. package/dist/credentials/GoogleTranslateOAuth2Api.credentials.js +1 -1
  40. package/dist/credentials/GoogleTranslateOAuth2Api.credentials.js.map +1 -1
  41. package/dist/credentials/HubspotApi.credentials.d.ts +3 -1
  42. package/dist/credentials/HubspotApi.credentials.js +14 -0
  43. package/dist/credentials/HubspotApi.credentials.js.map +1 -1
  44. package/dist/credentials/HubspotAppToken.credentials.d.ts +3 -1
  45. package/dist/credentials/HubspotAppToken.credentials.js +14 -0
  46. package/dist/credentials/HubspotAppToken.credentials.js.map +1 -1
  47. package/dist/credentials/OAuth2Api.credentials.js +0 -5
  48. package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
  49. package/dist/credentials/RundeckApi.credentials.d.ts +3 -1
  50. package/dist/credentials/RundeckApi.credentials.js +16 -0
  51. package/dist/credentials/RundeckApi.credentials.js.map +1 -1
  52. package/dist/nodes/Code/Code.node.json +1 -1
  53. package/dist/nodes/CompareDatasets/CompareDatasets.node.d.ts +6 -0
  54. package/dist/nodes/CompareDatasets/CompareDatasets.node.js +167 -0
  55. package/dist/nodes/CompareDatasets/CompareDatasets.node.js.map +1 -0
  56. package/dist/nodes/CompareDatasets/CompareDatasets.node.json +48 -0
  57. package/dist/nodes/CompareDatasets/GenericFunctions.d.ts +9 -0
  58. package/dist/nodes/CompareDatasets/GenericFunctions.js +213 -0
  59. package/dist/nodes/CompareDatasets/GenericFunctions.js.map +1 -0
  60. package/dist/nodes/CompareDatasets/compare.svg +5 -0
  61. package/dist/nodes/Cron/Cron.node.js +4 -3
  62. package/dist/nodes/Cron/Cron.node.js.map +1 -1
  63. package/dist/nodes/Cron/Cron.node.json +1 -1
  64. package/dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js +16 -12
  65. package/dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js.map +1 -1
  66. package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.d.ts +1 -0
  67. package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.js +49 -1
  68. package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.js.map +1 -1
  69. package/dist/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.js +19 -0
  70. package/dist/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.js.map +1 -1
  71. package/dist/nodes/EmailReadImap/EmailReadImap.node.js +2 -2
  72. package/dist/nodes/EmailReadImap/EmailReadImap.node.js.map +1 -1
  73. package/dist/nodes/EmailReadImap/EmailReadImap.node.json +4 -1
  74. package/dist/nodes/ErrorTrigger/ErrorTrigger.node.json +4 -1
  75. package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js +1 -1
  76. package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js.map +1 -1
  77. package/dist/nodes/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.d.ts +6 -0
  78. package/dist/nodes/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js +36 -0
  79. package/dist/nodes/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js.map +1 -0
  80. package/dist/nodes/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.json +21 -0
  81. package/dist/nodes/Ftp/Ftp.node.json +5 -2
  82. package/dist/nodes/Google/Ads/GoogleAds.node.json +1 -1
  83. package/dist/nodes/Google/Analytics/GoogleAnalytics.node.json +1 -1
  84. package/dist/nodes/Google/BigQuery/GoogleBigQuery.node.json +1 -1
  85. package/dist/nodes/Google/Books/GoogleBooks.node.json +1 -1
  86. package/dist/nodes/Google/Calendar/GoogleCalendar.node.json +1 -1
  87. package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.json +1 -1
  88. package/dist/nodes/Google/Chat/GoogleChat.node.json +1 -1
  89. package/dist/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.json +1 -1
  90. package/dist/nodes/Google/CloudStorage/GoogleCloudStorage.node.json +1 -1
  91. package/dist/nodes/Google/Contacts/GoogleContacts.node.json +1 -1
  92. package/dist/nodes/Google/Docs/GoogleDocs.node.json +1 -1
  93. package/dist/nodes/Google/Drive/GoogleDrive.node.js +1 -1
  94. package/dist/nodes/Google/Drive/GoogleDrive.node.js.map +1 -1
  95. package/dist/nodes/Google/Drive/GoogleDrive.node.json +1 -1
  96. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.json +1 -1
  97. package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.json +1 -1
  98. package/dist/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.json +1 -1
  99. package/dist/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.json +1 -1
  100. package/dist/nodes/Google/Gmail/Gmail.node.json +1 -1
  101. package/dist/nodes/Google/Gmail/GmailTrigger.node.json +1 -1
  102. package/dist/nodes/Google/Perspective/GooglePerspective.node.json +1 -1
  103. package/dist/nodes/Google/Sheet/GoogleSheets.node.json +1 -1
  104. package/dist/nodes/Google/Slides/GoogleSlides.node.json +1 -1
  105. package/dist/nodes/Google/Task/GoogleTasks.node.json +1 -1
  106. package/dist/nodes/Google/Translate/GoogleTranslate.node.json +1 -1
  107. package/dist/nodes/Google/YouTube/YouTube.node.json +1 -1
  108. package/dist/nodes/HttpRequest/GenericFunctions.d.ts +1 -0
  109. package/dist/nodes/HttpRequest/GenericFunctions.js +25 -1
  110. package/dist/nodes/HttpRequest/GenericFunctions.js.map +1 -1
  111. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +3 -3
  112. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  113. package/dist/nodes/Hubspot/GenericFunctions.js +3 -9
  114. package/dist/nodes/Hubspot/GenericFunctions.js.map +1 -1
  115. package/dist/nodes/Interval/Interval.node.js +1 -0
  116. package/dist/nodes/Interval/Interval.node.js.map +1 -1
  117. package/dist/nodes/Interval/Interval.node.json +4 -1
  118. package/dist/nodes/LocalFileTrigger/LocalFileTrigger.node.json +4 -1
  119. package/dist/nodes/ManualTrigger/ManualTrigger.node.d.ts +6 -0
  120. package/dist/nodes/ManualTrigger/ManualTrigger.node.js +40 -0
  121. package/dist/nodes/ManualTrigger/ManualTrigger.node.js.map +1 -0
  122. package/dist/nodes/ManualTrigger/ManualTrigger.node.json +16 -0
  123. package/dist/nodes/N8n/GenericFunctions.d.ts +2 -1
  124. package/dist/nodes/N8n/GenericFunctions.js +17 -2
  125. package/dist/nodes/N8n/GenericFunctions.js.map +1 -1
  126. package/dist/nodes/N8n/WorkflowLocator.js +2 -2
  127. package/dist/nodes/N8n/WorkflowLocator.js.map +1 -1
  128. package/dist/nodes/N8nTrigger/N8nTrigger.node.json +4 -1
  129. package/dist/nodes/Rundeck/RundeckApi.js +4 -7
  130. package/dist/nodes/Rundeck/RundeckApi.js.map +1 -1
  131. package/dist/nodes/Schedule/CronInterface.d.ts +7 -0
  132. package/dist/nodes/Schedule/CronInterface.js +3 -0
  133. package/dist/nodes/Schedule/CronInterface.js.map +1 -0
  134. package/dist/nodes/Schedule/ScheduleTrigger.node.d.ts +6 -0
  135. package/dist/nodes/Schedule/ScheduleTrigger.node.js +510 -0
  136. package/dist/nodes/Schedule/ScheduleTrigger.node.js.map +1 -0
  137. package/dist/nodes/Schedule/ScheduleTrigger.node.json +18 -0
  138. package/dist/nodes/SseTrigger/SseTrigger.node.json +4 -1
  139. package/dist/nodes/WorkflowTrigger/WorkflowTrigger.node.json +4 -1
  140. package/dist/tsconfig.tsbuildinfo +1 -1
  141. 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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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
+ {"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"}
@@ -5,7 +5,7 @@ class GoogleApi {
5
5
  constructor() {
6
6
  this.name = 'googleApi';
7
7
  this.displayName = 'Google API';
8
- this.documentationUrl = 'google';
8
+ this.documentationUrl = 'google/service-account';
9
9
  this.icon = 'file:Google.svg';
10
10
  this.properties = [
11
11
  {
@@ -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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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"}
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,QAAQ,CAAC;QAC5B,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
+ {"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;AAZD,gCAYC"}
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;AAZD,0CAYC"}
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"}
@@ -83,11 +83,6 @@ class OAuth2Api {
83
83
  displayName: 'Authentication',
84
84
  name: 'authentication',
85
85
  type: 'options',
86
- displayOptions: {
87
- show: {
88
- grantType: ['authorizationCode'],
89
- },
90
- },
91
86
  options: [
92
87
  {
93
88
  name: 'Body',
@@ -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,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,SAAS,EAAE,CAAC,mBAAmB,CAAC;qBAChC;iBACD;gBACD,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;AAtGD,8BAsGC"}
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":";;;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,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;IACH,CAAC;CAAA;AAnBD,gCAmBC"}
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"}
@@ -7,7 +7,7 @@
7
7
  "resources": {
8
8
  "primaryDocumentation": [
9
9
  {
10
- "url": "https://docs.n8n.io/nodes/n8n-nodes-base.code/"
10
+ "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"
11
11
  }
12
12
  ]
13
13
  },
@@ -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
+ }