n8n-nodes-base 2.30.2 → 2.31.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 (702) hide show
  1. package/dist/cjs/build.tsbuildinfo +1 -1
  2. package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.d.ts.map +1 -1
  3. package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.js +31 -1
  4. package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.js.map +1 -1
  5. package/dist/credentials/LinkedInOAuth2Api.credentials.js +1 -1
  6. package/dist/credentials/LinkedInOAuth2Api.credentials.js.map +1 -1
  7. package/dist/credentials/RundeckApi.credentials.d.ts.map +1 -1
  8. package/dist/credentials/RundeckApi.credentials.js +24 -0
  9. package/dist/credentials/RundeckApi.credentials.js.map +1 -1
  10. package/dist/credentials/SupabaseApi.credentials.d.ts.map +1 -1
  11. package/dist/credentials/SupabaseApi.credentials.js +3 -1
  12. package/dist/credentials/SupabaseApi.credentials.js.map +1 -1
  13. package/dist/credentials/ZendeskOAuth2Api.credentials.d.ts.map +1 -1
  14. package/dist/credentials/ZendeskOAuth2Api.credentials.js +32 -2
  15. package/dist/credentials/ZendeskOAuth2Api.credentials.js.map +1 -1
  16. package/dist/credentials/common/aws/descriptions.d.ts.map +1 -1
  17. package/dist/credentials/common/aws/descriptions.js +26 -0
  18. package/dist/credentials/common/aws/descriptions.js.map +1 -1
  19. package/dist/credentials/common/aws/index.d.ts +1 -1
  20. package/dist/credentials/common/aws/index.d.ts.map +1 -1
  21. package/dist/credentials/common/aws/index.js +2 -1
  22. package/dist/credentials/common/aws/index.js.map +1 -1
  23. package/dist/credentials/common/aws/types.d.ts +2 -0
  24. package/dist/credentials/common/aws/types.d.ts.map +1 -1
  25. package/dist/credentials/common/aws/utils.d.ts +17 -2
  26. package/dist/credentials/common/aws/utils.d.ts.map +1 -1
  27. package/dist/credentials/common/aws/utils.js +111 -11
  28. package/dist/credentials/common/aws/utils.js.map +1 -1
  29. package/dist/known/credentials.json +2 -0
  30. package/dist/methods/defined.json +4 -1
  31. package/dist/methods/referenced.json +4 -1
  32. package/dist/node-definitions/.nodes-hash +1 -1
  33. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_create.schema.js +1 -0
  34. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_create.ts +2 -0
  35. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_delete.schema.js +1 -0
  36. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_delete.ts +2 -0
  37. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_get.schema.js +1 -0
  38. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_get.ts +2 -0
  39. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_get_all.schema.js +1 -0
  40. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_get_all.ts +2 -0
  41. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_update.schema.js +1 -0
  42. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_update.ts +2 -0
  43. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_add_to_group.schema.js +1 -0
  44. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_add_to_group.ts +2 -0
  45. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_create.schema.js +1 -0
  46. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_create.ts +2 -0
  47. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_delete.schema.js +1 -0
  48. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_delete.ts +2 -0
  49. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_get.schema.js +1 -0
  50. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_get.ts +2 -0
  51. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_get_all.schema.js +1 -0
  52. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_get_all.ts +2 -0
  53. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_remove_from_group.schema.js +1 -0
  54. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_remove_from_group.ts +2 -0
  55. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_update.schema.js +1 -0
  56. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_update.ts +2 -0
  57. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user_pool/operation_get.schema.js +1 -0
  58. package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user_pool/operation_get.ts +2 -0
  59. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_create.schema.js +1 -0
  60. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_create.ts +2 -0
  61. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_delete.schema.js +1 -0
  62. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_delete.ts +2 -0
  63. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_get.schema.js +1 -0
  64. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_get.ts +2 -0
  65. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_get_all.schema.js +1 -0
  66. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_get_all.ts +2 -0
  67. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_update.schema.js +1 -0
  68. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_update.ts +2 -0
  69. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_add_to_group.schema.js +1 -0
  70. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_add_to_group.ts +2 -0
  71. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_create.schema.js +1 -0
  72. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_create.ts +2 -0
  73. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_delete.schema.js +1 -0
  74. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_delete.ts +2 -0
  75. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_get.schema.js +1 -0
  76. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_get.ts +2 -0
  77. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_get_all.schema.js +1 -0
  78. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_get_all.ts +2 -0
  79. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_remove_from_group.schema.js +1 -0
  80. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_remove_from_group.ts +2 -0
  81. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_update.schema.js +1 -0
  82. package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_update.ts +2 -0
  83. package/dist/node-definitions/nodes/n8n-nodes-base/dynamicCredentialCheck/v1.ts +1 -1
  84. package/dist/node-definitions/nodes/n8n-nodes-base/form/v1.ts +2 -2
  85. package/dist/node-definitions/nodes/n8n-nodes-base/form/v23.ts +2 -2
  86. package/dist/node-definitions/nodes/n8n-nodes-base/form/v24.ts +2 -2
  87. package/dist/node-definitions/nodes/n8n-nodes-base/form/v25.ts +2 -2
  88. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v2.schema.js +1 -1
  89. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v2.ts +4 -0
  90. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v21.schema.js +1 -1
  91. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v21.ts +4 -0
  92. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v22.schema.js +1 -1
  93. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v22.ts +4 -0
  94. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v23.schema.js +1 -1
  95. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v23.ts +4 -0
  96. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v24.schema.js +1 -1
  97. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v24.ts +4 -0
  98. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v25.schema.js +1 -1
  99. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v25.ts +4 -0
  100. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v26.schema.js +1 -1
  101. package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v26.ts +4 -0
  102. package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
  103. package/dist/node-definitions/nodes/n8n-nodes-base/merge/v3/mode_combine_by_sql.schema.js +1 -0
  104. package/dist/node-definitions/nodes/n8n-nodes-base/merge/v3/mode_combine_by_sql.ts +14 -0
  105. package/dist/node-definitions/nodes/n8n-nodes-base/merge/v31/mode_combine_by_sql.schema.js +1 -0
  106. package/dist/node-definitions/nodes/n8n-nodes-base/merge/v31/mode_combine_by_sql.ts +14 -0
  107. package/dist/node-definitions/nodes/n8n-nodes-base/merge/v32/mode_combine_by_sql.schema.js +1 -1
  108. package/dist/node-definitions/nodes/n8n-nodes-base/merge/v32/mode_combine_by_sql.ts +4 -0
  109. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/index.ts +1 -1
  110. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/index.schema.js +1 -1
  111. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/index.ts +1 -1
  112. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/index.schema.js +1 -1
  113. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/index.ts +1 -1
  114. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_add_row.schema.js +1 -1
  115. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_add_row.ts +1 -1
  116. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_get_columns.schema.js +1 -1
  117. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_get_columns.ts +1 -1
  118. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_get_rows.schema.js +1 -1
  119. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_get_rows.ts +1 -1
  120. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_lookup.schema.js +1 -1
  121. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_lookup.ts +1 -1
  122. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/index.schema.js +1 -1
  123. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/index.ts +1 -1
  124. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/operation_add_worksheet.schema.js +1 -1
  125. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/operation_add_worksheet.ts +1 -1
  126. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/operation_get_all.schema.js +1 -1
  127. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/operation_get_all.ts +1 -1
  128. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/index.schema.js +1 -1
  129. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/index.ts +1 -1
  130. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/operation_get_all.schema.js +1 -1
  131. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/operation_get_all.ts +1 -1
  132. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/operation_get_content.schema.js +1 -1
  133. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/operation_get_content.ts +1 -1
  134. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/index.schema.js +1 -1
  135. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/index.ts +1 -1
  136. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/index.schema.js +1 -1
  137. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/index.ts +1 -1
  138. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_add_table.schema.js +1 -1
  139. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_add_table.ts +1 -1
  140. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_append.schema.js +1 -1
  141. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_append.ts +1 -1
  142. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_convert_to_range.schema.js +1 -1
  143. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_convert_to_range.ts +1 -1
  144. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_delete_table.schema.js +1 -1
  145. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_delete_table.ts +1 -1
  146. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_get_columns.schema.js +1 -1
  147. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_get_columns.ts +1 -1
  148. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_get_rows.schema.js +1 -1
  149. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_get_rows.ts +1 -1
  150. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_lookup.schema.js +1 -1
  151. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_lookup.ts +1 -1
  152. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/index.schema.js +1 -1
  153. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/index.ts +1 -1
  154. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_add_worksheet.schema.js +1 -1
  155. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_add_worksheet.ts +1 -1
  156. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_delete_workbook.schema.js +1 -1
  157. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_delete_workbook.ts +1 -1
  158. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_get_all.schema.js +1 -1
  159. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_get_all.ts +1 -1
  160. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/index.schema.js +1 -1
  161. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/index.ts +1 -1
  162. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_append.schema.js +1 -1
  163. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_append.ts +1 -1
  164. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_clear.schema.js +1 -1
  165. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_clear.ts +1 -1
  166. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_delete_worksheet.schema.js +1 -1
  167. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_delete_worksheet.ts +1 -1
  168. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_get_all.schema.js +1 -1
  169. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_get_all.ts +1 -1
  170. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_read_rows.schema.js +1 -1
  171. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_read_rows.ts +1 -1
  172. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_update.schema.js +1 -1
  173. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_update.ts +1 -1
  174. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_upsert.schema.js +1 -1
  175. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_upsert.ts +1 -1
  176. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/index.schema.js +1 -1
  177. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/index.ts +1 -1
  178. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/index.schema.js +1 -1
  179. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/index.ts +1 -1
  180. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_add_table.schema.js +1 -1
  181. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_add_table.ts +1 -1
  182. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_append.schema.js +1 -1
  183. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_append.ts +1 -1
  184. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_convert_to_range.schema.js +1 -1
  185. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_convert_to_range.ts +1 -1
  186. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_delete_table.schema.js +1 -1
  187. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_delete_table.ts +1 -1
  188. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_get_columns.schema.js +1 -1
  189. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_get_columns.ts +1 -1
  190. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_get_rows.schema.js +1 -1
  191. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_get_rows.ts +1 -1
  192. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_lookup.schema.js +1 -1
  193. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_lookup.ts +1 -1
  194. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/index.schema.js +1 -1
  195. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/index.ts +1 -1
  196. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_add_worksheet.schema.js +1 -1
  197. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_add_worksheet.ts +1 -1
  198. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_delete_workbook.schema.js +1 -1
  199. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_delete_workbook.ts +1 -1
  200. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_get_all.schema.js +1 -1
  201. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_get_all.ts +1 -1
  202. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/index.schema.js +1 -1
  203. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/index.ts +1 -1
  204. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_append.schema.js +1 -1
  205. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_append.ts +1 -1
  206. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_clear.schema.js +1 -1
  207. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_clear.ts +1 -1
  208. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_delete_worksheet.schema.js +1 -1
  209. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_delete_worksheet.ts +1 -1
  210. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_get_all.schema.js +1 -1
  211. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_get_all.ts +1 -1
  212. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_read_rows.schema.js +1 -1
  213. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_read_rows.ts +1 -1
  214. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_update.schema.js +1 -1
  215. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_update.ts +1 -1
  216. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_upsert.schema.js +1 -1
  217. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_upsert.ts +1 -1
  218. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/index.schema.js +1 -1
  219. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/index.ts +1 -1
  220. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/index.schema.js +1 -1
  221. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/index.ts +1 -1
  222. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_add_table.schema.js +1 -1
  223. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_add_table.ts +1 -1
  224. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_append.schema.js +1 -1
  225. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_append.ts +1 -1
  226. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_convert_to_range.schema.js +1 -1
  227. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_convert_to_range.ts +1 -1
  228. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_delete_table.schema.js +1 -1
  229. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_delete_table.ts +1 -1
  230. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_get_columns.schema.js +1 -1
  231. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_get_columns.ts +1 -1
  232. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_get_rows.schema.js +1 -1
  233. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_get_rows.ts +1 -1
  234. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_lookup.schema.js +1 -1
  235. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_lookup.ts +1 -1
  236. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/index.schema.js +1 -1
  237. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/index.ts +1 -1
  238. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_add_worksheet.schema.js +1 -1
  239. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_add_worksheet.ts +1 -1
  240. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_delete_workbook.schema.js +1 -1
  241. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_delete_workbook.ts +1 -1
  242. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_get_all.schema.js +1 -1
  243. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_get_all.ts +1 -1
  244. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/index.schema.js +1 -1
  245. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/index.ts +1 -1
  246. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_append.schema.js +1 -1
  247. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_append.ts +1 -1
  248. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_clear.schema.js +1 -1
  249. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_clear.ts +1 -1
  250. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_delete_worksheet.schema.js +1 -1
  251. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_delete_worksheet.ts +1 -1
  252. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_get_all.schema.js +1 -1
  253. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_get_all.ts +1 -1
  254. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_read_rows.schema.js +1 -1
  255. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_read_rows.ts +1 -1
  256. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_update.schema.js +1 -1
  257. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_update.ts +1 -1
  258. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_upsert.schema.js +1 -1
  259. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_upsert.ts +1 -1
  260. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
  261. package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_audit/index.schema.js +1 -1
  262. package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_audit/operation_generate.schema.js +1 -1
  263. package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_credential/index.schema.js +1 -1
  264. package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_execution/index.schema.js +1 -1
  265. package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_execution/operation_get.schema.js +1 -1
  266. package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_workflow/index.schema.js +1 -1
  267. package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_workflow/operation_get.schema.js +1 -1
  268. package/dist/node-definitions/nodes/n8n-nodes-base/notion/index.ts +3 -1
  269. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/index.schema.js +30 -0
  270. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/index.ts +27 -0
  271. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/index.schema.js +24 -0
  272. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/index.ts +18 -0
  273. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_append.schema.js +25 -0
  274. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_append.ts +905 -0
  275. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_get_all.schema.js +27 -0
  276. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_get_all.ts +69 -0
  277. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_get_markdown.schema.js +24 -0
  278. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_get_markdown.ts +43 -0
  279. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/index.schema.js +22 -0
  280. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/index.ts +15 -0
  281. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/operation_get.schema.js +24 -0
  282. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/operation_get.ts +41 -0
  283. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/operation_search.schema.js +27 -0
  284. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/operation_search.ts +73 -0
  285. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database/index.schema.js +18 -0
  286. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database/index.ts +10 -0
  287. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database/operation_get.schema.js +24 -0
  288. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database/operation_get.ts +41 -0
  289. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/index.schema.js +26 -0
  290. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/index.ts +21 -0
  291. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_create.schema.js +31 -0
  292. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_create.ts +1052 -0
  293. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_get.schema.js +25 -0
  294. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_get.ts +81 -0
  295. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_get_all.schema.js +31 -0
  296. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_get_all.ts +296 -0
  297. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_update.schema.js +26 -0
  298. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_update.ts +171 -0
  299. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/index.schema.js +28 -0
  300. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/index.ts +24 -0
  301. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_archive.schema.js +24 -0
  302. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_archive.ts +40 -0
  303. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_create.schema.js +30 -0
  304. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_create.ts +929 -0
  305. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_get_markdown.schema.js +24 -0
  306. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_get_markdown.ts +43 -0
  307. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_search.schema.js +27 -0
  308. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_search.ts +73 -0
  309. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_update_markdown.schema.js +26 -0
  310. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_update_markdown.ts +69 -0
  311. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/index.schema.js +22 -0
  312. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/index.ts +15 -0
  313. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/operation_get.schema.js +23 -0
  314. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/operation_get.ts +42 -0
  315. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/operation_get_all.schema.js +24 -0
  316. package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/operation_get_all.ts +48 -0
  317. package/dist/node-definitions/nodes/n8n-nodes-base/notionTrigger/index.ts +3 -1
  318. package/dist/node-definitions/nodes/n8n-nodes-base/notionTrigger/v11.schema.js +28 -0
  319. package/dist/node-definitions/nodes/n8n-nodes-base/notionTrigger/v11.ts +89 -0
  320. package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_get_all.schema.js +1 -0
  321. package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_get_all.ts +20 -0
  322. package/dist/node-definitions/nodes/n8n-nodes-base/rabbitmq/index.ts +3 -1
  323. package/dist/node-definitions/nodes/n8n-nodes-base/rabbitmq/v12.schema.js +32 -0
  324. package/dist/node-definitions/nodes/n8n-nodes-base/rabbitmq/v12.ts +121 -0
  325. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/index.schema.js +7 -1
  326. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/index.ts +9 -1
  327. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_dm/index.schema.js +18 -0
  328. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_dm/index.ts +10 -0
  329. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_dm/operation_messages.schema.js +24 -0
  330. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_dm/operation_messages.ts +36 -0
  331. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/index.schema.js +22 -0
  332. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/index.ts +15 -0
  333. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/operation_get.schema.js +21 -0
  334. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/operation_get.ts +21 -0
  335. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/operation_read.schema.js +22 -0
  336. package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/operation_read.ts +25 -0
  337. package/dist/node-definitions/nodes/n8n-nodes-base/rundeck/index.ts +3 -1
  338. package/dist/node-definitions/nodes/n8n-nodes-base/rundeck/v11.schema.js +28 -0
  339. package/dist/node-definitions/nodes/n8n-nodes-base/rundeck/v11.ts +52 -0
  340. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v1/resource_message/operation_post.ts +2 -2
  341. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v1/resource_message/operation_post_ephemeral.ts +2 -2
  342. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_post.ts +2 -2
  343. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_schedule.ts +2 -2
  344. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_post.ts +2 -2
  345. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_schedule.ts +2 -2
  346. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_post.ts +2 -2
  347. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_schedule.ts +2 -2
  348. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_post.ts +2 -2
  349. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_schedule.ts +2 -2
  350. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_post.ts +2 -2
  351. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_schedule.ts +2 -2
  352. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_post.ts +2 -2
  353. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_schedule.ts +2 -2
  354. package/dist/nodes/Aws/Cognito/AwsCognito.node.d.ts.map +1 -1
  355. package/dist/nodes/Aws/Cognito/AwsCognito.node.js +3 -6
  356. package/dist/nodes/Aws/Cognito/AwsCognito.node.js.map +1 -1
  357. package/dist/nodes/Aws/Cognito/transport/index.d.ts.map +1 -1
  358. package/dist/nodes/Aws/Cognito/transport/index.js +2 -2
  359. package/dist/nodes/Aws/Cognito/transport/index.js.map +1 -1
  360. package/dist/nodes/Aws/GenericFunctions.d.ts +2 -2
  361. package/dist/nodes/Aws/GenericFunctions.d.ts.map +1 -1
  362. package/dist/nodes/Aws/GenericFunctions.js.map +1 -1
  363. package/dist/nodes/Aws/IAM/AwsIam.node.d.ts.map +1 -1
  364. package/dist/nodes/Aws/IAM/AwsIam.node.js +5 -8
  365. package/dist/nodes/Aws/IAM/AwsIam.node.js.map +1 -1
  366. package/dist/nodes/Aws/IAM/transport/index.d.ts.map +1 -1
  367. package/dist/nodes/Aws/IAM/transport/index.js +3 -1
  368. package/dist/nodes/Aws/IAM/transport/index.js.map +1 -1
  369. package/dist/nodes/Bitwarden/descriptions/EventDescription.js +1 -1
  370. package/dist/nodes/Bitwarden/descriptions/EventDescription.js.map +1 -1
  371. package/dist/nodes/Cron/Cron.node.js +1 -1
  372. package/dist/nodes/Cron/Cron.node.js.map +1 -1
  373. package/dist/nodes/DynamicCredentialCheck/DynamicCredentialCheck.node.js +1 -1
  374. package/dist/nodes/DynamicCredentialCheck/DynamicCredentialCheck.node.js.map +1 -1
  375. package/dist/nodes/Form/Form.node.js +3 -3
  376. package/dist/nodes/Form/Form.node.js.map +1 -1
  377. package/dist/nodes/Form/utils/formCompletionUtils.d.ts +4 -2
  378. package/dist/nodes/Form/utils/formCompletionUtils.d.ts.map +1 -1
  379. package/dist/nodes/Form/utils/formCompletionUtils.js +29 -16
  380. package/dist/nodes/Form/utils/formCompletionUtils.js.map +1 -1
  381. package/dist/nodes/Form/utils/utils.d.ts.map +1 -1
  382. package/dist/nodes/Form/utils/utils.js +4 -1
  383. package/dist/nodes/Form/utils/utils.js.map +1 -1
  384. package/dist/nodes/Form/v2/FormTriggerV2.node.d.ts.map +1 -1
  385. package/dist/nodes/Form/v2/FormTriggerV2.node.js +8 -0
  386. package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
  387. package/dist/nodes/Google/Docs/GoogleDocs.node.js +1 -1
  388. package/dist/nodes/Google/Docs/GoogleDocs.node.js.map +1 -1
  389. package/dist/nodes/Google/Gmail/GenericFunctions.js +3 -2
  390. package/dist/nodes/Google/Gmail/GenericFunctions.js.map +1 -1
  391. package/dist/nodes/Mautic/CompanyContactDescription.js +1 -1
  392. package/dist/nodes/Mautic/CompanyContactDescription.js.map +1 -1
  393. package/dist/nodes/Merge/v3/actions/mode/combineBySql.d.ts.map +1 -1
  394. package/dist/nodes/Merge/v3/actions/mode/combineBySql.js +54 -9
  395. package/dist/nodes/Merge/v3/actions/mode/combineBySql.js.map +1 -1
  396. package/dist/nodes/Merge/v3/helpers/sandbox-utils.d.ts +2 -2
  397. package/dist/nodes/Merge/v3/helpers/sandbox-utils.d.ts.map +1 -1
  398. package/dist/nodes/Merge/v3/helpers/sandbox-utils.js +19 -19
  399. package/dist/nodes/Merge/v3/helpers/sandbox-utils.js.map +1 -1
  400. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.d.ts +9 -14
  401. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.d.ts.map +1 -1
  402. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js +22 -271
  403. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js.map +1 -1
  404. package/dist/nodes/MessageAnAgent/shared.d.ts +24 -0
  405. package/dist/nodes/MessageAnAgent/shared.d.ts.map +1 -0
  406. package/dist/nodes/MessageAnAgent/shared.js +236 -0
  407. package/dist/nodes/MessageAnAgent/shared.js.map +1 -0
  408. package/dist/nodes/MessageAnAgent/v1/MessageAnAgentV1.node.d.ts +17 -0
  409. package/dist/nodes/MessageAnAgent/v1/MessageAnAgentV1.node.d.ts.map +1 -0
  410. package/dist/nodes/MessageAnAgent/v1/MessageAnAgentV1.node.js +81 -0
  411. package/dist/nodes/MessageAnAgent/v1/MessageAnAgentV1.node.js.map +1 -0
  412. package/dist/nodes/MessageAnAgent/v2/MessageAnAgentV2.node.d.ts +7 -0
  413. package/dist/nodes/MessageAnAgent/v2/MessageAnAgentV2.node.d.ts.map +1 -0
  414. package/dist/nodes/MessageAnAgent/v2/MessageAnAgentV2.node.js +31 -0
  415. package/dist/nodes/MessageAnAgent/v2/MessageAnAgentV2.node.js.map +1 -0
  416. package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js +2 -2
  417. package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js.map +1 -1
  418. package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.json +1 -1
  419. package/dist/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.js +3 -3
  420. package/dist/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.js.map +1 -1
  421. package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js +4 -4
  422. package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js.map +1 -1
  423. package/dist/nodes/Microsoft/Outlook/v1/FolderMessageDecription.js +1 -1
  424. package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.d.ts +3 -8
  425. package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.d.ts.map +1 -1
  426. package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.js +25 -60
  427. package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.js.map +1 -1
  428. package/dist/nodes/Microsoft/SharePoint/v1/MicrosoftSharePointV1.node.d.ts +12 -0
  429. package/dist/nodes/Microsoft/SharePoint/v1/MicrosoftSharePointV1.node.d.ts.map +1 -0
  430. package/dist/nodes/Microsoft/SharePoint/v1/MicrosoftSharePointV1.node.js +75 -0
  431. package/dist/nodes/Microsoft/SharePoint/v1/MicrosoftSharePointV1.node.js.map +1 -0
  432. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/common.descriptions.d.ts.map +1 -0
  433. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/common.descriptions.js.map +1 -0
  434. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/File.resource.d.ts.map +1 -0
  435. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/File.resource.js.map +1 -0
  436. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/download.operation.d.ts.map +1 -0
  437. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/download.operation.js.map +1 -0
  438. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/update.operation.d.ts.map +1 -0
  439. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/update.operation.js.map +1 -0
  440. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/upload.operation.d.ts.map +1 -0
  441. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/upload.operation.js.map +1 -0
  442. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/index.d.ts.map +1 -0
  443. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/index.js.map +1 -0
  444. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/Item.resource.d.ts.map +1 -0
  445. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/Item.resource.js.map +1 -0
  446. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/create.operation.d.ts.map +1 -0
  447. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/create.operation.js.map +1 -0
  448. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/delete.operation.d.ts.map +1 -0
  449. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/delete.operation.js.map +1 -0
  450. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/get.operation.d.ts.map +1 -0
  451. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/get.operation.js.map +1 -0
  452. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/getAll.operation.d.ts.map +1 -0
  453. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/getAll.operation.js.map +1 -0
  454. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/update.operation.d.ts.map +1 -0
  455. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/update.operation.js.map +1 -0
  456. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/upsert.operation.d.ts.map +1 -0
  457. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/upsert.operation.js.map +1 -0
  458. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/List.resource.d.ts.map +1 -0
  459. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/List.resource.js.map +1 -0
  460. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/get.operation.d.ts.map +1 -0
  461. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/get.operation.js.map +1 -0
  462. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/getAll.operation.d.ts.map +1 -0
  463. package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/getAll.operation.js.map +1 -0
  464. package/dist/nodes/Microsoft/SharePoint/v1/helpers/interfaces.d.ts.map +1 -0
  465. package/dist/nodes/Microsoft/SharePoint/v1/helpers/interfaces.js.map +1 -0
  466. package/dist/nodes/Microsoft/SharePoint/v1/helpers/utils.d.ts.map +1 -0
  467. package/dist/nodes/Microsoft/SharePoint/v1/helpers/utils.js.map +1 -0
  468. package/dist/nodes/Microsoft/SharePoint/v1/methods/index.d.ts.map +1 -0
  469. package/dist/nodes/Microsoft/SharePoint/v1/methods/index.js.map +1 -0
  470. package/dist/nodes/Microsoft/SharePoint/v1/methods/listSearch.d.ts.map +1 -0
  471. package/dist/nodes/Microsoft/SharePoint/v1/methods/listSearch.js.map +1 -0
  472. package/dist/nodes/Microsoft/SharePoint/v1/methods/resourceMapping.d.ts.map +1 -0
  473. package/dist/nodes/Microsoft/SharePoint/v1/methods/resourceMapping.js.map +1 -0
  474. package/dist/nodes/Microsoft/SharePoint/v1/transport/index.d.ts.map +1 -0
  475. package/dist/nodes/Microsoft/SharePoint/v1/transport/index.js.map +1 -0
  476. package/dist/nodes/Microsoft/SharePoint/v2/MicrosoftSharePointV2.node.d.ts +7 -0
  477. package/dist/nodes/Microsoft/SharePoint/v2/MicrosoftSharePointV2.node.d.ts.map +1 -0
  478. package/dist/nodes/Microsoft/SharePoint/v2/MicrosoftSharePointV2.node.js +78 -0
  479. package/dist/nodes/Microsoft/SharePoint/v2/MicrosoftSharePointV2.node.js.map +1 -0
  480. package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.d.ts.map +1 -1
  481. package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.js +4 -14
  482. package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.js.map +1 -1
  483. package/dist/nodes/N8n/AuditDescription.js +1 -1
  484. package/dist/nodes/N8n/AuditDescription.js.map +1 -1
  485. package/dist/nodes/Notion/Notion.node.d.ts.map +1 -1
  486. package/dist/nodes/Notion/Notion.node.js +3 -1
  487. package/dist/nodes/Notion/Notion.node.js.map +1 -1
  488. package/dist/nodes/Notion/NotionTrigger.node.d.ts +6 -2
  489. package/dist/nodes/Notion/NotionTrigger.node.d.ts.map +1 -1
  490. package/dist/nodes/Notion/NotionTrigger.node.js +74 -12
  491. package/dist/nodes/Notion/NotionTrigger.node.js.map +1 -1
  492. package/dist/nodes/Notion/__schema__/v3.0.0/block/append.json +35 -0
  493. package/dist/nodes/Notion/__schema__/v3.0.0/block/getAll.json +52 -0
  494. package/dist/nodes/Notion/__schema__/v3.0.0/block/getMarkdown.json +27 -0
  495. package/dist/nodes/Notion/__schema__/v3.0.0/dataSource/get.json +15 -0
  496. package/dist/nodes/Notion/__schema__/v3.0.0/dataSource/search.json +15 -0
  497. package/dist/nodes/Notion/__schema__/v3.0.0/database/get.json +15 -0
  498. package/dist/nodes/Notion/__schema__/v3.0.0/databasePage/create.json +15 -0
  499. package/dist/nodes/Notion/__schema__/v3.0.0/databasePage/get.json +15 -0
  500. package/dist/nodes/Notion/__schema__/v3.0.0/databasePage/getAll.json +15 -0
  501. package/dist/nodes/Notion/__schema__/v3.0.0/databasePage/update.json +15 -0
  502. package/dist/nodes/Notion/__schema__/v3.0.0/page/archive.json +15 -0
  503. package/dist/nodes/Notion/__schema__/v3.0.0/page/create.json +15 -0
  504. package/dist/nodes/Notion/__schema__/v3.0.0/page/getMarkdown.json +27 -0
  505. package/dist/nodes/Notion/__schema__/v3.0.0/page/search.json +15 -0
  506. package/dist/nodes/Notion/__schema__/v3.0.0/page/updateMarkdown.json +27 -0
  507. package/dist/nodes/Notion/__schema__/v3.0.0/user/get.json +38 -0
  508. package/dist/nodes/Notion/__schema__/v3.0.0/user/getAll.json +35 -0
  509. package/dist/nodes/Notion/shared/GenericFunctions.d.ts +2 -2
  510. package/dist/nodes/Notion/shared/GenericFunctions.d.ts.map +1 -1
  511. package/dist/nodes/Notion/shared/GenericFunctions.js +55 -38
  512. package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
  513. package/dist/nodes/Notion/shared/descriptions/Blocks.d.ts +9 -2
  514. package/dist/nodes/Notion/shared/descriptions/Blocks.d.ts.map +1 -1
  515. package/dist/nodes/Notion/shared/descriptions/Blocks.js +228 -207
  516. package/dist/nodes/Notion/shared/descriptions/Blocks.js.map +1 -1
  517. package/dist/nodes/Notion/v1/NotionV1.node.js +1 -1
  518. package/dist/nodes/Notion/v2/NotionV2.node.js +1 -1
  519. package/dist/nodes/Notion/v3/NotionV3.node.d.ts +12 -0
  520. package/dist/nodes/Notion/v3/NotionV3.node.d.ts.map +1 -0
  521. package/dist/nodes/Notion/v3/NotionV3.node.js +21 -0
  522. package/dist/nodes/Notion/v3/NotionV3.node.js.map +1 -0
  523. package/dist/nodes/Notion/v3/VersionDescription.d.ts +3 -0
  524. package/dist/nodes/Notion/v3/VersionDescription.d.ts.map +1 -0
  525. package/dist/nodes/Notion/v3/VersionDescription.js +149 -0
  526. package/dist/nodes/Notion/v3/VersionDescription.js.map +1 -0
  527. package/dist/nodes/Notion/v3/actions/block/Block.resource.d.ts +6 -0
  528. package/dist/nodes/Notion/v3/actions/block/Block.resource.d.ts.map +1 -0
  529. package/dist/nodes/Notion/v3/actions/block/Block.resource.js +181 -0
  530. package/dist/nodes/Notion/v3/actions/block/Block.resource.js.map +1 -0
  531. package/dist/nodes/Notion/v3/actions/common.descriptions.d.ts +13 -0
  532. package/dist/nodes/Notion/v3/actions/common.descriptions.d.ts.map +1 -0
  533. package/dist/nodes/Notion/v3/actions/common.descriptions.js +308 -0
  534. package/dist/nodes/Notion/v3/actions/common.descriptions.js.map +1 -0
  535. package/dist/nodes/Notion/v3/actions/dataSource/DataSource.resource.d.ts +5 -0
  536. package/dist/nodes/Notion/v3/actions/dataSource/DataSource.resource.d.ts.map +1 -0
  537. package/dist/nodes/Notion/v3/actions/dataSource/DataSource.resource.js +113 -0
  538. package/dist/nodes/Notion/v3/actions/dataSource/DataSource.resource.js.map +1 -0
  539. package/dist/nodes/Notion/v3/actions/database/Database.resource.d.ts +4 -0
  540. package/dist/nodes/Notion/v3/actions/database/Database.resource.d.ts.map +1 -0
  541. package/dist/nodes/Notion/v3/actions/database/Database.resource.js +61 -0
  542. package/dist/nodes/Notion/v3/actions/database/Database.resource.js.map +1 -0
  543. package/dist/nodes/Notion/v3/actions/databasePage/DataSourceFilters.d.ts +123 -0
  544. package/dist/nodes/Notion/v3/actions/databasePage/DataSourceFilters.d.ts.map +1 -0
  545. package/dist/nodes/Notion/v3/actions/databasePage/DataSourceFilters.js +502 -0
  546. package/dist/nodes/Notion/v3/actions/databasePage/DataSourceFilters.js.map +1 -0
  547. package/dist/nodes/Notion/v3/actions/databasePage/DatabasePage.resource.d.ts +7 -0
  548. package/dist/nodes/Notion/v3/actions/databasePage/DatabasePage.resource.d.ts.map +1 -0
  549. package/dist/nodes/Notion/v3/actions/databasePage/DatabasePage.resource.js +596 -0
  550. package/dist/nodes/Notion/v3/actions/databasePage/DatabasePage.resource.js.map +1 -0
  551. package/dist/nodes/Notion/v3/actions/node.type.d.ts +20 -0
  552. package/dist/nodes/Notion/v3/actions/node.type.d.ts.map +1 -0
  553. package/dist/nodes/Notion/v3/actions/node.type.js +3 -0
  554. package/dist/nodes/Notion/v3/actions/node.type.js.map +1 -0
  555. package/dist/nodes/Notion/v3/actions/page/Page.resource.d.ts +8 -0
  556. package/dist/nodes/Notion/v3/actions/page/Page.resource.d.ts.map +1 -0
  557. package/dist/nodes/Notion/v3/actions/page/Page.resource.js +286 -0
  558. package/dist/nodes/Notion/v3/actions/page/Page.resource.js.map +1 -0
  559. package/dist/nodes/Notion/v3/actions/router.d.ts +3 -0
  560. package/dist/nodes/Notion/v3/actions/router.d.ts.map +1 -0
  561. package/dist/nodes/Notion/v3/actions/router.js +63 -0
  562. package/dist/nodes/Notion/v3/actions/router.js.map +1 -0
  563. package/dist/nodes/Notion/v3/actions/user/User.resource.d.ts +5 -0
  564. package/dist/nodes/Notion/v3/actions/user/User.resource.d.ts.map +1 -0
  565. package/dist/nodes/Notion/v3/actions/user/User.resource.js +68 -0
  566. package/dist/nodes/Notion/v3/actions/user/User.resource.js.map +1 -0
  567. package/dist/nodes/Notion/v3/helpers/utils.d.ts +58 -0
  568. package/dist/nodes/Notion/v3/helpers/utils.d.ts.map +1 -0
  569. package/dist/nodes/Notion/v3/helpers/utils.js +371 -0
  570. package/dist/nodes/Notion/v3/helpers/utils.js.map +1 -0
  571. package/dist/nodes/Notion/v3/methods/index.d.ts +4 -0
  572. package/dist/nodes/Notion/v3/methods/index.d.ts.map +1 -0
  573. package/dist/nodes/Notion/v3/methods/index.js +41 -0
  574. package/dist/nodes/Notion/v3/methods/index.js.map +1 -0
  575. package/dist/nodes/Notion/v3/methods/listSearch.d.ts +4 -0
  576. package/dist/nodes/Notion/v3/methods/listSearch.d.ts.map +1 -0
  577. package/dist/nodes/Notion/v3/methods/listSearch.js +75 -0
  578. package/dist/nodes/Notion/v3/methods/listSearch.js.map +1 -0
  579. package/dist/nodes/Notion/v3/methods/loadOptions.d.ts +10 -0
  580. package/dist/nodes/Notion/v3/methods/loadOptions.d.ts.map +1 -0
  581. package/dist/nodes/Notion/v3/methods/loadOptions.js +152 -0
  582. package/dist/nodes/Notion/v3/methods/loadOptions.js.map +1 -0
  583. package/dist/nodes/Notion/v3/transport/index.d.ts +8 -0
  584. package/dist/nodes/Notion/v3/transport/index.d.ts.map +1 -0
  585. package/dist/nodes/Notion/v3/transport/index.js +67 -0
  586. package/dist/nodes/Notion/v3/transport/index.js.map +1 -0
  587. package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.d.ts.map +1 -1
  588. package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.js +46 -2
  589. package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.js.map +1 -1
  590. package/dist/nodes/RabbitMQ/RabbitMQ.node.d.ts.map +1 -1
  591. package/dist/nodes/RabbitMQ/RabbitMQ.node.js +4 -3
  592. package/dist/nodes/RabbitMQ/RabbitMQ.node.js.map +1 -1
  593. package/dist/nodes/Rocketchat/GenericFunctions.d.ts +2 -1
  594. package/dist/nodes/Rocketchat/GenericFunctions.d.ts.map +1 -1
  595. package/dist/nodes/Rocketchat/GenericFunctions.js +24 -1
  596. package/dist/nodes/Rocketchat/GenericFunctions.js.map +1 -1
  597. package/dist/nodes/Rocketchat/Rocketchat.node.d.ts.map +1 -1
  598. package/dist/nodes/Rocketchat/Rocketchat.node.js +129 -1
  599. package/dist/nodes/Rocketchat/Rocketchat.node.js.map +1 -1
  600. package/dist/nodes/Rundeck/Rundeck.node.js +1 -1
  601. package/dist/nodes/Rundeck/Rundeck.node.js.map +1 -1
  602. package/dist/nodes/Rundeck/RundeckApi.d.ts +2 -0
  603. package/dist/nodes/Rundeck/RundeckApi.d.ts.map +1 -1
  604. package/dist/nodes/Rundeck/RundeckApi.js +11 -1
  605. package/dist/nodes/Rundeck/RundeckApi.js.map +1 -1
  606. package/dist/nodes/Slack/V1/MessageDescription.js +2 -2
  607. package/dist/nodes/Slack/V1/MessageDescription.js.map +1 -1
  608. package/dist/nodes/Slack/V2/MessageDescription.js +2 -2
  609. package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
  610. package/dist/nodes/Spotify/Spotify.node.js +1 -1
  611. package/dist/nodes/Spotify/Spotify.node.js.map +1 -1
  612. package/dist/types/credentials.json +7 -7
  613. package/dist/types/nodes.json +29 -27
  614. package/package.json +18 -17
  615. package/dist/nodes/Microsoft/SharePoint/descriptions/common.descriptions.d.ts.map +0 -1
  616. package/dist/nodes/Microsoft/SharePoint/descriptions/common.descriptions.js.map +0 -1
  617. package/dist/nodes/Microsoft/SharePoint/descriptions/file/File.resource.d.ts.map +0 -1
  618. package/dist/nodes/Microsoft/SharePoint/descriptions/file/File.resource.js.map +0 -1
  619. package/dist/nodes/Microsoft/SharePoint/descriptions/file/download.operation.d.ts.map +0 -1
  620. package/dist/nodes/Microsoft/SharePoint/descriptions/file/download.operation.js.map +0 -1
  621. package/dist/nodes/Microsoft/SharePoint/descriptions/file/update.operation.d.ts.map +0 -1
  622. package/dist/nodes/Microsoft/SharePoint/descriptions/file/update.operation.js.map +0 -1
  623. package/dist/nodes/Microsoft/SharePoint/descriptions/file/upload.operation.d.ts.map +0 -1
  624. package/dist/nodes/Microsoft/SharePoint/descriptions/file/upload.operation.js.map +0 -1
  625. package/dist/nodes/Microsoft/SharePoint/descriptions/index.d.ts.map +0 -1
  626. package/dist/nodes/Microsoft/SharePoint/descriptions/index.js.map +0 -1
  627. package/dist/nodes/Microsoft/SharePoint/descriptions/item/Item.resource.d.ts.map +0 -1
  628. package/dist/nodes/Microsoft/SharePoint/descriptions/item/Item.resource.js.map +0 -1
  629. package/dist/nodes/Microsoft/SharePoint/descriptions/item/create.operation.d.ts.map +0 -1
  630. package/dist/nodes/Microsoft/SharePoint/descriptions/item/create.operation.js.map +0 -1
  631. package/dist/nodes/Microsoft/SharePoint/descriptions/item/delete.operation.d.ts.map +0 -1
  632. package/dist/nodes/Microsoft/SharePoint/descriptions/item/delete.operation.js.map +0 -1
  633. package/dist/nodes/Microsoft/SharePoint/descriptions/item/get.operation.d.ts.map +0 -1
  634. package/dist/nodes/Microsoft/SharePoint/descriptions/item/get.operation.js.map +0 -1
  635. package/dist/nodes/Microsoft/SharePoint/descriptions/item/getAll.operation.d.ts.map +0 -1
  636. package/dist/nodes/Microsoft/SharePoint/descriptions/item/getAll.operation.js.map +0 -1
  637. package/dist/nodes/Microsoft/SharePoint/descriptions/item/update.operation.d.ts.map +0 -1
  638. package/dist/nodes/Microsoft/SharePoint/descriptions/item/update.operation.js.map +0 -1
  639. package/dist/nodes/Microsoft/SharePoint/descriptions/item/upsert.operation.d.ts.map +0 -1
  640. package/dist/nodes/Microsoft/SharePoint/descriptions/item/upsert.operation.js.map +0 -1
  641. package/dist/nodes/Microsoft/SharePoint/descriptions/list/List.resource.d.ts.map +0 -1
  642. package/dist/nodes/Microsoft/SharePoint/descriptions/list/List.resource.js.map +0 -1
  643. package/dist/nodes/Microsoft/SharePoint/descriptions/list/get.operation.d.ts.map +0 -1
  644. package/dist/nodes/Microsoft/SharePoint/descriptions/list/get.operation.js.map +0 -1
  645. package/dist/nodes/Microsoft/SharePoint/descriptions/list/getAll.operation.d.ts.map +0 -1
  646. package/dist/nodes/Microsoft/SharePoint/descriptions/list/getAll.operation.js.map +0 -1
  647. package/dist/nodes/Microsoft/SharePoint/helpers/interfaces.d.ts.map +0 -1
  648. package/dist/nodes/Microsoft/SharePoint/helpers/interfaces.js.map +0 -1
  649. package/dist/nodes/Microsoft/SharePoint/helpers/utils.d.ts.map +0 -1
  650. package/dist/nodes/Microsoft/SharePoint/helpers/utils.js.map +0 -1
  651. package/dist/nodes/Microsoft/SharePoint/methods/index.d.ts.map +0 -1
  652. package/dist/nodes/Microsoft/SharePoint/methods/index.js.map +0 -1
  653. package/dist/nodes/Microsoft/SharePoint/methods/listSearch.d.ts.map +0 -1
  654. package/dist/nodes/Microsoft/SharePoint/methods/listSearch.js.map +0 -1
  655. package/dist/nodes/Microsoft/SharePoint/methods/resourceMapping.d.ts.map +0 -1
  656. package/dist/nodes/Microsoft/SharePoint/methods/resourceMapping.js.map +0 -1
  657. package/dist/nodes/Microsoft/SharePoint/transport/index.d.ts.map +0 -1
  658. package/dist/nodes/Microsoft/SharePoint/transport/index.js.map +0 -1
  659. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/common.descriptions.d.ts +0 -0
  660. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/common.descriptions.js +0 -0
  661. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/File.resource.d.ts +0 -0
  662. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/File.resource.js +0 -0
  663. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/download.operation.d.ts +0 -0
  664. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/download.operation.js +0 -0
  665. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/update.operation.d.ts +0 -0
  666. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/update.operation.js +0 -0
  667. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/upload.operation.d.ts +0 -0
  668. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/upload.operation.js +0 -0
  669. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/index.d.ts +0 -0
  670. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/index.js +0 -0
  671. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/Item.resource.d.ts +0 -0
  672. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/Item.resource.js +0 -0
  673. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/create.operation.d.ts +0 -0
  674. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/create.operation.js +0 -0
  675. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/delete.operation.d.ts +0 -0
  676. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/delete.operation.js +0 -0
  677. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/get.operation.d.ts +0 -0
  678. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/get.operation.js +0 -0
  679. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/getAll.operation.d.ts +0 -0
  680. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/getAll.operation.js +0 -0
  681. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/update.operation.d.ts +0 -0
  682. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/update.operation.js +0 -0
  683. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/upsert.operation.d.ts +0 -0
  684. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/upsert.operation.js +0 -0
  685. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/List.resource.d.ts +0 -0
  686. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/List.resource.js +0 -0
  687. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/get.operation.d.ts +0 -0
  688. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/get.operation.js +0 -0
  689. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/getAll.operation.d.ts +0 -0
  690. /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/getAll.operation.js +0 -0
  691. /package/dist/nodes/Microsoft/SharePoint/{helpers → v1/helpers}/interfaces.d.ts +0 -0
  692. /package/dist/nodes/Microsoft/SharePoint/{helpers → v1/helpers}/interfaces.js +0 -0
  693. /package/dist/nodes/Microsoft/SharePoint/{helpers → v1/helpers}/utils.d.ts +0 -0
  694. /package/dist/nodes/Microsoft/SharePoint/{helpers → v1/helpers}/utils.js +0 -0
  695. /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/index.d.ts +0 -0
  696. /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/index.js +0 -0
  697. /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/listSearch.d.ts +0 -0
  698. /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/listSearch.js +0 -0
  699. /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/resourceMapping.d.ts +0 -0
  700. /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/resourceMapping.js +0 -0
  701. /package/dist/nodes/Microsoft/SharePoint/{transport → v1/transport}/index.d.ts +0 -0
  702. /package/dist/nodes/Microsoft/SharePoint/{transport → v1/transport}/index.js +0 -0
