n8n-nodes-base 2.28.0 → 2.29.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 (897) hide show
  1. package/dist/cjs/build.tsbuildinfo +1 -1
  2. package/dist/credentials/Aws.credentials.d.ts.map +1 -1
  3. package/dist/credentials/Aws.credentials.js.map +1 -1
  4. package/dist/credentials/AwsAssumeRole.credentials.d.ts.map +1 -1
  5. package/dist/credentials/AwsAssumeRole.credentials.js.map +1 -1
  6. package/dist/credentials/DatabricksOAuth2Api.credentials.d.ts.map +1 -1
  7. package/dist/credentials/DatabricksOAuth2Api.credentials.js +11 -0
  8. package/dist/credentials/DatabricksOAuth2Api.credentials.js.map +1 -1
  9. package/dist/credentials/GithubAppApi.credentials.d.ts +11 -0
  10. package/dist/credentials/GithubAppApi.credentials.d.ts.map +1 -0
  11. package/dist/credentials/GithubAppApi.credentials.js +114 -0
  12. package/dist/credentials/GithubAppApi.credentials.js.map +1 -0
  13. package/dist/credentials/GoogleApi.credentials.d.ts.map +1 -1
  14. package/dist/credentials/GoogleApi.credentials.js +13 -5
  15. package/dist/credentials/GoogleApi.credentials.js.map +1 -1
  16. package/dist/credentials/MicrosoftEntraServicePrincipalApi.credentials.d.ts +21 -0
  17. package/dist/credentials/MicrosoftEntraServicePrincipalApi.credentials.d.ts.map +1 -0
  18. package/dist/credentials/MicrosoftEntraServicePrincipalApi.credentials.js +218 -0
  19. package/dist/credentials/MicrosoftEntraServicePrincipalApi.credentials.js.map +1 -0
  20. package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js +1 -1
  21. package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js.map +1 -1
  22. package/dist/credentials/OpenAiApi.credentials.d.ts.map +1 -1
  23. package/dist/credentials/OpenAiApi.credentials.js +4 -0
  24. package/dist/credentials/OpenAiApi.credentials.js.map +1 -1
  25. package/dist/credentials/SalesforceJwtApi.credentials.d.ts.map +1 -1
  26. package/dist/credentials/SalesforceJwtApi.credentials.js +2 -2
  27. package/dist/credentials/SalesforceJwtApi.credentials.js.map +1 -1
  28. package/dist/credentials/Snowflake.credentials.d.ts.map +1 -1
  29. package/dist/credentials/Snowflake.credentials.js +7 -0
  30. package/dist/credentials/Snowflake.credentials.js.map +1 -1
  31. package/dist/credentials/common/aws/descriptions.js +2 -2
  32. package/dist/credentials/common/aws/descriptions.js.map +1 -1
  33. package/dist/credentials/common/aws/regions.d.ts +19 -0
  34. package/dist/credentials/common/aws/regions.d.ts.map +1 -0
  35. package/dist/credentials/common/aws/regions.js +200 -0
  36. package/dist/credentials/common/aws/regions.js.map +1 -0
  37. package/dist/credentials/common/aws/system-credentials-sdk.d.ts +39 -0
  38. package/dist/credentials/common/aws/system-credentials-sdk.d.ts.map +1 -0
  39. package/dist/credentials/common/aws/system-credentials-sdk.js +200 -0
  40. package/dist/credentials/common/aws/system-credentials-sdk.js.map +1 -0
  41. package/dist/credentials/common/aws/system-credentials-utils.d.ts +25 -3
  42. package/dist/credentials/common/aws/system-credentials-utils.d.ts.map +1 -1
  43. package/dist/credentials/common/aws/system-credentials-utils.js +38 -18
  44. package/dist/credentials/common/aws/system-credentials-utils.js.map +1 -1
  45. package/dist/credentials/common/aws/types.d.ts +1 -11
  46. package/dist/credentials/common/aws/types.d.ts.map +1 -1
  47. package/dist/credentials/common/aws/types.js +0 -187
  48. package/dist/credentials/common/aws/types.js.map +1 -1
  49. package/dist/credentials/common/aws/utils.d.ts +2 -8
  50. package/dist/credentials/common/aws/utils.d.ts.map +1 -1
  51. package/dist/credentials/common/aws/utils.js +9 -24
  52. package/dist/credentials/common/aws/utils.js.map +1 -1
  53. package/dist/known/credentials.json +18 -0
  54. package/dist/methods/defined.json +0 -3
  55. package/dist/methods/referenced.json +0 -3
  56. package/dist/node-definitions/.nodes-hash +1 -1
  57. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v1/resource_row/operation_delete_rows.schema.js +1 -1
  58. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v1/resource_row/operation_delete_rows.ts +19 -3
  59. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v1/resource_row/operation_update.schema.js +1 -1
  60. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v1/resource_row/operation_update.ts +19 -3
  61. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v11/resource_row/operation_delete_rows.schema.js +1 -1
  62. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v11/resource_row/operation_delete_rows.ts +19 -3
  63. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v11/resource_row/operation_update.schema.js +1 -1
  64. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v11/resource_row/operation_update.ts +19 -3
  65. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_create.schema.js +1 -1
  66. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_create.ts +2 -1
  67. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_delete.schema.js +1 -1
  68. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_delete.ts +2 -1
  69. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_edit.schema.js +1 -1
  70. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_edit.ts +2 -1
  71. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_get.schema.js +1 -1
  72. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_get.ts +2 -1
  73. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_list.schema.js +1 -1
  74. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_list.ts +2 -1
  75. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_create.schema.js +1 -1
  76. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_create.ts +2 -1
  77. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_create_comment.schema.js +1 -1
  78. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_create_comment.ts +2 -1
  79. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_edit.schema.js +1 -1
  80. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_edit.ts +2 -1
  81. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_get.schema.js +1 -1
  82. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_get.ts +2 -1
  83. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_lock.schema.js +1 -1
  84. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_lock.ts +2 -1
  85. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_organization/operation_get_members.schema.js +1 -1
  86. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_organization/operation_get_members.ts +2 -1
  87. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_organization/operation_get_repositories.schema.js +1 -1
  88. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_organization/operation_get_repositories.ts +2 -1
  89. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_close.schema.js +1 -1
  90. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_close.ts +2 -1
  91. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_create.schema.js +1 -1
  92. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_create.ts +2 -1
  93. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_create_comment.schema.js +1 -1
  94. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_create_comment.ts +2 -1
  95. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_edit_comment.schema.js +1 -1
  96. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_edit_comment.ts +2 -1
  97. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get.schema.js +1 -1
  98. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get.ts +2 -1
  99. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get_diff.schema.js +1 -1
  100. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get_diff.ts +2 -1
  101. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get_patch.schema.js +1 -1
  102. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get_patch.ts +2 -1
  103. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_merge.schema.js +1 -1
  104. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_merge.ts +2 -1
  105. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_reopen.schema.js +1 -1
  106. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_reopen.ts +2 -1
  107. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_update.schema.js +1 -1
  108. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_update.ts +2 -1
  109. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_create.schema.js +1 -1
  110. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_create.ts +2 -1
  111. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_delete.schema.js +1 -1
  112. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_delete.ts +2 -1
  113. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_get.schema.js +1 -1
  114. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_get.ts +2 -1
  115. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_get_all.schema.js +1 -1
  116. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_get_all.ts +2 -1
  117. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_update.schema.js +1 -1
  118. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_update.ts +2 -1
  119. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get.schema.js +1 -1
  120. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get.ts +2 -1
  121. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_issues.schema.js +1 -1
  122. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_issues.ts +2 -1
  123. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_license.schema.js +1 -1
  124. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_license.ts +2 -1
  125. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_profile.schema.js +1 -1
  126. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_profile.ts +2 -1
  127. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_pull_requests.schema.js +1 -1
  128. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_pull_requests.ts +2 -1
  129. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_list_popular_paths.schema.js +1 -1
  130. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_list_popular_paths.ts +2 -1
  131. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_list_referrers.schema.js +1 -1
  132. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_list_referrers.ts +2 -1
  133. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_create.schema.js +1 -1
  134. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_create.ts +2 -1
  135. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_get.schema.js +1 -1
  136. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_get.ts +2 -1
  137. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_get_all.schema.js +1 -1
  138. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_get_all.ts +2 -1
  139. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_update.schema.js +1 -1
  140. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_update.ts +2 -1
  141. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_get_repositories.schema.js +1 -1
  142. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_get_repositories.ts +2 -1
  143. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_get_user_issues.schema.js +1 -1
  144. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_get_user_issues.ts +2 -1
  145. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_invite.schema.js +1 -1
  146. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_invite.ts +2 -1
  147. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_disable.schema.js +1 -1
  148. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_disable.ts +2 -1
  149. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_dispatch.schema.js +1 -1
  150. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_dispatch.ts +2 -1
  151. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_dispatch_and_wait.schema.js +1 -1
  152. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_dispatch_and_wait.ts +2 -1
  153. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_enable.schema.js +1 -1
  154. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_enable.ts +2 -1
  155. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_get.schema.js +1 -1
  156. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_get.ts +2 -1
  157. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_get_usage.schema.js +1 -1
  158. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_get_usage.ts +2 -1
  159. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_list.schema.js +1 -1
  160. package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_list.ts +2 -1
  161. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_create.schema.js +1 -1
  162. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_create.ts +2 -1
  163. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_delete.schema.js +1 -1
  164. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_delete.ts +2 -1
  165. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_edit.schema.js +1 -1
  166. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_edit.ts +2 -1
  167. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_get.schema.js +1 -1
  168. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_get.ts +2 -1
  169. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_list.schema.js +1 -1
  170. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_list.ts +2 -1
  171. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_create.schema.js +1 -1
  172. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_create.ts +2 -1
  173. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_create_comment.schema.js +1 -1
  174. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_create_comment.ts +2 -1
  175. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_edit.schema.js +1 -1
  176. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_edit.ts +2 -1
  177. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_get.schema.js +1 -1
  178. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_get.ts +2 -1
  179. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_lock.schema.js +1 -1
  180. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_lock.ts +2 -1
  181. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_organization/operation_get_members.schema.js +1 -1
  182. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_organization/operation_get_members.ts +2 -1
  183. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_organization/operation_get_repositories.schema.js +1 -1
  184. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_organization/operation_get_repositories.ts +2 -1
  185. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_close.schema.js +1 -1
  186. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_close.ts +2 -1
  187. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_create.schema.js +1 -1
  188. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_create.ts +2 -1
  189. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_create_comment.schema.js +1 -1
  190. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_create_comment.ts +2 -1
  191. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_edit_comment.schema.js +1 -1
  192. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_edit_comment.ts +2 -1
  193. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get.schema.js +1 -1
  194. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get.ts +2 -1
  195. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get_diff.schema.js +1 -1
  196. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get_diff.ts +2 -1
  197. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get_patch.schema.js +1 -1
  198. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get_patch.ts +2 -1
  199. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_merge.schema.js +1 -1
  200. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_merge.ts +2 -1
  201. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_reopen.schema.js +1 -1
  202. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_reopen.ts +2 -1
  203. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_update.schema.js +1 -1
  204. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_update.ts +2 -1
  205. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_create.schema.js +1 -1
  206. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_create.ts +2 -1
  207. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_delete.schema.js +1 -1
  208. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_delete.ts +2 -1
  209. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_get.schema.js +1 -1
  210. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_get.ts +2 -1
  211. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_get_all.schema.js +1 -1
  212. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_get_all.ts +2 -1
  213. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_update.schema.js +1 -1
  214. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_update.ts +2 -1
  215. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get.schema.js +1 -1
  216. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get.ts +2 -1
  217. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_issues.schema.js +1 -1
  218. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_issues.ts +2 -1
  219. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_license.schema.js +1 -1
  220. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_license.ts +2 -1
  221. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_profile.schema.js +1 -1
  222. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_profile.ts +2 -1
  223. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_pull_requests.schema.js +1 -1
  224. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_pull_requests.ts +2 -1
  225. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_list_popular_paths.schema.js +1 -1
  226. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_list_popular_paths.ts +2 -1
  227. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_list_referrers.schema.js +1 -1
  228. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_list_referrers.ts +2 -1
  229. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_create.schema.js +1 -1
  230. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_create.ts +2 -1
  231. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_get.schema.js +1 -1
  232. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_get.ts +2 -1
  233. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_get_all.schema.js +1 -1
  234. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_get_all.ts +2 -1
  235. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_update.schema.js +1 -1
  236. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_update.ts +2 -1
  237. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_get_repositories.schema.js +1 -1
  238. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_get_repositories.ts +2 -1
  239. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_get_user_issues.schema.js +1 -1
  240. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_get_user_issues.ts +2 -1
  241. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_invite.schema.js +1 -1
  242. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_invite.ts +2 -1
  243. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_disable.schema.js +1 -1
  244. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_disable.ts +2 -1
  245. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_dispatch.schema.js +1 -1
  246. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_dispatch.ts +2 -1
  247. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_dispatch_and_wait.schema.js +1 -1
  248. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_dispatch_and_wait.ts +2 -1
  249. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_enable.schema.js +1 -1
  250. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_enable.ts +2 -1
  251. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_get.schema.js +1 -1
  252. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_get.ts +2 -1
  253. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_get_usage.schema.js +1 -1
  254. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_get_usage.ts +2 -1
  255. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_list.schema.js +1 -1
  256. package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_list.ts +2 -1
  257. package/dist/node-definitions/nodes/n8n-nodes-base/githubTrigger/v1.schema.js +1 -1
  258. package/dist/node-definitions/nodes/n8n-nodes-base/githubTrigger/v1.ts +2 -1
  259. package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
  260. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_append.ts +1 -1
  261. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_append_or_update.ts +1 -1
  262. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_clear.ts +1 -1
  263. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_create.ts +1 -1
  264. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_delete.ts +1 -1
  265. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_read.ts +1 -1
  266. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_remove.ts +1 -1
  267. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_update.ts +1 -1
  268. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_append.ts +1 -1
  269. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_append_or_update.ts +1 -1
  270. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_clear.ts +1 -1
  271. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_create.ts +1 -1
  272. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_delete.ts +1 -1
  273. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_read.ts +1 -1
  274. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_remove.ts +1 -1
  275. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_update.ts +1 -1
  276. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_append.ts +1 -1
  277. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_append_or_update.ts +1 -1
  278. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_clear.ts +1 -1
  279. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_create.ts +1 -1
  280. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_delete.ts +1 -1
  281. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_read.ts +1 -1
  282. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_remove.ts +1 -1
  283. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_update.ts +1 -1
  284. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_append.ts +1 -1
  285. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_append_or_update.ts +1 -1
  286. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_clear.ts +1 -1
  287. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_create.ts +1 -1
  288. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_delete.ts +1 -1
  289. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_read.ts +1 -1
  290. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_remove.ts +1 -1
  291. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_update.ts +1 -1
  292. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_append.ts +1 -1
  293. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_append_or_update.ts +1 -1
  294. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_clear.ts +1 -1
  295. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_create.ts +1 -1
  296. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_delete.ts +1 -1
  297. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_read.ts +1 -1
  298. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_remove.ts +1 -1
  299. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_update.ts +1 -1
  300. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_append.ts +1 -1
  301. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_append_or_update.ts +1 -1
  302. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_clear.ts +1 -1
  303. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_create.ts +1 -1
  304. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_delete.ts +1 -1
  305. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_read.ts +1 -1
  306. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_remove.ts +1 -1
  307. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_update.ts +1 -1
  308. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_append.ts +1 -1
  309. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_append_or_update.ts +1 -1
  310. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_clear.ts +1 -1
  311. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_create.ts +1 -1
  312. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_delete.ts +1 -1
  313. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_read.ts +1 -1
  314. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_remove.ts +1 -1
  315. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_update.ts +1 -1
  316. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_append.ts +1 -1
  317. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_append_or_update.ts +1 -1
  318. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_clear.ts +1 -1
  319. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_create.ts +1 -1
  320. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_delete.ts +1 -1
  321. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_read.ts +1 -1
  322. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_remove.ts +1 -1
  323. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_update.ts +1 -1
  324. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_append.ts +1 -1
  325. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_append_or_update.ts +1 -1
  326. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_clear.ts +1 -1
  327. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_create.ts +1 -1
  328. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_delete.ts +1 -1
  329. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_read.ts +1 -1
  330. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_remove.ts +1 -1
  331. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_update.ts +1 -1
  332. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/index.schema.js +2 -0
  333. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/index.ts +3 -0
  334. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_copy.schema.js +5 -2
  335. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_copy.ts +20 -1
  336. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_delete.schema.js +5 -2
  337. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_delete.ts +20 -1
  338. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_download.schema.js +5 -2
  339. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_download.ts +20 -1
  340. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_get.schema.js +5 -2
  341. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_get.ts +20 -1
  342. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_move.schema.js +28 -0
  343. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_move.ts +60 -0
  344. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_rename.schema.js +5 -2
  345. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_rename.ts +20 -1
  346. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_search.schema.js +6 -3
  347. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_search.ts +21 -1
  348. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_share.schema.js +5 -2
  349. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_share.ts +20 -1
  350. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_upload.schema.js +4 -1
  351. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_upload.ts +21 -2
  352. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/index.schema.js +2 -0
  353. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/index.ts +3 -0
  354. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_create.schema.js +5 -2
  355. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_create.ts +20 -1
  356. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_delete.schema.js +6 -3
  357. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_delete.ts +23 -3
  358. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_get_children.schema.js +6 -3
  359. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_get_children.ts +23 -3
  360. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_move.schema.js +28 -0
  361. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_move.ts +60 -0
  362. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_rename.schema.js +5 -2
  363. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_rename.ts +20 -1
  364. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_search.schema.js +6 -3
  365. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_search.ts +21 -1
  366. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_share.schema.js +5 -2
  367. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_share.ts +20 -1
  368. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/index.schema.js +2 -0
  369. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/index.ts +3 -0
  370. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_copy.schema.js +5 -2
  371. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_copy.ts +20 -1
  372. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_delete.schema.js +5 -2
  373. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_delete.ts +20 -1
  374. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_download.schema.js +5 -2
  375. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_download.ts +20 -1
  376. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_get.schema.js +5 -2
  377. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_get.ts +20 -1
  378. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_move.schema.js +28 -0
  379. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_move.ts +60 -0
  380. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_rename.schema.js +5 -2
  381. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_rename.ts +20 -1
  382. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_search.schema.js +6 -3
  383. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_search.ts +21 -1
  384. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_share.schema.js +5 -2
  385. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_share.ts +20 -1
  386. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_upload.schema.js +4 -1
  387. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_upload.ts +21 -2
  388. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/index.schema.js +2 -0
  389. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/index.ts +3 -0
  390. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_create.schema.js +5 -2
  391. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_create.ts +20 -1
  392. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_delete.schema.js +6 -3
  393. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_delete.ts +23 -3
  394. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_get_children.schema.js +6 -3
  395. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_get_children.ts +23 -3
  396. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_move.schema.js +28 -0
  397. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_move.ts +60 -0
  398. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_rename.schema.js +5 -2
  399. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_rename.ts +20 -1
  400. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_search.schema.js +6 -3
  401. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_search.ts +21 -1
  402. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_share.schema.js +5 -2
  403. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_share.ts +20 -1
  404. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDriveTrigger/v1.schema.js +4 -1
  405. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDriveTrigger/v1.ts +20 -1
  406. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_create.schema.js +3 -2
  407. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_create.ts +8 -1
  408. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_delete.schema.js +3 -2
  409. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_delete.ts +8 -1
  410. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_get.schema.js +3 -2
  411. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_get.ts +8 -1
  412. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_get_all.schema.js +2 -1
  413. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_get_all.ts +8 -1
  414. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_update.schema.js +3 -2
  415. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_update.ts +8 -1
  416. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_create.schema.js +3 -2
  417. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_create.ts +8 -1
  418. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_delete.schema.js +3 -2
  419. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_delete.ts +8 -1
  420. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_get.schema.js +2 -1
  421. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_get.ts +8 -1
  422. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_get_all.schema.js +2 -1
  423. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_get_all.ts +8 -1
  424. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_update.schema.js +3 -2
  425. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_update.ts +8 -1
  426. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_create.schema.js +3 -2
  427. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_create.ts +8 -1
  428. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_delete.schema.js +3 -2
  429. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_delete.ts +8 -1
  430. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_get.schema.js +2 -1
  431. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_get.ts +8 -1
  432. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_send.schema.js +3 -2
  433. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_send.ts +8 -1
  434. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_update.schema.js +3 -2
  435. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_update.ts +8 -1
  436. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.schema.js +3 -2
  437. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +10 -3
  438. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_delete.schema.js +3 -2
  439. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_delete.ts +8 -1
  440. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_get.schema.js +2 -1
  441. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_get.ts +8 -1
  442. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_get_all.schema.js +2 -1
  443. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_get_all.ts +8 -1
  444. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_update.schema.js +3 -2
  445. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_update.ts +8 -1
  446. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_create.schema.js +3 -2
  447. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_create.ts +8 -1
  448. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_delete.schema.js +3 -2
  449. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_delete.ts +8 -1
  450. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_get.schema.js +3 -2
  451. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_get.ts +8 -1
  452. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_get_all.schema.js +2 -1
  453. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_get_all.ts +8 -1
  454. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_update.schema.js +3 -2
  455. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_update.ts +8 -1
  456. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder_message/operation_get_all.schema.js +2 -1
  457. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder_message/operation_get_all.ts +8 -1
  458. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_delete.schema.js +3 -2
  459. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_delete.ts +8 -1
  460. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_get.schema.js +2 -1
  461. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_get.ts +8 -1
  462. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_get_all.schema.js +2 -1
  463. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_get_all.ts +8 -1
  464. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_move.schema.js +3 -2
  465. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_move.ts +8 -1
  466. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_reply.schema.js +2 -1
  467. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_reply.ts +8 -1
  468. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_send.schema.js +3 -2
  469. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_send.ts +8 -1
  470. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_send_and_wait.schema.js +2 -1
  471. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_send_and_wait.ts +8 -1
  472. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_update.schema.js +3 -2
  473. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_update.ts +8 -1
  474. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_add.schema.js +3 -2
  475. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_add.ts +8 -1
  476. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_download.schema.js +3 -2
  477. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_download.ts +8 -1
  478. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get.schema.js +3 -2
  479. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get.ts +8 -1
  480. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get_all.schema.js +2 -1
  481. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get_all.ts +8 -1
  482. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlookTrigger/v1.schema.js +2 -1
  483. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlookTrigger/v1.ts +8 -1
  484. package/dist/node-definitions/nodes/n8n-nodes-base/mySql/v1.schema.js +1 -1
  485. package/dist/node-definitions/nodes/n8n-nodes-base/mySql/v1.ts +11 -3
  486. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_add_note.schema.js +1 -1
  487. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_add_note.ts +4 -3
  488. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_create.schema.js +1 -1
  489. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_create.ts +4 -3
  490. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_update.schema.js +1 -1
  491. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_update.ts +4 -3
  492. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_upsert.schema.js +1 -1
  493. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_upsert.ts +4 -3
  494. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_attachment/operation_create.schema.js +1 -1
  495. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_attachment/operation_create.ts +4 -3
  496. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_attachment/operation_update.schema.js +1 -1
  497. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_attachment/operation_update.ts +4 -3
  498. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_case/operation_create.schema.js +1 -1
  499. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_case/operation_create.ts +4 -3
  500. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_case/operation_update.schema.js +1 -1
  501. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_case/operation_update.ts +4 -3
  502. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_add_note.schema.js +1 -1
  503. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_add_note.ts +4 -3
  504. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_create.schema.js +1 -1
  505. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_create.ts +4 -3
  506. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_update.schema.js +1 -1
  507. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_update.ts +4 -3
  508. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_upsert.schema.js +1 -1
  509. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_upsert.ts +4 -3
  510. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_document/operation_upload.schema.js +1 -1
  511. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_document/operation_upload.ts +4 -3
  512. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_add_note.schema.js +1 -1
  513. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_add_note.ts +4 -3
  514. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_create.schema.js +1 -1
  515. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_create.ts +4 -3
  516. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_update.schema.js +1 -1
  517. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_update.ts +4 -3
  518. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_upsert.schema.js +1 -1
  519. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_upsert.ts +4 -3
  520. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_add_note.schema.js +1 -1
  521. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_add_note.ts +4 -3
  522. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_create.schema.js +1 -1
  523. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_create.ts +4 -3
  524. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_update.schema.js +1 -1
  525. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_update.ts +4 -3
  526. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_upsert.schema.js +1 -1
  527. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_upsert.ts +4 -3
  528. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_task/operation_create.schema.js +1 -1
  529. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_task/operation_create.ts +4 -3
  530. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_task/operation_update.schema.js +1 -1
  531. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_task/operation_update.ts +4 -3
  532. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_add_note.schema.js +1 -1
  533. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_add_note.ts +4 -3
  534. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_create.schema.js +1 -1
  535. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_create.ts +4 -3
  536. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_update.schema.js +1 -1
  537. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_update.ts +4 -3
  538. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_upsert.schema.js +1 -1
  539. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_upsert.ts +4 -3
  540. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_create.schema.js +1 -1
  541. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_create.ts +4 -3
  542. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_update.schema.js +1 -1
  543. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_update.ts +4 -3
  544. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_create.schema.js +1 -1
  545. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_create.ts +4 -3
  546. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_update.schema.js +1 -1
  547. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_update.ts +4 -3
  548. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_add_note.schema.js +1 -1
  549. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_add_note.ts +4 -3
  550. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_create.schema.js +1 -1
  551. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_create.ts +4 -3
  552. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_update.schema.js +1 -1
  553. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_update.ts +4 -3
  554. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_upsert.schema.js +1 -1
  555. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_upsert.ts +4 -3
  556. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_document/operation_upload.schema.js +1 -1
  557. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_document/operation_upload.ts +4 -3
  558. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_add_note.schema.js +1 -1
  559. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_add_note.ts +4 -3
  560. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_create.schema.js +1 -1
  561. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_create.ts +4 -3
  562. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_update.schema.js +1 -1
  563. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_update.ts +4 -3
  564. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_upsert.schema.js +1 -1
  565. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_upsert.ts +4 -3
  566. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_add_note.schema.js +1 -1
  567. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_add_note.ts +4 -3
  568. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_create.schema.js +1 -1
  569. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_create.ts +4 -3
  570. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_update.schema.js +1 -1
  571. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_update.ts +4 -3
  572. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_upsert.schema.js +1 -1
  573. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_upsert.ts +4 -3
  574. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_create.schema.js +1 -1
  575. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_create.ts +4 -3
  576. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_update.schema.js +1 -1
  577. package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_update.ts +4 -3
  578. package/dist/node-definitions/nodes/n8n-nodes-base/sendInBlue/v1/resource_email/operation_send.ts +7 -7
  579. package/dist/node-definitions/nodes/n8n-nodes-base/sendInBlue/v1/resource_email/operation_send_template.ts +1 -1
  580. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/index.schema.js +6 -0
  581. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/index.ts +9 -0
  582. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_delete_scheduled.schema.js +24 -0
  583. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_delete_scheduled.ts +33 -0
  584. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_get_many_scheduled.schema.js +25 -0
  585. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_get_many_scheduled.ts +51 -0
  586. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_schedule.schema.js +31 -0
  587. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_schedule.ts +221 -0
  588. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_user/index.schema.js +2 -0
  589. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_user/index.ts +3 -0
  590. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_user/operation_lookup_by_email.schema.js +23 -0
  591. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_user/operation_lookup_by_email.ts +28 -0
  592. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/index.schema.js +6 -0
  593. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/index.ts +9 -0
  594. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_delete_scheduled.schema.js +24 -0
  595. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_delete_scheduled.ts +33 -0
  596. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_get_many_scheduled.schema.js +25 -0
  597. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_get_many_scheduled.ts +51 -0
  598. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_schedule.schema.js +31 -0
  599. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_schedule.ts +221 -0
  600. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_user/index.schema.js +2 -0
  601. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_user/index.ts +3 -0
  602. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_user/operation_lookup_by_email.schema.js +23 -0
  603. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_user/operation_lookup_by_email.ts +28 -0
  604. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/index.schema.js +6 -0
  605. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/index.ts +9 -0
  606. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_delete_scheduled.schema.js +24 -0
  607. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_delete_scheduled.ts +33 -0
  608. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_get_many_scheduled.schema.js +25 -0
  609. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_get_many_scheduled.ts +51 -0
  610. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_schedule.schema.js +31 -0
  611. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_schedule.ts +221 -0
  612. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_user/index.schema.js +2 -0
  613. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_user/index.ts +3 -0
  614. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_user/operation_lookup_by_email.schema.js +23 -0
  615. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_user/operation_lookup_by_email.ts +28 -0
  616. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/index.schema.js +6 -0
  617. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/index.ts +9 -0
  618. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_delete_scheduled.schema.js +24 -0
  619. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_delete_scheduled.ts +33 -0
  620. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_get_many_scheduled.schema.js +25 -0
  621. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_get_many_scheduled.ts +51 -0
  622. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_schedule.schema.js +31 -0
  623. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_schedule.ts +221 -0
  624. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_user/index.schema.js +2 -0
  625. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_user/index.ts +3 -0
  626. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_user/operation_lookup_by_email.schema.js +23 -0
  627. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_user/operation_lookup_by_email.ts +28 -0
  628. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/index.schema.js +6 -0
  629. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/index.ts +9 -0
  630. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_delete_scheduled.schema.js +24 -0
  631. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_delete_scheduled.ts +33 -0
  632. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_get_many_scheduled.schema.js +25 -0
  633. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_get_many_scheduled.ts +51 -0
  634. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_schedule.schema.js +31 -0
  635. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_schedule.ts +221 -0
  636. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_user/index.schema.js +2 -0
  637. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_user/index.ts +3 -0
  638. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_user/operation_lookup_by_email.schema.js +23 -0
  639. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_user/operation_lookup_by_email.ts +28 -0
  640. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/index.schema.js +6 -0
  641. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/index.ts +9 -0
  642. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_delete_scheduled.schema.js +24 -0
  643. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_delete_scheduled.ts +33 -0
  644. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_get_many_scheduled.schema.js +25 -0
  645. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_get_many_scheduled.ts +51 -0
  646. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_schedule.schema.js +31 -0
  647. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_schedule.ts +221 -0
  648. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/index.schema.js +2 -0
  649. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/index.ts +3 -0
  650. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_lookup_by_email.schema.js +23 -0
  651. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_lookup_by_email.ts +28 -0
  652. package/dist/nodes/Aws/S3/V1/AwsS3V1.node.js +3 -3
  653. package/dist/nodes/Aws/S3/V2/AwsS3V2.node.js +3 -3
  654. package/dist/nodes/Brevo/EmailDescription.js +10 -10
  655. package/dist/nodes/Brevo/EmailDescription.js.map +1 -1
  656. package/dist/nodes/Brevo/GenericFunctions.d.ts +1 -1
  657. package/dist/nodes/Brevo/GenericFunctions.d.ts.map +1 -1
  658. package/dist/nodes/Brevo/GenericFunctions.js +2 -2
  659. package/dist/nodes/Brevo/GenericFunctions.js.map +1 -1
  660. package/dist/nodes/Code/ExecutionError.d.ts +2 -2
  661. package/dist/nodes/Code/ExecutionError.d.ts.map +1 -1
  662. package/dist/nodes/Code/ExecutionError.js +2 -2
  663. package/dist/nodes/Code/ExecutionError.js.map +1 -1
  664. package/dist/nodes/Code/ValidationError.d.ts +2 -2
  665. package/dist/nodes/Code/ValidationError.d.ts.map +1 -1
  666. package/dist/nodes/Code/ValidationError.js +2 -2
  667. package/dist/nodes/Code/ValidationError.js.map +1 -1
  668. package/dist/nodes/Code/errors/WrappedExecutionError.d.ts +2 -2
  669. package/dist/nodes/Code/errors/WrappedExecutionError.d.ts.map +1 -1
  670. package/dist/nodes/Code/errors/WrappedExecutionError.js +2 -2
  671. package/dist/nodes/Code/errors/WrappedExecutionError.js.map +1 -1
  672. package/dist/nodes/Crypto/v2/CryptoV2.node.d.ts.map +1 -1
  673. package/dist/nodes/Crypto/v2/CryptoV2.node.js +4 -4
  674. package/dist/nodes/Crypto/v2/CryptoV2.node.js.map +1 -1
  675. package/dist/nodes/DataTable/actions/row/delete.operation.js +1 -1
  676. package/dist/nodes/DataTable/actions/row/delete.operation.js.map +1 -1
  677. package/dist/nodes/DataTable/actions/row/update.operation.js +1 -1
  678. package/dist/nodes/DataTable/actions/row/update.operation.js.map +1 -1
  679. package/dist/nodes/ExecuteCommand/ExecuteCommand.node.d.ts.map +1 -1
  680. package/dist/nodes/ExecuteCommand/ExecuteCommand.node.js +55 -14
  681. package/dist/nodes/ExecuteCommand/ExecuteCommand.node.js.map +1 -1
  682. package/dist/nodes/Facebook/FacebookGraphApi.node.d.ts.map +1 -1
  683. package/dist/nodes/Facebook/FacebookGraphApi.node.js +17 -7
  684. package/dist/nodes/Facebook/FacebookGraphApi.node.js.map +1 -1
  685. package/dist/nodes/Facebook/FacebookTrigger.node.d.ts.map +1 -1
  686. package/dist/nodes/Facebook/FacebookTrigger.node.js +3 -0
  687. package/dist/nodes/Facebook/FacebookTrigger.node.js.map +1 -1
  688. package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.d.ts.map +1 -1
  689. package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js +3 -0
  690. package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js.map +1 -1
  691. package/dist/nodes/Ftp/Ftp.node.d.ts.map +1 -1
  692. package/dist/nodes/Ftp/Ftp.node.js +4 -3
  693. package/dist/nodes/Ftp/Ftp.node.js.map +1 -1
  694. package/dist/nodes/Github/GenericFunctions.d.ts.map +1 -1
  695. package/dist/nodes/Github/GenericFunctions.js +6 -0
  696. package/dist/nodes/Github/GenericFunctions.js.map +1 -1
  697. package/dist/nodes/Github/Github.node.d.ts.map +1 -1
  698. package/dist/nodes/Github/Github.node.js +13 -0
  699. package/dist/nodes/Github/Github.node.js.map +1 -1
  700. package/dist/nodes/Github/GithubTrigger.node.d.ts.map +1 -1
  701. package/dist/nodes/Github/GithubTrigger.node.js +13 -0
  702. package/dist/nodes/Github/GithubTrigger.node.js.map +1 -1
  703. package/dist/nodes/Google/GenericFunctions.d.ts.map +1 -1
  704. package/dist/nodes/Google/GenericFunctions.js +2 -2
  705. package/dist/nodes/Google/GenericFunctions.js.map +1 -1
  706. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +1 -1
  707. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
  708. package/dist/nodes/HttpRequest/GenericFunctions.d.ts.map +1 -1
  709. package/dist/nodes/HttpRequest/GenericFunctions.js +5 -5
  710. package/dist/nodes/HttpRequest/GenericFunctions.js.map +1 -1
  711. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.d.ts.map +1 -1
  712. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +2 -1
  713. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  714. package/dist/nodes/Jwt/Jwt.node.d.ts.map +1 -1
  715. package/dist/nodes/Jwt/Jwt.node.js +6 -6
  716. package/dist/nodes/Jwt/Jwt.node.js.map +1 -1
  717. package/dist/nodes/MQTT/GenericFunctions.d.ts.map +1 -1
  718. package/dist/nodes/MQTT/GenericFunctions.js +4 -4
  719. package/dist/nodes/MQTT/GenericFunctions.js.map +1 -1
  720. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.d.ts.map +1 -1
  721. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js +39 -2
  722. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js.map +1 -1
  723. package/dist/nodes/Microsoft/OneDrive/FileDescription.d.ts.map +1 -1
  724. package/dist/nodes/Microsoft/OneDrive/FileDescription.js +90 -1
  725. package/dist/nodes/Microsoft/OneDrive/FileDescription.js.map +1 -1
  726. package/dist/nodes/Microsoft/OneDrive/FolderDescription.d.ts.map +1 -1
  727. package/dist/nodes/Microsoft/OneDrive/FolderDescription.js +91 -0
  728. package/dist/nodes/Microsoft/OneDrive/FolderDescription.js.map +1 -1
  729. package/dist/nodes/Microsoft/OneDrive/GenericFunctions.d.ts +57 -5
  730. package/dist/nodes/Microsoft/OneDrive/GenericFunctions.d.ts.map +1 -1
  731. package/dist/nodes/Microsoft/OneDrive/GenericFunctions.js +156 -12
  732. package/dist/nodes/Microsoft/OneDrive/GenericFunctions.js.map +1 -1
  733. package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.d.ts.map +1 -1
  734. package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.js +143 -22
  735. package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.js.map +1 -1
  736. package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.d.ts.map +1 -1
  737. package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.js +29 -2
  738. package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.js.map +1 -1
  739. package/dist/nodes/Microsoft/OneDrive/descriptions/TargetDescription.d.ts +19 -0
  740. package/dist/nodes/Microsoft/OneDrive/descriptions/TargetDescription.d.ts.map +1 -0
  741. package/dist/nodes/Microsoft/OneDrive/descriptions/TargetDescription.js +93 -0
  742. package/dist/nodes/Microsoft/OneDrive/descriptions/TargetDescription.js.map +1 -0
  743. package/dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.d.ts.map +1 -1
  744. package/dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.js +27 -0
  745. package/dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.js.map +1 -1
  746. package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.d.ts.map +1 -1
  747. package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.js +27 -0
  748. package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.js.map +1 -1
  749. package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.d.ts +1 -0
  750. package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.d.ts.map +1 -1
  751. package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.js +1 -0
  752. package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.js.map +1 -1
  753. package/dist/nodes/Microsoft/Outlook/v2/descriptions/mailbox.description.d.ts +15 -0
  754. package/dist/nodes/Microsoft/Outlook/v2/descriptions/mailbox.description.d.ts.map +1 -0
  755. package/dist/nodes/Microsoft/Outlook/v2/descriptions/mailbox.description.js +38 -0
  756. package/dist/nodes/Microsoft/Outlook/v2/descriptions/mailbox.description.js.map +1 -0
  757. package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.d.ts +7 -1
  758. package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.d.ts.map +1 -1
  759. package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.js +34 -0
  760. package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.js.map +1 -1
  761. package/dist/nodes/Microsoft/Outlook/v2/transport/index.d.ts +14 -2
  762. package/dist/nodes/Microsoft/Outlook/v2/transport/index.d.ts.map +1 -1
  763. package/dist/nodes/Microsoft/Outlook/v2/transport/index.js +49 -7
  764. package/dist/nodes/Microsoft/Outlook/v2/transport/index.js.map +1 -1
  765. package/dist/nodes/MongoDb/GenericFunctions.d.ts.map +1 -1
  766. package/dist/nodes/MongoDb/GenericFunctions.js +4 -4
  767. package/dist/nodes/MongoDb/GenericFunctions.js.map +1 -1
  768. package/dist/nodes/MySql/v1/MySqlV1.node.d.ts.map +1 -1
  769. package/dist/nodes/MySql/v1/MySqlV1.node.js +41 -6
  770. package/dist/nodes/MySql/v1/MySqlV1.node.js.map +1 -1
  771. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts.map +1 -1
  772. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js +32 -21
  773. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js.map +1 -1
  774. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.d.ts.map +1 -1
  775. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js +37 -24
  776. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -1
  777. package/dist/nodes/MySql/v2/actions/database/insert.operation.d.ts.map +1 -1
  778. package/dist/nodes/MySql/v2/actions/database/insert.operation.js +40 -27
  779. package/dist/nodes/MySql/v2/actions/database/insert.operation.js.map +1 -1
  780. package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts.map +1 -1
  781. package/dist/nodes/MySql/v2/actions/database/select.operation.js +39 -26
  782. package/dist/nodes/MySql/v2/actions/database/select.operation.js.map +1 -1
  783. package/dist/nodes/MySql/v2/actions/database/update.operation.d.ts.map +1 -1
  784. package/dist/nodes/MySql/v2/actions/database/update.operation.js +43 -30
  785. package/dist/nodes/MySql/v2/actions/database/update.operation.js.map +1 -1
  786. package/dist/nodes/MySql/v2/actions/database/upsert.operation.d.ts.map +1 -1
  787. package/dist/nodes/MySql/v2/actions/database/upsert.operation.js +44 -31
  788. package/dist/nodes/MySql/v2/actions/database/upsert.operation.js.map +1 -1
  789. package/dist/nodes/MySql/v2/helpers/interfaces.d.ts +1 -0
  790. package/dist/nodes/MySql/v2/helpers/interfaces.d.ts.map +1 -1
  791. package/dist/nodes/MySql/v2/helpers/utils.d.ts +4 -26
  792. package/dist/nodes/MySql/v2/helpers/utils.d.ts.map +1 -1
  793. package/dist/nodes/MySql/v2/helpers/utils.js +28 -17
  794. package/dist/nodes/MySql/v2/helpers/utils.js.map +1 -1
  795. package/dist/nodes/MySql/v2/transport/index.d.ts.map +1 -1
  796. package/dist/nodes/MySql/v2/transport/index.js +6 -6
  797. package/dist/nodes/MySql/v2/transport/index.js.map +1 -1
  798. package/dist/nodes/Notion/NotionTrigger.node.d.ts.map +1 -1
  799. package/dist/nodes/Notion/NotionTrigger.node.js +2 -1
  800. package/dist/nodes/Notion/NotionTrigger.node.js.map +1 -1
  801. package/dist/nodes/Postgres/transport/index.d.ts +2 -0
  802. package/dist/nodes/Postgres/transport/index.d.ts.map +1 -1
  803. package/dist/nodes/Postgres/transport/index.js +24 -16
  804. package/dist/nodes/Postgres/transport/index.js.map +1 -1
  805. package/dist/nodes/Postgres/v2/actions/router.d.ts.map +1 -1
  806. package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
  807. package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -24
  808. package/dist/nodes/Postgres/v2/helpers/utils.d.ts.map +1 -1
  809. package/dist/nodes/RabbitMQ/GenericFunctions.d.ts.map +1 -1
  810. package/dist/nodes/RabbitMQ/GenericFunctions.js +4 -5
  811. package/dist/nodes/RabbitMQ/GenericFunctions.js.map +1 -1
  812. package/dist/nodes/RespondToWebhook/RespondToWebhook.node.d.ts.map +1 -1
  813. package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js +2 -1
  814. package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js.map +1 -1
  815. package/dist/nodes/S3/S3.node.js +3 -3
  816. package/dist/nodes/Salesforce/AccountDescription.d.ts.map +1 -1
  817. package/dist/nodes/Salesforce/AccountDescription.js +93 -21
  818. package/dist/nodes/Salesforce/AccountDescription.js.map +1 -1
  819. package/dist/nodes/Salesforce/AttachmentDescription.d.ts.map +1 -1
  820. package/dist/nodes/Salesforce/AttachmentDescription.js +62 -14
  821. package/dist/nodes/Salesforce/AttachmentDescription.js.map +1 -1
  822. package/dist/nodes/Salesforce/CaseDescription.d.ts.map +1 -1
  823. package/dist/nodes/Salesforce/CaseDescription.js +62 -14
  824. package/dist/nodes/Salesforce/CaseDescription.js.map +1 -1
  825. package/dist/nodes/Salesforce/ContactDescription.d.ts.map +1 -1
  826. package/dist/nodes/Salesforce/ContactDescription.js +93 -21
  827. package/dist/nodes/Salesforce/ContactDescription.js.map +1 -1
  828. package/dist/nodes/Salesforce/DocumentDescription.d.ts.map +1 -1
  829. package/dist/nodes/Salesforce/DocumentDescription.js +31 -7
  830. package/dist/nodes/Salesforce/DocumentDescription.js.map +1 -1
  831. package/dist/nodes/Salesforce/GenericFunctions.d.ts +7 -0
  832. package/dist/nodes/Salesforce/GenericFunctions.d.ts.map +1 -1
  833. package/dist/nodes/Salesforce/GenericFunctions.js +35 -2
  834. package/dist/nodes/Salesforce/GenericFunctions.js.map +1 -1
  835. package/dist/nodes/Salesforce/LeadDescription.d.ts.map +1 -1
  836. package/dist/nodes/Salesforce/LeadDescription.js +93 -21
  837. package/dist/nodes/Salesforce/LeadDescription.js.map +1 -1
  838. package/dist/nodes/Salesforce/OpportunityDescription.d.ts.map +1 -1
  839. package/dist/nodes/Salesforce/OpportunityDescription.js +93 -21
  840. package/dist/nodes/Salesforce/OpportunityDescription.js.map +1 -1
  841. package/dist/nodes/Salesforce/Salesforce.node.d.ts +6 -4
  842. package/dist/nodes/Salesforce/Salesforce.node.d.ts.map +1 -1
  843. package/dist/nodes/Salesforce/Salesforce.node.js +149 -121
  844. package/dist/nodes/Salesforce/Salesforce.node.js.map +1 -1
  845. package/dist/nodes/Salesforce/TaskDescription.d.ts.map +1 -1
  846. package/dist/nodes/Salesforce/TaskDescription.js +62 -14
  847. package/dist/nodes/Salesforce/TaskDescription.js.map +1 -1
  848. package/dist/nodes/Schedule/GenericFunctions.d.ts +17 -1
  849. package/dist/nodes/Schedule/GenericFunctions.d.ts.map +1 -1
  850. package/dist/nodes/Schedule/GenericFunctions.js +67 -5
  851. package/dist/nodes/Schedule/GenericFunctions.js.map +1 -1
  852. package/dist/nodes/Schedule/ScheduleTrigger.node.d.ts.map +1 -1
  853. package/dist/nodes/Schedule/ScheduleTrigger.node.js +8 -0
  854. package/dist/nodes/Schedule/ScheduleTrigger.node.js.map +1 -1
  855. package/dist/nodes/Slack/V2/MessageDescription.d.ts.map +1 -1
  856. package/dist/nodes/Slack/V2/MessageDescription.js +145 -10
  857. package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
  858. package/dist/nodes/Slack/V2/SlackV2.node.d.ts.map +1 -1
  859. package/dist/nodes/Slack/V2/SlackV2.node.js +72 -1
  860. package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
  861. package/dist/nodes/Slack/V2/UserDescription.d.ts.map +1 -1
  862. package/dist/nodes/Slack/V2/UserDescription.js +24 -0
  863. package/dist/nodes/Slack/V2/UserDescription.js.map +1 -1
  864. package/dist/nodes/Snowflake/GenericFunctions.d.ts +1 -1
  865. package/dist/nodes/Snowflake/GenericFunctions.d.ts.map +1 -1
  866. package/dist/nodes/Snowflake/GenericFunctions.js +7 -2
  867. package/dist/nodes/Snowflake/GenericFunctions.js.map +1 -1
  868. package/dist/nodes/Snowflake/Snowflake.node.d.ts.map +1 -1
  869. package/dist/nodes/Snowflake/Snowflake.node.js +7 -0
  870. package/dist/nodes/Snowflake/Snowflake.node.js.map +1 -1
  871. package/dist/nodes/Ssh/Ssh.node.d.ts.map +1 -1
  872. package/dist/nodes/Ssh/Ssh.node.js +3 -3
  873. package/dist/nodes/Ssh/Ssh.node.js.map +1 -1
  874. package/dist/nodes/Webhook/error.d.ts +2 -2
  875. package/dist/nodes/Webhook/error.d.ts.map +1 -1
  876. package/dist/nodes/Webhook/error.js +2 -2
  877. package/dist/nodes/Webhook/error.js.map +1 -1
  878. package/dist/nodes/Webhook/utils.d.ts.map +1 -1
  879. package/dist/nodes/Webhook/utils.js +2 -2
  880. package/dist/nodes/Webhook/utils.js.map +1 -1
  881. package/dist/nodes/WhatsApp/WhatsApp.node.json +1 -0
  882. package/dist/nodes/WhatsApp/WhatsAppTrigger.node.d.ts.map +1 -1
  883. package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js +3 -0
  884. package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js.map +1 -1
  885. package/dist/nodes/WooCommerce/WooCommerce.node.d.ts.map +1 -1
  886. package/dist/nodes/WooCommerce/WooCommerce.node.js +400 -375
  887. package/dist/nodes/WooCommerce/WooCommerce.node.js.map +1 -1
  888. package/dist/types/credentials.json +7 -5
  889. package/dist/types/nodes.json +19 -19
  890. package/dist/utils/connection-pool-manager.d.ts.map +1 -1
  891. package/dist/utils/connection-pool-manager.js +1 -2
  892. package/dist/utils/connection-pool-manager.js.map +1 -1
  893. package/dist/utils/utilities.d.ts +0 -6
  894. package/dist/utils/utilities.d.ts.map +1 -1
  895. package/dist/utils/utilities.js +0 -53
  896. package/dist/utils/utilities.js.map +1 -1
  897. package/package.json +36 -19
