n8n-nodes-base 2.3.1 → 2.4.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 (219) hide show
  1. package/dist/nodes/ActiveCampaign/__schema__/v1.0.0/contactTag/add.json +13 -1
  2. package/dist/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json +4 -1
  3. package/dist/nodes/Affinity/__schema__/v1.0.0/organization/get.json +4 -1
  4. package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/click.json +15 -1
  5. package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/type.json +56 -0
  6. package/dist/nodes/Airtop/__schema__/v1.0.0/session/create.json +4 -1
  7. package/dist/nodes/Airtop/__schema__/v1.0.0/window/create.json +4 -1
  8. package/dist/nodes/Aws/DynamoDB/__schema__/v1.0.0/item/delete.json +9 -0
  9. package/dist/nodes/Aws/IAM/__schema__/v1.0.0/user/getAll.json +25 -25
  10. package/dist/nodes/Aws/S3/__schema__/v2.0.0/bucket/getAll.json +4 -1
  11. package/dist/nodes/Aws/S3/__schema__/v2.0.0/file/download.json +19 -18
  12. package/dist/nodes/Aws/SES/__schema__/v1.0.0/email/sendTemplate.json +30 -0
  13. package/dist/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/create.json +7 -1
  14. package/dist/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/get.json +38 -41
  15. package/dist/nodes/BambooHr/__schema__/v1.0.0/companyReport/get.json +10 -1
  16. package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/get.json +4 -1
  17. package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/getAll.json +7 -1
  18. package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/update.json +9 -0
  19. package/dist/nodes/Box/BoxTrigger.node.js +3 -3
  20. package/dist/nodes/Box/BoxTrigger.node.js.map +1 -1
  21. package/dist/nodes/Box/__schema__/v1.0.0/file/download.json +30 -1
  22. package/dist/nodes/ClickUp/__schema__/v1.0.0/task/create.json +7 -1
  23. package/dist/nodes/ConvertKit/__schema__/v1.0.0/tagSubscriber/add.json +42 -42
  24. package/dist/nodes/DataTable/__schema__/v1.1.0/row/get.json +15 -0
  25. package/dist/nodes/DataTable/__schema__/v1.1.0/row/insert.json +15 -0
  26. package/dist/nodes/Dropbox/__schema__/v1.0.0/folder/delete.json +26 -0
  27. package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json +7 -1
  28. package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/fetchRequest.json +1 -1
  29. package/dist/nodes/ERPNext/__schema__/v1.0.0/document/create.json +114 -1
  30. package/dist/nodes/Form/common.descriptions.d.ts.map +1 -1
  31. package/dist/nodes/Form/common.descriptions.js +7 -1
  32. package/dist/nodes/Form/common.descriptions.js.map +1 -1
  33. package/dist/nodes/FreshworksCrm/__schema__/v1.0.0/search/query.json +4 -1
  34. package/dist/nodes/Git/GenericFunctions.d.ts +9 -0
  35. package/dist/nodes/Git/GenericFunctions.d.ts.map +1 -0
  36. package/dist/nodes/Git/GenericFunctions.js +31 -0
  37. package/dist/nodes/Git/GenericFunctions.js.map +1 -0
  38. package/dist/nodes/Git/Git.node.d.ts.map +1 -1
  39. package/dist/nodes/Git/Git.node.js +52 -2
  40. package/dist/nodes/Git/Git.node.js.map +1 -1
  41. package/dist/nodes/Git/descriptions/ReflogDescription.d.ts +3 -0
  42. package/dist/nodes/Git/descriptions/ReflogDescription.d.ts.map +1 -0
  43. package/dist/nodes/Git/descriptions/ReflogDescription.js +57 -0
  44. package/dist/nodes/Git/descriptions/ReflogDescription.js.map +1 -0
  45. package/dist/nodes/Git/descriptions/index.d.ts +1 -0
  46. package/dist/nodes/Git/descriptions/index.d.ts.map +1 -1
  47. package/dist/nodes/Git/descriptions/index.js +1 -0
  48. package/dist/nodes/Git/descriptions/index.js.map +1 -1
  49. package/dist/nodes/Github/GithubTrigger.node.js +1 -1
  50. package/dist/nodes/Github/GithubTrigger.node.js.map +1 -1
  51. package/dist/nodes/Github/__schema__/v1.1.0/file/get.json +42 -1
  52. package/dist/nodes/Github/__schema__/v1.1.0/workflow/dispatchAndWait.json +9 -0
  53. package/dist/nodes/Github/__schema__/v1.1.0/workflow/get.json +36 -0
  54. package/dist/nodes/Github/__schema__/v1.1.0/workflow/list.json +47 -0
  55. package/dist/nodes/Gitlab/__schema__/v1.0.0/file/create.json +12 -0
  56. package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +4 -1
  57. package/dist/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json +4 -1
  58. package/dist/nodes/Google/Calendar/GoogleCalendar.node.d.ts.map +1 -1
  59. package/dist/nodes/Google/Calendar/GoogleCalendar.node.js +0 -16
  60. package/dist/nodes/Google/Calendar/GoogleCalendar.node.js.map +1 -1
  61. package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/get.json +7 -1
  62. package/dist/nodes/Google/Chat/__schema__/v1.0.0/message/get.json +66 -1
  63. package/dist/nodes/Google/Chat/__schema__/v1.0.0/space/get.json +7 -1
  64. package/dist/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json +4 -1
  65. package/dist/nodes/Google/Contacts/__schema__/v1.0.0/contact/create.json +48 -1
  66. package/dist/nodes/Google/Drive/__schema__/v3.0.0/file/upload.json +18 -1
  67. package/dist/nodes/Google/Drive/v2/actions/versionDescription.d.ts.map +1 -1
  68. package/dist/nodes/Google/Drive/v2/actions/versionDescription.js +0 -16
  69. package/dist/nodes/Google/Drive/v2/actions/versionDescription.js.map +1 -1
  70. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/create.json +27 -0
  71. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/addToGroup.json +9 -0
  72. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/draft/create.json +26 -0
  73. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/label/getAll.json +21 -0
  74. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/addLabels.json +18 -0
  75. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/get.json +151 -0
  76. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/getAll.json +55 -0
  77. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/markAsRead.json +18 -0
  78. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/reply.json +18 -0
  79. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/send.json +18 -0
  80. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/sendAndWait.json +14 -0
  81. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/thread/getAll.json +15 -0
  82. package/dist/nodes/Google/Gmail/v2/GmailV2.node.d.ts.map +1 -1
  83. package/dist/nodes/Google/Gmail/v2/GmailV2.node.js +0 -16
  84. package/dist/nodes/Google/Gmail/v2/GmailV2.node.js.map +1 -1
  85. package/dist/nodes/Google/Sheet/v2/actions/versionDescription.d.ts.map +1 -1
  86. package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +0 -16
  87. package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
  88. package/dist/nodes/Google/Task/__schema__/v1.0.0/task/create.json +4 -1
  89. package/dist/nodes/HackerNews/__schema__/v1.0.0/article/get.json +4 -1
  90. package/dist/nodes/HelpScout/__schema__/v1.0.0/mailbox/getAll.json +53 -0
  91. package/dist/nodes/HttpRequest/V3/Description.d.ts.map +1 -1
  92. package/dist/nodes/HttpRequest/V3/Description.js +32 -30
  93. package/dist/nodes/HttpRequest/V3/Description.js.map +1 -1
  94. package/dist/nodes/Hubspot/__schema__/v2.2.0/company/getAll.json +83 -0
  95. package/dist/nodes/Hubspot/__schema__/v2.2.0/contact/search.json +4 -1
  96. package/dist/nodes/Hubspot/__schema__/v2.2.0/contactList/add.json +30 -0
  97. package/dist/nodes/Hubspot/__schema__/v2.2.0/deal/getAll.json +83 -0
  98. package/dist/nodes/Hubspot/__schema__/v2.2.0/deal/search.json +4 -1
  99. package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/get.json +81 -0
  100. package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/getAll.json +18 -0
  101. package/dist/nodes/JinaAI/__schema__/v1.0.0/reader/read.json +7 -1
  102. package/dist/nodes/Jira/__schema__/v1.0.0/issue/delete.json +9 -0
  103. package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +414 -1
  104. package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +535 -1
  105. package/dist/nodes/Lemlist/__schema__/v2.0.0/enrich/get.json +108 -1
  106. package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/create.json +4 -1
  107. package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/get.json +7 -1
  108. package/dist/nodes/Linear/__schema__/v1.1.0/comment/addComment.json +17 -0
  109. package/dist/nodes/Linear/__schema__/v1.1.0/issue/create.json +49 -0
  110. package/dist/nodes/Linear/__schema__/v1.1.0/issue/get.json +43 -0
  111. package/dist/nodes/Mailcheck/__schema__/v1.0.0/email/check.json +30 -0
  112. package/dist/nodes/Mailjet/EmailDescription.d.ts.map +1 -1
  113. package/dist/nodes/Mailjet/EmailDescription.js +24 -0
  114. package/dist/nodes/Mailjet/EmailDescription.js.map +1 -1
  115. package/dist/nodes/Mailjet/GenericFunctions.d.ts +2 -0
  116. package/dist/nodes/Mailjet/GenericFunctions.d.ts.map +1 -1
  117. package/dist/nodes/Mailjet/Mailjet.node.d.ts.map +1 -1
  118. package/dist/nodes/Mailjet/Mailjet.node.js +12 -0
  119. package/dist/nodes/Mailjet/Mailjet.node.js.map +1 -1
  120. package/dist/nodes/Marketstack/__schema__/v1.0.0/endOfDayData/getAll.json +4 -1
  121. package/dist/nodes/Matrix/__schema__/v1.0.0/message/getAll.json +4 -1
  122. package/dist/nodes/Merge/v3/actions/mode/combineBySql.d.ts.map +1 -1
  123. package/dist/nodes/Merge/v3/actions/mode/combineBySql.js +76 -26
  124. package/dist/nodes/Merge/v3/actions/mode/combineBySql.js.map +1 -1
  125. package/dist/nodes/Metabase/__schema__/v1.0.0/questions/get.json +257 -248
  126. package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/get.json +9 -0
  127. package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/getAll.json +72 -1
  128. package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/query.json +31 -1
  129. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json +7 -1
  130. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/share.json +4 -1
  131. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/create.json +15 -1
  132. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/share.json +41 -0
  133. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/getAll.json +4 -1
  134. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/get.json +7 -1
  135. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/get.json +4 -1
  136. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +108 -1
  137. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +7 -1
  138. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/download.json +4 -1
  139. package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/item/getAll.json +57 -1
  140. package/dist/nodes/Microsoft/Sql/GenericFunctions.d.ts +2 -0
  141. package/dist/nodes/Microsoft/Sql/GenericFunctions.d.ts.map +1 -1
  142. package/dist/nodes/Microsoft/Sql/GenericFunctions.js +24 -11
  143. package/dist/nodes/Microsoft/Sql/GenericFunctions.js.map +1 -1
  144. package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/get.json +13 -1
  145. package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/container/getAll.json +41 -0
  146. package/dist/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json +4 -1
  147. package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/get.json +27 -0
  148. package/dist/nodes/MistralAI/__schema__/v1.0.0/document/extractText.json +98 -0
  149. package/dist/nodes/MySql/v2/actions/common.descriptions.d.ts +2 -1
  150. package/dist/nodes/MySql/v2/actions/common.descriptions.d.ts.map +1 -1
  151. package/dist/nodes/MySql/v2/actions/common.descriptions.js +40 -39
  152. package/dist/nodes/MySql/v2/actions/common.descriptions.js.map +1 -1
  153. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts.map +1 -1
  154. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js +1 -1
  155. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js.map +1 -1
  156. package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts.map +1 -1
  157. package/dist/nodes/MySql/v2/actions/database/select.operation.js +1 -1
  158. package/dist/nodes/MySql/v2/actions/database/select.operation.js.map +1 -1
  159. package/dist/nodes/MySql/v2/helpers/utils.d.ts +2 -0
  160. package/dist/nodes/MySql/v2/helpers/utils.d.ts.map +1 -1
  161. package/dist/nodes/MySql/v2/helpers/utils.js +34 -2
  162. package/dist/nodes/MySql/v2/helpers/utils.js.map +1 -1
  163. package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/get.json +4 -1
  164. package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/getAll.json +10 -1
  165. package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/create.json +16 -1
  166. package/dist/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json +4 -1
  167. package/dist/nodes/Notion/__schema__/v1.0.0/page/get.json +4 -1
  168. package/dist/nodes/Notion/__schema__/v2.2.0/block/append.json +4 -1
  169. package/dist/nodes/Notion/__schema__/v2.2.0/database/get.json +4 -1
  170. package/dist/nodes/Okta/__schema__/v1.0.0/user/get.json +56 -1
  171. package/dist/nodes/Okta/__schema__/v1.0.0/user/getAll.json +77 -1
  172. package/dist/nodes/Onfleet/OnfleetTrigger.node.js +1 -1
  173. package/dist/nodes/Onfleet/OnfleetTrigger.node.js.map +1 -1
  174. package/dist/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json +29 -1
  175. package/dist/nodes/PayPal/__schema__/v1.0.0/payout/create.json +45 -0
  176. package/dist/nodes/Perplexity/__schema__/v1.0.0/chat/complete.json +7 -1
  177. package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/get.json +40 -1
  178. package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/search.json +12 -1
  179. package/dist/nodes/PostHog/__schema__/v1.0.0/event/create.json +2 -2
  180. package/dist/nodes/Postgres/v2/actions/common.descriptions.d.ts +2 -1
  181. package/dist/nodes/Postgres/v2/actions/common.descriptions.d.ts.map +1 -1
  182. package/dist/nodes/Postgres/v2/actions/common.descriptions.js +40 -39
  183. package/dist/nodes/Postgres/v2/actions/common.descriptions.js.map +1 -1
  184. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts.map +1 -1
  185. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js +1 -1
  186. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js.map +1 -1
  187. package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +1 -1
  188. package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts.map +1 -1
  189. package/dist/nodes/Postgres/v2/actions/database/select.operation.js +6 -3
  190. package/dist/nodes/Postgres/v2/actions/database/select.operation.js.map +1 -1
  191. package/dist/nodes/Postgres/v2/helpers/utils.d.ts +2 -0
  192. package/dist/nodes/Postgres/v2/helpers/utils.d.ts.map +1 -1
  193. package/dist/nodes/Postgres/v2/helpers/utils.js +32 -1
  194. package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -1
  195. package/dist/nodes/QuickBase/__schema__/v1.0.0/record/create.json +9 -0
  196. package/dist/nodes/QuickBase/__schema__/v1.0.0/record/getAll.json +7 -1
  197. package/dist/nodes/Reddit/__schema__/v1.0.0/post/getAll.json +57 -1
  198. package/dist/nodes/S3/__schema__/v1.0.0/bucket/create.json +9 -0
  199. package/dist/nodes/Salesforce/__schema__/v1.0.0/account/delete.json +9 -0
  200. package/dist/nodes/Salesforce/__schema__/v1.0.0/account/get.json +65 -1
  201. package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/get.json +4 -1
  202. package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +4 -1
  203. package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/getAll.json +18 -0
  204. package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/invoke.json +83 -1
  205. package/dist/nodes/Salesforce/__schema__/v1.0.0/lead/getAll.json +4 -1
  206. package/dist/nodes/Ssh/Ssh.node.d.ts.map +1 -1
  207. package/dist/nodes/Ssh/Ssh.node.js +4 -1
  208. package/dist/nodes/Ssh/Ssh.node.js.map +1 -1
  209. package/dist/nodes/Switch/V3/SwitchV3.node.js +1 -1
  210. package/dist/nodes/Switch/V3/SwitchV3.node.js.map +1 -1
  211. package/dist/nodes/Telegram/Telegram.node.d.ts.map +1 -1
  212. package/dist/nodes/Telegram/Telegram.node.js +0 -16
  213. package/dist/nodes/Telegram/Telegram.node.js.map +1 -1
  214. package/dist/typecheck.tsbuildinfo +1 -1
  215. package/dist/types/nodes.json +21 -21
  216. package/dist/utils/sendAndWait/utils.d.ts.map +1 -1
  217. package/dist/utils/sendAndWait/utils.js +1 -0
  218. package/dist/utils/sendAndWait/utils.js.map +1 -1
  219. package/package.json +7 -7

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.