@@ -0,0 +1,905 @@
1
+ /**
2
+ * Notion Node - Version 3
3
+ * Discriminator: resource=block, operation=append
4
+ */
5
+
6
+
7
+ interface Credentials {
8
+ notionApi: CredentialReference;
9
+ notionOAuth2Api: CredentialReference;
10
+ }
11
+
12
+ /** Append a block */
13
+ export type NotionV3BlockAppendParams = {
14
+ resource: 'block';
15
+ operation: 'append';
16
+ authentication?: 'apiKey' | 'oAuth2' | Expression<string>;
17
+ /**
18
+ * The Notion block to append blocks to
19
+ * @default {"mode":"url","value":""}
20
+ */
21
+ blockId?: { __rl: true; mode: 'url' | 'id'; value: string; cachedResultName?: string };
22
+ /**
23
+ * ID of the block after which to insert the new blocks. Leave empty to append at the end.
24
+ */
25
+ afterBlockId?: string | Expression<string>;
26
+ /**
27
+ * Blocks
28
+ * @default {}
29
+ */
30
+ blockUi?: {
31
+ /** Block
32
+ */
33
+ blockValues?: Array<{
34
+ /** Choose from the list, or specify an ID using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;
35
+ * @loadOptionsMethod getBlockTypes
36
+ * @default paragraph
37
+ */
38
+ type?: string | Expression<string>;
39
+ /** Rich Text
40
+ * @displayOptions.show { type: ["paragraph"] }
41
+ * @default false
42
+ */
43
+ richText?: boolean | Expression<boolean>;
44
+ /** Text
45
+ * @displayOptions.show { type: ["paragraph"], richText: [false] }
46
+ */
47
+ textContent?: string | Expression<string>;
48
+ /** Rich text in the block
49
+ * @displayOptions.show { type: ["paragraph"], richText: [true] }
50
+ * @default {}
51
+ */
52
+ text?: {
53
+ /** Text
54
+ */
55
+ text?: Array<{
56
+ /** Type
57
+ * @default text
58
+ */
59
+ textType?: 'equation' | 'mention' | 'text' | Expression<string>;
60
+ /** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
61
+ * @displayOptions.show { textType: ["text"] }
62
+ */
63
+ text?: string | Expression<string>;
64
+ /** Is Link
65
+ * @displayOptions.show { textType: ["text"] }
66
+ * @default false
67
+ */
68
+ isLink?: boolean | Expression<boolean>;
69
+ /** The URL that this link points to
70
+ * @displayOptions.show { textType: ["text"], isLink: [true] }
71
+ */
72
+ textLink?: string | Expression<string>;
73
+ /** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
74
+ * @displayOptions.show { textType: ["mention"] }
75
+ */
76
+ mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
77
+ /** The ID of the user being mentioned. Choose from the list, or specify an ID using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
78
+ * @loadOptionsMethod getUsers
79
+ * @displayOptions.show { mentionType: ["user"] }
80
+ */
81
+ user?: string | Expression<string>;
82
+ /** The ID of the page being mentioned
83
+ * @displayOptions.show { mentionType: ["page"] }
84
+ */
85
+ page?: string | Expression<string>;
86
+ /** The Notion Database being mentioned
87
+ * @searchListMethod getDatabases
88
+ * @displayOptions.show { mentionType: ["database"] }
89
+ * @default {"mode":"list","value":""}
90
+ */
91
+ database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
92
+ /** Whether or not you want to define a date range
93
+ * @displayOptions.show { mentionType: ["date"] }
94
+ * @default false
95
+ */
96
+ range?: boolean | Expression<boolean>;
97
+ /** An ISO 8601 format date, with optional time
98
+ * @displayOptions.show { mentionType: ["date"], range: [false] }
99
+ */
100
+ date?: string | Expression<string>;
101
+ /** An ISO 8601 format date, with optional time
102
+ * @displayOptions.show { mentionType: ["date"], range: [true] }
103
+ */
104
+ dateStart?: string | Expression<string>;
105
+ /** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
106
+ * @displayOptions.show { range: [true], mentionType: ["date"] }
107
+ */
108
+ dateEnd?: string | Expression<string>;
109
+ /** Expression
110
+ * @displayOptions.show { textType: ["equation"] }
111
+ */
112
+ expression?: string | Expression<string>;
113
+ /** All annotations that apply to this rich text
114
+ * @default {}
115
+ */
116
+ annotationUi?: {
117
+ /** Whether the text is bolded
118
+ * @default false
119
+ */
120
+ bold?: boolean | Expression<boolean>;
121
+ /** Whether the text is italicized
122
+ * @default false
123
+ */
124
+ italic?: boolean | Expression<boolean>;
125
+ /** Whether the text is struck through
126
+ * @default false
127
+ */
128
+ strikethrough?: boolean | Expression<boolean>;
129
+ /** Whether the text is underlined
130
+ * @default false
131
+ */
132
+ underline?: boolean | Expression<boolean>;
133
+ /** Whether the text is code style
134
+ * @default false
135
+ */
136
+ code?: boolean | Expression<boolean>;
137
+ /** Color of the text
138
+ */
139
+ color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
140
+ };
141
+ }>;
142
+ };
143
+ /** Rich Text
144
+ * @displayOptions.show { type: ["heading_1"] }
145
+ * @default false
146
+ */
147
+ richText?: boolean | Expression<boolean>;
148
+ /** Text
149
+ * @displayOptions.show { type: ["heading_1"], richText: [false] }
150
+ */
151
+ textContent?: string | Expression<string>;
152
+ /** Rich text in the block
153
+ * @displayOptions.show { type: ["heading_1"], richText: [true] }
154
+ * @default {}
155
+ */
156
+ text?: {
157
+ /** Text
158
+ */
159
+ text?: Array<{
160
+ /** Type
161
+ * @default text
162
+ */
163
+ textType?: 'equation' | 'mention' | 'text' | Expression<string>;
164
+ /** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
165
+ * @displayOptions.show { textType: ["text"] }
166
+ */
167
+ text?: string | Expression<string>;
168
+ /** Is Link
169
+ * @displayOptions.show { textType: ["text"] }
170
+ * @default false
171
+ */
172
+ isLink?: boolean | Expression<boolean>;
173
+ /** The URL that this link points to
174
+ * @displayOptions.show { textType: ["text"], isLink: [true] }
175
+ */
176
+ textLink?: string | Expression<string>;
177
+ /** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
178
+ * @displayOptions.show { textType: ["mention"] }
179
+ */
180
+ mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
181
+ /** The ID of the user being mentioned. Choose from the list, or specify an ID using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
182
+ * @loadOptionsMethod getUsers
183
+ * @displayOptions.show { mentionType: ["user"] }
184
+ */
185
+ user?: string | Expression<string>;
186
+ /** The ID of the page being mentioned
187
+ * @displayOptions.show { mentionType: ["page"] }
188
+ */
189
+ page?: string | Expression<string>;
190
+ /** The Notion Database being mentioned
191
+ * @searchListMethod getDatabases
192
+ * @displayOptions.show { mentionType: ["database"] }
193
+ * @default {"mode":"list","value":""}
194
+ */
195
+ database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
196
+ /** Whether or not you want to define a date range
197
+ * @displayOptions.show { mentionType: ["date"] }
198
+ * @default false
199
+ */
200
+ range?: boolean | Expression<boolean>;
201
+ /** An ISO 8601 format date, with optional time
202
+ * @displayOptions.show { mentionType: ["date"], range: [false] }
203
+ */
204
+ date?: string | Expression<string>;
205
+ /** An ISO 8601 format date, with optional time
206
+ * @displayOptions.show { mentionType: ["date"], range: [true] }
207
+ */
208
+ dateStart?: string | Expression<string>;
209
+ /** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
210
+ * @displayOptions.show { range: [true], mentionType: ["date"] }
211
+ */
212
+ dateEnd?: string | Expression<string>;
213
+ /** Expression
214
+ * @displayOptions.show { textType: ["equation"] }
215
+ */
216
+ expression?: string | Expression<string>;
217
+ /** All annotations that apply to this rich text
218
+ * @default {}
219
+ */
220
+ annotationUi?: {
221
+ /** Whether the text is bolded
222
+ * @default false
223
+ */
224
+ bold?: boolean | Expression<boolean>;
225
+ /** Whether the text is italicized
226
+ * @default false
227
+ */
228
+ italic?: boolean | Expression<boolean>;
229
+ /** Whether the text is struck through
230
+ * @default false
231
+ */
232
+ strikethrough?: boolean | Expression<boolean>;
233
+ /** Whether the text is underlined
234
+ * @default false
235
+ */
236
+ underline?: boolean | Expression<boolean>;
237
+ /** Whether the text is code style
238
+ * @default false
239
+ */
240
+ code?: boolean | Expression<boolean>;
241
+ /** Color of the text
242
+ */
243
+ color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
244
+ };
245
+ }>;
246
+ };
247
+ /** Rich Text
248
+ * @displayOptions.show { type: ["heading_2"] }
249
+ * @default false
250
+ */
251
+ richText?: boolean | Expression<boolean>;
252
+ /** Text
253
+ * @displayOptions.show { type: ["heading_2"], richText: [false] }
254
+ */
255
+ textContent?: string | Expression<string>;
256
+ /** Rich text in the block
257
+ * @displayOptions.show { type: ["heading_2"], richText: [true] }
258
+ * @default {}
259
+ */
260
+ text?: {
261
+ /** Text
262
+ */
263
+ text?: Array<{
264
+ /** Type
265
+ * @default text
266
+ */
267
+ textType?: 'equation' | 'mention' | 'text' | Expression<string>;
268
+ /** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
269
+ * @displayOptions.show { textType: ["text"] }
270
+ */
271
+ text?: string | Expression<string>;
272
+ /** Is Link
273
+ * @displayOptions.show { textType: ["text"] }
274
+ * @default false
275
+ */
276
+ isLink?: boolean | Expression<boolean>;
277
+ /** The URL that this link points to
278
+ * @displayOptions.show { textType: ["text"], isLink: [true] }
279
+ */
280
+ textLink?: string | Expression<string>;
281
+ /** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
282
+ * @displayOptions.show { textType: ["mention"] }
283
+ */
284
+ mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
285
+ /** The ID of the user being mentioned. Choose from the list, or specify an ID using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
286
+ * @loadOptionsMethod getUsers
287
+ * @displayOptions.show { mentionType: ["user"] }
288
+ */
289
+ user?: string | Expression<string>;
290
+ /** The ID of the page being mentioned
291
+ * @displayOptions.show { mentionType: ["page"] }
292
+ */
293
+ page?: string | Expression<string>;
294
+ /** The Notion Database being mentioned
295
+ * @searchListMethod getDatabases
296
+ * @displayOptions.show { mentionType: ["database"] }
297
+ * @default {"mode":"list","value":""}
298
+ */
299
+ database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
300
+ /** Whether or not you want to define a date range
301
+ * @displayOptions.show { mentionType: ["date"] }
302
+ * @default false
303
+ */
304
+ range?: boolean | Expression<boolean>;
305
+ /** An ISO 8601 format date, with optional time
306
+ * @displayOptions.show { mentionType: ["date"], range: [false] }
307
+ */
308
+ date?: string | Expression<string>;
309
+ /** An ISO 8601 format date, with optional time
310
+ * @displayOptions.show { mentionType: ["date"], range: [true] }
311
+ */
312
+ dateStart?: string | Expression<string>;
313
+ /** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
314
+ * @displayOptions.show { range: [true], mentionType: ["date"] }
315
+ */
316
+ dateEnd?: string | Expression<string>;
317
+ /** Expression
318
+ * @displayOptions.show { textType: ["equation"] }
319
+ */
320
+ expression?: string | Expression<string>;
321
+ /** All annotations that apply to this rich text
322
+ * @default {}
323
+ */
324
+ annotationUi?: {
325
+ /** Whether the text is bolded
326
+ * @default false
327
+ */
328
+ bold?: boolean | Expression<boolean>;
329
+ /** Whether the text is italicized
330
+ * @default false
331
+ */
332
+ italic?: boolean | Expression<boolean>;
333
+ /** Whether the text is struck through
334
+ * @default false
335
+ */
336
+ strikethrough?: boolean | Expression<boolean>;
337
+ /** Whether the text is underlined
338
+ * @default false
339
+ */
340
+ underline?: boolean | Expression<boolean>;
341
+ /** Whether the text is code style
342
+ * @default false
343
+ */
344
+ code?: boolean | Expression<boolean>;
345
+ /** Color of the text
346
+ */
347
+ color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
348
+ };
349
+ }>;
350
+ };
351
+ /** Rich Text
352
+ * @displayOptions.show { type: ["heading_3"] }
353
+ * @default false
354
+ */
355
+ richText?: boolean | Expression<boolean>;
356
+ /** Text
357
+ * @displayOptions.show { type: ["heading_3"], richText: [false] }
358
+ */
359
+ textContent?: string | Expression<string>;
360
+ /** Rich text in the block
361
+ * @displayOptions.show { type: ["heading_3"], richText: [true] }
362
+ * @default {}
363
+ */
364
+ text?: {
365
+ /** Text
366
+ */
367
+ text?: Array<{
368
+ /** Type
369
+ * @default text
370
+ */
371
+ textType?: 'equation' | 'mention' | 'text' | Expression<string>;
372
+ /** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
373
+ * @displayOptions.show { textType: ["text"] }
374
+ */
375
+ text?: string | Expression<string>;
376
+ /** Is Link
377
+ * @displayOptions.show { textType: ["text"] }
378
+ * @default false
379
+ */
380
+ isLink?: boolean | Expression<boolean>;
381
+ /** The URL that this link points to
382
+ * @displayOptions.show { textType: ["text"], isLink: [true] }
383
+ */
384
+ textLink?: string | Expression<string>;
385
+ /** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
386
+ * @displayOptions.show { textType: ["mention"] }
387
+ */
388
+ mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
389
+ /** The ID of the user being mentioned. Choose from the list, or specify an ID using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
390
+ * @loadOptionsMethod getUsers
391
+ * @displayOptions.show { mentionType: ["user"] }
392
+ */
393
+ user?: string | Expression<string>;
394
+ /** The ID of the page being mentioned
395
+ * @displayOptions.show { mentionType: ["page"] }
396
+ */
397
+ page?: string | Expression<string>;
398
+ /** The Notion Database being mentioned
399
+ * @searchListMethod getDatabases
400
+ * @displayOptions.show { mentionType: ["database"] }
401
+ * @default {"mode":"list","value":""}
402
+ */
403
+ database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
404
+ /** Whether or not you want to define a date range
405
+ * @displayOptions.show { mentionType: ["date"] }
406
+ * @default false
407
+ */
408
+ range?: boolean | Expression<boolean>;
409
+ /** An ISO 8601 format date, with optional time
410
+ * @displayOptions.show { mentionType: ["date"], range: [false] }
411
+ */
412
+ date?: string | Expression<string>;
413
+ /** An ISO 8601 format date, with optional time
414
+ * @displayOptions.show { mentionType: ["date"], range: [true] }
415
+ */
416
+ dateStart?: string | Expression<string>;
417
+ /** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
418
+ * @displayOptions.show { range: [true], mentionType: ["date"] }
419
+ */
420
+ dateEnd?: string | Expression<string>;
421
+ /** Expression
422
+ * @displayOptions.show { textType: ["equation"] }
423
+ */
424
+ expression?: string | Expression<string>;
425
+ /** All annotations that apply to this rich text
426
+ * @default {}
427
+ */
428
+ annotationUi?: {
429
+ /** Whether the text is bolded
430
+ * @default false
431
+ */
432
+ bold?: boolean | Expression<boolean>;
433
+ /** Whether the text is italicized
434
+ * @default false
435
+ */
436
+ italic?: boolean | Expression<boolean>;
437
+ /** Whether the text is struck through
438
+ * @default false
439
+ */
440
+ strikethrough?: boolean | Expression<boolean>;
441
+ /** Whether the text is underlined
442
+ * @default false
443
+ */
444
+ underline?: boolean | Expression<boolean>;
445
+ /** Whether the text is code style
446
+ * @default false
447
+ */
448
+ code?: boolean | Expression<boolean>;
449
+ /** Color of the text
450
+ */
451
+ color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
452
+ };
453
+ }>;
454
+ };
455
+ /** Rich Text
456
+ * @displayOptions.show { type: ["toggle"] }
457
+ * @default false
458
+ */
459
+ richText?: boolean | Expression<boolean>;
460
+ /** Text
461
+ * @displayOptions.show { type: ["toggle"], richText: [false] }
462
+ */
463
+ textContent?: string | Expression<string>;
464
+ /** Rich text in the block
465
+ * @displayOptions.show { type: ["toggle"], richText: [true] }
466
+ * @default {}
467
+ */
468
+ text?: {
469
+ /** Text
470
+ */
471
+ text?: Array<{
472
+ /** Type
473
+ * @default text
474
+ */
475
+ textType?: 'equation' | 'mention' | 'text' | Expression<string>;
476
+ /** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
477
+ * @displayOptions.show { textType: ["text"] }
478
+ */
479
+ text?: string | Expression<string>;
480
+ /** Is Link
481
+ * @displayOptions.show { textType: ["text"] }
482
+ * @default false
483
+ */
484
+ isLink?: boolean | Expression<boolean>;
485
+ /** The URL that this link points to
486
+ * @displayOptions.show { textType: ["text"], isLink: [true] }
487
+ */
488
+ textLink?: string | Expression<string>;
489
+ /** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
490
+ * @displayOptions.show { textType: ["mention"] }
491
+ */
492
+ mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
493
+ /** The ID of the user being mentioned. Choose from the list, or specify an ID using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
494
+ * @loadOptionsMethod getUsers
495
+ * @displayOptions.show { mentionType: ["user"] }
496
+ */
497
+ user?: string | Expression<string>;
498
+ /** The ID of the page being mentioned
499
+ * @displayOptions.show { mentionType: ["page"] }
500
+ */
501
+ page?: string | Expression<string>;
502
+ /** The Notion Database being mentioned
503
+ * @searchListMethod getDatabases
504
+ * @displayOptions.show { mentionType: ["database"] }
505
+ * @default {"mode":"list","value":""}
506
+ */
507
+ database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
508
+ /** Whether or not you want to define a date range
509
+ * @displayOptions.show { mentionType: ["date"] }
510
+ * @default false
511
+ */
512
+ range?: boolean | Expression<boolean>;
513
+ /** An ISO 8601 format date, with optional time
514
+ * @displayOptions.show { mentionType: ["date"], range: [false] }
515
+ */
516
+ date?: string | Expression<string>;
517
+ /** An ISO 8601 format date, with optional time
518
+ * @displayOptions.show { mentionType: ["date"], range: [true] }
519
+ */
520
+ dateStart?: string | Expression<string>;
521
+ /** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
522
+ * @displayOptions.show { range: [true], mentionType: ["date"] }
523
+ */
524
+ dateEnd?: string | Expression<string>;
525
+ /** Expression
526
+ * @displayOptions.show { textType: ["equation"] }
527
+ */
528
+ expression?: string | Expression<string>;
529
+ /** All annotations that apply to this rich text
530
+ * @default {}
531
+ */
532
+ annotationUi?: {
533
+ /** Whether the text is bolded
534
+ * @default false
535
+ */
536
+ bold?: boolean | Expression<boolean>;
537
+ /** Whether the text is italicized
538
+ * @default false
539
+ */
540
+ italic?: boolean | Expression<boolean>;
541
+ /** Whether the text is struck through
542
+ * @default false
543
+ */
544
+ strikethrough?: boolean | Expression<boolean>;
545
+ /** Whether the text is underlined
546
+ * @default false
547
+ */
548
+ underline?: boolean | Expression<boolean>;
549
+ /** Whether the text is code style
550
+ * @default false
551
+ */
552
+ code?: boolean | Expression<boolean>;
553
+ /** Color of the text
554
+ */
555
+ color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
556
+ };
557
+ }>;
558
+ };
559
+ /** Whether the to_do is checked or not
560
+ * @displayOptions.show { type: ["to_do"] }
561
+ * @default false
562
+ */
563
+ checked?: boolean | Expression<boolean>;
564
+ /** Rich Text
565
+ * @displayOptions.show { type: ["to_do"] }
566
+ * @default false
567
+ */
568
+ richText?: boolean | Expression<boolean>;
569
+ /** Text
570
+ * @displayOptions.show { type: ["to_do"], richText: [false] }
571
+ */
572
+ textContent?: string | Expression<string>;
573
+ /** Rich text in the block
574
+ * @displayOptions.show { type: ["to_do"], richText: [true] }
575
+ * @default {}
576
+ */
577
+ text?: {
578
+ /** Text
579
+ */
580
+ text?: Array<{
581
+ /** Type
582
+ * @default text
583
+ */
584
+ textType?: 'equation' | 'mention' | 'text' | Expression<string>;
585
+ /** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
586
+ * @displayOptions.show { textType: ["text"] }
587
+ */
588
+ text?: string | Expression<string>;
589
+ /** Is Link
590
+ * @displayOptions.show { textType: ["text"] }
591
+ * @default false
592
+ */
593
+ isLink?: boolean | Expression<boolean>;
594
+ /** The URL that this link points to
595
+ * @displayOptions.show { textType: ["text"], isLink: [true] }
596
+ */
597
+ textLink?: string | Expression<string>;
598
+ /** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
599
+ * @displayOptions.show { textType: ["mention"] }
600
+ */
601
+ mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
602
+ /** The ID of the user being mentioned. Choose from the list, or specify an ID using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
603
+ * @loadOptionsMethod getUsers
604
+ * @displayOptions.show { mentionType: ["user"] }
605
+ */
606
+ user?: string | Expression<string>;
607
+ /** The ID of the page being mentioned
608
+ * @displayOptions.show { mentionType: ["page"] }
609
+ */
610
+ page?: string | Expression<string>;
611
+ /** The Notion Database being mentioned
612
+ * @searchListMethod getDatabases
613
+ * @displayOptions.show { mentionType: ["database"] }
614
+ * @default {"mode":"list","value":""}
615
+ */
616
+ database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
617
+ /** Whether or not you want to define a date range
618
+ * @displayOptions.show { mentionType: ["date"] }
619
+ * @default false
620
+ */
621
+ range?: boolean | Expression<boolean>;
622
+ /** An ISO 8601 format date, with optional time
623
+ * @displayOptions.show { mentionType: ["date"], range: [false] }
624
+ */
625
+ date?: string | Expression<string>;
626
+ /** An ISO 8601 format date, with optional time
627
+ * @displayOptions.show { mentionType: ["date"], range: [true] }
628
+ */
629
+ dateStart?: string | Expression<string>;
630
+ /** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
631
+ * @displayOptions.show { range: [true], mentionType: ["date"] }
632
+ */
633
+ dateEnd?: string | Expression<string>;
634
+ /** Expression
635
+ * @displayOptions.show { textType: ["equation"] }
636
+ */
637
+ expression?: string | Expression<string>;
638
+ /** All annotations that apply to this rich text
639
+ * @default {}
640
+ */
641
+ annotationUi?: {
642
+ /** Whether the text is bolded
643
+ * @default false
644
+ */
645
+ bold?: boolean | Expression<boolean>;
646
+ /** Whether the text is italicized
647
+ * @default false
648
+ */
649
+ italic?: boolean | Expression<boolean>;
650
+ /** Whether the text is struck through
651
+ * @default false
652
+ */
653
+ strikethrough?: boolean | Expression<boolean>;
654
+ /** Whether the text is underlined
655
+ * @default false
656
+ */
657
+ underline?: boolean | Expression<boolean>;
658
+ /** Whether the text is code style
659
+ * @default false
660
+ */
661
+ code?: boolean | Expression<boolean>;
662
+ /** Color of the text
663
+ */
664
+ color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
665
+ };
666
+ }>;
667
+ };
668
+ /** Plain text of page title
669
+ * @displayOptions.show { type: ["child_page"] }
670
+ */
671
+ title?: string | Expression<string>;
672
+ /** Rich Text
673
+ * @displayOptions.show { type: ["bulleted_list_item"] }
674
+ * @default false
675
+ */
676
+ richText?: boolean | Expression<boolean>;
677
+ /** Text
678
+ * @displayOptions.show { type: ["bulleted_list_item"], richText: [false] }
679
+ */
680
+ textContent?: string | Expression<string>;
681
+ /** Rich text in the block
682
+ * @displayOptions.show { type: ["bulleted_list_item"], richText: [true] }
683
+ * @default {}
684
+ */
685
+ text?: {
686
+ /** Text
687
+ */
688
+ text?: Array<{
689
+ /** Type
690
+ * @default text
691
+ */
692
+ textType?: 'equation' | 'mention' | 'text' | Expression<string>;
693
+ /** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
694
+ * @displayOptions.show { textType: ["text"] }
695
+ */
696
+ text?: string | Expression<string>;
697
+ /** Is Link
698
+ * @displayOptions.show { textType: ["text"] }
699
+ * @default false
700
+ */
701
+ isLink?: boolean | Expression<boolean>;
702
+ /** The URL that this link points to
703
+ * @displayOptions.show { textType: ["text"], isLink: [true] }
704
+ */
705
+ textLink?: string | Expression<string>;
706
+ /** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
707
+ * @displayOptions.show { textType: ["mention"] }
708
+ */
709
+ mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
710
+ /** The ID of the user being mentioned. Choose from the list, or specify an ID using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
711
+ * @loadOptionsMethod getUsers
712
+ * @displayOptions.show { mentionType: ["user"] }
713
+ */
714
+ user?: string | Expression<string>;
715
+ /** The ID of the page being mentioned
716
+ * @displayOptions.show { mentionType: ["page"] }
717
+ */
718
+ page?: string | Expression<string>;
719
+ /** The Notion Database being mentioned
720
+ * @searchListMethod getDatabases
721
+ * @displayOptions.show { mentionType: ["database"] }
722
+ * @default {"mode":"list","value":""}
723
+ */
724
+ database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
725
+ /** Whether or not you want to define a date range
726
+ * @displayOptions.show { mentionType: ["date"] }
727
+ * @default false
728
+ */
729
+ range?: boolean | Expression<boolean>;
730
+ /** An ISO 8601 format date, with optional time
731
+ * @displayOptions.show { mentionType: ["date"], range: [false] }
732
+ */
733
+ date?: string | Expression<string>;
734
+ /** An ISO 8601 format date, with optional time
735
+ * @displayOptions.show { mentionType: ["date"], range: [true] }
736
+ */
737
+ dateStart?: string | Expression<string>;
738
+ /** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
739
+ * @displayOptions.show { range: [true], mentionType: ["date"] }
740
+ */
741
+ dateEnd?: string | Expression<string>;
742
+ /** Expression
743
+ * @displayOptions.show { textType: ["equation"] }
744
+ */
745
+ expression?: string | Expression<string>;
746
+ /** All annotations that apply to this rich text
747
+ * @default {}
748
+ */
749
+ annotationUi?: {
750
+ /** Whether the text is bolded
751
+ * @default false
752
+ */
753
+ bold?: boolean | Expression<boolean>;
754
+ /** Whether the text is italicized
755
+ * @default false
756
+ */
757
+ italic?: boolean | Expression<boolean>;
758
+ /** Whether the text is struck through
759
+ * @default false
760
+ */
761
+ strikethrough?: boolean | Expression<boolean>;
762
+ /** Whether the text is underlined
763
+ * @default false
764
+ */
765
+ underline?: boolean | Expression<boolean>;
766
+ /** Whether the text is code style
767
+ * @default false
768
+ */
769
+ code?: boolean | Expression<boolean>;
770
+ /** Color of the text
771
+ */
772
+ color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
773
+ };
774
+ }>;
775
+ };
776
+ /** Rich Text
777
+ * @displayOptions.show { type: ["numbered_list_item"] }
778
+ * @default false
779
+ */
780
+ richText?: boolean | Expression<boolean>;
781
+ /** Text
782
+ * @displayOptions.show { type: ["numbered_list_item"], richText: [false] }
783
+ */
784
+ textContent?: string | Expression<string>;
785
+ /** Rich text in the block
786
+ * @displayOptions.show { type: ["numbered_list_item"], richText: [true] }
787
+ * @default {}
788
+ */
789
+ text?: {
790
+ /** Text
791
+ */
792
+ text?: Array<{
793
+ /** Type
794
+ * @default text
795
+ */
796
+ textType?: 'equation' | 'mention' | 'text' | Expression<string>;
797
+ /** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
798
+ * @displayOptions.show { textType: ["text"] }
799
+ */
800
+ text?: string | Expression<string>;
801
+ /** Is Link
802
+ * @displayOptions.show { textType: ["text"] }
803
+ * @default false
804
+ */
805
+ isLink?: boolean | Expression<boolean>;
806
+ /** The URL that this link points to
807
+ * @displayOptions.show { textType: ["text"], isLink: [true] }
808
+ */
809
+ textLink?: string | Expression<string>;
810
+ /** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
811
+ * @displayOptions.show { textType: ["mention"] }
812
+ */
813
+ mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
814
+ /** The ID of the user being mentioned. Choose from the list, or specify an ID using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
815
+ * @loadOptionsMethod getUsers
816
+ * @displayOptions.show { mentionType: ["user"] }
817
+ */
818
+ user?: string | Expression<string>;
819
+ /** The ID of the page being mentioned
820
+ * @displayOptions.show { mentionType: ["page"] }
821
+ */
822
+ page?: string | Expression<string>;
823
+ /** The Notion Database being mentioned
824
+ * @searchListMethod getDatabases
825
+ * @displayOptions.show { mentionType: ["database"] }
826
+ * @default {"mode":"list","value":""}
827
+ */
828
+ database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
829
+ /** Whether or not you want to define a date range
830
+ * @displayOptions.show { mentionType: ["date"] }
831
+ * @default false
832
+ */
833
+ range?: boolean | Expression<boolean>;
834
+ /** An ISO 8601 format date, with optional time
835
+ * @displayOptions.show { mentionType: ["date"], range: [false] }
836
+ */
837
+ date?: string | Expression<string>;
838
+ /** An ISO 8601 format date, with optional time
839
+ * @displayOptions.show { mentionType: ["date"], range: [true] }
840
+ */
841
+ dateStart?: string | Expression<string>;
842
+ /** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
843
+ * @displayOptions.show { range: [true], mentionType: ["date"] }
844
+ */
845
+ dateEnd?: string | Expression<string>;
846
+ /** Expression
847
+ * @displayOptions.show { textType: ["equation"] }
848
+ */
849
+ expression?: string | Expression<string>;
850
+ /** All annotations that apply to this rich text
851
+ * @default {}
852
+ */
853
+ annotationUi?: {
854
+ /** Whether the text is bolded
855
+ * @default false
856
+ */
857
+ bold?: boolean | Expression<boolean>;
858
+ /** Whether the text is italicized
859
+ * @default false
860
+ */
861
+ italic?: boolean | Expression<boolean>;
862
+ /** Whether the text is struck through
863
+ * @default false
864
+ */
865
+ strikethrough?: boolean | Expression<boolean>;
866
+ /** Whether the text is underlined
867
+ * @default false
868
+ */
869
+ underline?: boolean | Expression<boolean>;
870
+ /** Whether the text is code style
871
+ * @default false
872
+ */
873
+ code?: boolean | Expression<boolean>;
874
+ /** Color of the text
875
+ */
876
+ color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
877
+ };
878
+ }>;
879
+ };
880
+ /** Image file reference
881
+ * @displayOptions.show { type: ["image"] }
882
+ */
883
+ url?: string | Expression<string>;
884
+ }>;
885
+ };
886
+ };
887
+
888
+ export type NotionV3BlockAppendOutput = {
889
+ type?: string;
890
+ block?: Record<string, unknown>;
891
+ object?: string;
892
+ next_cursor?: string | null;
893
+ has_more?: boolean;
894
+ results?: Array<{
895
+ object?: string;
896
+ id?: string;
897
+ }>;
898
+ };
899
+
900
+ export type NotionV3BlockAppendNode = {
901
+ type: 'n8n-nodes-base.notion';
902
+ version: 3;
903
+ config: NodeConfig<NotionV3BlockAppendParams> & { credentials?: Credentials };
904
+ output?: Items<NotionV3BlockAppendOutput>;
905
+ };