n8n-nodes-base 1.0.5 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (642) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/AirtableTokenApi.credentials.js +10 -0
  3. package/dist/credentials/AirtableTokenApi.credentials.js.map +1 -1
  4. package/dist/credentials/CrowdDevApi.credentials.d.ts +9 -0
  5. package/dist/credentials/CrowdDevApi.credentials.js +62 -0
  6. package/dist/credentials/CrowdDevApi.credentials.js.map +1 -0
  7. package/dist/credentials/GoogleDriveOAuth2Api.credentials.js +6 -0
  8. package/dist/credentials/GoogleDriveOAuth2Api.credentials.js.map +1 -1
  9. package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js +3 -0
  10. package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js.map +1 -1
  11. package/dist/credentials/GoogleSheetsTriggerOAuth2Api.credentials.js +3 -0
  12. package/dist/credentials/GoogleSheetsTriggerOAuth2Api.credentials.js.map +1 -1
  13. package/dist/credentials/HttpCustomAuth.credentials.d.ts +9 -0
  14. package/dist/credentials/HttpCustomAuth.credentials.js +25 -0
  15. package/dist/credentials/HttpCustomAuth.credentials.js.map +1 -0
  16. package/dist/credentials/OAuth2Api.credentials.js +7 -0
  17. package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
  18. package/dist/credentials/TwitterOAuth1Api.credentials.js +6 -0
  19. package/dist/credentials/TwitterOAuth1Api.credentials.js.map +1 -1
  20. package/dist/credentials/TwitterOAuth2Api.credentials.d.ts +8 -0
  21. package/dist/credentials/TwitterOAuth2Api.credentials.js +73 -0
  22. package/dist/credentials/TwitterOAuth2Api.credentials.js.map +1 -0
  23. package/dist/known/credentials.json +36 -6
  24. package/dist/known/nodes.json +8 -0
  25. package/dist/methods/defined.json +6 -0
  26. package/dist/methods/referenced.json +4 -0
  27. package/dist/nodes/ActionNetwork/GenericFunctions.d.ts +23 -7
  28. package/dist/nodes/ActionNetwork/types.d.ts +79 -0
  29. package/dist/nodes/ActionNetwork/types.js +3 -0
  30. package/dist/nodes/ActionNetwork/types.js.map +1 -0
  31. package/dist/nodes/Adalo/types.d.ts +9 -0
  32. package/dist/nodes/Adalo/types.js +3 -0
  33. package/dist/nodes/Adalo/types.js.map +1 -0
  34. package/dist/nodes/Airtable/Airtable.node.d.ts +3 -4
  35. package/dist/nodes/Airtable/Airtable.node.js +10 -701
  36. package/dist/nodes/Airtable/Airtable.node.js.map +1 -1
  37. package/dist/nodes/Airtable/AirtableTrigger.node.js +14 -1
  38. package/dist/nodes/Airtable/AirtableTrigger.node.js.map +1 -1
  39. package/dist/nodes/Airtable/test/v2/node/helpers.d.ts +3 -0
  40. package/dist/nodes/Airtable/test/v2/node/helpers.js +31 -0
  41. package/dist/nodes/Airtable/test/v2/node/helpers.js.map +1 -0
  42. package/dist/nodes/Airtable/v1/AirtableV1.node.d.ts +6 -0
  43. package/dist/nodes/Airtable/v1/AirtableV1.node.js +722 -0
  44. package/dist/nodes/Airtable/v1/AirtableV1.node.js.map +1 -0
  45. package/dist/nodes/Airtable/v1/GenericFunctions.js.map +1 -0
  46. package/dist/nodes/Airtable/v2/AirtableV2.node.d.ts +12 -0
  47. package/dist/nodes/Airtable/v2/AirtableV2.node.js +24 -0
  48. package/dist/nodes/Airtable/v2/AirtableV2.node.js.map +1 -0
  49. package/dist/nodes/Airtable/v2/actions/base/Base.resource.d.ts +5 -0
  50. package/dist/nodes/Airtable/v2/actions/base/Base.resource.js +61 -0
  51. package/dist/nodes/Airtable/v2/actions/base/Base.resource.js.map +1 -0
  52. package/dist/nodes/Airtable/v2/actions/base/getMany.operation.d.ts +23 -0
  53. package/dist/nodes/Airtable/v2/actions/base/getMany.operation.js +106 -0
  54. package/dist/nodes/Airtable/v2/actions/base/getMany.operation.js.map +1 -0
  55. package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.d.ts +23 -0
  56. package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.js +42 -0
  57. package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.js.map +1 -0
  58. package/dist/nodes/Airtable/v2/actions/common.descriptions.d.ts +5 -0
  59. package/dist/nodes/Airtable/v2/actions/common.descriptions.js +203 -0
  60. package/dist/nodes/Airtable/v2/actions/common.descriptions.js.map +1 -0
  61. package/dist/nodes/Airtable/v2/actions/node.type.d.ts +8 -0
  62. package/dist/nodes/Airtable/v2/actions/node.type.js +3 -0
  63. package/dist/nodes/Airtable/v2/actions/node.type.js.map +1 -0
  64. package/dist/nodes/Airtable/v2/actions/record/Record.resource.d.ts +9 -0
  65. package/dist/nodes/Airtable/v2/actions/record/Record.resource.js +114 -0
  66. package/dist/nodes/Airtable/v2/actions/record/Record.resource.js.map +1 -0
  67. package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts +23 -0
  68. package/dist/nodes/Airtable/v2/actions/record/create.operation.js +74 -0
  69. package/dist/nodes/Airtable/v2/actions/record/create.operation.js.map +1 -0
  70. package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.d.ts +23 -0
  71. package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.js +47 -0
  72. package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.js.map +1 -0
  73. package/dist/nodes/Airtable/v2/actions/record/get.operation.d.ts +23 -0
  74. package/dist/nodes/Airtable/v2/actions/record/get.operation.js +74 -0
  75. package/dist/nodes/Airtable/v2/actions/record/get.operation.js.map +1 -0
  76. package/dist/nodes/Airtable/v2/actions/record/search.operation.d.ts +23 -0
  77. package/dist/nodes/Airtable/v2/actions/record/search.operation.js +188 -0
  78. package/dist/nodes/Airtable/v2/actions/record/search.operation.js.map +1 -0
  79. package/dist/nodes/Airtable/v2/actions/record/update.operation.d.ts +23 -0
  80. package/dist/nodes/Airtable/v2/actions/record/update.operation.js +106 -0
  81. package/dist/nodes/Airtable/v2/actions/record/update.operation.js.map +1 -0
  82. package/dist/nodes/Airtable/v2/actions/record/upsert.operation.d.ts +23 -0
  83. package/dist/nodes/Airtable/v2/actions/record/upsert.operation.js +129 -0
  84. package/dist/nodes/Airtable/v2/actions/record/upsert.operation.js.map +1 -0
  85. package/dist/nodes/Airtable/v2/actions/router.d.ts +2 -0
  86. package/dist/nodes/Airtable/v2/actions/router.js +67 -0
  87. package/dist/nodes/Airtable/v2/actions/router.js.map +1 -0
  88. package/dist/nodes/Airtable/v2/actions/versionDescription.d.ts +2 -0
  89. package/dist/nodes/Airtable/v2/actions/versionDescription.js +100 -0
  90. package/dist/nodes/Airtable/v2/actions/versionDescription.js.map +1 -0
  91. package/dist/nodes/Airtable/v2/helpers/interfaces.d.ts +22 -0
  92. package/dist/nodes/Airtable/v2/helpers/interfaces.js +3 -0
  93. package/dist/nodes/Airtable/v2/helpers/interfaces.js.map +1 -0
  94. package/dist/nodes/Airtable/v2/helpers/utils.d.ts +8 -0
  95. package/dist/nodes/Airtable/v2/helpers/utils.js +76 -0
  96. package/dist/nodes/Airtable/v2/helpers/utils.js.map +1 -0
  97. package/dist/nodes/Airtable/v2/methods/index.d.ts +3 -0
  98. package/dist/nodes/Airtable/v2/methods/index.js +30 -0
  99. package/dist/nodes/Airtable/v2/methods/index.js.map +1 -0
  100. package/dist/nodes/Airtable/v2/methods/listSearch.d.ts +4 -0
  101. package/dist/nodes/Airtable/v2/methods/listSearch.js +124 -0
  102. package/dist/nodes/Airtable/v2/methods/listSearch.js.map +1 -0
  103. package/dist/nodes/Airtable/v2/methods/loadOptions.d.ts +5 -0
  104. package/dist/nodes/Airtable/v2/methods/loadOptions.js +78 -0
  105. package/dist/nodes/Airtable/v2/methods/loadOptions.js.map +1 -0
  106. package/dist/nodes/Airtable/v2/methods/resourceMapping.d.ts +3 -0
  107. package/dist/nodes/Airtable/v2/methods/resourceMapping.js +105 -0
  108. package/dist/nodes/Airtable/v2/methods/resourceMapping.js.map +1 -0
  109. package/dist/nodes/Airtable/v2/transport/index.d.ts +8 -0
  110. package/dist/nodes/Airtable/v2/transport/index.js +102 -0
  111. package/dist/nodes/Airtable/v2/transport/index.js.map +1 -0
  112. package/dist/nodes/Aws/DynamoDB/types.d.ts +67 -0
  113. package/dist/nodes/Aws/DynamoDB/types.js +17 -0
  114. package/dist/nodes/Aws/DynamoDB/types.js.map +1 -0
  115. package/dist/nodes/Aws/S3/V2/AwsS3V2.node.js +50 -32
  116. package/dist/nodes/Aws/S3/V2/AwsS3V2.node.js.map +1 -1
  117. package/dist/nodes/Baserow/types.d.ts +35 -0
  118. package/dist/nodes/Baserow/types.js +3 -0
  119. package/dist/nodes/Baserow/types.js.map +1 -0
  120. package/dist/nodes/Chargebee/Chargebee.node.js +0 -2
  121. package/dist/nodes/Chargebee/Chargebee.node.js.map +1 -1
  122. package/dist/nodes/Copper/utils/types.d.ts +26 -0
  123. package/dist/nodes/Copper/utils/types.js +3 -0
  124. package/dist/nodes/Copper/utils/types.js.map +1 -0
  125. package/dist/nodes/CrateDb/CrateDb.node.js +1 -1
  126. package/dist/nodes/CrateDb/CrateDb.node.js.map +1 -1
  127. package/dist/nodes/CrowdDev/CrowdDev.node.d.ts +4 -0
  128. package/dist/nodes/CrowdDev/CrowdDev.node.js +36 -0
  129. package/dist/nodes/CrowdDev/CrowdDev.node.js.map +1 -0
  130. package/dist/nodes/CrowdDev/CrowdDev.node.json +18 -0
  131. package/dist/nodes/CrowdDev/CrowdDevTrigger.node.d.ts +12 -0
  132. package/dist/nodes/CrowdDev/CrowdDevTrigger.node.js +145 -0
  133. package/dist/nodes/CrowdDev/CrowdDevTrigger.node.js.map +1 -0
  134. package/dist/nodes/CrowdDev/CrowdDevTrigger.node.json +18 -0
  135. package/dist/nodes/CrowdDev/GenericFunctions.d.ts +7 -0
  136. package/dist/nodes/CrowdDev/GenericFunctions.js +157 -0
  137. package/dist/nodes/CrowdDev/GenericFunctions.js.map +1 -0
  138. package/dist/nodes/CrowdDev/crowdDev.svg +15 -0
  139. package/dist/nodes/CrowdDev/descriptions/activityFields.d.ts +4 -0
  140. package/dist/nodes/CrowdDev/descriptions/activityFields.js +180 -0
  141. package/dist/nodes/CrowdDev/descriptions/activityFields.js.map +1 -0
  142. package/dist/nodes/CrowdDev/descriptions/automationFields.d.ts +4 -0
  143. package/dist/nodes/CrowdDev/descriptions/automationFields.js +126 -0
  144. package/dist/nodes/CrowdDev/descriptions/automationFields.js.map +1 -0
  145. package/dist/nodes/CrowdDev/descriptions/index.d.ts +2 -0
  146. package/dist/nodes/CrowdDev/descriptions/index.js +26 -0
  147. package/dist/nodes/CrowdDev/descriptions/index.js.map +1 -0
  148. package/dist/nodes/CrowdDev/descriptions/memberFields.d.ts +4 -0
  149. package/dist/nodes/CrowdDev/descriptions/memberFields.js +291 -0
  150. package/dist/nodes/CrowdDev/descriptions/memberFields.js.map +1 -0
  151. package/dist/nodes/CrowdDev/descriptions/noteFields.d.ts +4 -0
  152. package/dist/nodes/CrowdDev/descriptions/noteFields.js +90 -0
  153. package/dist/nodes/CrowdDev/descriptions/noteFields.js.map +1 -0
  154. package/dist/nodes/CrowdDev/descriptions/organizationFields.d.ts +4 -0
  155. package/dist/nodes/CrowdDev/descriptions/organizationFields.js +146 -0
  156. package/dist/nodes/CrowdDev/descriptions/organizationFields.js.map +1 -0
  157. package/dist/nodes/CrowdDev/descriptions/resources.d.ts +2 -0
  158. package/dist/nodes/CrowdDev/descriptions/resources.js +38 -0
  159. package/dist/nodes/CrowdDev/descriptions/resources.js.map +1 -0
  160. package/dist/nodes/CrowdDev/descriptions/shared.d.ts +2 -0
  161. package/dist/nodes/CrowdDev/descriptions/shared.js +29 -0
  162. package/dist/nodes/CrowdDev/descriptions/shared.js.map +1 -0
  163. package/dist/nodes/CrowdDev/descriptions/taskFields.d.ts +4 -0
  164. package/dist/nodes/CrowdDev/descriptions/taskFields.js +159 -0
  165. package/dist/nodes/CrowdDev/descriptions/taskFields.js.map +1 -0
  166. package/dist/nodes/CrowdDev/descriptions/utils.d.ts +5 -0
  167. package/dist/nodes/CrowdDev/descriptions/utils.js +55 -0
  168. package/dist/nodes/CrowdDev/descriptions/utils.js.map +1 -0
  169. package/dist/nodes/Disqus/Disqus.node.js +0 -2
  170. package/dist/nodes/Disqus/Disqus.node.js.map +1 -1
  171. package/dist/nodes/Elastic/ElasticSecurity/types.d.ts +48 -0
  172. package/dist/nodes/Elastic/ElasticSecurity/types.js +3 -0
  173. package/dist/nodes/Elastic/ElasticSecurity/types.js.map +1 -0
  174. package/dist/nodes/Elastic/Elasticsearch/types.d.ts +39 -0
  175. package/dist/nodes/Elastic/Elasticsearch/types.js +3 -0
  176. package/dist/nodes/Elastic/Elasticsearch/types.js.map +1 -0
  177. package/dist/nodes/EmailSend/v2/send.operation.d.ts +1 -0
  178. package/dist/nodes/Freshservice/types.d.ts +27 -0
  179. package/dist/nodes/Freshservice/types.js +3 -0
  180. package/dist/nodes/Freshservice/types.js.map +1 -0
  181. package/dist/nodes/FreshworksCrm/types.d.ts +36 -0
  182. package/dist/nodes/FreshworksCrm/types.js +3 -0
  183. package/dist/nodes/FreshworksCrm/types.js.map +1 -0
  184. package/dist/nodes/Git/Git.node.js +0 -2
  185. package/dist/nodes/Git/Git.node.js.map +1 -1
  186. package/dist/nodes/Gitlab/Gitlab.node.js +0 -16
  187. package/dist/nodes/Gitlab/Gitlab.node.js.map +1 -1
  188. package/dist/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.d.ts +1 -2
  189. package/dist/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.js.map +1 -1
  190. package/dist/nodes/Google/BigQuery/v2/GoogleBigQueryV2.node.d.ts +1 -2
  191. package/dist/nodes/Google/BigQuery/v2/GoogleBigQueryV2.node.js.map +1 -1
  192. package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.d.ts +2 -2
  193. package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.js +2 -2
  194. package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.js.map +1 -1
  195. package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.d.ts +2 -2
  196. package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.js.map +1 -1
  197. package/dist/nodes/Google/BigQuery/v2/actions/router.d.ts +1 -2
  198. package/dist/nodes/Google/BigQuery/v2/actions/router.js.map +1 -1
  199. package/dist/nodes/Google/BigQuery/v2/helpers/utils.d.ts +2 -3
  200. package/dist/nodes/Google/BigQuery/v2/helpers/utils.js +1 -2
  201. package/dist/nodes/Google/BigQuery/v2/helpers/utils.js.map +1 -1
  202. package/dist/nodes/Google/BigQuery/v2/transport/index.d.ts +1 -2
  203. package/dist/nodes/Google/BigQuery/v2/transport/index.js.map +1 -1
  204. package/dist/nodes/Google/CloudStorage/ObjectDescription.d.ts +1 -1
  205. package/dist/nodes/Google/CloudStorage/ObjectDescription.js +17 -4
  206. package/dist/nodes/Google/CloudStorage/ObjectDescription.js.map +1 -1
  207. package/dist/nodes/Google/Docs/interfaces.d.ts +13 -0
  208. package/dist/nodes/Google/Docs/interfaces.js +3 -0
  209. package/dist/nodes/Google/Docs/interfaces.js.map +1 -0
  210. package/dist/nodes/Google/Drive/GoogleDrive.node.d.ts +3 -12
  211. package/dist/nodes/Google/Drive/GoogleDrive.node.js +10 -2301
  212. package/dist/nodes/Google/Drive/GoogleDrive.node.js.map +1 -1
  213. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.d.ts +1 -1
  214. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js +2 -2
  215. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js.map +1 -1
  216. package/dist/nodes/Google/Drive/test/v2/node/helpers.d.ts +3 -0
  217. package/dist/nodes/Google/Drive/test/v2/node/helpers.js +34 -0
  218. package/dist/nodes/Google/Drive/test/v2/node/helpers.js.map +1 -0
  219. package/dist/nodes/Google/Drive/{GenericFunctions.js → v1/GenericFunctions.js} +1 -1
  220. package/dist/nodes/Google/Drive/v1/GenericFunctions.js.map +1 -0
  221. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.d.ts +14 -0
  222. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js +2325 -0
  223. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js.map +1 -0
  224. package/dist/nodes/Google/Drive/v1/SearchFunctions.js.map +1 -0
  225. package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.d.ts +10 -0
  226. package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.js +20 -0
  227. package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.js.map +1 -0
  228. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.d.ts +19 -0
  229. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js +599 -0
  230. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js.map +1 -0
  231. package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.d.ts +8 -0
  232. package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js +88 -0
  233. package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js.map +1 -0
  234. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.d.ts +23 -0
  235. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js +235 -0
  236. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js.map +1 -0
  237. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.d.ts +23 -0
  238. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.js +31 -0
  239. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.js.map +1 -0
  240. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.d.ts +23 -0
  241. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.js +50 -0
  242. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.js.map +1 -0
  243. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.d.ts +23 -0
  244. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.js +81 -0
  245. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.js.map +1 -0
  246. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.d.ts +23 -0
  247. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.js +100 -0
  248. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.js.map +1 -0
  249. package/dist/nodes/Google/Drive/v2/actions/file/File.resource.d.ts +11 -0
  250. package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js +115 -0
  251. package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js.map +1 -0
  252. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.d.ts +23 -0
  253. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.js +104 -0
  254. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.js.map +1 -0
  255. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.d.ts +23 -0
  256. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.js +134 -0
  257. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.js.map +1 -0
  258. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.d.ts +23 -0
  259. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.js +57 -0
  260. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.js.map +1 -0
  261. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.d.ts +23 -0
  262. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js +218 -0
  263. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js.map +1 -0
  264. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.d.ts +23 -0
  265. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.js +60 -0
  266. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.js.map +1 -0
  267. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.d.ts +23 -0
  268. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.js +43 -0
  269. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.js.map +1 -0
  270. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.d.ts +23 -0
  271. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js +221 -0
  272. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js.map +1 -0
  273. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.d.ts +23 -0
  274. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js +135 -0
  275. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js.map +1 -0
  276. package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.d.ts +4 -0
  277. package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js +52 -0
  278. package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js.map +1 -0
  279. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.d.ts +23 -0
  280. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.js +335 -0
  281. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.js.map +1 -0
  282. package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.d.ts +6 -0
  283. package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js +70 -0
  284. package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js.map +1 -0
  285. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.d.ts +23 -0
  286. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.js +92 -0
  287. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.js.map +1 -0
  288. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.d.ts +23 -0
  289. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.js +59 -0
  290. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.js.map +1 -0
  291. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.d.ts +23 -0
  292. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.js +43 -0
  293. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.js.map +1 -0
  294. package/dist/nodes/Google/Drive/v2/actions/node.type.d.ts +9 -0
  295. package/dist/nodes/Google/Drive/v2/actions/node.type.js +3 -0
  296. package/dist/nodes/Google/Drive/v2/actions/node.type.js.map +1 -0
  297. package/dist/nodes/Google/Drive/v2/actions/router.d.ts +2 -0
  298. package/dist/nodes/Google/Drive/v2/actions/router.js +76 -0
  299. package/dist/nodes/Google/Drive/v2/actions/router.js.map +1 -0
  300. package/dist/nodes/Google/Drive/v2/actions/versionDescription.d.ts +2 -0
  301. package/dist/nodes/Google/Drive/v2/actions/versionDescription.js +112 -0
  302. package/dist/nodes/Google/Drive/v2/actions/versionDescription.js.map +1 -0
  303. package/dist/nodes/Google/Drive/v2/helpers/interfaces.d.ts +34 -0
  304. package/dist/nodes/Google/Drive/v2/helpers/interfaces.js +26 -0
  305. package/dist/nodes/Google/Drive/v2/helpers/interfaces.js.map +1 -0
  306. package/dist/nodes/Google/Drive/v2/helpers/utils.d.ts +15 -0
  307. package/dist/nodes/Google/Drive/v2/helpers/utils.js +104 -0
  308. package/dist/nodes/Google/Drive/v2/helpers/utils.js.map +1 -0
  309. package/dist/nodes/Google/Drive/v2/methods/index.d.ts +1 -0
  310. package/dist/nodes/Google/Drive/v2/methods/index.js +28 -0
  311. package/dist/nodes/Google/Drive/v2/methods/index.js.map +1 -0
  312. package/dist/nodes/Google/Drive/v2/methods/listSearch.d.ts +6 -0
  313. package/dist/nodes/Google/Drive/v2/methods/listSearch.js +144 -0
  314. package/dist/nodes/Google/Drive/v2/methods/listSearch.js.map +1 -0
  315. package/dist/nodes/Google/Drive/v2/transport/index.d.ts +4 -0
  316. package/dist/nodes/Google/Drive/v2/transport/index.js +68 -0
  317. package/dist/nodes/Google/Drive/v2/transport/index.js.map +1 -0
  318. package/dist/nodes/Google/GenericFunctions.d.ts +1 -2
  319. package/dist/nodes/Google/GenericFunctions.js.map +1 -1
  320. package/dist/nodes/Google/Gmail/GmailTrigger.node.js +7 -2
  321. package/dist/nodes/Google/Gmail/GmailTrigger.node.js.map +1 -1
  322. package/dist/nodes/Google/Perspective/types.d.ts +22 -0
  323. package/dist/nodes/Google/Perspective/types.js +3 -0
  324. package/dist/nodes/Google/Perspective/types.js.map +1 -0
  325. package/dist/nodes/Google/Sheet/v1/GoogleSheet.js +2 -2
  326. package/dist/nodes/Google/Sheet/v1/GoogleSheet.js.map +1 -1
  327. package/dist/nodes/Google/Sheet/v1/GoogleSheetsV1.node.js +4 -4
  328. package/dist/nodes/Google/Sheet/v1/GoogleSheetsV1.node.js.map +1 -1
  329. package/dist/nodes/Google/Sheet/v1/versionDescription.js.map +1 -1
  330. package/dist/nodes/Google/Sheet/v2/methods/resourceMapping.d.ts +1 -2
  331. package/dist/nodes/Google/Sheet/v2/methods/resourceMapping.js.map +1 -1
  332. package/dist/nodes/Grafana/types.d.ts +30 -0
  333. package/dist/nodes/Grafana/types.js +3 -0
  334. package/dist/nodes/Grafana/types.js.map +1 -0
  335. package/dist/nodes/GraphQL/GraphQL.node.js +32 -0
  336. package/dist/nodes/GraphQL/GraphQL.node.js.map +1 -1
  337. package/dist/nodes/Grist/types.d.ts +50 -0
  338. package/dist/nodes/Grist/types.js +3 -0
  339. package/dist/nodes/Grist/types.js.map +1 -0
  340. package/dist/nodes/HelpScout/HelpScout.node.js +0 -2
  341. package/dist/nodes/HelpScout/HelpScout.node.js.map +1 -1
  342. package/dist/nodes/Html/Html.node.d.ts +1 -0
  343. package/dist/nodes/Html/Html.node.js +143 -2
  344. package/dist/nodes/Html/Html.node.js.map +1 -1
  345. package/dist/nodes/Html/Html.node.json +1 -1
  346. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +22 -0
  347. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  348. package/dist/nodes/Hubspot/V1/GenericFunctions.d.ts +1 -2
  349. package/dist/nodes/Hubspot/V1/GenericFunctions.js.map +1 -1
  350. package/dist/nodes/Hubspot/V1/HubspotV1.node.d.ts +1 -2
  351. package/dist/nodes/Hubspot/V1/HubspotV1.node.js.map +1 -1
  352. package/dist/nodes/Hubspot/V2/HubspotV2.node.d.ts +1 -2
  353. package/dist/nodes/Hubspot/V2/HubspotV2.node.js.map +1 -1
  354. package/dist/nodes/ItemLists/ItemLists.node.js +3 -1
  355. package/dist/nodes/ItemLists/ItemLists.node.js.map +1 -1
  356. package/dist/nodes/ItemLists/V3/ItemListsV3.node.d.ts +6 -0
  357. package/dist/nodes/ItemLists/V3/ItemListsV3.node.js +18 -0
  358. package/dist/nodes/ItemLists/V3/ItemListsV3.node.js.map +1 -0
  359. package/dist/nodes/ItemLists/V3/actions/common.descriptions.d.ts +2 -0
  360. package/dist/nodes/ItemLists/V3/actions/common.descriptions.js +11 -0
  361. package/dist/nodes/ItemLists/V3/actions/common.descriptions.js.map +1 -0
  362. package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.d.ts +23 -0
  363. package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.js +303 -0
  364. package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.js.map +1 -0
  365. package/dist/nodes/ItemLists/V3/actions/itemList/index.d.ts +9 -0
  366. package/dist/nodes/ItemLists/V3/actions/itemList/index.js +97 -0
  367. package/dist/nodes/ItemLists/V3/actions/itemList/index.js.map +1 -0
  368. package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.d.ts +23 -0
  369. package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.js +57 -0
  370. package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.js.map +1 -0
  371. package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.d.ts +23 -0
  372. package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.js +204 -0
  373. package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.js.map +1 -0
  374. package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.d.ts +23 -0
  375. package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.js +262 -0
  376. package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.js.map +1 -0
  377. package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.d.ts +23 -0
  378. package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.js +183 -0
  379. package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.js.map +1 -0
  380. package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.d.ts +24 -0
  381. package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.js +491 -0
  382. package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.js.map +1 -0
  383. package/dist/nodes/ItemLists/V3/actions/node.type.d.ts +6 -0
  384. package/dist/nodes/ItemLists/V3/actions/node.type.js +3 -0
  385. package/dist/nodes/ItemLists/V3/actions/node.type.js.map +1 -0
  386. package/dist/nodes/ItemLists/V3/actions/router.d.ts +2 -0
  387. package/dist/nodes/ItemLists/V3/actions/router.js +53 -0
  388. package/dist/nodes/ItemLists/V3/actions/router.js.map +1 -0
  389. package/dist/nodes/ItemLists/V3/actions/versionDescription.d.ts +2 -0
  390. package/dist/nodes/ItemLists/V3/actions/versionDescription.js +58 -0
  391. package/dist/nodes/ItemLists/V3/actions/versionDescription.js.map +1 -0
  392. package/dist/nodes/ItemLists/V3/helpers/utils.d.ts +5 -0
  393. package/dist/nodes/ItemLists/V3/helpers/utils.js +57 -0
  394. package/dist/nodes/ItemLists/V3/helpers/utils.js.map +1 -0
  395. package/dist/nodes/ItemLists/test/node/workflow.update_3.json +606 -0
  396. package/dist/nodes/Ldap/Ldap.node.d.ts +1 -2
  397. package/dist/nodes/Lemlist/GenericFunctions.d.ts +1 -1
  398. package/dist/nodes/Lemlist/GenericFunctions.js +1 -2
  399. package/dist/nodes/Lemlist/GenericFunctions.js.map +1 -1
  400. package/dist/nodes/Lemlist/Lemlist.node.js +16 -10
  401. package/dist/nodes/Lemlist/Lemlist.node.js.map +1 -1
  402. package/dist/nodes/LoneScale/GenericFunctions.d.ts +1 -2
  403. package/dist/nodes/LoneScale/GenericFunctions.js.map +1 -1
  404. package/dist/nodes/LoneScale/LoneScaleTrigger.node.d.ts +1 -2
  405. package/dist/nodes/LoneScale/LoneScaleTrigger.node.js.map +1 -1
  406. package/dist/nodes/Magento/GenericFunctions.d.ts +1 -1
  407. package/dist/nodes/Magento/GenericFunctions.js.map +1 -1
  408. package/dist/nodes/Magento/types.d.ts +173 -0
  409. package/dist/nodes/Magento/types.js +3 -0
  410. package/dist/nodes/Magento/types.js.map +1 -0
  411. package/dist/nodes/Marketstack/types.d.ts +10 -0
  412. package/dist/nodes/Marketstack/types.js +3 -0
  413. package/dist/nodes/Marketstack/types.js.map +1 -0
  414. package/dist/nodes/Matrix/GenericFunctions.js +8 -2
  415. package/dist/nodes/Matrix/GenericFunctions.js.map +1 -1
  416. package/dist/nodes/Matrix/MediaDescription.js +23 -1
  417. package/dist/nodes/Matrix/MediaDescription.js.map +1 -1
  418. package/dist/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.d.ts +1 -2
  419. package/dist/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.js.map +1 -1
  420. package/dist/nodes/Microsoft/Excel/v2/MicrosoftExcelV2.node.d.ts +1 -2
  421. package/dist/nodes/Microsoft/Excel/v2/MicrosoftExcelV2.node.js.map +1 -1
  422. package/dist/nodes/Microsoft/Excel/v2/actions/router.d.ts +1 -2
  423. package/dist/nodes/Microsoft/Excel/v2/actions/router.js.map +1 -1
  424. package/dist/nodes/Microsoft/Excel/v2/actions/table/addTable.operation.d.ts +2 -2
  425. package/dist/nodes/Microsoft/Excel/v2/actions/table/addTable.operation.js.map +1 -1
  426. package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.d.ts +2 -2
  427. package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.js +1 -1
  428. package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.js.map +1 -1
  429. package/dist/nodes/Microsoft/Excel/v2/actions/table/convertToRange.operation.d.ts +2 -2
  430. package/dist/nodes/Microsoft/Excel/v2/actions/table/convertToRange.operation.js.map +1 -1
  431. package/dist/nodes/Microsoft/Excel/v2/actions/table/deleteTable.operation.d.ts +2 -2
  432. package/dist/nodes/Microsoft/Excel/v2/actions/table/deleteTable.operation.js.map +1 -1
  433. package/dist/nodes/Microsoft/Excel/v2/actions/table/getColumns.operation.d.ts +2 -2
  434. package/dist/nodes/Microsoft/Excel/v2/actions/table/getColumns.operation.js.map +1 -1
  435. package/dist/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.d.ts +2 -2
  436. package/dist/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.js.map +1 -1
  437. package/dist/nodes/Microsoft/Excel/v2/actions/table/lookup.operation.d.ts +2 -2
  438. package/dist/nodes/Microsoft/Excel/v2/actions/table/lookup.operation.js.map +1 -1
  439. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/addWorksheet.operation.d.ts +2 -2
  440. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/addWorksheet.operation.js.map +1 -1
  441. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/deleteWorkbook.operation.d.ts +2 -2
  442. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/deleteWorkbook.operation.js.map +1 -1
  443. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/getAll.operation.d.ts +2 -2
  444. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/getAll.operation.js.map +1 -1
  445. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.d.ts +2 -2
  446. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.js +5 -1
  447. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.js.map +1 -1
  448. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/clear.operation.d.ts +2 -2
  449. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/clear.operation.js.map +1 -1
  450. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/deleteWorksheet.operation.d.ts +2 -2
  451. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/deleteWorksheet.operation.js.map +1 -1
  452. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/getAll.operation.d.ts +2 -2
  453. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/getAll.operation.js.map +1 -1
  454. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.d.ts +2 -2
  455. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.js +2 -2
  456. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.js.map +1 -1
  457. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.d.ts +2 -2
  458. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.js +2 -2
  459. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.js.map +1 -1
  460. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.d.ts +2 -2
  461. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.js +1 -1
  462. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.js.map +1 -1
  463. package/dist/nodes/Microsoft/Excel/v2/helpers/utils.d.ts +2 -3
  464. package/dist/nodes/Microsoft/Excel/v2/helpers/utils.js +2 -3
  465. package/dist/nodes/Microsoft/Excel/v2/helpers/utils.js.map +1 -1
  466. package/dist/nodes/Microsoft/Excel/v2/transport/index.d.ts +1 -2
  467. package/dist/nodes/Microsoft/Excel/v2/transport/index.js.map +1 -1
  468. package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js +7 -0
  469. package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js.map +1 -1
  470. package/dist/nodes/Microsoft/ToDo/TaskDescription.js +7 -0
  471. package/dist/nodes/Microsoft/ToDo/TaskDescription.js.map +1 -1
  472. package/dist/nodes/Misp/types.d.ts +31 -0
  473. package/dist/nodes/Misp/types.js +3 -0
  474. package/dist/nodes/Misp/types.js.map +1 -0
  475. package/dist/nodes/MonicaCrm/types.d.ts +11 -0
  476. package/dist/nodes/MonicaCrm/types.js +3 -0
  477. package/dist/nodes/MonicaCrm/types.js.map +1 -0
  478. package/dist/nodes/MySql/v1/MySqlV1.node.d.ts +1 -2
  479. package/dist/nodes/MySql/v1/MySqlV1.node.js.map +1 -1
  480. package/dist/nodes/MySql/v2/MySqlV2.node.d.ts +1 -2
  481. package/dist/nodes/MySql/v2/MySqlV2.node.js.map +1 -1
  482. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts +2 -2
  483. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js.map +1 -1
  484. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.d.ts +2 -2
  485. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -1
  486. package/dist/nodes/MySql/v2/actions/database/insert.operation.d.ts +2 -2
  487. package/dist/nodes/MySql/v2/actions/database/insert.operation.js.map +1 -1
  488. package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts +2 -2
  489. package/dist/nodes/MySql/v2/actions/database/select.operation.js.map +1 -1
  490. package/dist/nodes/MySql/v2/actions/database/update.operation.d.ts +2 -2
  491. package/dist/nodes/MySql/v2/actions/database/update.operation.js.map +1 -1
  492. package/dist/nodes/MySql/v2/actions/database/upsert.operation.d.ts +2 -2
  493. package/dist/nodes/MySql/v2/actions/database/upsert.operation.js.map +1 -1
  494. package/dist/nodes/MySql/v2/actions/router.d.ts +1 -2
  495. package/dist/nodes/MySql/v2/actions/router.js.map +1 -1
  496. package/dist/nodes/Notion/DatabasePageDescription.js +41 -0
  497. package/dist/nodes/Notion/DatabasePageDescription.js.map +1 -1
  498. package/dist/nodes/Notion/v2/NotionV2.node.js +9 -0
  499. package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
  500. package/dist/nodes/OpenAi/ChatDescription.js +2 -2
  501. package/dist/nodes/OpenAi/ChatDescription.js.map +1 -1
  502. package/dist/nodes/OpenAi/TextDescription.js +2 -2
  503. package/dist/nodes/OpenAi/TextDescription.js.map +1 -1
  504. package/dist/nodes/Postgres/v1/PostgresV1.node.d.ts +1 -2
  505. package/dist/nodes/Postgres/v2/PostgresV2.node.d.ts +1 -2
  506. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts +2 -2
  507. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js.map +1 -1
  508. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.d.ts +2 -2
  509. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +28 -6
  510. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -1
  511. package/dist/nodes/Postgres/v2/actions/database/insert.operation.d.ts +2 -2
  512. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js.map +1 -1
  513. package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +2 -2
  514. package/dist/nodes/Postgres/v2/actions/database/select.operation.js.map +1 -1
  515. package/dist/nodes/Postgres/v2/actions/database/update.operation.d.ts +2 -2
  516. package/dist/nodes/Postgres/v2/actions/database/update.operation.js.map +1 -1
  517. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.d.ts +2 -2
  518. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js.map +1 -1
  519. package/dist/nodes/Postgres/v2/actions/router.js +2 -1
  520. package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
  521. package/dist/nodes/Postgres/v2/helpers/interfaces.d.ts +1 -4
  522. package/dist/nodes/Postgres/v2/helpers/utils.d.ts +3 -3
  523. package/dist/nodes/Postgres/v2/helpers/utils.js +68 -65
  524. package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -1
  525. package/dist/nodes/QuickBooks/types.d.ts +47 -0
  526. package/dist/nodes/QuickBooks/types.js +3 -0
  527. package/dist/nodes/QuickBooks/types.js.map +1 -0
  528. package/dist/nodes/ReadPdf/ReadPDF.node.d.ts +1 -1
  529. package/dist/nodes/ReadPdf/ReadPDF.node.js +69 -11
  530. package/dist/nodes/ReadPdf/ReadPDF.node.js.map +1 -1
  531. package/dist/nodes/ReadPdf/test/ReadPDF-encrypted.workflow.json +87 -0
  532. package/dist/nodes/ReadPdf/test/ReadPDF.workflow.json +47 -27
  533. package/dist/nodes/RssFeedRead/RssFeedRead.node.js +1 -1
  534. package/dist/nodes/RssFeedRead/RssFeedRead.node.js.map +1 -1
  535. package/dist/nodes/Rundeck/Rundeck.node.js +17 -1
  536. package/dist/nodes/Rundeck/Rundeck.node.js.map +1 -1
  537. package/dist/nodes/Rundeck/RundeckApi.d.ts +1 -1
  538. package/dist/nodes/Rundeck/RundeckApi.js +6 -2
  539. package/dist/nodes/Rundeck/RundeckApi.js.map +1 -1
  540. package/dist/nodes/SeaTable/Schema.d.ts +4 -4
  541. package/dist/nodes/SeaTable/types.d.ts +33 -0
  542. package/dist/nodes/SeaTable/types.js +3 -0
  543. package/dist/nodes/SeaTable/types.js.map +1 -0
  544. package/dist/nodes/Sendy/Sendy.node.js.map +1 -1
  545. package/dist/nodes/Slack/Slack.node.js +2 -1
  546. package/dist/nodes/Slack/Slack.node.js.map +1 -1
  547. package/dist/nodes/Slack/V2/GenericFunctions.d.ts +1 -0
  548. package/dist/nodes/Slack/V2/GenericFunctions.js +44 -1
  549. package/dist/nodes/Slack/V2/GenericFunctions.js.map +1 -1
  550. package/dist/nodes/Slack/V2/MessageDescription.js +7 -0
  551. package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
  552. package/dist/nodes/Slack/V2/SlackV2.node.js +2 -20
  553. package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
  554. package/dist/nodes/Splunk/types.d.ts +40 -0
  555. package/dist/nodes/Splunk/types.js +3 -0
  556. package/dist/nodes/Splunk/types.js.map +1 -0
  557. package/dist/nodes/Strava/ActivityDescription.js +7 -0
  558. package/dist/nodes/Strava/ActivityDescription.js.map +1 -1
  559. package/dist/nodes/Strava/Strava.node.js +0 -6
  560. package/dist/nodes/Strava/Strava.node.js.map +1 -1
  561. package/dist/nodes/Taiga/types.d.ts +31 -0
  562. package/dist/nodes/Taiga/types.js +2 -0
  563. package/dist/nodes/Taiga/types.js.map +1 -0
  564. package/dist/nodes/Telegram/TelegramTrigger.node.js +1 -1
  565. package/dist/nodes/Telegram/TelegramTrigger.node.js.map +1 -1
  566. package/dist/nodes/Twitter/Twitter.node.d.ts +3 -9
  567. package/dist/nodes/Twitter/Twitter.node.js +12 -224
  568. package/dist/nodes/Twitter/Twitter.node.js.map +1 -1
  569. package/dist/nodes/Twitter/Twitter.node.json +2 -1
  570. package/dist/nodes/Twitter/V1/DirectMessageDescription.js.map +1 -0
  571. package/dist/nodes/Twitter/V1/GenericFunctions.js.map +1 -0
  572. package/dist/nodes/Twitter/V1/TweetDescription.js.map +1 -0
  573. package/dist/nodes/Twitter/V1/TweetInterface.js.map +1 -0
  574. package/dist/nodes/Twitter/V1/TwitterV1.node.d.ts +11 -0
  575. package/dist/nodes/Twitter/V1/TwitterV1.node.js +235 -0
  576. package/dist/nodes/Twitter/V1/TwitterV1.node.js.map +1 -0
  577. package/dist/nodes/Twitter/V2/DirectMessageDescription.d.ts +3 -0
  578. package/dist/nodes/Twitter/V2/DirectMessageDescription.js +100 -0
  579. package/dist/nodes/Twitter/V2/DirectMessageDescription.js.map +1 -0
  580. package/dist/nodes/Twitter/V2/GenericFunctions.d.ts +5 -0
  581. package/dist/nodes/Twitter/V2/GenericFunctions.js +88 -0
  582. package/dist/nodes/Twitter/V2/GenericFunctions.js.map +1 -0
  583. package/dist/nodes/Twitter/V2/ListDescription.d.ts +3 -0
  584. package/dist/nodes/Twitter/V2/ListDescription.js +92 -0
  585. package/dist/nodes/Twitter/V2/ListDescription.js.map +1 -0
  586. package/dist/nodes/Twitter/V2/TweetDescription.d.ts +3 -0
  587. package/dist/nodes/Twitter/V2/TweetDescription.js +452 -0
  588. package/dist/nodes/Twitter/V2/TweetDescription.js.map +1 -0
  589. package/dist/nodes/Twitter/V2/TweetInterface.d.ts +23 -0
  590. package/dist/nodes/Twitter/V2/TweetInterface.js +3 -0
  591. package/dist/nodes/Twitter/V2/TweetInterface.js.map +1 -0
  592. package/dist/nodes/Twitter/V2/TwitterV2.node.d.ts +11 -0
  593. package/dist/nodes/Twitter/V2/TwitterV2.node.js +245 -0
  594. package/dist/nodes/Twitter/V2/TwitterV2.node.js.map +1 -0
  595. package/dist/nodes/Twitter/V2/UserDescription.d.ts +3 -0
  596. package/dist/nodes/Twitter/V2/UserDescription.js +76 -0
  597. package/dist/nodes/Twitter/V2/UserDescription.js.map +1 -0
  598. package/dist/nodes/Twitter/test/Workflow_Twitter_UnitTest.json +284 -0
  599. package/dist/nodes/UProc/UProc.node.js +0 -1
  600. package/dist/nodes/UProc/UProc.node.js.map +1 -1
  601. package/dist/nodes/Wait/Wait.node.d.ts +7 -4
  602. package/dist/nodes/Wait/Wait.node.js +77 -499
  603. package/dist/nodes/Wait/Wait.node.js.map +1 -1
  604. package/dist/nodes/Webhook/Webhook.node.d.ts +8 -3
  605. package/dist/nodes/Webhook/Webhook.node.js +148 -460
  606. package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
  607. package/dist/nodes/Webhook/description.d.ts +10 -0
  608. package/dist/nodes/Webhook/description.js +325 -0
  609. package/dist/nodes/Webhook/description.js.map +1 -0
  610. package/dist/nodes/Webhook/error.d.ts +4 -0
  611. package/dist/nodes/Webhook/error.js +20 -0
  612. package/dist/nodes/Webhook/error.js.map +1 -0
  613. package/dist/nodes/Zammad/types.d.ts +81 -0
  614. package/dist/nodes/Zammad/types.js +3 -0
  615. package/dist/nodes/Zammad/types.js.map +1 -0
  616. package/dist/nodes/Zoho/types.d.ts +93 -0
  617. package/dist/nodes/Zoho/types.js +3 -0
  618. package/dist/nodes/Zoho/types.js.map +1 -0
  619. package/dist/types/credentials.json +9 -6
  620. package/dist/types/nodes.json +30 -22
  621. package/dist/utils/utilities.d.ts +1 -0
  622. package/package.json +9 -5
  623. package/dist/nodes/Airtable/GenericFunctions.js.map +0 -1
  624. package/dist/nodes/Google/Drive/GenericFunctions.js.map +0 -1
  625. package/dist/nodes/Google/Drive/SearchFunctions.js.map +0 -1
  626. package/dist/nodes/Twitter/DirectMessageDescription.js.map +0 -1
  627. package/dist/nodes/Twitter/GenericFunctions.js.map +0 -1
  628. package/dist/nodes/Twitter/TweetDescription.js.map +0 -1
  629. package/dist/nodes/Twitter/TweetInterface.js.map +0 -1
  630. /package/dist/nodes/Airtable/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +0 -0
  631. /package/dist/nodes/Airtable/{GenericFunctions.js → v1/GenericFunctions.js} +0 -0
  632. /package/dist/nodes/Google/Drive/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +0 -0
  633. /package/dist/nodes/Google/Drive/{SearchFunctions.d.ts → v1/SearchFunctions.d.ts} +0 -0
  634. /package/dist/nodes/Google/Drive/{SearchFunctions.js → v1/SearchFunctions.js} +0 -0
  635. /package/dist/nodes/Twitter/{DirectMessageDescription.d.ts → V1/DirectMessageDescription.d.ts} +0 -0
  636. /package/dist/nodes/Twitter/{DirectMessageDescription.js → V1/DirectMessageDescription.js} +0 -0
  637. /package/dist/nodes/Twitter/{GenericFunctions.d.ts → V1/GenericFunctions.d.ts} +0 -0
  638. /package/dist/nodes/Twitter/{GenericFunctions.js → V1/GenericFunctions.js} +0 -0
  639. /package/dist/nodes/Twitter/{TweetDescription.d.ts → V1/TweetDescription.d.ts} +0 -0
  640. /package/dist/nodes/Twitter/{TweetDescription.js → V1/TweetDescription.js} +0 -0
  641. /package/dist/nodes/Twitter/{TweetInterface.d.ts → V1/TweetInterface.d.ts} +0 -0
  642. /package/dist/nodes/Twitter/{TweetInterface.js → V1/TweetInterface.js} +0 -0
