n8n-nodes-base 2.11.2 → 2.13.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 (228) hide show
  1. package/dist/credentials/BaserowApi.credentials.d.ts +6 -1
  2. package/dist/credentials/BaserowApi.credentials.d.ts.map +1 -1
  3. package/dist/credentials/BaserowApi.credentials.js +42 -0
  4. package/dist/credentials/BaserowApi.credentials.js.map +1 -1
  5. package/dist/credentials/BaserowTokenApi.credentials.d.ts +10 -0
  6. package/dist/credentials/BaserowTokenApi.credentials.d.ts.map +1 -0
  7. package/dist/credentials/BaserowTokenApi.credentials.js +42 -0
  8. package/dist/credentials/BaserowTokenApi.credentials.js.map +1 -0
  9. package/dist/credentials/CustomerIoApi.credentials.d.ts.map +1 -1
  10. package/dist/credentials/CustomerIoApi.credentials.js +4 -5
  11. package/dist/credentials/CustomerIoApi.credentials.js.map +1 -1
  12. package/dist/credentials/FacebookGraphAppApi.credentials.js +1 -1
  13. package/dist/credentials/FacebookGraphAppApi.credentials.js.map +1 -1
  14. package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js +1 -1
  15. package/dist/credentials/OAuth2Api.credentials.d.ts.map +1 -1
  16. package/dist/credentials/OAuth2Api.credentials.js +8 -0
  17. package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
  18. package/dist/known/credentials.json +7 -0
  19. package/dist/node-definitions/.nodes-hash +1 -1
  20. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/index.ts +3 -1
  21. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/index.schema.js +22 -0
  22. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/index.ts +15 -0
  23. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_base/index.schema.js +22 -0
  24. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_base/index.ts +15 -0
  25. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_base/operation_get_many.schema.js +25 -0
  26. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_base/operation_get_many.ts +45 -0
  27. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_base/operation_get_schema.schema.js +23 -0
  28. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_base/operation_get_schema.ts +29 -0
  29. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/index.schema.js +30 -0
  30. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/index.ts +27 -0
  31. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_create.schema.js +26 -0
  32. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_create.ts +58 -0
  33. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_delete_record.schema.js +25 -0
  34. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_delete_record.ts +38 -0
  35. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_get.schema.js +26 -0
  36. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_get.ts +48 -0
  37. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_search.schema.js +29 -0
  38. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_search.ts +85 -0
  39. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_update.schema.js +26 -0
  40. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_update.ts +57 -0
  41. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_upsert.schema.js +26 -0
  42. package/dist/node-definitions/nodes/n8n-nodes-base/airtable/v22/resource_record/operation_upsert.ts +57 -0
  43. package/dist/node-definitions/nodes/n8n-nodes-base/asana/v1/resource_user/operation_get.ts +7 -0
  44. package/dist/node-definitions/nodes/n8n-nodes-base/azureCosmosDb/v1/resource_item/operation_query.ts +15 -0
  45. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/index.ts +3 -1
  46. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/index.schema.js +6 -0
  47. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/index.ts +9 -0
  48. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_batch_create.schema.js +27 -0
  49. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_batch_create.ts +74 -0
  50. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_batch_delete.schema.js +27 -0
  51. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_batch_delete.ts +51 -0
  52. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_batch_update.schema.js +27 -0
  53. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_batch_update.ts +73 -0
  54. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_create.schema.js +2 -1
  55. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_create.ts +4 -0
  56. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_delete.schema.js +3 -2
  57. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_delete.ts +4 -0
  58. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_get.schema.js +3 -2
  59. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_get.ts +4 -0
  60. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_get_all.schema.js +2 -1
  61. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_get_all.ts +5 -1
  62. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_update.schema.js +2 -1
  63. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_update.ts +4 -0
  64. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/index.schema.js +18 -0
  65. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/index.ts +10 -0
  66. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/index.schema.js +34 -0
  67. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/index.ts +33 -0
  68. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_batch_create.schema.js +27 -0
  69. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_batch_create.ts +74 -0
  70. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_batch_delete.schema.js +27 -0
  71. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_batch_delete.ts +51 -0
  72. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_batch_update.schema.js +27 -0
  73. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_batch_update.ts +73 -0
  74. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_create.schema.js +27 -0
  75. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_create.ts +61 -0
  76. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_delete.schema.js +25 -0
  77. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_delete.ts +38 -0
  78. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_get.schema.js +25 -0
  79. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_get.ts +38 -0
  80. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_get_all.schema.js +27 -0
  81. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_get_all.ts +92 -0
  82. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_update.schema.js +28 -0
  83. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_update.ts +65 -0
  84. package/dist/node-definitions/nodes/n8n-nodes-base/clickUp/v1/resource_list/operation_custom_fields.ts +1 -0
  85. package/dist/node-definitions/nodes/n8n-nodes-base/coda/v1/resource_table/operation_create_row.ts +10 -0
  86. package/dist/node-definitions/nodes/n8n-nodes-base/coda/v11/resource_table/operation_create_row.ts +10 -0
  87. package/dist/node-definitions/nodes/n8n-nodes-base/coinGecko/v1/resource_coin/operation_price.ts +5 -0
  88. package/dist/node-definitions/nodes/n8n-nodes-base/dropbox/v1/resource_folder/operation_delete.ts +7 -0
  89. package/dist/node-definitions/nodes/n8n-nodes-base/dropbox/v1/resource_search/operation_query.ts +3 -0
  90. package/dist/node-definitions/nodes/n8n-nodes-base/elasticsearch/v1/resource_document/operation_get_all.ts +1 -0
  91. package/dist/node-definitions/nodes/n8n-nodes-base/filter/v1.ts +1 -1
  92. package/dist/node-definitions/nodes/n8n-nodes-base/filter/v2.ts +1 -1
  93. package/dist/node-definitions/nodes/n8n-nodes-base/filter/v21.ts +1 -1
  94. package/dist/node-definitions/nodes/n8n-nodes-base/filter/v22.ts +1 -1
  95. package/dist/node-definitions/nodes/n8n-nodes-base/filter/v23.ts +1 -1
  96. package/dist/node-definitions/nodes/n8n-nodes-base/gSuiteAdmin/v1/resource_user/operation_create.ts +1 -0
  97. package/dist/node-definitions/nodes/n8n-nodes-base/gSuiteAdmin/v1/resource_user/operation_get.ts +20 -0
  98. package/dist/node-definitions/nodes/n8n-nodes-base/gitlab/v1/resource_file/operation_get.ts +5 -0
  99. package/dist/node-definitions/nodes/n8n-nodes-base/googleAds/v1/resource_campaign/operation_get_all.ts +1 -0
  100. package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
  101. package/dist/node-definitions/nodes/n8n-nodes-base/googleBusinessProfile/v1/resource_review/operation_reply.ts +6 -0
  102. package/dist/node-definitions/nodes/n8n-nodes-base/googleChat/v1/resource_space/operation_get_all.ts +1 -0
  103. package/dist/node-definitions/nodes/n8n-nodes-base/haloPSA/v1/resource_client/operation_get.ts +8 -0
  104. package/dist/node-definitions/nodes/n8n-nodes-base/haloPSA/v1/resource_site/operation_get_all.ts +7 -0
  105. package/dist/node-definitions/nodes/n8n-nodes-base/highLevel/v2/resource_calendar/operation_get_free_slots.ts +3 -0
  106. package/dist/node-definitions/nodes/n8n-nodes-base/highLevel/v2/resource_contact/operation_create.ts +4 -0
  107. package/dist/node-definitions/nodes/n8n-nodes-base/jira/v1/resource_issue/operation_get.ts +162 -0
  108. package/dist/node-definitions/nodes/n8n-nodes-base/jira/v1/resource_issue/operation_get_all.ts +54 -0
  109. package/dist/node-definitions/nodes/n8n-nodes-base/lemlist/v2/resource_lead/operation_create.ts +1 -0
  110. package/dist/node-definitions/nodes/n8n-nodes-base/mailchimp/v1/resource_campaign/operation_get_all.ts +60 -0
  111. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftEntra/v1/resource_group/operation_get.ts +12 -0
  112. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
  113. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder_message/operation_get_all.ts +33 -0
  114. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get.ts +6 -0
  115. package/dist/nodes/Airtable/Airtable.node.d.ts.map +1 -1
  116. package/dist/nodes/Airtable/Airtable.node.js +2 -1
  117. package/dist/nodes/Airtable/Airtable.node.js.map +1 -1
  118. package/dist/nodes/Airtable/test/v2/node/helpers.d.ts +1 -1
  119. package/dist/nodes/Airtable/test/v2/node/helpers.d.ts.map +1 -1
  120. package/dist/nodes/Airtable/test/v2/node/helpers.js +4 -3
  121. package/dist/nodes/Airtable/test/v2/node/helpers.js.map +1 -1
  122. package/dist/nodes/Airtable/v2/actions/record/get.operation.d.ts.map +1 -1
  123. package/dist/nodes/Airtable/v2/actions/record/get.operation.js +9 -2
  124. package/dist/nodes/Airtable/v2/actions/record/get.operation.js.map +1 -1
  125. package/dist/nodes/Airtable/v2/actions/record/search.operation.d.ts.map +1 -1
  126. package/dist/nodes/Airtable/v2/actions/record/search.operation.js +5 -2
  127. package/dist/nodes/Airtable/v2/actions/record/search.operation.js.map +1 -1
  128. package/dist/nodes/Airtable/v2/actions/versionDescription.js +1 -1
  129. package/dist/nodes/Airtable/v2/actions/versionDescription.js.map +1 -1
  130. package/dist/nodes/Airtable/v2/helpers/utils.d.ts +1 -3
  131. package/dist/nodes/Airtable/v2/helpers/utils.d.ts.map +1 -1
  132. package/dist/nodes/Airtable/v2/helpers/utils.js +5 -4
  133. package/dist/nodes/Airtable/v2/helpers/utils.js.map +1 -1
  134. package/dist/nodes/Airtable/v2/transport/index.d.ts.map +1 -1
  135. package/dist/nodes/Airtable/v2/transport/index.js +1 -2
  136. package/dist/nodes/Airtable/v2/transport/index.js.map +1 -1
  137. package/dist/nodes/Asana/__schema__/v1.0.0/user/get.json +21 -1
  138. package/dist/nodes/Baserow/Baserow.node.d.ts.map +1 -1
  139. package/dist/nodes/Baserow/Baserow.node.js +184 -27
  140. package/dist/nodes/Baserow/Baserow.node.js.map +1 -1
  141. package/dist/nodes/Baserow/GenericFunctions.d.ts +5 -9
  142. package/dist/nodes/Baserow/GenericFunctions.d.ts.map +1 -1
  143. package/dist/nodes/Baserow/GenericFunctions.js +12 -36
  144. package/dist/nodes/Baserow/GenericFunctions.js.map +1 -1
  145. package/dist/nodes/Baserow/OperationDescription.d.ts.map +1 -1
  146. package/dist/nodes/Baserow/OperationDescription.js +371 -53
  147. package/dist/nodes/Baserow/OperationDescription.js.map +1 -1
  148. package/dist/nodes/Baserow/types.d.ts +1 -6
  149. package/dist/nodes/Baserow/types.d.ts.map +1 -1
  150. package/dist/nodes/ClickUp/__schema__/v1.0.0/list/customFields.json +4 -1
  151. package/dist/nodes/Coda/__schema__/v1.1.0/table/createRow.json +24 -0
  152. package/dist/nodes/Code/Code.node.d.ts +2 -2
  153. package/dist/nodes/Code/Code.node.d.ts.map +1 -1
  154. package/dist/nodes/Code/Code.node.js +2 -83
  155. package/dist/nodes/Code/Code.node.js.map +1 -1
  156. package/dist/nodes/CoinGecko/__schema__/v1.0.0/coin/price.json +17 -2
  157. package/dist/nodes/CustomerIo/CustomerIo.node.js +3 -3
  158. package/dist/nodes/CustomerIo/CustomerIo.node.js.map +1 -1
  159. package/dist/nodes/CustomerIo/CustomerIoTrigger.node.d.ts.map +1 -1
  160. package/dist/nodes/CustomerIo/CustomerIoTrigger.node.js +5 -33
  161. package/dist/nodes/CustomerIo/CustomerIoTrigger.node.js.map +1 -1
  162. package/dist/nodes/CustomerIo/GenericFunctions.d.ts +4 -1
  163. package/dist/nodes/CustomerIo/GenericFunctions.d.ts.map +1 -1
  164. package/dist/nodes/CustomerIo/GenericFunctions.js +13 -23
  165. package/dist/nodes/CustomerIo/GenericFunctions.js.map +1 -1
  166. package/dist/nodes/DataTable/__schema__/v1.1.0/table/update.json +9 -0
  167. package/dist/nodes/Dropbox/__schema__/v1.0.0/folder/delete.json +21 -1
  168. package/dist/nodes/Dropbox/__schema__/v1.0.0/search/query.json +10 -1
  169. package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/fetchRequest.json +1 -1
  170. package/dist/nodes/ERPNext/__schema__/v1.0.0/document/getAll.json +19 -1
  171. package/dist/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/getAll.json +4 -1
  172. package/dist/nodes/Facebook/GenericFunctions.d.ts.map +1 -1
  173. package/dist/nodes/Facebook/GenericFunctions.js +8 -0
  174. package/dist/nodes/Facebook/GenericFunctions.js.map +1 -1
  175. package/dist/nodes/Filter/Filter.node.js +1 -1
  176. package/dist/nodes/Filter/Filter.node.js.map +1 -1
  177. package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +16 -1
  178. package/dist/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json +4 -1
  179. package/dist/nodes/Google/BusinessProfile/__schema__/v1.0.0/review/reply.json +12 -0
  180. package/dist/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json +4 -1
  181. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/create.json +4 -1
  182. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/get.json +65 -1
  183. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/label/get.json +27 -0
  184. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/delete.json +9 -0
  185. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/get.json +7 -1
  186. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/removeLabels.json +18 -0
  187. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/thread/get.json +4 -1
  188. package/dist/nodes/HaloPSA/__schema__/v1.0.0/client/get.json +18 -0
  189. package/dist/nodes/HaloPSA/__schema__/v1.0.0/site/getAll.json +15 -0
  190. package/dist/nodes/HighLevel/__schema__/v2.0.0/calendar/getFreeSlots.json +12 -1
  191. package/dist/nodes/HighLevel/__schema__/v2.0.0/contact/create.json +15 -1
  192. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.d.ts.map +1 -1
  193. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +20 -28
  194. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  195. package/dist/nodes/Hubspot/__schema__/v2.2.0/contact/upsert.json +4 -1
  196. package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +465 -1
  197. package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +155 -1
  198. package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/create.json +4 -1
  199. package/dist/nodes/Linear/__schema__/v1.1.0/issue/get.json +12 -1
  200. package/dist/nodes/Mailchimp/__schema__/v1.0.0/campaign/getAll.json +180 -1
  201. package/dist/nodes/Merge/v3/helpers/sandbox-utils.d.ts +3 -3
  202. package/dist/nodes/Merge/v3/helpers/sandbox-utils.d.ts.map +1 -1
  203. package/dist/nodes/Merge/v3/helpers/sandbox-utils.js +43 -5
  204. package/dist/nodes/Merge/v3/helpers/sandbox-utils.js.map +1 -1
  205. package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/query.json +45 -1
  206. package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/group/get.json +30 -0
  207. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.1.0/file/copy.json +9 -0
  208. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.1.0/file/download.json +89 -1
  209. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json +99 -1
  210. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json +21 -1
  211. package/dist/nodes/Notion/shared/GenericFunctions.js +1 -1
  212. package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
  213. package/dist/nodes/Notion/shared/constants.d.ts +4 -4
  214. package/dist/nodes/Notion/shared/constants.d.ts.map +1 -1
  215. package/dist/nodes/Notion/shared/constants.js +2 -2
  216. package/dist/nodes/Notion/shared/constants.js.map +1 -1
  217. package/dist/nodes/Slack/SlackTrigger.node.js +1 -1
  218. package/dist/nodes/Slack/SlackTrigger.node.js.map +1 -1
  219. package/dist/nodes/Todoist/v2/OperationHandler.d.ts.map +1 -1
  220. package/dist/nodes/Todoist/v2/OperationHandler.js +10 -2
  221. package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -1
  222. package/dist/nodes/Webhook/Webhook.node.d.ts.map +1 -1
  223. package/dist/nodes/Webhook/Webhook.node.js +1 -0
  224. package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
  225. package/dist/typecheck.tsbuildinfo +1 -1
  226. package/dist/types/credentials.json +5 -4
  227. package/dist/types/nodes.json +10 -10
  228. package/package.json +11 -10
