n8n-nodes-base 1.49.0 → 1.50.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 (256) hide show
  1. package/LICENSE_EE.md +27 -0
  2. package/dist/build.tsbuildinfo +1 -1
  3. package/dist/credentials/MySql.credentials.js +2 -115
  4. package/dist/credentials/MySql.credentials.js.map +1 -1
  5. package/dist/credentials/OrbitApi.credentials.js +6 -0
  6. package/dist/credentials/OrbitApi.credentials.js.map +1 -1
  7. package/dist/credentials/Postgres.credentials.js +2 -115
  8. package/dist/credentials/Postgres.credentials.js.map +1 -1
  9. package/dist/credentials/SplunkApi.credentials.d.ts +3 -1
  10. package/dist/credentials/SplunkApi.credentials.js +15 -0
  11. package/dist/credentials/SplunkApi.credentials.js.map +1 -1
  12. package/dist/known/credentials.json +2 -1
  13. package/dist/nodes/Copper/descriptions/CompanyDescription.js +2 -2
  14. package/dist/nodes/Copper/descriptions/CompanyDescription.js.map +1 -1
  15. package/dist/nodes/Google/Firebase/CloudFirestore/DocumentDescription.js +12 -0
  16. package/dist/nodes/Google/Firebase/CloudFirestore/DocumentDescription.js.map +1 -1
  17. package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js +10 -1
  18. package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js.map +1 -1
  19. package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js +32 -1
  20. package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js.map +1 -1
  21. package/dist/nodes/Google/GenericFunctions.d.ts +1 -0
  22. package/dist/nodes/Google/GenericFunctions.js +4 -0
  23. package/dist/nodes/Google/GenericFunctions.js.map +1 -1
  24. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.d.ts +1 -1
  25. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js +30 -15
  26. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js.map +1 -1
  27. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js +53 -19
  28. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js.map +1 -1
  29. package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js +11 -3
  30. package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js.map +1 -1
  31. package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js +34 -19
  32. package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js.map +1 -1
  33. package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +8 -0
  34. package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
  35. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.d.ts +36 -4
  36. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +5 -5
  37. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
  38. package/dist/nodes/Google/YouTube/YouTube.node.js +2 -2
  39. package/dist/nodes/Google/YouTube/YouTube.node.js.map +1 -1
  40. package/dist/nodes/HelpScout/HelpScout.node.js +2 -2
  41. package/dist/nodes/HelpScout/HelpScout.node.js.map +1 -1
  42. package/dist/nodes/Html/Html.node.js +1 -1
  43. package/dist/nodes/Html/Html.node.js.map +1 -1
  44. package/dist/nodes/InvoiceNinja/ClientDescription.js.map +1 -1
  45. package/dist/nodes/InvoiceNinja/InvoiceDescription.js +6 -0
  46. package/dist/nodes/InvoiceNinja/InvoiceDescription.js.map +1 -1
  47. package/dist/nodes/InvoiceNinja/InvoiceNinja.node.js +53 -25
  48. package/dist/nodes/InvoiceNinja/InvoiceNinja.node.js.map +1 -1
  49. package/dist/nodes/InvoiceNinja/PaymentInterface.d.ts +6 -0
  50. package/dist/nodes/InvoiceNinja/QuoteDescription.js +1 -1
  51. package/dist/nodes/InvoiceNinja/QuoteDescription.js.map +1 -1
  52. package/dist/nodes/InvoiceNinja/invoiceInterface.d.ts +2 -2
  53. package/dist/nodes/MySql/v2/actions/router.js +2 -13
  54. package/dist/nodes/MySql/v2/actions/router.js.map +1 -1
  55. package/dist/nodes/MySql/v2/helpers/interfaces.d.ts +22 -1
  56. package/dist/nodes/MySql/v2/methods/credentialTest.js +1 -9
  57. package/dist/nodes/MySql/v2/methods/credentialTest.js.map +1 -1
  58. package/dist/nodes/MySql/v2/methods/listSearch.js +2 -13
  59. package/dist/nodes/MySql/v2/methods/listSearch.js.map +1 -1
  60. package/dist/nodes/MySql/v2/methods/loadOptions.js +2 -13
  61. package/dist/nodes/MySql/v2/methods/loadOptions.js.map +1 -1
  62. package/dist/nodes/MySql/v2/transport/index.d.ts +3 -4
  63. package/dist/nodes/MySql/v2/transport/index.js +39 -69
  64. package/dist/nodes/MySql/v2/transport/index.js.map +1 -1
  65. package/dist/nodes/Orbit/ActivityDescription.js +3 -3
  66. package/dist/nodes/Orbit/ActivityDescription.js.map +1 -1
  67. package/dist/nodes/Orbit/MemberDescription.js +6 -6
  68. package/dist/nodes/Orbit/MemberDescription.js.map +1 -1
  69. package/dist/nodes/Orbit/NoteDescription.js +3 -3
  70. package/dist/nodes/Orbit/NoteDescription.js.map +1 -1
  71. package/dist/nodes/Orbit/Orbit.node.js +14 -346
  72. package/dist/nodes/Orbit/Orbit.node.js.map +1 -1
  73. package/dist/nodes/Orbit/PostDescription.js +3 -3
  74. package/dist/nodes/Orbit/PostDescription.js.map +1 -1
  75. package/dist/nodes/Postgres/PostgresTrigger.functions.d.ts +3 -7
  76. package/dist/nodes/Postgres/PostgresTrigger.functions.js +3 -33
  77. package/dist/nodes/Postgres/PostgresTrigger.functions.js.map +1 -1
  78. package/dist/nodes/Postgres/v2/actions/router.js +1 -7
  79. package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
  80. package/dist/nodes/Postgres/v2/helpers/interfaces.d.ts +6 -13
  81. package/dist/nodes/Postgres/v2/methods/credentialTest.js +1 -7
  82. package/dist/nodes/Postgres/v2/methods/credentialTest.js.map +1 -1
  83. package/dist/nodes/Postgres/v2/methods/listSearch.js +2 -14
  84. package/dist/nodes/Postgres/v2/methods/listSearch.js.map +1 -1
  85. package/dist/nodes/Postgres/v2/methods/loadOptions.js +1 -7
  86. package/dist/nodes/Postgres/v2/methods/loadOptions.js.map +1 -1
  87. package/dist/nodes/Postgres/v2/methods/resourceMapping.js +1 -7
  88. package/dist/nodes/Postgres/v2/methods/resourceMapping.js.map +1 -1
  89. package/dist/nodes/Postgres/v2/transport/index.d.ts +3 -12
  90. package/dist/nodes/Postgres/v2/transport/index.js +62 -84
  91. package/dist/nodes/Postgres/v2/transport/index.js.map +1 -1
  92. package/dist/nodes/Splunk/Splunk.node.d.ts +3 -15
  93. package/dist/nodes/Splunk/Splunk.node.js +9 -276
  94. package/dist/nodes/Splunk/Splunk.node.js.map +1 -1
  95. package/dist/nodes/Splunk/splunk.svg +381 -134
  96. package/dist/nodes/Splunk/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +2 -2
  97. package/dist/nodes/Splunk/{GenericFunctions.js → v1/GenericFunctions.js} +8 -8
  98. package/dist/nodes/Splunk/v1/GenericFunctions.js.map +1 -0
  99. package/dist/nodes/Splunk/v1/SplunkV1.node.d.ts +14 -0
  100. package/dist/nodes/Splunk/v1/SplunkV1.node.js +266 -0
  101. package/dist/nodes/Splunk/v1/SplunkV1.node.js.map +1 -0
  102. package/dist/nodes/Splunk/v1/descriptions/FiredAlertDescription.js.map +1 -0
  103. package/dist/nodes/Splunk/v1/descriptions/SearchConfigurationDescription.js.map +1 -0
  104. package/dist/nodes/Splunk/v1/descriptions/SearchJobDescription.js.map +1 -0
  105. package/dist/nodes/Splunk/v1/descriptions/SearchResultDescription.js.map +1 -0
  106. package/dist/nodes/Splunk/v1/descriptions/UserDescription.js.map +1 -0
  107. package/dist/nodes/Splunk/v1/descriptions/index.js.map +1 -0
  108. package/dist/nodes/Splunk/{types.d.ts → v1/types.d.ts} +6 -0
  109. package/dist/nodes/Splunk/v1/types.js +10 -0
  110. package/dist/nodes/Splunk/v1/types.js.map +1 -0
  111. package/dist/nodes/Splunk/v2/SplunkV2.node.d.ts +11 -0
  112. package/dist/nodes/Splunk/v2/SplunkV2.node.js +20 -0
  113. package/dist/nodes/Splunk/v2/SplunkV2.node.js.map +1 -0
  114. package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.d.ts +25 -0
  115. package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.js +20 -0
  116. package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.js.map +1 -0
  117. package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.d.ts +25 -0
  118. package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.js +20 -0
  119. package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.js.map +1 -0
  120. package/dist/nodes/Splunk/v2/actions/alert/index.d.ts +5 -0
  121. package/dist/nodes/Splunk/v2/actions/alert/index.js +61 -0
  122. package/dist/nodes/Splunk/v2/actions/alert/index.js.map +1 -0
  123. package/dist/nodes/Splunk/v2/actions/node.type.d.ts +9 -0
  124. package/dist/nodes/Splunk/{types.js → v2/actions/node.type.js} +1 -1
  125. package/dist/nodes/Splunk/v2/actions/node.type.js.map +1 -0
  126. package/dist/nodes/Splunk/v2/actions/report/create.operation.d.ts +25 -0
  127. package/dist/nodes/Splunk/v2/actions/report/create.operation.js +46 -0
  128. package/dist/nodes/Splunk/v2/actions/report/create.operation.js.map +1 -0
  129. package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.d.ts +25 -0
  130. package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.js +22 -0
  131. package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.js.map +1 -0
  132. package/dist/nodes/Splunk/v2/actions/report/get.operation.d.ts +25 -0
  133. package/dist/nodes/Splunk/v2/actions/report/get.operation.js +22 -0
  134. package/dist/nodes/Splunk/v2/actions/report/get.operation.js.map +1 -0
  135. package/dist/nodes/Splunk/v2/actions/report/getAll.operation.d.ts +25 -0
  136. package/dist/nodes/Splunk/v2/actions/report/getAll.operation.js +70 -0
  137. package/dist/nodes/Splunk/v2/actions/report/getAll.operation.js.map +1 -0
  138. package/dist/nodes/Splunk/v2/actions/report/index.d.ts +7 -0
  139. package/dist/nodes/Splunk/v2/actions/report/index.js +79 -0
  140. package/dist/nodes/Splunk/v2/actions/report/index.js.map +1 -0
  141. package/dist/nodes/Splunk/v2/actions/router.d.ts +2 -0
  142. package/dist/nodes/Splunk/v2/actions/router.js +88 -0
  143. package/dist/nodes/Splunk/v2/actions/router.js.map +1 -0
  144. package/dist/nodes/Splunk/v2/actions/search/create.operation.d.ts +25 -0
  145. package/dist/nodes/Splunk/v2/actions/search/create.operation.js +231 -0
  146. package/dist/nodes/Splunk/v2/actions/search/create.operation.js.map +1 -0
  147. package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.d.ts +25 -0
  148. package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.js +22 -0
  149. package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.js.map +1 -0
  150. package/dist/nodes/Splunk/v2/actions/search/get.operation.d.ts +25 -0
  151. package/dist/nodes/Splunk/v2/actions/search/get.operation.js +22 -0
  152. package/dist/nodes/Splunk/v2/actions/search/get.operation.js.map +1 -0
  153. package/dist/nodes/Splunk/v2/actions/search/getAll.operation.d.ts +25 -0
  154. package/dist/nodes/Splunk/v2/actions/search/getAll.operation.js +114 -0
  155. package/dist/nodes/Splunk/v2/actions/search/getAll.operation.js.map +1 -0
  156. package/dist/nodes/Splunk/v2/actions/search/getResult.operation.d.ts +25 -0
  157. package/dist/nodes/Splunk/v2/actions/search/getResult.operation.js +112 -0
  158. package/dist/nodes/Splunk/v2/actions/search/getResult.operation.js.map +1 -0
  159. package/dist/nodes/Splunk/v2/actions/search/index.d.ts +8 -0
  160. package/dist/nodes/Splunk/v2/actions/search/index.js +88 -0
  161. package/dist/nodes/Splunk/v2/actions/search/index.js.map +1 -0
  162. package/dist/nodes/Splunk/v2/actions/user/create.operation.d.ts +25 -0
  163. package/dist/nodes/Splunk/v2/actions/user/create.operation.js +81 -0
  164. package/dist/nodes/Splunk/v2/actions/user/create.operation.js.map +1 -0
  165. package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.d.ts +25 -0
  166. package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.js +22 -0
  167. package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.js.map +1 -0
  168. package/dist/nodes/Splunk/v2/actions/user/get.operation.d.ts +25 -0
  169. package/dist/nodes/Splunk/v2/actions/user/get.operation.js +22 -0
  170. package/dist/nodes/Splunk/v2/actions/user/get.operation.js.map +1 -0
  171. package/dist/nodes/Splunk/v2/actions/user/getAll.operation.d.ts +25 -0
  172. package/dist/nodes/Splunk/v2/actions/user/getAll.operation.js +46 -0
  173. package/dist/nodes/Splunk/v2/actions/user/getAll.operation.js.map +1 -0
  174. package/dist/nodes/Splunk/v2/actions/user/index.d.ts +8 -0
  175. package/dist/nodes/Splunk/v2/actions/user/index.js +88 -0
  176. package/dist/nodes/Splunk/v2/actions/user/index.js.map +1 -0
  177. package/dist/nodes/Splunk/v2/actions/user/update.operation.d.ts +25 -0
  178. package/dist/nodes/Splunk/v2/actions/user/update.operation.js +71 -0
  179. package/dist/nodes/Splunk/v2/actions/user/update.operation.js.map +1 -0
  180. package/dist/nodes/Splunk/v2/actions/versionDescription.d.ts +2 -0
  181. package/dist/nodes/Splunk/v2/actions/versionDescription.js +82 -0
  182. package/dist/nodes/Splunk/v2/actions/versionDescription.js.map +1 -0
  183. package/dist/nodes/Splunk/v2/helpers/descriptions/index.d.ts +1 -0
  184. package/dist/nodes/Splunk/v2/helpers/descriptions/index.js +18 -0
  185. package/dist/nodes/Splunk/v2/helpers/descriptions/index.js.map +1 -0
  186. package/dist/nodes/Splunk/v2/helpers/descriptions/rlc.description.d.ts +4 -0
  187. package/dist/nodes/Splunk/v2/helpers/descriptions/rlc.description.js +79 -0
  188. package/dist/nodes/Splunk/v2/helpers/descriptions/rlc.description.js.map +1 -0
  189. package/dist/nodes/Splunk/v2/helpers/interfaces.d.ts +23 -0
  190. package/dist/nodes/Splunk/v2/helpers/interfaces.js +3 -0
  191. package/dist/nodes/Splunk/v2/helpers/interfaces.js.map +1 -0
  192. package/dist/nodes/Splunk/v2/helpers/utils.d.ts +10 -0
  193. package/dist/nodes/Splunk/v2/helpers/utils.js +91 -0
  194. package/dist/nodes/Splunk/v2/helpers/utils.js.map +1 -0
  195. package/dist/nodes/Splunk/v2/methods/index.d.ts +2 -0
  196. package/dist/nodes/Splunk/v2/methods/index.js +29 -0
  197. package/dist/nodes/Splunk/v2/methods/index.js.map +1 -0
  198. package/dist/nodes/Splunk/v2/methods/listSearch.d.ts +4 -0
  199. package/dist/nodes/Splunk/v2/methods/listSearch.js +58 -0
  200. package/dist/nodes/Splunk/v2/methods/listSearch.js.map +1 -0
  201. package/dist/nodes/Splunk/v2/methods/loadOptions.d.ts +2 -0
  202. package/dist/nodes/Splunk/v2/methods/loadOptions.js +13 -0
  203. package/dist/nodes/Splunk/v2/methods/loadOptions.js.map +1 -0
  204. package/dist/nodes/Splunk/v2/transport/index.d.ts +3 -0
  205. package/dist/nodes/Splunk/v2/transport/index.js +116 -0
  206. package/dist/nodes/Splunk/v2/transport/index.js.map +1 -0
  207. package/dist/nodes/Spotify/Spotify.node.js +3 -3
  208. package/dist/nodes/Spotify/Spotify.node.js.map +1 -1
  209. package/dist/nodes/Telegram/Telegram.node.js +40 -0
  210. package/dist/nodes/Telegram/Telegram.node.js.map +1 -1
  211. package/dist/types/credentials.json +4 -4
  212. package/dist/types/nodes.json +11 -10
  213. package/dist/utils/ISOCountryCodes.d.ts +9 -0
  214. package/dist/{nodes/InvoiceNinja → utils}/ISOCountryCodes.js +2 -2
  215. package/dist/utils/ISOCountryCodes.js.map +1 -0
  216. package/dist/utils/constants.d.ts +2 -0
  217. package/dist/utils/constants.js +6 -0
  218. package/dist/utils/constants.js.map +1 -0
  219. package/dist/utils/sshTunnel.properties.d.ts +2 -0
  220. package/dist/utils/sshTunnel.properties.js +110 -0
  221. package/dist/utils/sshTunnel.properties.js.map +1 -0
  222. package/package.json +18 -20
  223. package/dist/nodes/Copper/utils/isoCountryCodes.d.ts +0 -4
  224. package/dist/nodes/Copper/utils/isoCountryCodes.js +0 -1002
  225. package/dist/nodes/Copper/utils/isoCountryCodes.js.map +0 -1
  226. package/dist/nodes/Google/YouTube/CountryCodes.d.ts +0 -29
  227. package/dist/nodes/Google/YouTube/CountryCodes.js +0 -1583
  228. package/dist/nodes/Google/YouTube/CountryCodes.js.map +0 -1
  229. package/dist/nodes/HelpScout/CountriesCodes.d.ts +0 -29
  230. package/dist/nodes/HelpScout/CountriesCodes.js +0 -1583
  231. package/dist/nodes/HelpScout/CountriesCodes.js.map +0 -1
  232. package/dist/nodes/InvoiceNinja/ISOCountryCodes.d.ts +0 -2
  233. package/dist/nodes/InvoiceNinja/ISOCountryCodes.js.map +0 -1
  234. package/dist/nodes/Splunk/GenericFunctions.js.map +0 -1
  235. package/dist/nodes/Splunk/descriptions/FiredAlertDescription.js.map +0 -1
  236. package/dist/nodes/Splunk/descriptions/SearchConfigurationDescription.js.map +0 -1
  237. package/dist/nodes/Splunk/descriptions/SearchJobDescription.js.map +0 -1
  238. package/dist/nodes/Splunk/descriptions/SearchResultDescription.js.map +0 -1
  239. package/dist/nodes/Splunk/descriptions/UserDescription.js.map +0 -1
  240. package/dist/nodes/Splunk/descriptions/index.js.map +0 -1
  241. package/dist/nodes/Splunk/types.js.map +0 -1
  242. package/dist/nodes/Spotify/IsoCountryCodes.d.ts +0 -4
  243. package/dist/nodes/Spotify/IsoCountryCodes.js +0 -1002
  244. package/dist/nodes/Spotify/IsoCountryCodes.js.map +0 -1
  245. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/FiredAlertDescription.d.ts +0 -0
  246. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/FiredAlertDescription.js +0 -0
  247. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchConfigurationDescription.d.ts +0 -0
  248. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchConfigurationDescription.js +0 -0
  249. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchJobDescription.d.ts +0 -0
  250. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchJobDescription.js +0 -0
  251. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchResultDescription.d.ts +0 -0
  252. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchResultDescription.js +0 -0
  253. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/UserDescription.d.ts +0 -0
  254. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/UserDescription.js +0 -0
  255. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/index.d.ts +0 -0
  256. /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/index.js +0 -0