@@ -14,6 +14,16 @@ class AirtableTokenApi {
14
14
  typeOptions: { password: true },
15
15
  default: '',
16
16
  },
17
+ {
18
+ displayName: `Make sure you enabled the following scopes for your token:<br>
19
+ <code>data.records:read</code><br>
20
+ <code>data.records:write</code><br>
21
+ <code>schema.bases:read</code><br>
22
+ `,
23
+ name: 'notice',
24
+ type: 'notice',
25
+ default: '',
26
+ },
17
27
  ];
18
28
  this.authenticate = {
19
29
  type: 'generic',
@@ -1 +1 @@
1
- {"version":3,"file":"AirtableTokenApi.credentials.js","sourceRoot":"","sources":["../../credentials/AirtableTokenApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,gBAAgB;IAA7B;QACC,SAAI,GAAG,kBAAkB,CAAC;QAE1B,gBAAW,GAAG,oCAAoC,CAAC;QAEnD,qBAAgB,GAAG,UAAU,CAAC;QAE9B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,yCAAyC;aAClD;SACD,CAAC;IACH,CAAC;CAAA;AA/BD,4CA+BC"}
1
+ {"version":3,"file":"AirtableTokenApi.credentials.js","sourceRoot":"","sources":["../../credentials/AirtableTokenApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,gBAAgB;IAA7B;QACC,SAAI,GAAG,kBAAkB,CAAC;QAE1B,gBAAW,GAAG,oCAAoC,CAAC;QAEnD,qBAAgB,GAAG,UAAU,CAAC;QAE9B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE;;;;KAIX;gBACF,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,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,yCAAyC;aAClD;SACD,CAAC;IACH,CAAC;CAAA;AAzCD,4CAyCC"}
@@ -0,0 +1,9 @@
1
+ import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class CrowdDevApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ properties: INodeProperties[];
7
+ authenticate: IAuthenticateGeneric;
8
+ test: ICredentialTestRequest;
9
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CrowdDevApi = void 0;
4
+ class CrowdDevApi {
5
+ constructor() {
6
+ this.name = 'crowdDevApi';
7
+ this.displayName = 'crowd.dev API';
8
+ this.documentationUrl = 'crowddev';
9
+ this.properties = [
10
+ {
11
+ displayName: 'URL',
12
+ name: 'url',
13
+ type: 'string',
14
+ default: 'https://app.crowd.dev',
15
+ },
16
+ {
17
+ displayName: 'Tenant ID',
18
+ name: 'tenantId',
19
+ type: 'string',
20
+ default: '',
21
+ },
22
+ {
23
+ displayName: 'Token',
24
+ name: 'token',
25
+ type: 'string',
26
+ typeOptions: {
27
+ password: true,
28
+ },
29
+ default: '',
30
+ },
31
+ {
32
+ displayName: 'Ignore SSL Issues',
33
+ name: 'allowUnauthorizedCerts',
34
+ type: 'boolean',
35
+ description: 'Whether to connect even if SSL certificate validation is not possible',
36
+ default: false,
37
+ },
38
+ ];
39
+ this.authenticate = {
40
+ type: 'generic',
41
+ properties: {
42
+ headers: {
43
+ Authorization: '={{"Bearer " + $credentials.token}}',
44
+ },
45
+ },
46
+ };
47
+ this.test = {
48
+ request: {
49
+ method: 'POST',
50
+ baseURL: '={{$credentials.url.replace(/\\/$/, "") + "/api/tenant/" + $credentials.tenantId}}',
51
+ url: '/member/query',
52
+ skipSslCertificateValidation: '={{ $credentials.allowUnauthorizedCerts }}',
53
+ body: {
54
+ limit: 1,
55
+ offset: 0,
56
+ },
57
+ },
58
+ };
59
+ }
60
+ }
61
+ exports.CrowdDevApi = CrowdDevApi;
62
+ //# sourceMappingURL=CrowdDevApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CrowdDevApi.credentials.js","sourceRoot":"","sources":["../../credentials/CrowdDevApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,WAAW;IAAxB;QACC,SAAI,GAAG,aAAa,CAAC;QAErB,gBAAW,GAAG,eAAe,CAAC;QAE9B,qBAAgB,GAAG,UAAU,CAAC;QAE9B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,KAAK;gBAClB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,uBAAuB;aAChC;YACD;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,wBAAwB;gBAC9B,IAAI,EAAE,SAAS;gBACf,WAAW,EAAE,uEAAuE;gBACpF,OAAO,EAAE,KAAK;aACd;SACD,CAAC;QAMF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,qCAAqC;iBACpD;aACD;SACD,CAAC;QAGF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,oFAAoF;gBAC7F,GAAG,EAAE,eAAe;gBACpB,4BAA4B,EAAE,4CAA4C;gBAC1E,IAAI,EAAE;oBACL,KAAK,EAAE,CAAC;oBACR,MAAM,EAAE,CAAC;iBACT;aACD;SACD,CAAC;IACH,CAAC;CAAA;AAhED,kCAgEC"}
@@ -19,6 +19,12 @@ class GoogleDriveOAuth2Api {
19
19
  type: 'hidden',
20
20
  default: scopes.join(' '),
21
21
  },
22
+ {
23
+ displayName: 'Make sure that you have enabled the Google Drive API in the Google Cloud Console. <a href="https://docs.n8n.io/integrations/builtin/credentials/google/oauth-generic/#scopes" target="_blank">More info</a>.',
24
+ name: 'notice',
25
+ type: 'notice',
26
+ default: '',
27
+ },
22
28
  ];
23
29
  }
24
30
  }
