n8n-nodes-base 2.30.4 → 2.31.1

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