@@ -35,9 +35,19 @@ export type CodaV11TableCreateRowParams = {
35
35
  };
36
36
  };
37
37
 
38
+ export type CodaV11TableCreateRowOutput = {
39
+ InboundMessage?: string;
40
+ LeadEmail?: string;
41
+ LeadID?: string;
42
+ LeadLinkedInURL?: string;
43
+ LeadName?: string;
44
+ MsgStatus?: string;
45
+ };
46
+
38
47
  export type CodaV11TableCreateRowNode = {
39
48
  type: 'n8n-nodes-base.coda';
40
49
  version: 1.1;
41
50
  credentials?: Credentials;
42
51
  config: NodeConfig<CodaV11TableCreateRowParams>;
52
+ output?: Items<CodaV11TableCreateRowOutput>;
43
53
  };
@@ -81,8 +81,13 @@ export type CoinGeckoV1CoinPriceOutput = {
81
81
  usd_market_cap?: number;
82
82
  };
83
83
  cardano?: {
84
+ gbp?: number;
85
+ gbp_24h_change?: number;
86
+ gbp_24h_vol?: number;
87
+ gbp_market_cap?: number;
84
88
  usd?: number;
85
89
  usd_24h_change?: number;
90
+ usd_24h_vol?: number;
86
91
  usd_market_cap?: number;
87
92
  };