@@ -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;QAE9B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAE9B,gBAAW,GAAG,yBAAyB,CAAC;QAExC,qBAAgB,GAAG,6BAA6B,CAAC;QAEjD,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;AAjBD,oDAiBC"}
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;QAE9B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAE9B,gBAAW,GAAG,yBAAyB,CAAC;QAExC,qBAAgB,GAAG,6BAA6B,CAAC;QAEjD,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,EACV,8MAA8M;gBAC/M,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;IACH,CAAC;CAAA;AAxBD,oDAwBC"}
@@ -24,6 +24,9 @@ class GoogleSheetsOAuth2Api {
24
24
  name: 'notice',
25
25
  type: 'notice',
26
26
  default: '',
27
+ displayOptions: {
28
+ hideOnCloud: true,
29
+ },
27
30
  },
28
31
  ];
29
32
  }
@@ -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;IAC9C,gDAAgD;CAChD,CAAC;AAEF,MAAa,qBAAqB;IAAlC;QACC,SAAI,GAAG,uBAAuB,CAAC;QAE/B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAE9B,gBAAW,GAAG,0BAA0B,CAAC;QAEzC,qBAAgB,GAAG,6BAA6B,CAAC;QAEjD,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,EACV,kPAAkP;gBACnP,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;IACH,CAAC;CAAA;AAxBD,sDAwBC"}
1
+ {"version":3,"file":"GoogleSheetsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleSheetsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,4CAA4C;IAC5C,8CAA8C;IAC9C,gDAAgD;CAChD,CAAC;AAEF,MAAa,qBAAqB;IAAlC;QACC,SAAI,GAAG,uBAAuB,CAAC;QAE/B,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAE9B,gBAAW,GAAG,0BAA0B,CAAC;QAEzC,qBAAgB,GAAG,6BAA6B,CAAC;QAEjD,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,EACV,kPAAkP;gBACnP,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,cAAc,EAAE;oBACf,WAAW,EAAE,IAAI;iBACjB;aACD;SACD,CAAC;IACH,CAAC;CAAA;AA3BD,sDA2BC"}
@@ -25,6 +25,9 @@ class GoogleSheetsTriggerOAuth2Api {
25
25
  name: 'notice',
26
26
  type: 'notice',
27
27
  default: '',
28
+ displayOptions: {
29
+ hideOnCloud: true,
30
+ },
28
31
  },