package/LICENSE_EE.md ADDED
@@ -0,0 +1,27 @@
1
+ # The n8n Enterprise License (the “Enterprise License”)
2
+
3
+ Copyright (c) 2022-present n8n GmbH.
4
+
5
+ With regard to the n8n Software:
6
+
7
+ This software and associated documentation files (the "Software") may only be used in production, if
8
+ you (and any entity that you represent) hold a valid n8n Enterprise license corresponding to your
9
+ usage. Subject to the foregoing sentence, you are free to modify this Software and publish patches
10
+ to the Software. You agree that n8n and/or its licensors (as applicable) retain all right, title and
11
+ interest in and to all such modifications and/or patches, and all such modifications and/or patches
12
+ may only be used, copied, modified, displayed, distributed, or otherwise exploited with a valid n8n
13
+ Enterprise license for the corresponding usage. Notwithstanding the foregoing, you may copy and
14
+ modify the Software for development and testing purposes, without requiring a subscription. You
15
+ agree that n8n and/or its licensors (as applicable) retain all right, title and interest in and to
16
+ all such modifications. You are not granted any other rights beyond what is expressly stated herein.
17
+ Subject to the foregoing, it is forbidden to copy, merge, publish, distribute, sublicense, and/or
18
+ sell the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
21
+ NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
23
+ OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
24
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
+
26
+ For all third party components incorporated into the n8n Software, those components are licensed
27
+ under the original license provided by the owner of the applicable component.