88
93
  chainlink?: {
@@ -29,8 +29,15 @@ export type DropboxV1FolderDeleteOutput = {
29
29
  '.tag'?: string;
30
30
  id?: string;
31
31
  name?: string;
32
+ parent_shared_folder_id?: string;
32
33
  path_display?: string;
33
34
  path_lower?: string;
35
+ sharing_info?: {
36
+ no_access?: boolean;
37
+ parent_shared_folder_id?: string;
38
+ read_only?: boolean;
39
+ traverse_only?: boolean;
40
+ };
34
41
  };
35
42
  };
36
43
 
@@ -73,9 +73,12 @@ export type DropboxV1SearchQueryOutput = {
73
73
  rev?: string;
74
74
  server_modified?: string;
75
75
  sharing_info?: {
76
+ is_parent_shared_folder_read_only?: boolean;
76
77
  modified_by?: string;
78
+ no_access?: boolean;
77
79
  parent_shared_folder_id?: string;
78
80
  read_only?: boolean;
81
+ traverse_only?: boolean;
79
82
  };
80
83
  size?: number;
81
84
  };
@@ -139,6 +139,7 @@ export type ElasticsearchV1DocumentGetAllParams = {
139
139
 
140
140
  export type ElasticsearchV1DocumentGetAllOutput = {
141
141
  _id?: string;
142
+ timestamp?: string;
142
143
  };
143
144
 
144
145
  export type ElasticsearchV1DocumentGetAllNode = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Filter Node - Version 1
3
- * Remove items matching a condition
3
+ * Keep only items matching a condition
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Filter Node - Version 2
3
- * Remove items matching a condition
3
+ * Keep only items matching a condition
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Filter Node - Version 2.1
3
- * Remove items matching a condition
3
+ * Keep only items matching a condition
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Filter Node - Version 2.2
3
- * Remove items matching a condition
3
+ * Keep only items matching a condition
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Filter Node - Version 2.3
3
- * Remove items matching a condition
3
+ * Keep only items matching a condition
4
4
  */
5
5
 
6
6
 
@@ -103,6 +103,7 @@ export type GSuiteAdminV1UserCreateParams = {
103
103
  };
104
104
 
105
105
  export type GSuiteAdminV1UserCreateOutput = {
106
+ changePasswordAtNextLogin?: boolean;
106
107
  creationTime?: string;
107
108
  customerId?: string;
108
109
  etag?: string;
@@ -42,16 +42,36 @@ export type GSuiteAdminV1UserGetParams = {
42
42
  };
43
43
 
44
44
  export type GSuiteAdminV1UserGetOutput = {
45
+ agreedToTerms?: boolean;
46
+ archived?: boolean;
47
+ changePasswordAtNextLogin?: boolean;
45
48
  creationTime?: string;
49
+ customerId?: string;
50
+ emails?: Array<{
51
+ address?: string;
52
+ primary?: boolean;
53
+ }>;
54
+ etag?: string;
46
55
  id?: string;
56
+ includeInGlobalAddressList?: boolean;
57
+ ipWhitelisted?: boolean;
47
58
  isAdmin?: boolean;
59
+ isDelegatedAdmin?: boolean;
60
+ isEnforcedIn2Sv?: boolean;
61
+ isEnrolledIn2Sv?: boolean;
62
+ isMailboxSetup?: boolean;
48
63
  kind?: string;
64
+ languages?: Array<{
65
+ languageCode?: string;
66
+ preference?: string;
67
+ }>;
49
68
  lastLoginTime?: string;
50
69
  name?: {
51
70
  familyName?: string;
52
71
  fullName?: string;
53
72
  givenName?: string;
54
73
  };
74
+ orgUnitPath?: string;
55
75
  primaryEmail?: string;
56
76
  suspended?: boolean;
57
77
  };
@@ -60,9 +60,14 @@ export type GitlabV1FileGetOutput = {
60
60
  execute_filemode?: boolean;
61
61
  file_name?: string;
62
62
  file_path?: string;
63
+ id?: string;
63
64
  last_commit_id?: string;
65
+ mode?: string;
66
+ name?: string;
67
+ path?: string;
64
68
  ref?: string;
65
69
  size?: number;
70
+ type?: string;
66
71
  };
67
72
 
68
73
  export type GitlabV1FileGetNode = {
@@ -69,6 +69,7 @@ export type GoogleAdsV1CampaignGetAllParams = {
69
69
  export type GoogleAdsV1CampaignGetAllOutput = {
70
70
  advertisingChannelType?: string;
71
71
  amountMicros?: string;
72
+ averageCost?: number;
72
73
  averageCpm?: number;
73
74
  costMicros?: string;
74
75
  ctr?: number;
@@ -33,13 +33,13 @@ export type GoogleAnalyticsV2ReportGetParams = {
33
33
  /**
34
34
  * Start
35
35
  * @displayOptions.show { dateRange: ["custom"], propertyType: ["ga4"] }
36
- * @default 2026-03-01T00:00:00.000+00:00
36
+ * @default 2026-03-08T00:00:00.000+00:00
37
37
  */
38
38
  startDate?: string | Expression<string>;
39
39
  /**
40
40
  * End
41
41
  * @displayOptions.show { dateRange: ["custom"], propertyType: ["ga4"] }
42
- * @default 2026-03-08T00:00:00.000+00:00
42
+ * @default 2026-03-15T00:00:00.000+00:00
43
43
  */
44
44
  endDate?: string | Expression<string>;
45
45
  /**
@@ -63,9 +63,15 @@ export type GoogleBusinessProfileV1ReviewReplyParams = {
63
63
  };
64
64
  };
65
65
 
66
+ export type GoogleBusinessProfileV1ReviewReplyOutput = {
67
+ comment?: string;
68
+ updateTime?: string;
69
+ };
70
+
66
71
  export type GoogleBusinessProfileV1ReviewReplyNode = {
67
72
  type: 'n8n-nodes-base.googleBusinessProfile';
68
73
  version: 1;
69
74
  credentials?: Credentials;
70
75
  config: NodeConfig<GoogleBusinessProfileV1ReviewReplyParams>;
76
+ output?: Items<GoogleBusinessProfileV1ReviewReplyOutput>;
71
77
  };
@@ -36,6 +36,7 @@ export type GoogleChatV1SpaceGetAllOutput = {
36
36
  joinedDirectHumanUserCount?: number;
37
37
  };
38
38
  name?: string;
39
+ singleUserBotDm?: boolean;
39
40
  spaceHistoryState?: string;
40
41
  spaceThreadingState?: string;
41
42
  spaceType?: string;
@@ -23,9 +23,17 @@ export type HaloPSAV1ClientGetParams = {
23
23
  simplify?: boolean | Expression<boolean>;
24
24
  };
25
25
 
26
+ export type HaloPSAV1ClientGetOutput = {
27
+ id?: number;
28
+ is_vip?: boolean;
29
+ name?: string;
30
+ website?: string;
31
+ };
32
+
26
33
  export type HaloPSAV1ClientGetNode = {
27
34
  type: 'n8n-nodes-base.haloPSA';
28
35
  version: 1;
29
36
  credentials?: Credentials;
30
37
  config: NodeConfig<HaloPSAV1ClientGetParams>;
38
+ output?: Items<HaloPSAV1ClientGetOutput>;
31
39
  };
@@ -43,9 +43,16 @@ export type HaloPSAV1SiteGetAllParams = {
43
43
  };
44
44
  };
45
45
 
46
+ export type HaloPSAV1SiteGetAllOutput = {
47
+ client_id?: number;
48
+ id?: number;
49
+ name?: string;
50
+ };
51
+
46
52
  export type HaloPSAV1SiteGetAllNode = {
47
53
  type: 'n8n-nodes-base.haloPSA';
48
54
  version: 1;
49
55
  credentials?: Credentials;
50
56
  config: NodeConfig<HaloPSAV1SiteGetAllParams>;
57
+ output?: Items<HaloPSAV1SiteGetAllOutput>;
51
58
  };
@@ -80,6 +80,9 @@ export type HighLevelV2CalendarGetFreeSlotsParams = {
80
80
  };
81
81
 
82
82
  export type HighLevelV2CalendarGetFreeSlotsOutput = {
83
+ '2026-02-19'?: {
84
+ slots?: Array<string>;
85
+ };
83
86
  traceId?: string;
84
87
  };
85
88
 
@@ -115,6 +115,9 @@ export type HighLevelV2ContactCreateParams = {
115
115
  };
116
116
 
117
117
  export type HighLevelV2ContactCreateOutput = {
118
+ additionalEmails?: Array<{
119
+ email?: string;
120
+ }>;
118
121
  additionalPhones?: Array<{
119
122
  phone?: string;
120
123
  phoneLabel?: null;
@@ -141,6 +144,7 @@ export type HighLevelV2ContactCreateOutput = {
141
144
  lastName?: string;
142
145
  lastNameLowerCase?: string;
143
146
  locationId?: string;
147
+ source?: string;
144
148
  tags?: Array<string>;
145
149
  type?: string;
146
150
  };
@@ -61,6 +61,25 @@ export type JiraV1IssueGetParams = {
61
61
  export type JiraV1IssueGetOutput = {
62
62
  expand?: string;
63
63
  fields?: {
64
+ aggregateprogress?: {
65
+ progress?: number;
66
+ total?: number;
67
+ };
68
+ assignee?: {
69
+ accountId?: string;
70
+ accountType?: string;
71
+ active?: boolean;
72
+ avatarUrls?: {
73
+ '16x16'?: string;
74
+ '24x24'?: string;
75
+ '32x32'?: string;
76
+ '48x48'?: string;
77
+ };
78
+ displayName?: string;
79
+ emailAddress?: string;
80
+ self?: string;
81
+ timeZone?: string;
82
+ };
64
83
  attachment?: Array<{
65
84
  author?: {
66
85
  accountId?: string;
@@ -146,6 +165,97 @@ export type JiraV1IssueGetOutput = {
146
165
  self?: string;
147
166
  timeZone?: string;
148
167
  };
168
+ customfield_10001?: null;
169
+ customfield_10019?: string;
170
+ environment?: null;
171
+ issuelinks?: Array<{
172
+ id?: string;
173
+ inwardIssue?: {
174
+ fields?: {
175
+ issuetype?: {
176
+ avatarId?: number;
177
+ description?: string;
178
+ entityId?: string;
179
+ hierarchyLevel?: number;
180
+ iconUrl?: string;
181
+ id?: string;
182
+ name?: string;
183
+ self?: string;
184
+ subtask?: boolean;
185
+ };
186
+ priority?: {
187
+ iconUrl?: string;
188
+ id?: string;
189
+ name?: string;
190
+ self?: string;
191
+ };
192
+ status?: {
193
+ description?: string;
194
+ iconUrl?: string;
195
+ id?: string;
196
+ name?: string;
197
+ self?: string;
198
+ statusCategory?: {
199
+ colorName?: string;
200
+ id?: number;
201
+ key?: string;
202
+ name?: string;
203
+ self?: string;
204
+ };
205
+ };
206
+ summary?: string;
207
+ };
208
+ id?: string;
209
+ key?: string;
210
+ self?: string;
211
+ };
212
+ outwardIssue?: {
213
+ fields?: {
214
+ issuetype?: {
215
+ avatarId?: number;
216
+ description?: string;
217
+ hierarchyLevel?: number;
218
+ iconUrl?: string;
219
+ id?: string;
220
+ name?: string;
221
+ self?: string;
222
+ subtask?: boolean;
223
+ };
224
+ priority?: {
225
+ iconUrl?: string;
226
+ id?: string;
227
+ name?: string;
228
+ self?: string;
229
+ };
230
+ status?: {
231
+ description?: string;
232
+ iconUrl?: string;
233
+ id?: string;
234
+ name?: string;
235
+ self?: string;
236
+ statusCategory?: {
237
+ colorName?: string;
238
+ id?: number;
239
+ key?: string;
240
+ name?: string;
241
+ self?: string;
242
+ };
243
+ };
244
+ summary?: string;
245
+ };
246
+ id?: string;
247
+ key?: string;
248
+ self?: string;
249
+ };
250
+ self?: string;
251
+ type?: {
252
+ id?: string;
253
+ inward?: string;
254
+ name?: string;
255
+ outward?: string;
256
+ self?: string;
257
+ };
258
+ }>;
149
259
  issuetype?: {
150
260
  avatarId?: number;
151
261
  description?: string;
@@ -158,6 +268,30 @@ export type JiraV1IssueGetOutput = {
158
268
  subtask?: boolean;
159
269
  };
160
270
  labels?: Array<string>;
271
+ priority?: {
272
+ iconUrl?: string;
273
+ id?: string;
274
+ name?: string;
275
+ self?: string;
276
+ };
277
+ progress?: {
278
+ progress?: number;
279
+ total?: number;
280
+ };
281
+ project?: {
282
+ avatarUrls?: {
283
+ '16x16'?: string;
284
+ '24x24'?: string;
285
+ '32x32'?: string;
286
+ '48x48'?: string;
287
+ };
288
+ id?: string;
289
+ key?: string;
290
+ name?: string;
291
+ projectTypeKey?: string;
292
+ self?: string;
293
+ simplified?: boolean;
294
+ };
161
295
  reporter?: {
162
296
  accountId?: string;
163
297
  accountType?: string;
@@ -173,6 +307,7 @@ export type JiraV1IssueGetOutput = {
173
307
  self?: string;
174
308
  timeZone?: string;
175
309
  };
310
+ security?: null;
176
311
  status?: {
177
312
  description?: string;
178
313
  iconUrl?: string;
@@ -187,6 +322,14 @@ export type JiraV1IssueGetOutput = {
187
322
  self?: string;
188
323
  };
189
324
  };
325
+ statusCategory?: {
326
+ colorName?: string;
327
+ id?: number;
328
+ key?: string;
329
+ name?: string;
330
+ self?: string;
331
+ };
332
+ statuscategorychangedate?: string;
190
333
  subtasks?: Array<{
191
334
  fields?: {
192
335
  issuetype?: {
@@ -227,7 +370,26 @@ export type JiraV1IssueGetOutput = {
227
370
  self?: string;
228
371
  }>;
229
372
  summary?: string;
373
+ timeestimate?: null;
374
+ timeoriginalestimate?: null;
375
+ timespent?: null;
230
376
  updated?: string;
377
+ votes?: {
378
+ hasVoted?: boolean;
379
+ self?: string;
380
+ votes?: number;
381
+ };
382
+ watches?: {
383
+ isWatching?: boolean;
384
+ self?: string;
385
+ watchCount?: number;
386
+ };
387
+ worklog?: {
388
+ maxResults?: number;
389
+ startAt?: number;
390
+ total?: number;
391
+ };
392
+ workratio?: number;
231
393
  };
232
394
  id?: string;
233
395
  key?: string;
@@ -56,6 +56,21 @@ export type JiraV1IssueGetAllOutput = {
56
56
  progress?: number;
57
57
  total?: number;
58
58
  };
59
+ assignee?: {
60
+ accountId?: string;
61
+ accountType?: string;
62
+ active?: boolean;
63
+ avatarUrls?: {
64
+ '16x16'?: string;
65
+ '24x24'?: string;
66
+ '32x32'?: string;
67
+ '48x48'?: string;
68
+ };
69
+ displayName?: string;
70
+ emailAddress?: string;
71
+ self?: string;
72
+ timeZone?: string;
73
+ };
59
74
  components?: Array<{
60
75
  description?: string;
61
76
  id?: string;
@@ -131,6 +146,45 @@ export type JiraV1IssueGetAllOutput = {
131
146
  key?: string;
132
147
  self?: string;
133
148
  };
149
+ outwardIssue?: {
150
+ fields?: {
151
+ issuetype?: {
152
+ avatarId?: number;
153
+ description?: string;
154
+ entityId?: string;
155
+ hierarchyLevel?: number;
156
+ iconUrl?: string;
157
+ id?: string;
158
+ name?: string;
159
+ self?: string;
160
+ subtask?: boolean;
161
+ };
162
+ priority?: {
163
+ iconUrl?: string;
164
+ id?: string;
165
+ name?: string;
166
+ self?: string;
167
+ };
168
+ status?: {
169
+ description?: string;
170
+ iconUrl?: string;
171
+ id?: string;
172
+ name?: string;
173
+ self?: string;
174
+ statusCategory?: {
175
+ colorName?: string;
176
+ id?: number;
177
+ key?: string;
178
+ name?: string;
179
+ self?: string;
180
+ };
181
+ };
182
+ summary?: string;
183
+ };
184
+ id?: string;
185
+ key?: string;
186
+ self?: string;
187
+ };
134
188
  self?: string;
135
189
  type?: {
136
190
  id?: string;
@@ -84,6 +84,7 @@ export type LemlistV2LeadCreateOutput = {
84
84
  email?: string;
85
85
  firstName?: string;
86
86
  isPaused?: boolean;
87
+ jobTitle?: string;
87
88
  lastName?: string;
88
89
  linkedinUrl?: string;
89
90
  };
@@ -66,11 +66,69 @@ export type MailchimpV1CampaignGetAllParams = {
66
66
  };
67
67
 
68
68
  export type MailchimpV1CampaignGetAllOutput = {
69
+ _links?: Array<{
70
+ href?: string;
71
+ method?: string;
72
+ rel?: string;
73
+ schema?: string;
74
+ targetSchema?: string;
75
+ }>;
76
+ archive_url?: string;
77
+ content_type?: string;
78
+ create_time?: string;
79
+ delivery_status?: {
80
+ can_cancel?: boolean;
81
+ emails_canceled?: number;
82
+ emails_sent?: number;
83
+ enabled?: boolean;
84
+ status?: string;
85
+ };
86
+ emails_sent?: number;
69
87
  id?: string;
88
+ long_archive_url?: string;
89
+ needs_block_refresh?: boolean;
90
+ recipients?: {
91
+ list_id?: string;
92
+ list_is_active?: boolean;
93
+ list_name?: string;
94
+ recipient_count?: number;
95
+ segment_opts?: {
96
+ conditions?: Array<{
97
+ condition_type?: string;
98
+ field?: string;
99
+ op?: string;
100
+ }>;
101
+ match?: string;
102
+ };
103
+ segment_text?: string;
104
+ };
105
+ report_summary?: {
106
+ clicks?: number;
107
+ ecommerce?: {
108
+ total_orders?: number;
109
+ };
110
+ opens?: number;
111
+ subscriber_clicks?: number;
112
+ unique_opens?: number;
113
+ };
114
+ resendable?: boolean;
115
+ send_time?: string;
70
116
  settings?: {
117
+ authenticate?: boolean;
118
+ auto_footer?: boolean;
119
+ auto_tweet?: boolean;
120
+ drag_and_drop?: boolean;
121
+ fb_comments?: boolean;
122
+ folder_id?: string;
71
123
  from_name?: string;
124
+ inline_css?: boolean;
72
125
  reply_to?: string;
126
+ subject_line?: string;
127
+ template_id?: number;
128
+ timewarp?: boolean;
73
129
  title?: string;
130
+ to_name?: string;
131
+ use_conversation?: boolean;
74
132
  };
75
133
  status?: string;
76
134
  tracking?: {
@@ -82,6 +140,8 @@ export type MailchimpV1CampaignGetAllOutput = {
82
140
  opens?: boolean;
83
141
  text_clicks?: boolean;
84
142
  };
143
+ type?: string;
144
+ web_id?: number;
85
145
  };
86
146
 
87
147
  export type MailchimpV1CampaignGetAllNode = {
@@ -70,9 +70,21 @@ export type MicrosoftEntraV1GroupGetParams = {
70
70
  };
71
71
  };
72
72
 
73
+ export type MicrosoftEntraV1GroupGetOutput = {
74
+ '@odata.context'?: string;
75
+ createdDateTime?: string;
76
+ displayName?: string;
77
+ id?: string;
78
+ mailEnabled?: boolean;
79
+ mailNickname?: string;
80
+ securityEnabled?: boolean;
81
+ securityIdentifier?: string;
82
+ };
83
+
73
84
  export type MicrosoftEntraV1GroupGetNode = {
74
85
  type: 'n8n-nodes-base.microsoftEntra';
75
86
  version: 1;
76
87
  credentials?: Credentials;
77
88
  config: NodeConfig<MicrosoftEntraV1GroupGetParams>;
89
+ output?: Items<MicrosoftEntraV1GroupGetOutput>;
78
90
  };