29
32
  ];
30
33
  }
@@ -1 +1 @@
1
- {"version":3,"file":"GoogleSheetsTriggerOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleSheetsTriggerOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,uCAAuC;IACvC,4CAA4C;IAC5C,8CAA8C;IAC9C,gDAAgD;CAChD,CAAC;AAEF,MAAa,4BAA4B;IAAzC;QACC,SAAI,GAAG,8BAA8B,CAAC;QAEtC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAE9B,gBAAW,GAAG,kCAAkC,CAAC;QAEjD,qBAAgB,GAAG,6BAA6B,CAAC;QAEjD,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,EACV,uPAAuP;gBACxP,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;IACH,CAAC;CAAA;AAxBD,oEAwBC"}
1
+ {"version":3,"file":"GoogleSheetsTriggerOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/GoogleSheetsTriggerOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,uCAAuC;IACvC,4CAA4C;IAC5C,8CAA8C;IAC9C,gDAAgD;CAChD,CAAC;AAEF,MAAa,4BAA4B;IAAzC;QACC,SAAI,GAAG,8BAA8B,CAAC;QAEtC,YAAO,GAAG,CAAC,iBAAiB,CAAC,CAAC;QAE9B,gBAAW,GAAG,kCAAkC,CAAC;QAEjD,qBAAgB,GAAG,6BAA6B,CAAC;QAEjD,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,EACV,uPAAuP;gBACxP,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,cAAc,EAAE;oBACf,WAAW,EAAE,IAAI;iBACjB;aACD;SACD,CAAC;IACH,CAAC;CAAA;AA3BD,oEA2BC"}
@@ -0,0 +1,9 @@
1
+ import type { ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class HttpCustomAuth implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ genericAuth: boolean;
7
+ icon: string;
8
+ properties: INodeProperties[];
9
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.HttpCustomAuth = void 0;
4
+ class HttpCustomAuth {
5
+ constructor() {
6
+ this.name = 'httpCustomAuth';
7
+ this.displayName = 'Custom Auth';
8
+ this.documentationUrl = 'httpRequest';
9
+ this.genericAuth = true;
10
+ this.icon = 'node:n8n-nodes-base.httpRequest';
11
+ this.properties = [
12
+ {
13
+ displayName: 'JSON',
14
+ name: 'json',
15
+ type: 'json',
16
+ required: true,
17
+ description: 'Use json to specify authentication values for headers, body and qs.',
18
+ placeholder: '{ "headers": { "key" : "value" }, "body": { "key": "value" }, "qs": { "key": "value" } }',
19
+ default: '',
20
+ },
21
+ ];
22
+ }
23
+ }
24
+ exports.HttpCustomAuth = HttpCustomAuth;
25
+ //# sourceMappingURL=HttpCustomAuth.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpCustomAuth.credentials.js","sourceRoot":"","sources":["../../credentials/HttpCustomAuth.credentials.ts"],"names":[],"mappings":";;;AAIA,MAAa,cAAc;IAA3B;QACC,SAAI,GAAG,gBAAgB,CAAC;QAExB,gBAAW,GAAG,aAAa,CAAC;QAE5B,qBAAgB,GAAG,aAAa,CAAC;QAEjC,gBAAW,GAAG,IAAI,CAAC;QAEnB,SAAI,GAAG,iCAAiC,CAAC;QAEzC,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,qEAAqE;gBAClF,WAAW,EACV,0FAA0F;gBAC3F,OAAO,EAAE,EAAE;aACX;SACD,CAAC;IACH,CAAC;CAAA;AAvBD,wCAuBC"}
@@ -101,6 +101,13 @@ class OAuth2Api {
101
101
  ],
102
102
  default: 'header',
103
103
  },