@@ -1 +1 @@
1
- {"version":3,"file":"WooCommerce.node.js","sourceRoot":"","sources":["../../../nodes/WooCommerce/WooCommerce.node.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"WooCommerce.node.js","sourceRoot":"","sources":["../../../nodes/WooCommerce/WooCommerce.node.ts"],"names":[],"mappings":"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"}
@@ -63,7 +63,7 @@
63
63
  {"name":"currentsApi","displayName":"Currents API","documentationUrl":"https://docs.currents.dev/api","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":"","required":true,"description":"API key from Currents Dashboard (Organization > API & Record Keys)"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://api.currents.dev/v1","url":"/projects","method":"GET"}},"supportedNodes":["currents","currentsTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Currents/currents.svg"},
64
64
  {"name":"customerIoApi","displayName":"Customer.io API","documentationUrl":"customerio","properties":[{"displayName":"Tracking API Key","name":"trackingApiKey","type":"string","typeOptions":{"password":true},"default":"","description":"Required for tracking API","required":true},{"displayName":"Region","name":"region","type":"options","options":[{"name":"EU region","value":"track-eu.customer.io"},{"name":"Global region","value":"track.customer.io"}],"default":"track.customer.io","description":"Should be set based on your account region","hint":"The region will be omitted when being used with the HTTP node","required":true},{"displayName":"Tracking Site ID","name":"trackingSiteId","type":"string","default":"","description":"Required for tracking API"},{"displayName":"App API Key","name":"appApiKey","type":"string","typeOptions":{"password":true},"default":"","description":"Required for App API"},{"displayName":"Webhook Signing Key","name":"webhookSigningKey","type":"string","typeOptions":{"password":true},"default":"","description":"Used to verify webhook authenticity. Found in Customer.io under Integrations → Reporting Webhooks."}],"supportedNodes":["customerIo","customerIoTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.svg","dark":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.dark.svg"},"authenticate":{}},
65
65
  {"name":"databricksApi","displayName":"Databricks","documentationUrl":"https://docs.databricks.com/dev-tools/api/latest/authentication.html","properties":[{"displayName":"Host","name":"host","type":"string","default":"","placeholder":"https://adb-xxxxx.xx.azure.databricks.com","required":true,"description":"Domain of your Databricks workspace"},{"displayName":"Personal Access Token","name":"token","type":"string","typeOptions":{"password":true},"default":"","placeholder":"dapixxxxxxxxxxxxxxxxxxxxxx","required":true,"description":"Databricks personal access token"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.token}}"}}},"test":{"request":{"baseURL":"={{$credentials.host}}","url":"/api/2.0/preview/scim/v2/Me","method":"GET"}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/databricks.svg","supportedNodes":["databricks"]},
66
- {"name":"databricksOAuth2Api","extends":["oAuth2Api"],"displayName":"Databricks OAuth2 API","documentationUrl":"https://docs.databricks.com/dev-tools/api/latest/authentication.html","properties":[{"displayName":"Host","name":"host","type":"string","default":"","placeholder":"https://adb-xxxxx.xx.azure.databricks.com","required":true,"description":"Domain of your Databricks workspace"},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"clientCredentials"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"={{$self[\"host\"]}}/oidc/v1/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"all-apis"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"test":{"request":{"baseURL":"={{$credentials.host}}","url":"/api/2.0/preview/scim/v2/Me","method":"GET"}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/databricks.svg","supportedNodes":["databricks"]},
66
+ {"name":"databricksOAuth2Api","extends":["oAuth2Api"],"displayName":"Databricks OAuth2 API","documentationUrl":"https://docs.databricks.com/dev-tools/api/latest/authentication.html","properties":[{"displayName":"Host","name":"host","type":"string","default":"","placeholder":"https://adb-xxxxx.xx.azure.databricks.com","required":true,"description":"Domain of your Databricks workspace"},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"clientCredentials"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"={{$self[\"host\"]}}/oidc/v1/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"all-apis"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"},{"displayName":"Token Expired Status Code","name":"tokenExpiredStatusCode","type":"number","default":401,"description":"HTTP status code that indicates the token has expired. Some APIs return 403 instead of 401."}],"test":{"request":{"baseURL":"={{$credentials.host}}","url":"/api/2.0/preview/scim/v2/Me","method":"GET"}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/databricks.svg","supportedNodes":["databricks"]},
67
67
  {"name":"datadogApi","displayName":"Datadog API","documentationUrl":"datadog","httpRequestNode":{"name":"Datadog","docsUrl":"https://docs.datadoghq.com/api/latest/","apiBaseUrlPlaceholder":"https://api.datadoghq.com/api/v1/metrics"},"properties":[{"displayName":"URL","name":"url","required":true,"type":"string","default":"https://api.datadoghq.com"},{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""},{"displayName":"APP Key","name":"appKey","required":false,"type":"string","default":"","typeOptions":{"password":true},"description":"For some endpoints, you also need an Application key."}],"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/api/v1/validate","method":"GET"}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/Datadog.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/Datadog.svg"},"supportedNodes":[],"authenticate":{}},
68
68
  {"name":"deepLApi","displayName":"DeepL API","documentationUrl":"deepl","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"API Plan","name":"apiPlan","type":"options","options":[{"name":"Pro Plan","value":"pro"},{"name":"Free Plan","value":"free"}],"default":"pro"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"={{ \"DeepL-Auth-Key \" + $credentials.apiKey }}"}}},"test":{"request":{"baseURL":"={{$credentials.apiPlan === \"pro\" ? \"https://api.deepl.com/v2\" : \"https://api-free.deepl.com/v2\" }}","url":"/usage"}},"supportedNodes":["deepL"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/DeepL/deepl.svg","dark":"icons/n8n-nodes-base/dist/nodes/DeepL/deepL.dark.svg"}},
69
69
  {"name":"demioApi","displayName":"Demio API","documentationUrl":"demio","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"API Secret","name":"apiSecret","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["demio"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Demio/demio.svg"},
@@ -111,6 +111,7 @@
111
111
  {"name":"ghostAdminApi","displayName":"Ghost Admin API","documentationUrl":"ghost","properties":[{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://localhost:3001"},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/ghost/api/v2/admin/pages/"}},"supportedNodes":["ghost"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Ghost/ghost.svg","authenticate":{}},
112
112
  {"name":"ghostContentApi","displayName":"Ghost Content API","documentationUrl":"ghost","properties":[{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://localhost:3001"},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/ghost/api/v3/content/settings/","method":"GET"}},"supportedNodes":["ghost"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Ghost/ghost.svg","authenticate":{}},
113
113
  {"name":"githubApi","displayName":"GitHub API","documentationUrl":"github","properties":[{"displayName":"Github Server","name":"server","type":"string","default":"https://api.github.com","description":"The server to connect to. Only has to be set if Github Enterprise is used."},{"displayName":"User","name":"user","type":"string","default":""},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=token {{$credentials?.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials?.server}}","url":"/user","method":"GET"}},"supportedNodes":["github","githubTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
114
+ {"name":"githubAppApi","displayName":"GitHub App API","documentationUrl":"github","properties":[{"displayName":"GitHub Server","name":"server","type":"string","default":"https://api.github.com","description":"The server to connect to. Only has to be set if Github Enterprise is used."},{"displayName":"App ID or Client ID","name":"appId","type":"string","required":true,"default":""},{"displayName":"Installation ID","name":"installationId","type":"string","required":true,"default":""},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"password":true},"required":true,"default":"","description":"PEM private key from the GitHub App"},{"displayName":"Access Token","name":"accessToken","type":"hidden","typeOptions":{"expirable":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.accessToken}}","Accept":"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28"}}},"test":{"request":{"baseURL":"={{$credentials?.server}}","url":"/installation/repositories"}},"supportedNodes":["github","githubTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
114
115
  {"name":"githubOAuth2Api","extends":["oAuth2Api"],"displayName":"GitHub OAuth2 API","documentationUrl":"github","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Github Server","name":"server","type":"string","default":"https://api.github.com","description":"The server to connect to. Only has to be set if Github Enterprise is used."},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"={{$self[\"server\"] === \"https://api.github.com\" ? \"https://github.com\" : $self[\"server\"].split(\"://\")[0] + \"://\" + $self[\"server\"].split(\"://\")[1].split(\"/\")[0]}}/login/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"={{$self[\"server\"] === \"https://api.github.com\" ? \"https://github.com\" : $self[\"server\"].split(\"://\")[0] + \"://\" + $self[\"server\"].split(\"://\")[1].split(\"/\")[0]}}/login/oauth/access_token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"repo,admin:repo_hook,admin:org,admin:org_hook,gist,notifications,user,write:packages,read:packages,delete:packages,workflow"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"supportedNodes":["github","githubTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
115
116
  {"name":"gitlabApi","displayName":"GitLab API","documentationUrl":"gitlab","properties":[{"displayName":"Gitlab Server","name":"server","type":"string","default":"https://gitlab.com"},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Private-Token":"={{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials.server.replace(new RegExp(\"/$\"), \"\") + \"/api/v4\" }}","url":"/personal_access_tokens/self"}},"supportedNodes":["gitlab","gitlabTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
116
117
  {"name":"gitlabOAuth2Api","extends":["oAuth2Api"],"displayName":"GitLab OAuth2 API","documentationUrl":"gitlab","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Gitlab Server","name":"server","type":"string","default":"https://gitlab.com"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"={{$self[\"server\"]}}/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"={{$self[\"server\"]}}/oauth/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"api"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"supportedNodes":["gitlab","gitlabTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
@@ -120,7 +121,7 @@
120
121
  {"name":"gongOAuth2Api","extends":["oAuth2Api"],"displayName":"Gong OAuth2 API","documentationUrl":"gong","properties":[{"displayName":"Base URL","name":"baseUrl","type":"string","default":"https://api.gong.io"},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://app.gong.io/oauth2/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://app.gong.io/oauth2/generate-customer-token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"api:calls:read:transcript api:provisioning:read api:workspaces:read api:meetings:user:delete api:crm:get-objects api:data-privacy:delete api:crm:schema api:flows:write api:crm:upload api:meetings:integration:status api:calls:read:extensive api:meetings:user:update api:integration-settings:write api:settings:scorecards:read api:stats:scorecards api:stats:interaction api:stats:user-actions api:crm:integration:delete api:calls:read:basic api:calls:read:media-url api:digital-interactions:write api:crm:integrations:read api:library:read api:data-privacy:read api:users:read api:logs:read api:calls:create api:meetings:user:create api:stats:user-actions:detailed api:settings:trackers:read api:crm:integration:register api:provisioning:read-write api:engagement-data:write api:permission-profile:read api:permission-profile:write api:flows:read api:crm-calls:manual-association:read"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"supportedNodes":["gong"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gong/gong.svg"},
121
122
  {"name":"googleAdsOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Ads OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Developer Token","name":"developerToken","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/adwords"}],"supportedNodes":["googleAds"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Ads/googleAds.svg"},
122
123
  {"name":"googleAnalyticsOAuth2","extends":["googleOAuth2Api"],"displayName":"Google Analytics OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.readonly"}],"supportedNodes":["googleAnalytics"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg"},
123
- {"name":"googleApi","displayName":"Google Service Account API","documentationUrl":"google/service-account","properties":[{"displayName":"Region","name":"region","type":"options","options":[{"name":"Africa (Johannesburg) - africa-south1","value":"africa-south1"},{"name":"Asia Pacific (Changhua County) - asia-east1","value":"asia-east1"},{"name":"Asia Pacific (Hong Kong) - asia-east2","value":"asia-east2"},{"name":"Asia Pacific (Tokyo) - asia-northeast1","value":"asia-northeast1"},{"name":"Asia Pacific (Osaka) - asia-northeast2","value":"asia-northeast2"},{"name":"Asia Pacific (Seoul) - asia-northeast3","value":"asia-northeast3"},{"name":"Asia Pacific (Mumbai) - asia-south1","value":"asia-south1"},{"name":"Asia Pacific (Delhi) - asia-south2","value":"asia-south2"},{"name":"Asia Pacific (Jurong West) - asia-southeast1","value":"asia-southeast1"},{"name":"Asia Pacific (Jakarta) - asia-southeast2","value":"asia-southeast2"},{"name":"Asia Pacific (Sydney) - australia-southeast1","value":"australia-southeast1"},{"name":"Asia Pacific (Melbourne) - australia-southeast2","value":"australia-southeast2"},{"name":"Europe (Warsaw) - europe-central2","value":"europe-central2"},{"name":"Europe (Hamina) - europe-north1","value":"europe-north1"},{"name":"Europe (Madrid) - europe-southwest1","value":"europe-southwest1"},{"name":"Europe (St. Ghislain) - europe-west1","value":"europe-west1"},{"name":"Europe (Berlin) - europe-west10","value":"europe-west10"},{"name":"Europe (Turin) - europe-west12","value":"europe-west12"},{"name":"Europe (London) - europe-west2","value":"europe-west2"},{"name":"Europe (Frankfurt) - europe-west3","value":"europe-west3"},{"name":"Europe (Eemshaven) - europe-west4","value":"europe-west4"},{"name":"Europe (Zurich) - europe-west6","value":"europe-west6"},{"name":"Europe (Milan) - europe-west8","value":"europe-west8"},{"name":"Europe (Paris) - europe-west9","value":"europe-west9"},{"name":"Middle East (Doha) - me-central1","value":"me-central1"},{"name":"Middle East (Dammam) - me-central2","value":"me-central2"},{"name":"Middle East (Tel Aviv) - me-west1","value":"me-west1"},{"name":"Americas (Montréal) - northamerica-northeast1","value":"northamerica-northeast1"},{"name":"Americas (Toronto) - northamerica-northeast2","value":"northamerica-northeast2"},{"name":"Americas (Queretaro) - northamerica-south1","value":"northamerica-south1"},{"name":"Americas (Osasco) - southamerica-east1","value":"southamerica-east1"},{"name":"Americas (Santiago) - southamerica-west1","value":"southamerica-west1"},{"name":"Americas (Council Bluffs) - us-central1","value":"us-central1"},{"name":"Americas (Moncks Corner) - us-east1","value":"us-east1"},{"name":"Americas (Ashburn) - us-east4","value":"us-east4"},{"name":"Americas (Columbus) - us-east5","value":"us-east5"},{"name":"Americas (Dallas) - us-south1","value":"us-south1"},{"name":"Americas (The Dalles) - us-west1","value":"us-west1"},{"name":"Americas (Los Angeles) - us-west2","value":"us-west2"},{"name":"Americas (Salt Lake City) - us-west3","value":"us-west3"},{"name":"Americas (Las Vegas) - us-west4","value":"us-west4"}],"default":"us-central1","description":"The region where the Google Cloud service is located. This applies only to specific nodes, like the Google Vertex Chat Model"},{"displayName":"Service Account Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The Google Service account similar to user-808@project.iam.gserviceaccount.com","required":true},{"displayName":"Private Key","name":"privateKey","type":"string","default":"","placeholder":"-----BEGIN PRIVATE KEY-----\nXIYEvQIBADANBg<...>0IhA7TMoGYPQc=\n-----END PRIVATE KEY-----\n","description":"Enter the private key located in the JSON file downloaded from Google Cloud Console","required":true,"typeOptions":{"password":true}},{"displayName":"Impersonate a User","name":"inpersonate","type":"boolean","default":false},{"displayName":"Email","name":"delegatedEmail","type":"string","default":"","displayOptions":{"show":{"inpersonate":[true]}},"description":"The email address of the user for which the application is requesting delegated access"},{"displayName":"Set up for use in HTTP Request node","name":"httpNode","type":"boolean","default":false},{"displayName":"When using the HTTP Request node, you must specify the scopes you want to send. In other nodes, they're added automatically","name":"httpWarning","type":"notice","default":"","displayOptions":{"show":{"httpNode":[true]}}},{"displayName":"Scope(s)","name":"scopes","type":"string","default":"","description":"You can find the scopes for services <a href=\"https://developers.google.com/identity/protocols/oauth2/scopes\" target=\"_blank\">here</a>","displayOptions":{"show":{"httpNode":[true]}}}],"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Google.svg","supportedNodes":["evaluationTrigger","evaluation","googleBigQuery","googleBooks","googleChat","googleCloudStorage","googleDocs","googleDrive","googleDriveTrigger","googleFirebaseCloudFirestore","gmail","gmailTrigger","googleSheets","googleSheetsTrigger","googleSlides","googleTranslate"],"authenticate":{}},
124
+ {"name":"googleApi","displayName":"Google Service Account API","documentationUrl":"google/service-account","properties":[{"displayName":"Region","name":"region","type":"options","options":[{"name":"Global (multi-region) - global","value":"global"},{"name":"EU (multi-region) - eu","value":"eu"},{"name":"US (multi-region) - us","value":"us"},{"name":"Africa (Johannesburg) - africa-south1","value":"africa-south1"},{"name":"Asia Pacific (Changhua County) - asia-east1","value":"asia-east1"},{"name":"Asia Pacific (Hong Kong) - asia-east2","value":"asia-east2"},{"name":"Asia Pacific (Tokyo) - asia-northeast1","value":"asia-northeast1"},{"name":"Asia Pacific (Osaka) - asia-northeast2","value":"asia-northeast2"},{"name":"Asia Pacific (Seoul) - asia-northeast3","value":"asia-northeast3"},{"name":"Asia Pacific (Mumbai) - asia-south1","value":"asia-south1"},{"name":"Asia Pacific (Delhi) - asia-south2","value":"asia-south2"},{"name":"Asia Pacific (Jurong West) - asia-southeast1","value":"asia-southeast1"},{"name":"Asia Pacific (Jakarta) - asia-southeast2","value":"asia-southeast2"},{"name":"Asia Pacific (Sydney) - australia-southeast1","value":"australia-southeast1"},{"name":"Asia Pacific (Melbourne) - australia-southeast2","value":"australia-southeast2"},{"name":"Europe (Warsaw) - europe-central2","value":"europe-central2"},{"name":"Europe (Hamina) - europe-north1","value":"europe-north1"},{"name":"Europe (Madrid) - europe-southwest1","value":"europe-southwest1"},{"name":"Europe (St. Ghislain) - europe-west1","value":"europe-west1"},{"name":"Europe (Berlin) - europe-west10","value":"europe-west10"},{"name":"Europe (Turin) - europe-west12","value":"europe-west12"},{"name":"Europe (London) - europe-west2","value":"europe-west2"},{"name":"Europe (Frankfurt) - europe-west3","value":"europe-west3"},{"name":"Europe (Eemshaven) - europe-west4","value":"europe-west4"},{"name":"Europe (Zurich) - europe-west6","value":"europe-west6"},{"name":"Europe (Milan) - europe-west8","value":"europe-west8"},{"name":"Europe (Paris) - europe-west9","value":"europe-west9"},{"name":"Middle East (Doha) - me-central1","value":"me-central1"},{"name":"Middle East (Dammam) - me-central2","value":"me-central2"},{"name":"Middle East (Tel Aviv) - me-west1","value":"me-west1"},{"name":"Americas (Montréal) - northamerica-northeast1","value":"northamerica-northeast1"},{"name":"Americas (Toronto) - northamerica-northeast2","value":"northamerica-northeast2"},{"name":"Americas (Queretaro) - northamerica-south1","value":"northamerica-south1"},{"name":"Americas (Osasco) - southamerica-east1","value":"southamerica-east1"},{"name":"Americas (Santiago) - southamerica-west1","value":"southamerica-west1"},{"name":"Americas (Council Bluffs) - us-central1","value":"us-central1"},{"name":"Americas (Moncks Corner) - us-east1","value":"us-east1"},{"name":"Americas (Ashburn) - us-east4","value":"us-east4"},{"name":"Americas (Columbus) - us-east5","value":"us-east5"},{"name":"Americas (Dallas) - us-south1","value":"us-south1"},{"name":"Americas (The Dalles) - us-west1","value":"us-west1"},{"name":"Americas (Los Angeles) - us-west2","value":"us-west2"},{"name":"Americas (Salt Lake City) - us-west3","value":"us-west3"},{"name":"Americas (Las Vegas) - us-west4","value":"us-west4"}],"default":"global","description":"The region where the Google Cloud service is located. This applies only to specific nodes, like the Google Vertex Chat Model"},{"displayName":"Service Account Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The Google Service account similar to user-808@project.iam.gserviceaccount.com","required":true},{"displayName":"Private Key","name":"privateKey","type":"string","default":"","placeholder":"-----BEGIN PRIVATE KEY-----\nXIYEvQIBADANBg<...>0IhA7TMoGYPQc=\n-----END PRIVATE KEY-----\n","description":"Enter the private key located in the JSON file downloaded from Google Cloud Console","required":true,"typeOptions":{"password":true}},{"displayName":"Impersonate a User","name":"inpersonate","type":"boolean","default":false},{"displayName":"Email","name":"delegatedEmail","type":"string","default":"","displayOptions":{"show":{"inpersonate":[true]}},"description":"The email address of the user for which the application is requesting delegated access"},{"displayName":"Set up for use in HTTP Request node","name":"httpNode","type":"boolean","default":false},{"displayName":"When using the HTTP Request node, you must specify the scopes you want to send. In other nodes, they're added automatically","name":"httpWarning","type":"notice","default":"","displayOptions":{"show":{"httpNode":[true]}}},{"displayName":"Scope(s)","name":"scopes","type":"string","default":"","description":"You can find the scopes for services <a href=\"https://developers.google.com/identity/protocols/oauth2/scopes\" target=\"_blank\">here</a>","displayOptions":{"show":{"httpNode":[true]}}}],"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Google.svg","supportedNodes":["evaluationTrigger","evaluation","googleBigQuery","googleBooks","googleChat","googleCloudStorage","googleDocs","googleDrive","googleDriveTrigger","googleFirebaseCloudFirestore","gmail","gmailTrigger","googleSheets","googleSheetsTrigger","googleSlides","googleTranslate"],"authenticate":{}},
124
125
  {"name":"googleBigQueryOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google BigQuery OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/drive"}],"supportedNodes":["googleBigQuery"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg"},
125
126
  {"name":"googleBooksOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Books OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/books"}],"supportedNodes":["googleBooks"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Books/googlebooks.svg"},
126
127
  {"name":"googleCalendarOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Calendar OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events\"}}"}],"supportedNodes":["googleCalendar","googleCalendarTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Calendar/googleCalendar.svg"},
@@ -218,6 +219,7 @@
218
219
  {"name":"microsoftAzureMonitorOAuth2Api","displayName":"Microsoft Azure Monitor OAuth2 API","extends":["oAuth2Api"],"documentationUrl":"microsoftazuremonitor","httpRequestNode":{"name":"Microsoft Azure Monitor","docsUrl":"https://learn.microsoft.com/en-us/azure/azure-monitor/logs/api/request-format","apiBaseUrlPlaceholder":"https://api.loganalytics.azure.com/v1/workspaces/[workspace_id]/query"},"properties":[{"displayName":"Grant Type","name":"grantType","type":"options","options":[{"name":"Authorization Code","value":"authorizationCode"},{"name":"Client Credentials","value":"clientCredentials"}],"default":"authorizationCode"},{"displayName":"Tenant ID","required":true,"name":"tenantId","type":"string","default":""},{"displayName":"Resource","name":"resource","type":"options","options":[{"name":"Azure Log Analytics","value":"https://api.loganalytics.azure.com"},{"name":"Log Analytics","value":"https://api.loganalytics.io"},{"name":"Azure Monitor","value":"https://monitor.azure.com"},{"name":"Azure Management","value":"https://management.azure.com"}],"default":"https://api.loganalytics.azure.com"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"=https://login.microsoftonline.com/{{$self[\"tenantId\"]}}/oauth2/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"=https://login.microsoftonline.com/{{$self[\"tenantId\"]}}/oauth2/{{$self[\"grantType\"] === \"clientCredentials\" ? \"v2.0/\" : \"\"}}token"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"={{$self[\"grantType\"] === \"clientCredentials\" ? \"\" : \"resource=\" + $self[\"resource\"]}}"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"grantType\"] === \"clientCredentials\" ? $self[\"resource\"] + \"/.default\" : \"\"}}"},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Microsoft.svg","supportedNodes":[]},
219
220
  {"name":"microsoftDynamicsOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Dynamics OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Subdomain","name":"subdomain","type":"string","required":true,"placeholder":"organization","default":""},{"displayName":"Region","name":"region","type":"options","default":"crm.dynamics.com","options":[{"name":"Asia Pacific (APAC/ APJ)","value":"crm5.dynamics.com"},{"name":"Australia (OCE)","value":"crm6.dynamics.com"},{"name":"Canada (CAN)","value":"crm3.dynamics.com"},{"name":"China (CHN)","value":"crm.dynamics.cn"},{"name":"Europe, Middle East, Africa (EMEA/ EUR)","value":"crm4.dynamics.com"},{"name":"France (FRA)","value":"crm12.dynamics.com"},{"name":"Germany (GER)","value":"crm16.dynamics.com"},{"name":"India (IND)","value":"crm8.dynamics.com"},{"name":"Japan (JPN)","value":"crm7.dynamics.com"},{"name":"Microsoft Cloud Germany (DEU)","value":"crm.microsoftdynamics.de"},{"name":"North America (NAM)","value":"crm.dynamics.com"},{"name":"North America 2 (US Gov GCC)","value":"crm9.dynamics.com"},{"name":"South Africa (ZAF)","value":"crm14.dynamics.com"},{"name":"South America (LATAM/ SAM)","value":"crm2.dynamics.com"},{"name":"Switzerland (CHE)","value":"crm17.dynamics.com"},{"name":"United Arab Emirates (UAE)","value":"crm15.dynamics.com"},{"name":"United Kingdom (UK/ GBR)","value":"crm11.dynamics.com"},{"name":"United States Government Community Cloud (GCC High)","value":"crm.microsoftdynamics.us"}]},{"displayName":"Scope","name":"scope","type":"hidden","default":"=openid offline_access https://{{$self.subdomain}}.{{$self.region}}/.default"},{"displayName":"Microsoft Graph API Base URL","name":"graphApiBaseUrl","type":"hidden","default":"https://graph.microsoft.com"}],"supportedNodes":["microsoftDynamicsCrm"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.dark.svg"}},
220
221
  {"name":"microsoftEntraOAuth2Api","displayName":"Microsoft Entra ID (Azure Active Directory) API","extends":["microsoftOAuth2Api"],"documentationUrl":"microsoftentra","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access AccessReview.ReadWrite.All Directory.ReadWrite.All NetworkAccessPolicy.ReadWrite.All DelegatedAdminRelationship.ReadWrite.All EntitlementManagement.ReadWrite.All User.ReadWrite.All Directory.AccessAsUser.All Sites.FullControl.All GroupMember.ReadWrite.All","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access AccessReview.ReadWrite.All Directory.ReadWrite.All NetworkAccessPolicy.ReadWrite.All DelegatedAdminRelationship.ReadWrite.All EntitlementManagement.ReadWrite.All User.ReadWrite.All Directory.AccessAsUser.All Sites.FullControl.All GroupMember.ReadWrite.All\"}}"}],"supportedNodes":["microsoftEntra"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.dark.svg"}},
222
+ {"name":"microsoftEntraServicePrincipalApi","displayName":"Microsoft Entra Service Principal","documentationUrl":"microsoftentra","properties":[{"displayName":"Access Token","name":"accessToken","type":"hidden","typeOptions":{"expirable":true},"default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"clientSecret"},{"displayName":"App-only access uses application permissions that an admin must consent to on the app registration. The connection test reads the organization via Microsoft Graph, so the app needs Organization.Read.All (or Directory.Read.All) for the test to pass.","name":"setupNotice","type":"notice","default":""},{"displayName":"Directory (Tenant) ID","name":"tenantId","type":"string","default":"","required":true,"description":"The Directory (tenant) ID from your app registration overview in the Microsoft Entra admin center"},{"displayName":"Application (Client) ID","name":"clientId","type":"string","default":"","required":true,"description":"The Application (client) ID from your app registration overview"},{"displayName":"Client Secret","name":"clientSecret","type":"string","typeOptions":{"password":true},"default":"","required":true,"displayOptions":{"show":{"authentication":["clientSecret"]}},"description":"A client secret created under Certificates & secrets"},{"displayName":"Microsoft Graph API Base URL","name":"graphApiBaseUrl","type":"options","options":[{"name":"Global (https://graph.microsoft.com)","value":"https://graph.microsoft.com"},{"name":"US Government (https://graph.microsoft.us)","value":"https://graph.microsoft.us"},{"name":"US Government DOD (https://dod-graph.microsoft.us)","value":"https://dod-graph.microsoft.us"},{"name":"China (https://microsoftgraph.chinacloudapi.cn)","value":"https://microsoftgraph.chinacloudapi.cn"}],"default":"https://graph.microsoft.com","description":"Select the endpoint for your Microsoft cloud environment."}],"test":{"request":{"baseURL":"={{$credentials.graphApiBaseUrl || \"https://graph.microsoft.com\"}}","url":"/v1.0/organization","method":"GET"}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Microsoft.svg","supportedNodes":["microsoftOneDrive","microsoftOneDriveTrigger","microsoftOutlook","microsoftOutlookTrigger"],"authenticate":{}},
221
223
  {"name":"microsoftExcelOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Excel OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access Files.ReadWrite","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access Files.ReadWrite\"}}"}],"supportedNodes":["microsoftExcel"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg"},
222
224
  {"name":"microsoftGraphSecurityOAuth2Api","displayName":"Microsoft Graph Security OAuth2 API","extends":["microsoftOAuth2Api"],"documentationUrl":"microsoft","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"SecurityEvents.ReadWrite.All offline_access"}],"supportedNodes":["microsoftGraphSecurity"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/GraphSecurity/microsoftGraph.svg"},
223
225
  {"name":"microsoftOAuth2Api","extends":["oAuth2Api"],"displayName":"Microsoft OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"string","default":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"string","default":"https://login.microsoftonline.com/common/oauth2/v2.0/token"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"response_mode=query&prompt=select_account"},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"},{"displayName":"Microsoft Graph API Base URL","name":"graphApiBaseUrl","type":"options","options":[{"name":"Global (https://graph.microsoft.com)","value":"https://graph.microsoft.com"},{"name":"US Government (https://graph.microsoft.us)","value":"https://graph.microsoft.us"},{"name":"US Government DOD (https://dod-graph.microsoft.us)","value":"https://dod-graph.microsoft.us"},{"name":"China (https://microsoftgraph.chinacloudapi.cn)","value":"https://microsoftgraph.chinacloudapi.cn"}],"default":"https://graph.microsoft.com","description":"Select the endpoint for your Microsoft cloud environment."}],"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Microsoft.svg","supportedNodes":["microsoftExcel","microsoftGraphSecurity","microsoftOneDrive","microsoftOneDriveTrigger","microsoftOutlook","microsoftOutlookTrigger","microsoftTeams","microsoftTeamsTrigger","microsoftToDo"]},
@@ -225,7 +227,7 @@
225
227
  {"name":"microsoftOutlookOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Outlook OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set. If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access Contacts.Read Contacts.ReadWrite Calendars.Read Calendars.Read.Shared Calendars.ReadWrite Mail.ReadWrite Mail.ReadWrite.Shared Mail.Send Mail.Send.Shared MailboxSettings.Read","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access Contacts.Read Contacts.ReadWrite Calendars.Read Calendars.Read.Shared Calendars.ReadWrite Mail.ReadWrite Mail.ReadWrite.Shared Mail.Send Mail.Send.Shared MailboxSettings.Read\"}}"},{"displayName":"Use Shared Mailbox","name":"useShared","type":"boolean","default":false},{"displayName":"User Principal Name","name":"userPrincipalName","description":"Target user's UPN or ID","type":"string","default":"","displayOptions":{"show":{"useShared":[true]}}}],"supportedNodes":["microsoftOutlook","microsoftOutlookTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg"},
226
228
  {"name":"microsoftSharePointOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft SharePoint OAuth2 API","documentationUrl":"microsoft","httpRequestNode":{"name":"Microsoft SharePoint","docsUrl":"https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph","apiBaseUrlPlaceholder":"https://{subdomain}.sharepoint.com/_api/v2.0/","hidden":true},"properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly. Use the <code>{subdomain}</code> placeholder to reference the Subdomain value below.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access https://{subdomain}.sharepoint.com/.default","description":"Scopes that should be enabled. Use <code>{subdomain}</code> as a placeholder that will be replaced with the Subdomain value."},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{($self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access https://{subdomain}.sharepoint.com/.default\").replace(/\\{subdomain\\}/g, $self[\"subdomain\"])}}"},{"displayName":"Subdomain","name":"subdomain","type":"string","default":"","hint":"You can extract the subdomain from the URL. For example, in the URL \"https://tenant123.sharepoint.com\", the subdomain is \"tenant123\"."},{"displayName":"Microsoft Graph API Base URL","name":"graphApiBaseUrl","type":"hidden","default":"https://graph.microsoft.com"}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/microsoftSharePoint.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/microsoftSharePoint.svg"},"supportedNodes":["microsoftSharePoint"]},
227
229
  {"name":"microsoftSql","displayName":"Microsoft SQL","documentationUrl":"microsoftsql","properties":[{"displayName":"Server","name":"server","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"master"},{"displayName":"User","name":"user","type":"string","default":"sa"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Port","name":"port","type":"number","default":1433},{"displayName":"Domain","name":"domain","type":"string","default":""},{"displayName":"TLS","name":"tls","type":"boolean","default":true},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Connect Timeout","name":"connectTimeout","type":"number","default":15000,"description":"Connection timeout in ms"},{"displayName":"Request Timeout","name":"requestTimeout","type":"number","default":15000,"description":"Request timeout in ms"},{"displayName":"TDS Version","name":"tdsVersion","type":"options","options":[{"name":"7_4 (SQL Server 2012 ~ 2019)","value":"7_4"},{"name":"7_3_B (SQL Server 2008R2)","value":"7_3_B"},{"name":"7_3_A (SQL Server 2008)","value":"7_3_A"},{"name":"7_2 (SQL Server 2005)","value":"7_2"},{"name":"7_1 (SQL Server 2000)","value":"7_1"}],"default":"7_4","description":"The version of TDS to use. If server doesn't support specified version, negotiated version is used instead."}],"supportedNodes":["microsoftSql"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},
228
- {"name":"microsoftTeamsOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Teams OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access User.Read.All Group.ReadWrite.All Chat.ReadWrite ChannelMessage.Read.All","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access User.Read.All Group.ReadWrite.All Chat.ReadWrite ChannelMessage.Read.All\"}}"},{"displayName":"\n Microsoft Teams Trigger requires the following permissions:\n <br><code>ChannelMessage.Read.All</code>\n <br><code>Chat.Read.All</code>\n <br><code>Team.ReadBasic.All</code>\n <br><code>Subscription.Read.All</code>\n <br>Configure these permissions in <a href=\"https://portal.azure.com\">Microsoft Entra</a>\n ","name":"notice","type":"notice","default":""}],"supportedNodes":["microsoftTeams","microsoftTeamsTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg"},
230
+ {"name":"microsoftTeamsOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Teams OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access User.Read.All Group.Read.All Chat.ReadWrite ChannelMessage.Read.All","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access User.Read.All Group.Read.All Chat.ReadWrite ChannelMessage.Read.All\"}}"},{"displayName":"\n Microsoft Teams Trigger requires the following permissions:\n <br><code>ChannelMessage.Read.All</code>\n <br><code>Chat.Read.All</code>\n <br><code>Team.ReadBasic.All</code>\n <br><code>Subscription.Read.All</code>\n <br>Configure these permissions in <a href=\"https://portal.azure.com\">Microsoft Entra</a>\n ","name":"notice","type":"notice","default":""}],"supportedNodes":["microsoftTeams","microsoftTeamsTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg"},
229
231
  {"name":"microsoftToDoOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft To Do OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access Tasks.ReadWrite","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access Tasks.ReadWrite\"}}"}],"supportedNodes":["microsoftToDo"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/ToDo/todo.svg"},
230
232
  {"name":"mindeeInvoiceApi","displayName":"Mindee Invoice API","documentationUrl":"mindee","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["mindee"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mindee/mindee.svg","authenticate":{}},
231
233
  {"name":"mindeeReceiptApi","displayName":"Mindee Receipt API","documentationUrl":"mindee","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["mindee"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mindee/mindee.svg","authenticate":{}},
@@ -258,7 +260,7 @@
258
260
  {"name":"oktaApi","displayName":"Okta API","documentationUrl":"okta","httpRequestNode":{"name":"Okta","docsUrl":"https://developer.okta.com/docs/reference/","apiBaseUrl":"","hidden":true},"properties":[{"displayName":"URL","name":"url","type":"string","required":true,"default":"","placeholder":"https://dev-123456.okta.com"},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"required":true,"default":"","description":"Secure Session Web Service Access Token"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=SSWS {{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/api/v1/api-tokens"}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/Okta.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/Okta.dark.svg"},"supportedNodes":["okta"]},
259
261
  {"name":"oneSimpleApi","displayName":"One Simple API","documentationUrl":"onesimpleapi","properties":[{"displayName":"API Token","name":"apiToken","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["oneSimpleApi"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/OneSimpleApi/onesimpleapi.svg"},
260
262
  {"name":"onfleetApi","displayName":"Onfleet API","documentationUrl":"onfleet","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Signing Secret","name":"signingSecret","type":"string","typeOptions":{"password":true},"default":"","description":"Used to verify webhook authenticity. Found in Onfleet under Settings → API & Webhooks."}],"supportedNodes":["onfleet","onfleetTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Onfleet/Onfleet.svg"},
261
- {"name":"openAiApi","displayName":"OpenAI","documentationUrl":"openai","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"required":true,"default":""},{"displayName":"Organization ID (optional)","name":"organizationId","type":"string","default":"","hint":"Only required if you belong to multiple organisations","description":"For users who belong to multiple organizations, you can set which organization is used for an API request. Usage from these API requests will count against the specified organization's subscription quota."},{"displayName":"Base URL","name":"url","type":"string","default":"https://api.openai.com/v1","description":"Override the default base URL for the API"},{"displayName":"Add Custom Header","name":"header","type":"boolean","default":false},{"displayName":"Header Name","name":"headerName","type":"string","displayOptions":{"show":{"header":[true]}},"default":""},{"displayName":"Header Value","name":"headerValue","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"header":[true]}},"default":""}],"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/models"}},"supportedNodes":["openAi"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.svg","dark":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.dark.svg"},"authenticate":{}},
263
+ {"name":"openAiApi","displayName":"OpenAI","documentationUrl":"openai","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"required":true,"default":""},{"displayName":"Organization ID (optional)","name":"organizationId","type":"string","default":"","hint":"Only required if you belong to multiple organisations","description":"For users who belong to multiple organizations, you can set which organization is used for an API request. Usage from these API requests will count against the specified organization's subscription quota."},{"displayName":"Base URL","name":"url","type":"string","default":"https://api.openai.com/v1","description":"Override the default base URL for the API"},{"displayName":"Add Custom Header","name":"header","type":"boolean","default":false},{"displayName":"Header Name","name":"headerName","type":"string","typeOptions":{"ignoreCredentialExpressionResolveError":true},"displayOptions":{"show":{"header":[true]}},"default":""},{"displayName":"Header Value","name":"headerValue","type":"string","typeOptions":{"ignoreCredentialExpressionResolveError":true,"password":true},"displayOptions":{"show":{"header":[true]}},"default":""}],"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/models"}},"supportedNodes":["openAi"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.svg","dark":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.dark.svg"},"authenticate":{}},
262
264
  {"name":"openCtiApi","displayName":"OpenCTI API","documentationUrl":"opencti","httpRequestNode":{"name":"OpenCTI","docsUrl":"https://docs.opencti.io/latest/deployment/integrations/?h=api#graphql-api","apiBaseUrl":""},"properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":"","required":true}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/OpenCTI.png","supportedNodes":[]},
263
265
  {"name":"openWeatherMapApi","displayName":"OpenWeatherMap API","documentationUrl":"openweathermap","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"qs":{"appid":"={{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"https://api.openweathermap.org/data/2.5","url":"/weather","qs":{"q":"London"}}},"supportedNodes":["openWeatherMap"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/OpenWeatherMap/openWeatherMap.svg"},
264
266
  {"name":"oracleDBApi","displayName":"Oracle Database Credentials API","documentationUrl":"oracledb","properties":[{"displayName":"User","name":"user","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Connection String","name":"connectionString","type":"string","default":"localhost/orcl","description":"The Oracle database instance to connect to"},{"displayName":"Privilege","name":"privilege","type":"options","description":"The privilege to use when connecting to the database","options":[{"name":"SYSASM","value":32768},{"name":"SYSBACKUP","value":131072},{"name":"SYSDBA","value":2},{"name":"SYSDG","value":262144},{"name":"SYSKM","value":524288},{"name":"SYSOPER","value":4},{"name":"SYSPRELIM","value":8},{"name":"SYSRAC","value":1048576}]},{"displayName":"Use Optional Oracle Client Libraries","name":"useThickMode","type":"boolean","default":false,"displayOptions":{"hideOnCloud":true},"description":"Define type of connection with database"},{"displayName":"Use SSL","name":"useSSL","type":"boolean","displayOptions":{"show":{"useThickMode":[false]}},"default":false,"description":"SSL connection with database"},{"displayName":"Wallet Password","name":"walletPassword","type":"string","displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"typeOptions":{"password":true},"default":"","description":"The password to decrypt the Privacy Enhanced Mail (PEM)-encoded private certificate, if it is encrypted"},{"displayName":"Wallet Content","name":"walletContent","displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"type":"string","default":"","description":"The security credentials required to establish a mutual TLS (mTLS) connection to Oracle Database"},{"displayName":"Distinguished Name","name":"sslServerCertDN","type":"string","displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"default":"","description":"The distinguished name (DN) that should be matched with the certificate DN"},{"displayName":"Match Distinguished Name","name":"sslServerDNMatch","type":"boolean","default":true,"displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"description":"Whether the server certificate DN should be matched in addition to the regular certificate verification that is performed"},{"displayName":"Allow Weak Distinguished Name Match","name":"sslAllowWeakDNMatch","type":"boolean","default":false,"displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"description":"Whether the secure DN matching behavior which checks both the listener and server certificates has to be performed"},{"displayName":"Pool Min","name":"poolMin","type":"number","default":0,"description":"The number of connections established to the database when a pool is created"},{"displayName":"Pool Max","name":"poolMax","type":"number","default":4,"description":"The maximum number of connections to which a connection pool can grow"},{"displayName":"Pool Increment","name":"poolIncrement","type":"number","default":1,"description":"The number of connections that are opened whenever a connection request exceeds the number of currently open connections"},{"displayName":"Pool Maximum Session Life Time","name":"maxLifetimeSession","type":"number","default":0,"description":"The number of seconds that a pooled connection can exist in a pool after first being created"},{"displayName":"Pool Connection Idle Timeout","name":"poolTimeout","type":"number","default":60,"description":"The number of seconds after which idle connections (unused in the pool) may be terminated"},{"displayName":"Connection Class Name","name":"connectionClass","type":"string","default":"","description":"DRCP/PRCP Connection Class"},{"displayName":"Connection Timeout","name":"connectTimeout","type":"number","default":0,"displayOptions":{"show":{"useThickMode":[false]}},"description":"The timeout duration in seconds for an application to establish an Oracle Net connection"},{"displayName":"Transport Connection Timeout","name":"transportConnectTimeout","type":"number","default":20,"displayOptions":{"show":{"useThickMode":[false]}},"description":"The maximum number of seconds to wait to establish a connection to the database host"},{"displayName":"Keepalive Probe Interval","name":"expireTime","type":"number","default":0,"displayOptions":{"show":{"useThickMode":[false]}},"description":"The number of minutes between the sending of keepalive probes","typeOptions":{"minValue":0}}],"supportedNodes":["oracleDatabase"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Oracle/Sql/oracle.svg"},
@@ -321,7 +323,7 @@
321
323
  {"name":"slackOAuth2Api","extends":["oAuth2Api"],"displayName":"Slack OAuth2 API","documentationUrl":"slack","properties":[{"displayName":"Signature Secret","name":"signatureSecret","type":"string","typeOptions":{"password":true},"default":"","description":"The signing secret is used to verify the authenticity of requests sent by Slack."},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://slack.com/oauth/v2/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://slack.com/api/oauth.v2.access"},{"displayName":"Scope","name":"scope","type":"hidden","default":""},{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set. If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"User Scope","name":"userScope","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"channels:read channels:write channels:history chat:write files:read files:write groups:read groups:history im:read im:history mpim:read mpim:history reactions:read reactions:write stars:read stars:write usergroups:write usergroups:read users.profile:read users.profile:write users:read search:read","description":"Space-separated user-level scopes for your Slack app"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"={{$self[\"customScopes\"] ? \"user_scope=\" + $self[\"userScope\"] : \"user_scope=channels:read channels:write channels:history chat:write files:read files:write groups:read groups:history im:read im:history mpim:read mpim:history reactions:read reactions:write stars:read stars:write usergroups:write usergroups:read users.profile:read users.profile:write users:read search:read\"}}"},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"},{"displayName":"If you get an Invalid Scopes error, make sure you add the correct one <a target=\"_blank\" href=\"https://docs.n8n.io/integrations/builtin/credentials/slack/#using-oauth\">here</a> to your Slack integration","name":"notice","type":"notice","default":""}],"supportedNodes":["slack"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Slack/slack.svg"},
322
324
  {"name":"sms77Api","displayName":"seven API","documentationUrl":"sms77","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"X-Api-Key":"={{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://gateway.seven.io/api","url":"/hooks","qs":{"action":"read"}},"rules":[{"type":"responseSuccessBody","properties":{"key":"success","message":"Invalid API Key"}}]},"supportedNodes":["sms77"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Sms77/seven.svg"},
323
325
  {"name":"smtp","displayName":"SMTP","documentationUrl":"sendemail","properties":[{"displayName":"User","name":"user","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Host","name":"host","type":"string","default":""},{"displayName":"Port","name":"port","type":"number","default":465},{"displayName":"SSL/TLS","name":"secure","type":"boolean","default":true},{"displayName":"Disable STARTTLS","name":"disableStartTls","type":"boolean","default":false,"displayOptions":{"show":{"secure":[false]}}},{"displayName":"Client Host Name","name":"hostName","type":"string","default":"","placeholder":"","description":"The hostname of the client, used for identifying to the server"}],"supportedNodes":["emailSend"],"icon":"node:send-mail","iconColor":"black"},
324
- {"name":"snowflake","displayName":"Snowflake","documentationUrl":"snowflake","properties":[{"displayName":"Account","name":"account","type":"string","default":"","description":"Enter the name of your Snowflake account"},{"displayName":"Database","name":"database","type":"string","default":"","description":"Specify the database you want to use after creating the connection"},{"displayName":"Warehouse","name":"warehouse","type":"string","default":"","description":"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc."},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Password","value":"password"},{"name":"Key-Pair","value":"keyPair"}],"default":"password","description":"The way to authenticate with Snowflake"},{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","displayOptions":{"show":{"authentication":["password"]}}},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"password":true,"rows":4},"default":"","required":true,"displayOptions":{"show":{"authentication":["keyPair"]}},"description":"Private PEM key for Key-pair authentication with Snowflake, follow guide <a href=\"https://docs.snowflake.com/en/user-guide/key-pair-auth\" target=\"_blank\">here</a>"},{"displayName":"Passphrase","name":"passphrase","type":"string","default":"","description":"If the private key is encrypted, you must provide the passphrase used to encrypt it","typeOptions":{"password":true}},{"displayName":"Schema","name":"schema","type":"string","default":"","description":"Enter the schema you want to use after creating the connection"},{"displayName":"Role","name":"role","type":"string","default":"","description":"Enter the security role you want to use after creating the connection"},{"displayName":"Client Session Keep Alive","name":"clientSessionKeepAlive","type":"boolean","default":false,"description":"Whether to keep alive the client session. By default, client connections typically time out approximately 3-4 hours after the most recent query was executed. If the parameter clientSessionKeepAlive is set to true, the client’s connection to the server will be kept alive indefinitely, even if no queries are executed."}],"supportedNodes":["snowflake"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Snowflake/snowflake.svg"},
326
+ {"name":"snowflake","displayName":"Snowflake","documentationUrl":"snowflake","properties":[{"displayName":"Account","name":"account","type":"string","default":"","description":"Enter the name of your Snowflake account"},{"displayName":"Database","name":"database","type":"string","default":"","description":"Specify the database you want to use after creating the connection"},{"displayName":"Warehouse","name":"warehouse","type":"string","default":"","description":"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc."},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Password","value":"password"},{"name":"Key-Pair","value":"keyPair"}],"default":"password","description":"The way to authenticate with Snowflake"},{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","displayOptions":{"show":{"authentication":["password"]}}},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"password":true,"rows":4},"default":"","required":true,"displayOptions":{"show":{"authentication":["keyPair"]}},"description":"Private PEM key for Key-pair authentication with Snowflake, follow guide <a href=\"https://docs.snowflake.com/en/user-guide/key-pair-auth\" target=\"_blank\">here</a>"},{"displayName":"Passphrase","name":"passphrase","type":"string","default":"","description":"If the private key is encrypted, you must provide the passphrase used to encrypt it","typeOptions":{"password":true}},{"displayName":"Schema","name":"schema","type":"string","default":"","description":"Enter the schema you want to use after creating the connection"},{"displayName":"Role","name":"role","type":"string","default":"","description":"Enter the security role you want to use after creating the connection"},{"displayName":"Origin Hostname","name":"host","type":"string","default":"","description":"Optional Snowflake hostname to use for the connection"},{"displayName":"Client Session Keep Alive","name":"clientSessionKeepAlive","type":"boolean","default":false,"description":"Whether to keep alive the client session. By default, client connections typically time out approximately 3-4 hours after the most recent query was executed. If the parameter clientSessionKeepAlive is set to true, the client’s connection to the server will be kept alive indefinitely, even if no queries are executed."}],"supportedNodes":["snowflake"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Snowflake/snowflake.svg"},
325
327
  {"name":"snowflakeOAuth2Api","extends":["oAuth2Api"],"displayName":"Snowflake OAuth2 API","documentationUrl":"snowflake","properties":[{"displayName":"Account","name":"account","type":"string","default":"","required":true,"description":"Your Snowflake account identifier (e.g. <code>xy12345</code> or <code>xy12345.us-east-1</code>). Used to construct the OAuth2 authorization and token URLs."},{"displayName":"Database","name":"database","type":"string","default":"","description":"Specify the database you want to use after creating the connection"},{"displayName":"Warehouse","name":"warehouse","type":"string","default":"","description":"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc."},{"displayName":"Schema","name":"schema","type":"string","default":"","description":"Enter the schema you want to use after creating the connection"},{"displayName":"Client Session Keep Alive","name":"clientSessionKeepAlive","type":"boolean","default":false,"description":"Whether to keep alive the client session. By default, client connections typically time out approximately 3-4 hours after the most recent query was executed. If the parameter clientSessionKeepAlive is set to true, the client's connection to the server will be kept alive indefinitely, even if no queries are executed."},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"pkce"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"=https://{{$self[\"account\"]}}.snowflakecomputing.com/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"=https://{{$self[\"account\"]}}.snowflakecomputing.com/oauth/token-request","required":true},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"},{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set. If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"refresh_token session:role:SYSADMIN","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"refresh_token session:role:SYSADMIN\"}}"}],"supportedNodes":["snowflake"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Snowflake/snowflake.svg"},
326
328
  {"name":"solarWindsIpamApi","displayName":"SolarWinds IPAM","documentationUrl":"solarwindsipam","httpRequestNode":{"name":"SolarWinds IPAM","docsUrl":"https://www.solarwinds.com/ip-address-manager","apiBaseUrlPlaceholder":"https://your-ipam-server"},"properties":[{"displayName":"Base URL","name":"url","required":true,"type":"string","default":"","placeholder":"https://your-ipam-server","description":"The base URL of your SolarWinds IPAM server."},{"displayName":"Username","name":"username","required":true,"type":"string","default":"","description":"The username for SolarWinds IPAM API."},{"displayName":"Password","name":"password","required":true,"type":"string","typeOptions":{"password":true},"default":"","description":"The password for SolarWinds IPAM API."}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.username}}","password":"={{$credentials.password}}"}}},"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/SolarWinds/InformationService/v3/Json/Query","method":"GET","qs":{"query":"SELECT TOP 1 AccountID FROM IPAM.AccountRoles"},"skipSslCertificateValidation":true},"rules":[{"type":"responseCode","properties":{"value":403,"message":"Connection failed: Invalid credentials or unreachable server"}}]},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/SolarWindsIpam.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/SolarWindsIpam.svg"},"supportedNodes":[]},
327
329
  {"name":"solarWindsObservabilityApi","displayName":"SolarWinds Observability","documentationUrl":"solarwindsobservability","httpRequestNode":{"name":"SolarWinds Observability","docsUrl":"https://documentation.solarwinds.com/en/success_center/observability/content/api/api-swagger.htm","apiBaseUrlPlaceholder":"https://api.xx-yy.cloud.solarwinds.com/"},"properties":[{"displayName":"URL","name":"url","required":true,"type":"string","default":""},{"displayName":"API Token","name":"apiToken","required":true,"type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiToken}}","Content-Type":"application/json-rpc"}}},"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/v1/logs","method":"GET"},"rules":[{"type":"responseSuccessBody","properties":{"key":"error","value":"invalid_auth","message":"Invalid access token"}}]},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/SolarWindsObservability.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/SolarWindsObservability.svg"},"supportedNodes":[]},