104
+ {
105
+ displayName: 'Ignore SSL Issues',
106
+ name: 'ignoreSSLIssues',
107
+ type: 'boolean',
108
+ default: false,
109
+ doNotInherit: true,
110
+ },
104
111
  ];
105
112
  }
106
113
  }
@@ -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;QAEnB,gBAAW,GAAG,YAAY,CAAC;QAE3B,qBAAgB,GAAG,aAAa,CAAC;QAEjC,gBAAW,GAAG,IAAI,CAAC;QAEnB,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;oBACD;wBACC,IAAI,EAAE,MAAM;wBACZ,KAAK,EAAE,MAAM;qBACb;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,EAAE,MAAM,CAAC;qBACxC;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,EAAE,MAAM,CAAC;qBACxC;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;AAzGD,8BAyGC"}
1
+ {"version":3,"file":"OAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/OAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QAEnB,gBAAW,GAAG,YAAY,CAAC;QAE3B,qBAAgB,GAAG,aAAa,CAAC;QAEjC,gBAAW,GAAG,IAAI,CAAC;QAEnB,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;oBACD;wBACC,IAAI,EAAE,MAAM;wBACZ,KAAK,EAAE,MAAM;qBACb;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,EAAE,MAAM,CAAC;qBACxC;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,EAAE,MAAM,CAAC;qBACxC;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;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,IAAI;aAClB;SACD,CAAC;IACH,CAAC;CAAA;AAhHD,8BAgHC"}
@@ -32,6 +32,12 @@ class TwitterOAuth1Api {
32
32
  type: 'hidden',
33
33
  default: 'HMAC-SHA1',
34
34
  },
35
+ {
36
+ displayName: 'Some operations requires a Basic or a Pro API for more informations see <a href="https://developer.twitter.com/en/products/twitter-api" target="_blank">Twitter Api Doc</a>',
37
+ name: 'apiPermissioms',
38
+ type: 'notice',
39
+ default: '',
40
+ },
35
41
  ];
36
42
  }
37
43
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TwitterOAuth1Api.credentials.js","sourceRoot":"","sources":["../../credentials/TwitterOAuth1Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IAA7B;QACC,SAAI,GAAG,kBAAkB,CAAC;QAE1B,YAAO,GAAG,CAAC,WAAW,CAAC,CAAC;QAExB,gBAAW,GAAG,mBAAmB,CAAC;QAElC,qBAAgB,GAAG,SAAS,CAAC;QAE7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,6CAA6C;aACtD;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,yCAAyC;aAClD;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,4CAA4C;aACrD;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,WAAW;aACpB;SACD,CAAC;IACH,CAAC;CAAA;AAnCD,4CAmCC"}
1
+ {"version":3,"file":"TwitterOAuth1Api.credentials.js","sourceRoot":"","sources":["../../credentials/TwitterOAuth1Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IAA7B;QACC,SAAI,GAAG,kBAAkB,CAAC;QAE1B,YAAO,GAAG,CAAC,WAAW,CAAC,CAAC;QAExB,gBAAW,GAAG,mBAAmB,CAAC;QAElC,qBAAgB,GAAG,SAAS,CAAC;QAE7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,6CAA6C;aACtD;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,yCAAyC;aAClD;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,4CAA4C;aACrD;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,WAAW;aACpB;YACD;gBACC,WAAW,EACV,6KAA6K;gBAC9K,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;IACH,CAAC;CAAA;AA1CD,4CA0CC"}
@@ -0,0 +1,8 @@
1
+ import type { ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class TwitterOAuth2Api implements ICredentialType {
3
+ name: string;
4
+ extends: string[];
5
+ displayName: string;
6
+ documentationUrl: string;
7
+ properties: INodeProperties[];
8
+ }
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TwitterOAuth2Api = void 0;
4
+ const scopes = [
5
+ 'tweet.read',
6
+ 'users.read',
7
+ 'tweet.write',
8
+ 'tweet.moderate.write',
9
+ 'users.read',
10
+ 'follows.read',
11
+ 'follows.write',
12
+ 'offline.access',
13
+ 'like.read',
14
+ 'like.write',
15
+ 'dm.write',
16
+ 'dm.read',
17
+ 'list.read',
18
+ 'list.write',
19
+ ];
20
+ class TwitterOAuth2Api {
21
+ constructor() {
22
+ this.name = 'twitterOAuth2Api';
23
+ this.extends = ['oAuth2Api'];
24
+ this.displayName = 'Twitter OAuth2 API';
25
+ this.documentationUrl = 'twitter';
26
+ this.properties = [
27
+ {
28
+ displayName: 'Some operations requires a Basic or a Pro API for more informations see <a href="https://developer.twitter.com/en/products/twitter-api" target="_blank">Twitter Api Doc</a>',
29
+ name: 'apiPermissioms',
30
+ type: 'notice',
31
+ default: '',
32
+ },
33
+ {
34
+ displayName: 'Grant Type',
35
+ name: 'grantType',
36
+ type: 'hidden',
37
+ default: 'pkce',
38
+ },
39
+ {
40
+ displayName: 'Authorization URL',
41
+ name: 'authUrl',
42
+ type: 'hidden',
43
+ default: 'https://twitter.com/i/oauth2/authorize',
44
+ },
45
+ {
46
+ displayName: 'Access Token URL',
47
+ name: 'accessTokenUrl',
48
+ type: 'hidden',
49
+ default: 'https://api.twitter.com/2/oauth2/token',
50
+ },
51
+ {
52
+ displayName: 'Scope',
53
+ name: 'scope',
54
+ type: 'hidden',
55
+ default: `${scopes.join(' ')}`,
56
+ },
57
+ {
58
+ displayName: 'Auth URI Query Parameters',
59
+ name: 'authQueryParameters',
60
+ type: 'hidden',
61
+ default: '',
62
+ },
63
+ {
64
+ displayName: 'Authentication',
65
+ name: 'authentication',
66
+ type: 'hidden',
67
+ default: 'header',
68
+ },
69
+ ];
70
+ }
71
+ }
72
+ exports.TwitterOAuth2Api = TwitterOAuth2Api;
73
+ //# sourceMappingURL=TwitterOAuth2Api.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TwitterOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/TwitterOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAM,MAAM,GAAG;IACd,YAAY;IACZ,YAAY;IACZ,aAAa;IACb,sBAAsB;IACtB,YAAY;IACZ,cAAc;IACd,eAAe;IACf,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,UAAU;IACV,SAAS;IACT,WAAW;IACX,YAAY;CACZ,CAAC;AACF,MAAa,gBAAgB;IAA7B;QACC,SAAI,GAAG,kBAAkB,CAAC;QAE1B,YAAO,GAAG,CAAC,WAAW,CAAC,CAAC;QAExB,gBAAW,GAAG,oBAAoB,CAAC;QAEnC,qBAAgB,GAAG,SAAS,CAAC;QAE7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EACV,6KAA6K;gBAC9K,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM;aACf;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,wCAAwC;aACjD;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,wCAAwC;aACjD;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;aAC9B;YACD;gBACC,WAAW,EAAE,2BAA2B;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,QAAQ;aACjB;SACD,CAAC;IACH,CAAC;CAAA;AAtDD,4CAsDC"}
@@ -57,8 +57,8 @@
57
57
  "className": "AirtableApi",
58
58
  "sourcePath": "dist/credentials/AirtableApi.credentials.js",
59
59
  "nodesToTestWith": [
60
- "airtable",
61
- "airtableTrigger"
60
+ "airtableTrigger",
61
+ "airtable"
62
62
  ]
63
63
  },
64
64
  "airtableOAuth2Api": {
@@ -68,6 +68,8 @@
68
68
  "oAuth2Api"
69
69
  ],
70
70
  "nodesToTestWith": [
71
+ "airtableTrigger",
72
+ "airtable",
71
73
  "airtable"
72
74
  ]
73
75
  },
@@ -75,8 +77,9 @@
75
77
  "className": "AirtableTokenApi",
76
78
  "sourcePath": "dist/credentials/AirtableTokenApi.credentials.js",
77
79
  "nodesToTestWith": [
80
+ "airtableTrigger",
78
81
  "airtable",
79
- "airtableTrigger"
82
+ "airtable"
80
83
  ]
81
84
  },
82
85
  "amqp": {
@@ -378,6 +381,14 @@
378
381
  "crateDb"
379
382
  ]
380
383
  },
384
+ "crowdDevApi": {
385
+ "className": "CrowdDevApi",
386
+ "sourcePath": "dist/credentials/CrowdDevApi.credentials.js",
387
+ "nodesToTestWith": [
388
+ "crowdDev",
389
+ "crowdDevTrigger"
390
+ ]
391
+ },
381
392
  "customerIoApi": {
382
393
  "className": "CustomerIoApi",
383
394
  "sourcePath": "dist/credentials/CustomerIoApi.credentials.js",
@@ -744,13 +755,14 @@
744
755
  "googleBooks",
745
756
  "googleChat",
746
757
  "googleDocs",
747
- "googleDrive",
748
758
  "googleDriveTrigger",
749
759
  "gmailTrigger",
750
760
  "googleSlides",
751
761
  "googleTranslate",
752
762
  "googleBigQuery",
753
763
  "googleBigQuery",
764
+ "googleDrive",
765
+ "googleDrive",
754
766
  "gmail",
755
767
  "gmail",
756
768
  "googleSheets",
@@ -836,8 +848,9 @@
836
848
  "googleOAuth2Api"
837
849
  ],
838
850
  "nodesToTestWith": [
851
+ "googleDriveTrigger",
839
852
  "googleDrive",
840
- "googleDriveTrigger"
853
+ "googleDrive"
841
854
  ]
842
855
  },
843
856
  "googleFirebaseCloudFirestoreOAuth2Api": {
@@ -1017,6 +1030,13 @@
1017
1030
  null
1018
1031
  ]
1019
1032
  },
1033
+ "httpCustomAuth": {
1034
+ "className": "HttpCustomAuth",
1035
+ "sourcePath": "dist/credentials/HttpCustomAuth.credentials.js",
1036
+ "nodesToTestWith": [
1037
+ "graphql"
1038
+ ]
1039
+ },
1020
1040
  "httpDigestAuth": {
1021
1041
  "className": "HttpDigestAuth",
1022
1042
  "sourcePath": "dist/credentials/HttpDigestAuth.credentials.js",
@@ -2342,7 +2362,17 @@
2342
2362
  "oAuth1Api"
2343
2363
  ],
2344
2364
  "nodesToTestWith": [
2345
- "twitter"
2365
+ null
2366
+ ]
2367
+ },
2368
+ "twitterOAuth2Api": {
2369
+ "className": "TwitterOAuth2Api",
2370
+ "sourcePath": "dist/credentials/TwitterOAuth2Api.credentials.js",
2371
+ "extends": [
2372
+ "oAuth2Api"
2373
+ ],
2374
+ "nodesToTestWith": [
2375
+ null
2346
2376
  ]
2347
2377
  },
2348
2378
  "typeformApi": {
@@ -235,6 +235,14 @@
235
235
  "className": "Cron",
236
236
  "sourcePath": "dist/nodes/Cron/Cron.node.js"
237
237
  },
238
+ "crowdDev": {
239
+ "className": "CrowdDev",
240
+ "sourcePath": "dist/nodes/CrowdDev/CrowdDev.node.js"
241
+ },
242
+ "crowdDevTrigger": {
243
+ "className": "CrowdDevTrigger",
244
+ "sourcePath": "dist/nodes/CrowdDev/CrowdDevTrigger.node.js"
245
+ },
238
246
  "crypto": {
239
247
  "className": "Crypto",
240
248
  "sourcePath": "dist/nodes/Crypto/Crypto.node.js"
@@ -16,6 +16,12 @@
16
16
  "getPersons",
17
17
  "getLists"
18
18
  ],
19
+ "n8n-nodes-base.airtable": [
20
+ "getColumns",
21
+ "getColumnsWithRecordId",
22
+ "getColumnsWithoutColumnToMatchOn",
23
+ "getAttachmentColumns"
24
+ ],
19
25
  "n8n-nodes-base.apiTemplateIo": [
20
26
  "getImageTemplates",
21
27
  "getPdfTemplates"
@@ -16,6 +16,10 @@
16
16
  "getPersons",
17
17
  "getOrganizations"
18
18
  ],
19
+ "n8n-nodes-base.airtable": [
20
+ "getAttachmentColumns",
21
+ "getColumns"
22
+ ],
19
23
  "n8n-nodes-base.apiTemplateIo": [
20
24
  "getImageTemplates",
21
25
  "getPdfTemplates"
@@ -17,8 +17,12 @@ declare function adjustLocation(allFields: AllFieldsUi): AllFieldsUi | {
17
17
  location: IDataObject;
18
18
  languages_spoken: any;
19
19
  email_addresses: import("./types").EmailAddressUi;
20
- postal_addresses: import("./types").PostalAddressesUi;
21
- phone_numbers: import("./types").PhoneNumberUi;
20
+ postal_addresses: {
21
+ postal_addresses_fields: import("./types").PostalAddressField[];
22
+ };
23
+ phone_numbers: {
24
+ phone_numbers_fields: import("./types").PhoneNumberField[];
25
+ };
22
26
  target: string;
23
27
  };
24
28
  declare function adjustTargets(allFields: AllFieldsUi): AllFieldsUi | {
@@ -27,9 +31,15 @@ declare function adjustTargets(allFields: AllFieldsUi): AllFieldsUi | {
27
31
  }[];
28
32
  languages_spoken: any;
29
33
  email_addresses: import("./types").EmailAddressUi;
30
- postal_addresses: import("./types").PostalAddressesUi;
31
- phone_numbers: import("./types").PhoneNumberUi;
32
- location: import("./types").LocationUi;
34
+ postal_addresses: {
35
+ postal_addresses_fields: import("./types").PostalAddressField[];
36
+ };
37
+ phone_numbers: {
38
+ phone_numbers_fields: import("./types").PhoneNumberField[];
39
+ };
40
+ location: {
41
+ postal_addresses_fields: import("./types").PostalAddressField;
42
+ };
33
43
  };
34
44
  export declare const adjustPersonPayload: (...args: any[]) => any;
35
45
  export declare const adjustPetitionPayload: typeof adjustTargets;
@@ -50,7 +60,10 @@ export declare const simplifyResponse: (response: Response, resource: Resource)
50
60
  address_lines: string;
51
61
  region: string;
52
62
  location: {
53
- location_fields: import("./types").LatitudeLongitude;
63
+ location_fields: {
64
+ latitude: string;
65
+ longitude: string;
66
+ };
54
67
  };
55
68
  primary: boolean;
56
69
  locality: string;
@@ -68,7 +81,10 @@ export declare const simplifyResponse: (response: Response, resource: Resource)
68
81
  address_lines: string;
69
82
  region: string;
70
83
  location: {
71
- location_fields: import("./types").LatitudeLongitude;
84
+ location_fields: {
85
+ latitude: string;
86
+ longitude: string;
87
+ };
72
88
  };
73
89
  primary: boolean;
74
90
  locality: string;
@@ -0,0 +1,79 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export type LanguageOptions = INodeProperties['options'];
3
+ export type Resource = 'attendance' | 'event' | 'person' | 'personTag' | 'petition' | 'signature' | 'tag';
4
+ export type Operation = 'create' | 'delete' | 'get' | 'getAll' | 'update' | 'add' | 'remove';
5
+ export type LanguageCodes = LanguageOptions[number]['value'];
6
+ export type AllFieldsUi = {
7
+ email_addresses: EmailAddressUi;
8
+ postal_addresses: PostalAddressesUi;
9
+ phone_numbers: PhoneNumberUi;
10
+ languages_spoken: LanguageCodes;
11
+ target: string;
12
+ location: LocationUi;
13
+ };
14
+ export type EmailAddressUi = {
15
+ email_addresses_fields: EmailAddressField;
16
+ };
17
+ export type EmailAddressField = {
18
+ primary: boolean;
19
+ address: string;
20
+ status: EmailStatus;
21
+ };
22
+ type BaseStatus = 'subscribed' | 'unsubscribed' | 'bouncing' | 'previous bounce';
23
+ type EmailStatus = BaseStatus | 'spam complaint' | 'previous spam complaint';
24
+ type PhoneNumberUi = {
25
+ phone_numbers_fields: PhoneNumberField[];
26
+ };
27
+ export type PhoneNumberField = {
28
+ primary: boolean;
29
+ number: string;
30
+ status: BaseStatus;
31
+ };
32
+ type PostalAddressesUi = {
33
+ postal_addresses_fields: PostalAddressField[];
34
+ };
35
+ type LocationUi = {
36
+ postal_addresses_fields: PostalAddressField;
37
+ };
38
+ export type PostalAddressField = {
39
+ primary: boolean;
40
+ address_lines: string;
41
+ locality: string;
42
+ region: string;
43
+ postal_code: string;
44
+ country: string;
45
+ language: LanguageCodes;
46
+ location: {
47
+ location_fields: LatitudeLongitude;
48
+ };
49
+ };
50
+ type LatitudeLongitude = {
51
+ latitude: string;
52
+ longitude: string;
53
+ };
54
+ export type FieldWithPrimaryField = EmailAddressField | PhoneNumberField | PostalAddressField;
55
+ export type LinksFieldContainer = {
56
+ _links: {
57
+ self: {
58
+ href: string;
59
+ };
60
+ };
61
+ };
62
+ export type Response = JsonObject & LinksFieldContainer;
63
+ export type PersonResponse = Response & {
64
+ identifiers: string[];
65
+ email_addresses: EmailAddressField[];
66
+ phone_numbers: PhoneNumberField[];
67
+ postal_addresses: PostalAddressField[];
68
+ languages_spoken: LanguageCodes[];
69
+ };
70
+ export type PetitionResponse = Response & {
71
+ _embedded: {
72
+ 'osdi:creator': PersonResponse;
73
+ };
74
+ };
75
+ export type JsonValue = string | number | boolean | null | JsonObject | JsonValue[];
76
+ export type JsonObject = {
77
+ [key: string]: JsonValue;
78
+ };
79
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../nodes/ActionNetwork/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ export type AdaloCredentials = {
2
+ apiKey: string;
3
+ appId: string;
4
+ };
5
+ export type FieldsUiValues = Array<{
6
+ fieldId: string;
7
+ fieldValue: string;
8
+ }>;
9
+ export type Operation = 'create' | 'delete' | 'update' | 'get' | 'getAll';
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../nodes/Adalo/types.ts"],"names":[],"mappings":""}