n8n-nodes-base 2.21.2 → 2.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (622) hide show
  1. package/dist/credentials/BoxOAuth2Api.credentials.d.ts.map +1 -1
  2. package/dist/credentials/BoxOAuth2Api.credentials.js +16 -0
  3. package/dist/credentials/BoxOAuth2Api.credentials.js.map +1 -1
  4. package/dist/credentials/Crypto.credentials.d.ts.map +1 -1
  5. package/dist/credentials/Crypto.credentials.js +32 -0
  6. package/dist/credentials/Crypto.credentials.js.map +1 -1
  7. package/dist/credentials/FacebookGraphApiOAuth2Api.credentials.d.ts +9 -0
  8. package/dist/credentials/FacebookGraphApiOAuth2Api.credentials.d.ts.map +1 -0
  9. package/dist/credentials/FacebookGraphApiOAuth2Api.credentials.js +91 -0
  10. package/dist/credentials/FacebookGraphApiOAuth2Api.credentials.js.map +1 -0
  11. package/dist/credentials/FacebookGraphAppOAuth2Api.credentials.d.ts +9 -0
  12. package/dist/credentials/FacebookGraphAppOAuth2Api.credentials.d.ts.map +1 -0
  13. package/dist/credentials/FacebookGraphAppOAuth2Api.credentials.js +21 -0
  14. package/dist/credentials/FacebookGraphAppOAuth2Api.credentials.js.map +1 -0
  15. package/dist/credentials/HttpBearerAuth.credentials.js +1 -1
  16. package/dist/credentials/LinkedInOAuth2Api.credentials.d.ts.map +1 -1
  17. package/dist/credentials/LinkedInOAuth2Api.credentials.js +6 -0
  18. package/dist/credentials/LinkedInOAuth2Api.credentials.js.map +1 -1
  19. package/dist/credentials/NocoDbApiToken.credentials.d.ts.map +1 -1
  20. package/dist/credentials/NocoDbApiToken.credentials.js +3 -1
  21. package/dist/credentials/NocoDbApiToken.credentials.js.map +1 -1
  22. package/dist/credentials/SnowflakeOAuth2Api.credentials.d.ts +9 -0
  23. package/dist/credentials/SnowflakeOAuth2Api.credentials.d.ts.map +1 -0
  24. package/dist/credentials/SnowflakeOAuth2Api.credentials.js +118 -0
  25. package/dist/credentials/SnowflakeOAuth2Api.credentials.js.map +1 -0
  26. package/dist/credentials/common/aws/system-credentials-utils.d.ts +5 -4
  27. package/dist/credentials/common/aws/system-credentials-utils.d.ts.map +1 -1
  28. package/dist/credentials/common/aws/system-credentials-utils.js +67 -3
  29. package/dist/credentials/common/aws/system-credentials-utils.js.map +1 -1
  30. package/dist/known/credentials.json +30 -0
  31. package/dist/methods/defined.json +2 -0
  32. package/dist/methods/referenced.json +2 -0
  33. package/dist/node-definitions/.nodes-hash +1 -1
  34. package/dist/node-definitions/nodes/n8n-nodes-base/airtableTrigger/v1.ts +1 -1
  35. package/dist/node-definitions/nodes/n8n-nodes-base/clockifyTrigger/v1.ts +1 -1
  36. package/dist/node-definitions/nodes/n8n-nodes-base/crypto/v2.schema.js +5 -3
  37. package/dist/node-definitions/nodes/n8n-nodes-base/crypto/v2.ts +13 -1
  38. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v1/resource_row/operation_insert.ts +29 -0
  39. package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v11/resource_row/operation_insert.ts +29 -0
  40. package/dist/node-definitions/nodes/n8n-nodes-base/facebookGraphApi/v1.schema.js +2 -1
  41. package/dist/node-definitions/nodes/n8n-nodes-base/facebookGraphApi/v1.ts +7 -1
  42. package/dist/node-definitions/nodes/n8n-nodes-base/facebookTrigger/v1.schema.js +1 -0
  43. package/dist/node-definitions/nodes/n8n-nodes-base/facebookTrigger/v1.ts +6 -0
  44. package/dist/node-definitions/nodes/n8n-nodes-base/filter/v2.ts +10 -1
  45. package/dist/node-definitions/nodes/n8n-nodes-base/filter/v21.ts +10 -1
  46. package/dist/node-definitions/nodes/n8n-nodes-base/filter/v22.ts +10 -1
  47. package/dist/node-definitions/nodes/n8n-nodes-base/filter/v23.ts +10 -1
  48. package/dist/node-definitions/nodes/n8n-nodes-base/gmailTrigger/v1.ts +1 -1
  49. package/dist/node-definitions/nodes/n8n-nodes-base/gmailTrigger/v11.ts +1 -1
  50. package/dist/node-definitions/nodes/n8n-nodes-base/gmailTrigger/v12.ts +1 -1
  51. package/dist/node-definitions/nodes/n8n-nodes-base/gmailTrigger/v13.ts +1 -1
  52. package/dist/node-definitions/nodes/n8n-nodes-base/gmailTrigger/v14.ts +1 -1
  53. package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
  54. package/dist/node-definitions/nodes/n8n-nodes-base/googleBusinessProfileTrigger/v1.ts +1 -1
  55. package/dist/node-definitions/nodes/n8n-nodes-base/googleCalendarTrigger/v1.ts +1 -1
  56. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/index.ts +3 -1
  57. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/index.schema.js +22 -0
  58. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/index.ts +15 -0
  59. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/index.schema.js +28 -0
  60. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/index.ts +24 -0
  61. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_create.schema.js +27 -0
  62. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_create.ts +190 -0
  63. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_delete.schema.js +24 -0
  64. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_delete.ts +70 -0
  65. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_get.schema.js +25 -0
  66. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_get.ts +110 -0
  67. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_get_all.schema.js +26 -0
  68. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_get_all.ts +108 -0
  69. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_update.schema.js +27 -0
  70. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_bucket/operation_update.ts +203 -0
  71. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/index.schema.js +28 -0
  72. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/index.ts +24 -0
  73. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_create.schema.js +31 -0
  74. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_create.ts +205 -0
  75. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_delete.schema.js +25 -0
  76. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_delete.ts +91 -0
  77. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_get.schema.js +29 -0
  78. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_get.ts +141 -0
  79. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_get_all.schema.js +27 -0
  80. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_get_all.ts +123 -0
  81. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_update.schema.js +28 -0
  82. package/dist/node-definitions/nodes/n8n-nodes-base/googleCloudStorage/v11/resource_object/operation_update.ts +173 -0
  83. package/dist/node-definitions/nodes/n8n-nodes-base/googleDriveTrigger/v1.ts +1 -1
  84. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v1/resource_sheet/operation_append.ts +24 -0
  85. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v1/resource_sheet/operation_update.ts +24 -0
  86. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v2/resource_sheet/operation_append.ts +24 -0
  87. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v2/resource_sheet/operation_update.ts +24 -0
  88. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_append.ts +26 -2
  89. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_append_or_update.ts +27 -2
  90. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_clear.ts +2 -2
  91. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_create.ts +1 -1
  92. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_delete.ts +2 -2
  93. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_read.ts +2 -2
  94. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_remove.ts +2 -2
  95. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_update.ts +27 -2
  96. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_append.ts +27 -2
  97. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_append_or_update.ts +27 -2
  98. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_clear.ts +2 -2
  99. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_create.ts +1 -1
  100. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_delete.ts +2 -2
  101. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_read.ts +2 -2
  102. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_remove.ts +2 -2
  103. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_update.ts +27 -2
  104. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_append.ts +27 -2
  105. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_append_or_update.ts +27 -2
  106. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_clear.ts +2 -2
  107. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_create.ts +1 -1
  108. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_delete.ts +2 -2
  109. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_read.ts +2 -2
  110. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_remove.ts +2 -2
  111. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_update.ts +27 -2
  112. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_append.ts +27 -2
  113. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_append_or_update.ts +27 -2
  114. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_clear.ts +2 -2
  115. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_create.ts +1 -1
  116. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_delete.ts +2 -2
  117. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_read.ts +2 -2
  118. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_remove.ts +2 -2
  119. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_update.ts +27 -2
  120. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_append.ts +27 -2
  121. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_append_or_update.ts +27 -2
  122. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_clear.ts +2 -2
  123. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_create.ts +1 -1
  124. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_delete.ts +2 -2
  125. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_read.ts +2 -2
  126. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_remove.ts +2 -2
  127. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_update.ts +27 -2
  128. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_append.ts +27 -2
  129. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_append_or_update.ts +27 -2
  130. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_clear.ts +2 -2
  131. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_create.ts +1 -1
  132. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_delete.ts +2 -2
  133. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_read.ts +2 -2
  134. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_remove.ts +2 -2
  135. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_update.ts +27 -2
  136. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_append.ts +27 -2
  137. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_append_or_update.ts +27 -2
  138. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_clear.ts +2 -2
  139. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_create.ts +1 -1
  140. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_delete.ts +2 -2
  141. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_read.ts +2 -2
  142. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_remove.ts +2 -2
  143. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_update.ts +27 -2
  144. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_append.ts +27 -2
  145. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_append_or_update.ts +27 -2
  146. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_clear.ts +2 -2
  147. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_create.ts +1 -1
  148. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_delete.ts +2 -2
  149. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_read.ts +2 -2
  150. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_remove.ts +2 -2
  151. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_update.ts +27 -2
  152. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_append.ts +27 -2
  153. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_append_or_update.ts +27 -2
  154. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_clear.ts +2 -2
  155. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_create.ts +1 -1
  156. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_delete.ts +2 -2
  157. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_read.ts +2 -2
  158. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_remove.ts +2 -2
  159. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_update.ts +27 -2
  160. package/dist/node-definitions/nodes/n8n-nodes-base/googleSheetsTrigger/v1.ts +1 -1
  161. package/dist/node-definitions/nodes/n8n-nodes-base/httpRequest/v3.ts +6 -0
  162. package/dist/node-definitions/nodes/n8n-nodes-base/httpRequest/v4.ts +6 -0
  163. package/dist/node-definitions/nodes/n8n-nodes-base/httpRequest/v41.ts +6 -0
  164. package/dist/node-definitions/nodes/n8n-nodes-base/httpRequest/v42.ts +6 -0
  165. package/dist/node-definitions/nodes/n8n-nodes-base/httpRequest/v43.ts +6 -0
  166. package/dist/node-definitions/nodes/n8n-nodes-base/httpRequest/v44.ts +6 -0
  167. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDriveTrigger/v1.ts +1 -1
  168. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
  169. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlookTrigger/v1.ts +1 -1
  170. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/index.ts +3 -1
  171. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/index.schema.js +24 -0
  172. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/index.ts +18 -0
  173. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_base/index.schema.js +22 -0
  174. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_base/index.ts +15 -0
  175. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_base/operation_get.schema.js +24 -0
  176. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_base/operation_get.ts +36 -0
  177. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_base/operation_get_all.schema.js +23 -0
  178. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_base/operation_get_all.ts +30 -0
  179. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_linkrow/index.schema.js +24 -0
  180. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_linkrow/index.ts +18 -0
  181. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_linkrow/operation_link.schema.js +28 -0
  182. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_linkrow/operation_link.ts +57 -0
  183. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_linkrow/operation_list.schema.js +30 -0
  184. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_linkrow/operation_list.ts +104 -0
  185. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_linkrow/operation_unlink.schema.js +28 -0
  186. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_linkrow/operation_unlink.ts +57 -0
  187. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/index.schema.js +34 -0
  188. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/index.ts +33 -0
  189. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_count.schema.js +26 -0
  190. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_count.ts +51 -0
  191. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_create.schema.js +28 -0
  192. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_create.ts +63 -0
  193. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_delete.schema.js +26 -0
  194. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_delete.ts +46 -0
  195. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_get.schema.js +28 -0
  196. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_get.ts +58 -0
  197. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_search.schema.js +30 -0
  198. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_search.ts +109 -0
  199. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_update.schema.js +29 -0
  200. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_update.ts +67 -0
  201. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_upload.schema.js +32 -0
  202. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_upload.ts +78 -0
  203. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_upsert.schema.js +29 -0
  204. package/dist/node-definitions/nodes/n8n-nodes-base/nocoDb/v4/resource_row/operation_upsert.ts +67 -0
  205. package/dist/node-definitions/nodes/n8n-nodes-base/notionTrigger/v1.ts +1 -1
  206. package/dist/node-definitions/nodes/n8n-nodes-base/rssFeedReadTrigger/v1.ts +1 -1
  207. package/dist/node-definitions/nodes/n8n-nodes-base/salesforceTrigger/v1.ts +1 -1
  208. package/dist/node-definitions/nodes/n8n-nodes-base/seaTableTrigger/v1.ts +1 -1
  209. package/dist/node-definitions/nodes/n8n-nodes-base/seaTableTrigger/v2.ts +1 -1
  210. package/dist/node-definitions/nodes/n8n-nodes-base/slack/index.ts +3 -1
  211. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/index.schema.js +32 -0
  212. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/index.ts +30 -0
  213. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/index.schema.js +52 -0
  214. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/index.ts +60 -0
  215. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_archive.schema.js +23 -0
  216. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_archive.ts +30 -0
  217. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_close.schema.js +23 -0
  218. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_close.ts +30 -0
  219. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_create.schema.js +24 -0
  220. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_create.ts +71 -0
  221. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_get.schema.js +24 -0
  222. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_get.ts +93 -0
  223. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_get_all.schema.js +25 -0
  224. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_get_all.ts +103 -0
  225. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_history.schema.js +26 -0
  226. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_history.ts +83 -0
  227. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_invite.schema.js +24 -0
  228. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_invite.ts +41 -0
  229. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_join.schema.js +23 -0
  230. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_join.ts +67 -0
  231. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_kick.schema.js +24 -0
  232. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_kick.ts +35 -0
  233. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_leave.schema.js +23 -0
  234. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_leave.ts +30 -0
  235. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_member.schema.js +26 -0
  236. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_member.ts +51 -0
  237. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_open.schema.js +23 -0
  238. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_open.ts +47 -0
  239. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_rename.schema.js +24 -0
  240. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_rename.ts +34 -0
  241. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_replies.schema.js +27 -0
  242. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_replies.ts +106 -0
  243. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_set_purpose.schema.js +24 -0
  244. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_set_purpose.ts +34 -0
  245. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_set_topic.schema.js +24 -0
  246. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_set_topic.ts +71 -0
  247. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_unarchive.schema.js +23 -0
  248. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_channel/operation_unarchive.ts +30 -0
  249. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_file/index.schema.js +24 -0
  250. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_file/index.ts +18 -0
  251. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_file/operation_get.schema.js +23 -0
  252. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_file/operation_get.ts +71 -0
  253. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_file/operation_get_all.schema.js +25 -0
  254. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_file/operation_get_all.ts +94 -0
  255. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_file/operation_upload.schema.js +24 -0
  256. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_file/operation_upload.ts +92 -0
  257. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/index.schema.js +30 -0
  258. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/index.ts +27 -0
  259. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_delete.schema.js +26 -0
  260. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_delete.ts +52 -0
  261. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_get_permalink.schema.js +24 -0
  262. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_get_permalink.ts +40 -0
  263. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_post.schema.js +30 -0
  264. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_post.ts +261 -0
  265. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_search.schema.js +27 -0
  266. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_search.ts +91 -0
  267. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_send_and_wait.schema.js +32 -0
  268. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_send_and_wait.ts +323 -0
  269. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_update.schema.js +29 -0
  270. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_update.ts +127 -0
  271. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_reaction/index.schema.js +24 -0
  272. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_reaction/index.ts +18 -0
  273. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_reaction/operation_add.schema.js +25 -0
  274. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_reaction/operation_add.ts +43 -0
  275. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_reaction/operation_get.schema.js +24 -0
  276. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_reaction/operation_get.ts +67 -0
  277. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_reaction/operation_remove.schema.js +25 -0
  278. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_reaction/operation_remove.ts +43 -0
  279. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_star/index.schema.js +24 -0
  280. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_star/index.ts +18 -0
  281. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_star/operation_add.schema.js +27 -0
  282. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_star/operation_add.ts +54 -0
  283. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_star/operation_delete.schema.js +23 -0
  284. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_star/operation_delete.ts +43 -0
  285. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_star/operation_get_all.schema.js +24 -0
  286. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_star/operation_get_all.ts +35 -0
  287. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/index.schema.js +28 -0
  288. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/index.ts +24 -0
  289. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_get_all.schema.js +24 -0
  290. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_get_all.ts +92 -0
  291. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_get_presence.schema.js +23 -0
  292. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_get_presence.ts +36 -0
  293. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_get_profile.schema.js +23 -0
  294. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_get_profile.ts +63 -0
  295. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_info.schema.js +23 -0
  296. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_info.ts +86 -0
  297. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_update_profile.schema.js +23 -0
  298. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_update_profile.ts +169 -0
  299. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/index.schema.js +32 -0
  300. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/index.ts +30 -0
  301. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_create.schema.js +24 -0
  302. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_create.ts +49 -0
  303. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_disable.schema.js +24 -0
  304. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_disable.ts +37 -0
  305. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_enable.schema.js +24 -0
  306. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_enable.ts +37 -0
  307. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_get_all.schema.js +25 -0
  308. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_get_all.ts +53 -0
  309. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_get_users.schema.js +24 -0
  310. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_get_users.ts +37 -0
  311. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_update.schema.js +24 -0
  312. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_update.ts +51 -0
  313. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_update_users.schema.js +25 -0
  314. package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user_group/operation_update_users.ts +43 -0
  315. package/dist/node-definitions/nodes/n8n-nodes-base/snowflake/v1.schema.js +1 -0
  316. package/dist/node-definitions/nodes/n8n-nodes-base/snowflake/v1.ts +2 -0
  317. package/dist/node-definitions/nodes/n8n-nodes-base/supabase/v1/resource_row/operation_get_all.schema.js +1 -0
  318. package/dist/node-definitions/nodes/n8n-nodes-base/supabase/v1/resource_row/operation_get_all.ts +4 -0
  319. package/dist/node-definitions/nodes/n8n-nodes-base/switch/v3/mode_rules.ts +48 -0
  320. package/dist/node-definitions/nodes/n8n-nodes-base/switch/v31/mode_rules.ts +48 -0
  321. package/dist/node-definitions/nodes/n8n-nodes-base/switch/v32/mode_rules.ts +48 -0
  322. package/dist/node-definitions/nodes/n8n-nodes-base/switch/v33/mode_rules.ts +48 -0
  323. package/dist/node-definitions/nodes/n8n-nodes-base/switch/v34/mode_rules.ts +48 -0
  324. package/dist/node-definitions/nodes/n8n-nodes-base/togglTrigger/v1.ts +1 -1
  325. package/dist/nodes/Aws/AwsSnsTrigger.node.d.ts.map +1 -1
  326. package/dist/nodes/Aws/AwsSnsTrigger.node.js +6 -1
  327. package/dist/nodes/Aws/AwsSnsTrigger.node.js.map +1 -1
  328. package/dist/nodes/Aws/AwsSnsTriggerHelpers.d.ts +17 -0
  329. package/dist/nodes/Aws/AwsSnsTriggerHelpers.d.ts.map +1 -0
  330. package/dist/nodes/Aws/AwsSnsTriggerHelpers.js +142 -0
  331. package/dist/nodes/Aws/AwsSnsTriggerHelpers.js.map +1 -0
  332. package/dist/nodes/Box/BoxTrigger.node.d.ts.map +1 -1
  333. package/dist/nodes/Box/BoxTrigger.node.js +9 -0
  334. package/dist/nodes/Box/BoxTrigger.node.js.map +1 -1
  335. package/dist/nodes/Box/BoxTriggerHelpers.d.ts +3 -0
  336. package/dist/nodes/Box/BoxTriggerHelpers.d.ts.map +1 -0
  337. package/dist/nodes/Box/BoxTriggerHelpers.js +58 -0
  338. package/dist/nodes/Box/BoxTriggerHelpers.js.map +1 -0
  339. package/dist/nodes/Code/Code.node.d.ts.map +1 -1
  340. package/dist/nodes/Code/Code.node.js +24 -0
  341. package/dist/nodes/Code/Code.node.js.map +1 -1
  342. package/dist/nodes/Crypto/v2/CryptoV2.node.d.ts.map +1 -1
  343. package/dist/nodes/Crypto/v2/CryptoV2.node.js +219 -2
  344. package/dist/nodes/Crypto/v2/CryptoV2.node.js.map +1 -1
  345. package/dist/nodes/DataTable/DataTable.node.d.ts.map +1 -1
  346. package/dist/nodes/DataTable/DataTable.node.js +34 -0
  347. package/dist/nodes/DataTable/DataTable.node.js.map +1 -1
  348. package/dist/nodes/DataTable/actions/row/Row.resource.d.ts.map +1 -1
  349. package/dist/nodes/DataTable/actions/row/Row.resource.js +6 -0
  350. package/dist/nodes/DataTable/actions/row/Row.resource.js.map +1 -1
  351. package/dist/nodes/Discord/v2/actions/message/sendAndWait.operation.d.ts.map +1 -1
  352. package/dist/nodes/Discord/v2/actions/message/sendAndWait.operation.js +4 -1
  353. package/dist/nodes/Discord/v2/actions/message/sendAndWait.operation.js.map +1 -1
  354. package/dist/nodes/Discord/v2/actions/router.d.ts.map +1 -1
  355. package/dist/nodes/Discord/v2/actions/router.js +1 -4
  356. package/dist/nodes/Discord/v2/actions/router.js.map +1 -1
  357. package/dist/nodes/EmailSend/v2/sendAndWait.operation.d.ts.map +1 -1
  358. package/dist/nodes/EmailSend/v2/sendAndWait.operation.js +9 -1
  359. package/dist/nodes/EmailSend/v2/sendAndWait.operation.js.map +1 -1
  360. package/dist/nodes/Facebook/FacebookGraphApi.node.d.ts.map +1 -1
  361. package/dist/nodes/Facebook/FacebookGraphApi.node.js +54 -5
  362. package/dist/nodes/Facebook/FacebookGraphApi.node.js.map +1 -1
  363. package/dist/nodes/Facebook/FacebookTrigger.node.d.ts.map +1 -1
  364. package/dist/nodes/Facebook/FacebookTrigger.node.js +33 -1
  365. package/dist/nodes/Facebook/FacebookTrigger.node.js.map +1 -1
  366. package/dist/nodes/Facebook/GenericFunctions.d.ts.map +1 -1
  367. package/dist/nodes/Facebook/GenericFunctions.js +17 -8
  368. package/dist/nodes/Facebook/GenericFunctions.js.map +1 -1
  369. package/dist/nodes/Filter/V2/FilterV2.node.d.ts.map +1 -1
  370. package/dist/nodes/Filter/V2/FilterV2.node.js +10 -0
  371. package/dist/nodes/Filter/V2/FilterV2.node.js.map +1 -1
  372. package/dist/nodes/Google/Chat/GoogleChat.node.d.ts.map +1 -1
  373. package/dist/nodes/Google/Chat/GoogleChat.node.js +9 -1
  374. package/dist/nodes/Google/Chat/GoogleChat.node.js.map +1 -1
  375. package/dist/nodes/Google/CloudStorage/BucketDescription.d.ts.map +1 -1
  376. package/dist/nodes/Google/CloudStorage/BucketDescription.js +49 -3
  377. package/dist/nodes/Google/CloudStorage/BucketDescription.js.map +1 -1
  378. package/dist/nodes/Google/CloudStorage/GenericFunctions.d.ts +3 -0
  379. package/dist/nodes/Google/CloudStorage/GenericFunctions.d.ts.map +1 -0
  380. package/dist/nodes/Google/CloudStorage/GenericFunctions.js +34 -0
  381. package/dist/nodes/Google/CloudStorage/GenericFunctions.js.map +1 -0
  382. package/dist/nodes/Google/CloudStorage/GoogleCloudStorage.node.d.ts +6 -0
  383. package/dist/nodes/Google/CloudStorage/GoogleCloudStorage.node.d.ts.map +1 -1
  384. package/dist/nodes/Google/CloudStorage/GoogleCloudStorage.node.js +6 -1
  385. package/dist/nodes/Google/CloudStorage/GoogleCloudStorage.node.js.map +1 -1
  386. package/dist/nodes/Google/CloudStorage/ObjectDescription.d.ts +16 -0
  387. package/dist/nodes/Google/CloudStorage/ObjectDescription.d.ts.map +1 -1
  388. package/dist/nodes/Google/CloudStorage/ObjectDescription.js +124 -4
  389. package/dist/nodes/Google/CloudStorage/ObjectDescription.js.map +1 -1
  390. package/dist/nodes/Google/Gmail/v2/GmailV2.node.d.ts.map +1 -1
  391. package/dist/nodes/Google/Gmail/v2/GmailV2.node.js +11 -3
  392. package/dist/nodes/Google/Gmail/v2/GmailV2.node.js.map +1 -1
  393. package/dist/nodes/Google/Sheet/GoogleSheets.node.d.ts.map +1 -1
  394. package/dist/nodes/Google/Sheet/GoogleSheets.node.js +32 -0
  395. package/dist/nodes/Google/Sheet/GoogleSheets.node.js.map +1 -1
  396. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.d.ts.map +1 -1
  397. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +6 -2
  398. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
  399. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.d.ts.map +1 -1
  400. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js +1 -0
  401. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js.map +1 -1
  402. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.d.ts.map +1 -1
  403. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js +2 -0
  404. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js.map +1 -1
  405. package/dist/nodes/Google/Sheet/v2/actions/sheet/commonDescription.d.ts +3 -1
  406. package/dist/nodes/Google/Sheet/v2/actions/sheet/commonDescription.d.ts.map +1 -1
  407. package/dist/nodes/Google/Sheet/v2/actions/sheet/commonDescription.js +7 -1
  408. package/dist/nodes/Google/Sheet/v2/actions/sheet/commonDescription.js.map +1 -1
  409. package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.d.ts.map +1 -1
  410. package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js +2 -0
  411. package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js.map +1 -1
  412. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.d.ts.map +1 -1
  413. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +5 -1
  414. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
  415. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.d.ts.map +1 -1
  416. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +5 -1
  417. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
  418. package/dist/nodes/HttpRequest/V3/Description.d.ts.map +1 -1
  419. package/dist/nodes/HttpRequest/V3/Description.js +8 -0
  420. package/dist/nodes/HttpRequest/V3/Description.js.map +1 -1
  421. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.d.ts.map +1 -1
  422. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +5 -1
  423. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  424. package/dist/nodes/If/V2/IfV2.node.d.ts.map +1 -1
  425. package/dist/nodes/If/V2/IfV2.node.js +3 -0
  426. package/dist/nodes/If/V2/IfV2.node.js.map +1 -1
  427. package/dist/nodes/Merge/v3/actions/versionDescription.d.ts.map +1 -1
  428. package/dist/nodes/Merge/v3/actions/versionDescription.js +86 -0
  429. package/dist/nodes/Merge/v3/actions/versionDescription.js.map +1 -1
  430. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.d.ts.map +1 -1
  431. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js +9 -3
  432. package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js.map +1 -1
  433. package/dist/nodes/Microsoft/Outlook/v2/MicrosoftOutlookV2.node.d.ts +5 -1
  434. package/dist/nodes/Microsoft/Outlook/v2/MicrosoftOutlookV2.node.d.ts.map +1 -1
  435. package/dist/nodes/Microsoft/Outlook/v2/actions/router.d.ts +5 -1
  436. package/dist/nodes/Microsoft/Outlook/v2/actions/router.d.ts.map +1 -1
  437. package/dist/nodes/Microsoft/Outlook/v2/actions/router.js +9 -1
  438. package/dist/nodes/Microsoft/Outlook/v2/actions/router.js.map +1 -1
  439. package/dist/nodes/Microsoft/Teams/MicrosoftTeamsTrigger.node.d.ts.map +1 -1
  440. package/dist/nodes/Microsoft/Teams/MicrosoftTeamsTrigger.node.js +9 -2
  441. package/dist/nodes/Microsoft/Teams/MicrosoftTeamsTrigger.node.js.map +1 -1
  442. package/dist/nodes/Microsoft/Teams/v2/actions/router.d.ts.map +1 -1
  443. package/dist/nodes/Microsoft/Teams/v2/actions/router.js +9 -1
  444. package/dist/nodes/Microsoft/Teams/v2/actions/router.js.map +1 -1
  445. package/dist/nodes/Microsoft/Teams/v2/helpers/types.d.ts +1 -0
  446. package/dist/nodes/Microsoft/Teams/v2/helpers/types.d.ts.map +1 -1
  447. package/dist/nodes/Microsoft/Teams/v2/helpers/utils-trigger.d.ts +4 -2
  448. package/dist/nodes/Microsoft/Teams/v2/helpers/utils-trigger.d.ts.map +1 -1
  449. package/dist/nodes/Microsoft/Teams/v2/helpers/utils-trigger.js +31 -1
  450. package/dist/nodes/Microsoft/Teams/v2/helpers/utils-trigger.js.map +1 -1
  451. package/dist/nodes/NocoDB/NocoDB.node.d.ts +3 -11
  452. package/dist/nodes/NocoDB/NocoDB.node.d.ts.map +1 -1
  453. package/dist/nodes/NocoDB/NocoDB.node.js +21 -642
  454. package/dist/nodes/NocoDB/NocoDB.node.js.map +1 -1
  455. package/dist/nodes/NocoDB/nocodb.svg +11 -1
  456. package/dist/nodes/NocoDB/v1/GenericFunctions.d.ts.map +1 -0
  457. package/dist/nodes/NocoDB/{GenericFunctions.js → v1/GenericFunctions.js} +2 -2
  458. package/dist/nodes/NocoDB/v1/GenericFunctions.js.map +1 -0
  459. package/dist/nodes/NocoDB/v1/NocoDBV1.node.d.ts +14 -0
  460. package/dist/nodes/NocoDB/v1/NocoDBV1.node.d.ts.map +1 -0
  461. package/dist/nodes/NocoDB/v1/NocoDBV1.node.js +653 -0
  462. package/dist/nodes/NocoDB/v1/NocoDBV1.node.js.map +1 -0
  463. package/dist/nodes/NocoDB/v1/OperationDescription.d.ts.map +1 -0
  464. package/dist/nodes/NocoDB/v1/OperationDescription.js.map +1 -0
  465. package/dist/nodes/NocoDB/v2/NocoDBV2.node.d.ts +9 -0
  466. package/dist/nodes/NocoDB/v2/NocoDBV2.node.d.ts.map +1 -0
  467. package/dist/nodes/NocoDB/v2/NocoDBV2.node.js +54 -0
  468. package/dist/nodes/NocoDB/v2/NocoDBV2.node.js.map +1 -0
  469. package/dist/nodes/NocoDB/v2/actions/base/base.resource.d.ts +5 -0
  470. package/dist/nodes/NocoDB/v2/actions/base/base.resource.d.ts.map +1 -0
  471. package/dist/nodes/NocoDB/v2/actions/base/base.resource.js +72 -0
  472. package/dist/nodes/NocoDB/v2/actions/base/base.resource.js.map +1 -0
  473. package/dist/nodes/NocoDB/v2/actions/base/get.operation.d.ts +4 -0
  474. package/dist/nodes/NocoDB/v2/actions/base/get.operation.d.ts.map +1 -0
  475. package/dist/nodes/NocoDB/v2/actions/base/get.operation.js +103 -0
  476. package/dist/nodes/NocoDB/v2/actions/base/get.operation.js.map +1 -0
  477. package/dist/nodes/NocoDB/v2/actions/base/getAll.operation.d.ts +4 -0
  478. package/dist/nodes/NocoDB/v2/actions/base/getAll.operation.d.ts.map +1 -0
  479. package/dist/nodes/NocoDB/v2/actions/base/getAll.operation.js +72 -0
  480. package/dist/nodes/NocoDB/v2/actions/base/getAll.operation.js.map +1 -0
  481. package/dist/nodes/NocoDB/v2/actions/linkrows/link.operation.d.ts +4 -0
  482. package/dist/nodes/NocoDB/v2/actions/linkrows/link.operation.d.ts.map +1 -0
  483. package/dist/nodes/NocoDB/v2/actions/linkrows/link.operation.js +128 -0
  484. package/dist/nodes/NocoDB/v2/actions/linkrows/link.operation.js.map +1 -0
  485. package/dist/nodes/NocoDB/v2/actions/linkrows/linkrows.resource.d.ts +6 -0
  486. package/dist/nodes/NocoDB/v2/actions/linkrows/linkrows.resource.d.ts.map +1 -0
  487. package/dist/nodes/NocoDB/v2/actions/linkrows/linkrows.resource.js +163 -0
  488. package/dist/nodes/NocoDB/v2/actions/linkrows/linkrows.resource.js.map +1 -0
  489. package/dist/nodes/NocoDB/v2/actions/linkrows/list.operation.d.ts +4 -0
  490. package/dist/nodes/NocoDB/v2/actions/linkrows/list.operation.d.ts.map +1 -0
  491. package/dist/nodes/NocoDB/v2/actions/linkrows/list.operation.js +262 -0
  492. package/dist/nodes/NocoDB/v2/actions/linkrows/list.operation.js.map +1 -0
  493. package/dist/nodes/NocoDB/v2/actions/linkrows/unlink.operation.d.ts +4 -0
  494. package/dist/nodes/NocoDB/v2/actions/linkrows/unlink.operation.d.ts.map +1 -0
  495. package/dist/nodes/NocoDB/v2/actions/linkrows/unlink.operation.js +128 -0
  496. package/dist/nodes/NocoDB/v2/actions/linkrows/unlink.operation.js.map +1 -0
  497. package/dist/nodes/NocoDB/v2/actions/router.d.ts +3 -0
  498. package/dist/nodes/NocoDB/v2/actions/router.d.ts.map +1 -0
  499. package/dist/nodes/NocoDB/v2/actions/router.js +115 -0
  500. package/dist/nodes/NocoDB/v2/actions/router.js.map +1 -0
  501. package/dist/nodes/NocoDB/v2/actions/rows/count.operation.d.ts +4 -0
  502. package/dist/nodes/NocoDB/v2/actions/rows/count.operation.d.ts.map +1 -0
  503. package/dist/nodes/NocoDB/v2/actions/rows/count.operation.js +64 -0
  504. package/dist/nodes/NocoDB/v2/actions/rows/count.operation.js.map +1 -0
  505. package/dist/nodes/NocoDB/v2/actions/rows/create.operation.d.ts +4 -0
  506. package/dist/nodes/NocoDB/v2/actions/rows/create.operation.d.ts.map +1 -0
  507. package/dist/nodes/NocoDB/v2/actions/rows/create.operation.js +115 -0
  508. package/dist/nodes/NocoDB/v2/actions/rows/create.operation.js.map +1 -0
  509. package/dist/nodes/NocoDB/v2/actions/rows/create_update.description.d.ts +4 -0
  510. package/dist/nodes/NocoDB/v2/actions/rows/create_update.description.d.ts.map +1 -0
  511. package/dist/nodes/NocoDB/v2/actions/rows/create_update.description.js +51 -0
  512. package/dist/nodes/NocoDB/v2/actions/rows/create_update.description.js.map +1 -0
  513. package/dist/nodes/NocoDB/v2/actions/rows/delete.operation.d.ts +4 -0
  514. package/dist/nodes/NocoDB/v2/actions/rows/delete.operation.d.ts.map +1 -0
  515. package/dist/nodes/NocoDB/v2/actions/rows/delete.operation.js +58 -0
  516. package/dist/nodes/NocoDB/v2/actions/rows/delete.operation.js.map +1 -0
  517. package/dist/nodes/NocoDB/v2/actions/rows/get.operation.d.ts +4 -0
  518. package/dist/nodes/NocoDB/v2/actions/rows/get.operation.d.ts.map +1 -0
  519. package/dist/nodes/NocoDB/v2/actions/rows/get.operation.js +91 -0
  520. package/dist/nodes/NocoDB/v2/actions/rows/get.operation.js.map +1 -0
  521. package/dist/nodes/NocoDB/v2/actions/rows/rows.resource.d.ts +11 -0
  522. package/dist/nodes/NocoDB/v2/actions/rows/rows.resource.d.ts.map +1 -0
  523. package/dist/nodes/NocoDB/v2/actions/rows/rows.resource.js +209 -0
  524. package/dist/nodes/NocoDB/v2/actions/rows/rows.resource.js.map +1 -0
  525. package/dist/nodes/NocoDB/v2/actions/rows/search.operation.d.ts +4 -0
  526. package/dist/nodes/NocoDB/v2/actions/rows/search.operation.d.ts.map +1 -0
  527. package/dist/nodes/NocoDB/v2/actions/rows/search.operation.js +265 -0
  528. package/dist/nodes/NocoDB/v2/actions/rows/search.operation.js.map +1 -0
  529. package/dist/nodes/NocoDB/v2/actions/rows/update.operation.d.ts +4 -0
  530. package/dist/nodes/NocoDB/v2/actions/rows/update.operation.d.ts.map +1 -0
  531. package/dist/nodes/NocoDB/v2/actions/rows/update.operation.js +126 -0
  532. package/dist/nodes/NocoDB/v2/actions/rows/update.operation.js.map +1 -0
  533. package/dist/nodes/NocoDB/v2/actions/rows/upload.operation.d.ts +4 -0
  534. package/dist/nodes/NocoDB/v2/actions/rows/upload.operation.d.ts.map +1 -0
  535. package/dist/nodes/NocoDB/v2/actions/rows/upload.operation.js +247 -0
  536. package/dist/nodes/NocoDB/v2/actions/rows/upload.operation.js.map +1 -0
  537. package/dist/nodes/NocoDB/v2/actions/rows/upsert.operation.d.ts +4 -0
  538. package/dist/nodes/NocoDB/v2/actions/rows/upsert.operation.d.ts.map +1 -0
  539. package/dist/nodes/NocoDB/v2/actions/rows/upsert.operation.js +131 -0
  540. package/dist/nodes/NocoDB/v2/actions/rows/upsert.operation.js.map +1 -0
  541. package/dist/nodes/NocoDB/v2/helpers/columns-fetcher.d.ts +13 -0
  542. package/dist/nodes/NocoDB/v2/helpers/columns-fetcher.d.ts.map +1 -0
  543. package/dist/nodes/NocoDB/v2/helpers/columns-fetcher.js +179 -0
  544. package/dist/nodes/NocoDB/v2/helpers/columns-fetcher.js.map +1 -0
  545. package/dist/nodes/NocoDB/v2/helpers/index.d.ts +14 -0
  546. package/dist/nodes/NocoDB/v2/helpers/index.d.ts.map +1 -0
  547. package/dist/nodes/NocoDB/v2/helpers/index.js +50 -0
  548. package/dist/nodes/NocoDB/v2/helpers/index.js.map +1 -0
  549. package/dist/nodes/NocoDB/v2/methods/index.d.ts +4 -0
  550. package/dist/nodes/NocoDB/v2/methods/index.d.ts.map +1 -0
  551. package/dist/nodes/NocoDB/v2/methods/index.js +40 -0
  552. package/dist/nodes/NocoDB/v2/methods/index.js.map +1 -0
  553. package/dist/nodes/NocoDB/v2/methods/listSearch.d.ts +12 -0
  554. package/dist/nodes/NocoDB/v2/methods/listSearch.d.ts.map +1 -0
  555. package/dist/nodes/NocoDB/v2/methods/listSearch.js +350 -0
  556. package/dist/nodes/NocoDB/v2/methods/listSearch.js.map +1 -0
  557. package/dist/nodes/NocoDB/v2/methods/loadOptions.d.ts +4 -0
  558. package/dist/nodes/NocoDB/v2/methods/loadOptions.d.ts.map +1 -0
  559. package/dist/nodes/NocoDB/v2/methods/loadOptions.js +65 -0
  560. package/dist/nodes/NocoDB/v2/methods/loadOptions.js.map +1 -0
  561. package/dist/nodes/NocoDB/v2/methods/resourceMapping.d.ts +3 -0
  562. package/dist/nodes/NocoDB/v2/methods/resourceMapping.d.ts.map +1 -0
  563. package/dist/nodes/NocoDB/v2/methods/resourceMapping.js +11 -0
  564. package/dist/nodes/NocoDB/v2/methods/resourceMapping.js.map +1 -0
  565. package/dist/nodes/NocoDB/v2/transport/index.d.ts +15 -0
  566. package/dist/nodes/NocoDB/v2/transport/index.d.ts.map +1 -0
  567. package/dist/nodes/NocoDB/v2/transport/index.js +90 -0
  568. package/dist/nodes/NocoDB/v2/transport/index.js.map +1 -0
  569. package/dist/nodes/NocoDB/v2/versionDescription.d.ts +4 -0
  570. package/dist/nodes/NocoDB/v2/versionDescription.d.ts.map +1 -0
  571. package/dist/nodes/NocoDB/v2/versionDescription.js +119 -0
  572. package/dist/nodes/NocoDB/v2/versionDescription.js.map +1 -0
  573. package/dist/nodes/S3/S3.node.d.ts.map +1 -1
  574. package/dist/nodes/S3/S3.node.js +7 -0
  575. package/dist/nodes/S3/S3.node.js.map +1 -1
  576. package/dist/nodes/Slack/Slack.node.d.ts.map +1 -1
  577. package/dist/nodes/Slack/Slack.node.js +2 -1
  578. package/dist/nodes/Slack/Slack.node.js.map +1 -1
  579. package/dist/nodes/Slack/V2/SlackV2.node.d.ts.map +1 -1
  580. package/dist/nodes/Slack/V2/SlackV2.node.js +10 -2
  581. package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
  582. package/dist/nodes/Snowflake/GenericFunctions.d.ts +3 -0
  583. package/dist/nodes/Snowflake/GenericFunctions.d.ts.map +1 -1
  584. package/dist/nodes/Snowflake/GenericFunctions.js +4 -0
  585. package/dist/nodes/Snowflake/GenericFunctions.js.map +1 -1
  586. package/dist/nodes/Snowflake/Snowflake.node.d.ts.map +1 -1
  587. package/dist/nodes/Snowflake/Snowflake.node.js +52 -2
  588. package/dist/nodes/Snowflake/Snowflake.node.js.map +1 -1
  589. package/dist/nodes/SplitInBatches/v3/SplitInBatchesV3.node.d.ts.map +1 -1
  590. package/dist/nodes/SplitInBatches/v3/SplitInBatchesV3.node.js +23 -0
  591. package/dist/nodes/SplitInBatches/v3/SplitInBatchesV3.node.js.map +1 -1
  592. package/dist/nodes/Supabase/RowDescription.d.ts.map +1 -1
  593. package/dist/nodes/Supabase/RowDescription.js +19 -0
  594. package/dist/nodes/Supabase/RowDescription.js.map +1 -1
  595. package/dist/nodes/Supabase/Supabase.node.d.ts.map +1 -1
  596. package/dist/nodes/Supabase/Supabase.node.js +12 -4
  597. package/dist/nodes/Supabase/Supabase.node.js.map +1 -1
  598. package/dist/nodes/Switch/V3/SwitchV3.node.d.ts.map +1 -1
  599. package/dist/nodes/Switch/V3/SwitchV3.node.js +59 -0
  600. package/dist/nodes/Switch/V3/SwitchV3.node.js.map +1 -1
  601. package/dist/nodes/Telegram/Telegram.node.d.ts.map +1 -1
  602. package/dist/nodes/Telegram/Telegram.node.js +9 -1
  603. package/dist/nodes/Telegram/Telegram.node.js.map +1 -1
  604. package/dist/nodes/WhatsApp/WhatsApp.node.d.ts +5 -1
  605. package/dist/nodes/WhatsApp/WhatsApp.node.d.ts.map +1 -1
  606. package/dist/nodes/WhatsApp/WhatsApp.node.js +10 -7
  607. package/dist/nodes/WhatsApp/WhatsApp.node.js.map +1 -1
  608. package/dist/nodes/Zendesk/ZendeskTrigger.node.d.ts +10 -0
  609. package/dist/nodes/Zendesk/ZendeskTrigger.node.d.ts.map +1 -1
  610. package/dist/nodes/Zendesk/ZendeskTrigger.node.js +62 -64
  611. package/dist/nodes/Zendesk/ZendeskTrigger.node.js.map +1 -1
  612. package/dist/typecheck.tsbuildinfo +1 -1
  613. package/dist/types/credentials.json +8 -5
  614. package/dist/types/nodes.json +39 -38
  615. package/package.json +14 -11
  616. package/dist/nodes/NocoDB/GenericFunctions.d.ts.map +0 -1
  617. package/dist/nodes/NocoDB/GenericFunctions.js.map +0 -1
  618. package/dist/nodes/NocoDB/OperationDescription.d.ts.map +0 -1
  619. package/dist/nodes/NocoDB/OperationDescription.js.map +0 -1
  620. /package/dist/nodes/NocoDB/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +0 -0
  621. /package/dist/nodes/NocoDB/{OperationDescription.d.ts → v1/OperationDescription.d.ts} +0 -0
  622. /package/dist/nodes/NocoDB/{OperationDescription.js → v1/OperationDescription.js} +0 -0
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Slack Node - Version 2.5
3
+ * Discriminator: resource=userGroup, operation=enable
4
+ */
5
+
6
+
7
+ interface Credentials {
8
+ slackApi: CredentialReference;
9
+ slackOAuth2Api: CredentialReference;
10
+ }
11
+
12
+ export type SlackV25UserGroupEnableParams = {
13
+ resource: 'userGroup';
14
+ operation: 'enable';
15
+ authentication?: 'accessToken' | 'oAuth2' | Expression<string>;
16
+ /**
17
+ * The encoded ID of the User Group to update
18
+ */
19
+ userGroupId: string | Expression<string>;
20
+ /**
21
+ * Options
22
+ * @default {}
23
+ */
24
+ option?: {
25
+ /** Whether to include the number of users in each User Group
26
+ * @default true
27
+ */
28
+ include_count?: boolean | Expression<boolean>;
29
+ };
30
+ };
31
+
32
+ export type SlackV25UserGroupEnableNode = {
33
+ type: 'n8n-nodes-base.slack';
34
+ version: 2.5;
35
+ credentials?: Credentials;
36
+ config: NodeConfig<SlackV25UserGroupEnableParams>;
37
+ };
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Slack Node - Version 2.5 - Zod Schema
3
+ * Discriminator: resource=userGroup, operation=getAll
4
+ *
5
+ * Use .parse() for strict validation or .safeParse() for error handling.
6
+ *
7
+ * Schema helpers (z, expressionSchema, etc.) are passed as parameters
8
+ * by the schema-validator, not imported from external files.
9
+ *
10
+ * @generated - CommonJS JavaScript for runtime loading
11
+ */
12
+
13
+ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrExpression, numberOrExpression, booleanOrExpression, resourceLocatorValueSchema, resourceMapperValueSchema, filterValueSchema, assignmentCollectionValueSchema, iDataObjectSchema, resolveSchema }) {
14
+
15
+ return z.object({
16
+ parameters: z.object({
17
+ resource: z.literal('userGroup'),
18
+ operation: z.literal('getAll'),
19
+ authentication: z.union([z.literal('accessToken'), z.literal('oAuth2'), expressionSchema]).optional(),
20
+ returnAll: booleanOrExpression.optional(),
21
+ limit: resolveSchema({ parameters, schema: numberOrExpression, required: false, displayOptions: {"show":{"returnAll":[false]}}, defaults: {"returnAll":false} }),
22
+ options: z.object({ include_count: booleanOrExpression.optional(), include_disabled: booleanOrExpression.optional(), include_users: booleanOrExpression.optional() }).optional(),
23
+ }).optional(),
24
+ });
25
+ };
@@ -0,0 +1,53 @@
1
+ /**
2
+ * Slack Node - Version 2.5
3
+ * Discriminator: resource=userGroup, operation=getAll
4
+ */
5
+
6
+
7
+ interface Credentials {
8
+ slackApi: CredentialReference;
9
+ slackOAuth2Api: CredentialReference;
10
+ }
11
+
12
+ /** Get many channels in a Slack team */
13
+ export type SlackV25UserGroupGetAllParams = {
14
+ resource: 'userGroup';
15
+ operation: 'getAll';
16
+ authentication?: 'accessToken' | 'oAuth2' | Expression<string>;
17
+ /**
18
+ * Whether to return all results or only up to a given limit
19
+ * @default false
20
+ */
21
+ returnAll?: boolean | Expression<boolean>;
22
+ /**
23
+ * Max number of results to return
24
+ * @displayOptions.show { returnAll: [false] }
25
+ * @default 100
26
+ */
27
+ limit?: number | Expression<number>;
28
+ /**
29
+ * Options
30
+ * @default {}
31
+ */
32
+ options?: {
33
+ /** Whether to include the number of users in each User Group
34
+ * @default true
35
+ */
36
+ include_count?: boolean | Expression<boolean>;
37
+ /** Whether to include disabled User Groups
38
+ * @default true
39
+ */
40
+ include_disabled?: boolean | Expression<boolean>;
41
+ /** Whether to include the list of users for each User Group
42
+ * @default true
43
+ */
44
+ include_users?: boolean | Expression<boolean>;
45
+ };
46
+ };
47
+
48
+ export type SlackV25UserGroupGetAllNode = {
49
+ type: 'n8n-nodes-base.slack';
50
+ version: 2.5;
51
+ credentials?: Credentials;
52
+ config: NodeConfig<SlackV25UserGroupGetAllParams>;
53
+ };
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Slack Node - Version 2.5 - Zod Schema
3
+ * Discriminator: resource=userGroup, operation=getUsers
4
+ *
5
+ * Use .parse() for strict validation or .safeParse() for error handling.
6
+ *
7
+ * Schema helpers (z, expressionSchema, etc.) are passed as parameters
8
+ * by the schema-validator, not imported from external files.
9
+ *
10
+ * @generated - CommonJS JavaScript for runtime loading
11
+ */
12
+
13
+ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrExpression, numberOrExpression, booleanOrExpression, resourceLocatorValueSchema, resourceMapperValueSchema, filterValueSchema, assignmentCollectionValueSchema, iDataObjectSchema }) {
14
+
15
+ return z.object({
16
+ parameters: z.object({
17
+ resource: z.literal('userGroup'),
18
+ operation: z.literal('getUsers'),
19
+ authentication: z.union([z.literal('accessToken'), z.literal('oAuth2'), expressionSchema]).optional(),
20
+ userGroupId: stringOrExpression,
21
+ options: z.object({ resolveData: booleanOrExpression.optional() }).optional(),
22
+ }).optional(),
23
+ });
24
+ };
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Slack Node - Version 2.5
3
+ * Discriminator: resource=userGroup, operation=getUsers
4
+ */
5
+
6
+
7
+ interface Credentials {
8
+ slackApi: CredentialReference;
9
+ slackOAuth2Api: CredentialReference;
10
+ }
11
+
12
+ export type SlackV25UserGroupGetUsersParams = {
13
+ resource: 'userGroup';
14
+ operation: 'getUsers';
15
+ authentication?: 'accessToken' | 'oAuth2' | Expression<string>;
16
+ /**
17
+ * The encoded ID of the User Group
18
+ */
19
+ userGroupId: string | Expression<string>;
20
+ /**
21
+ * Options
22
+ * @default {}
23
+ */
24
+ options?: {
25
+ /** Whether to return full user objects instead of just user IDs
26
+ * @default true
27
+ */
28
+ resolveData?: boolean | Expression<boolean>;
29
+ };
30
+ };
31
+
32
+ export type SlackV25UserGroupGetUsersNode = {
33
+ type: 'n8n-nodes-base.slack';
34
+ version: 2.5;
35
+ credentials?: Credentials;
36
+ config: NodeConfig<SlackV25UserGroupGetUsersParams>;
37
+ };
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Slack Node - Version 2.5 - Zod Schema
3
+ * Discriminator: resource=userGroup, operation=update
4
+ *
5
+ * Use .parse() for strict validation or .safeParse() for error handling.
6
+ *
7
+ * Schema helpers (z, expressionSchema, etc.) are passed as parameters
8
+ * by the schema-validator, not imported from external files.
9
+ *
10
+ * @generated - CommonJS JavaScript for runtime loading
11
+ */
12
+
13
+ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrExpression, numberOrExpression, booleanOrExpression, resourceLocatorValueSchema, resourceMapperValueSchema, filterValueSchema, assignmentCollectionValueSchema, iDataObjectSchema }) {
14
+
15
+ return z.object({
16
+ parameters: z.object({
17
+ resource: z.literal('userGroup'),
18
+ operation: z.literal('update'),
19
+ authentication: z.union([z.literal('accessToken'), z.literal('oAuth2'), expressionSchema]).optional(),
20
+ userGroupId: stringOrExpression,
21
+ updateFields: z.object({ channels: z.array(z.string()).optional(), description: stringOrExpression.optional(), handle: stringOrExpression.optional(), include_count: booleanOrExpression.optional(), name: stringOrExpression.optional() }).optional(),
22
+ }).optional(),
23
+ });
24
+ };
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Slack Node - Version 2.5
3
+ * Discriminator: resource=userGroup, operation=update
4
+ */
5
+
6
+
7
+ interface Credentials {
8
+ slackApi: CredentialReference;
9
+ slackOAuth2Api: CredentialReference;
10
+ }
11
+
12
+ export type SlackV25UserGroupUpdateParams = {
13
+ resource: 'userGroup';
14
+ operation: 'update';
15
+ authentication?: 'accessToken' | 'oAuth2' | Expression<string>;
16
+ /**
17
+ * The encoded ID of the User Group to update
18
+ */
19
+ userGroupId: string | Expression<string>;
20
+ /**
21
+ * Update Fields
22
+ * @default {}
23
+ */
24
+ updateFields?: {
25
+ /** A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
26
+ * @loadOptionsMethod getChannels
27
+ * @default []
28
+ */
29
+ channels?: string[];
30
+ /** A short description of the User Group
31
+ */
32
+ description?: string | Expression<string>;
33
+ /** A mention handle. Must be unique among channels, users and User Groups.
34
+ */
35
+ handle?: string | Expression<string>;
36
+ /** Whether to include the number of users in each User Group
37
+ * @default true
38
+ */
39
+ include_count?: boolean | Expression<boolean>;
40
+ /** A name for the User Group. Must be unique among User Groups.
41
+ */
42
+ name?: string | Expression<string>;
43
+ };
44
+ };
45
+
46
+ export type SlackV25UserGroupUpdateNode = {
47
+ type: 'n8n-nodes-base.slack';
48
+ version: 2.5;
49
+ credentials?: Credentials;
50
+ config: NodeConfig<SlackV25UserGroupUpdateParams>;
51
+ };
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Slack Node - Version 2.5 - Zod Schema
3
+ * Discriminator: resource=userGroup, operation=updateUsers
4
+ *
5
+ * Use .parse() for strict validation or .safeParse() for error handling.
6
+ *
7
+ * Schema helpers (z, expressionSchema, etc.) are passed as parameters
8
+ * by the schema-validator, not imported from external files.
9
+ *
10
+ * @generated - CommonJS JavaScript for runtime loading
11
+ */
12
+
13
+ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrExpression, numberOrExpression, booleanOrExpression, resourceLocatorValueSchema, resourceMapperValueSchema, filterValueSchema, assignmentCollectionValueSchema, iDataObjectSchema }) {
14
+
15
+ return z.object({
16
+ parameters: z.object({
17
+ resource: z.literal('userGroup'),
18
+ operation: z.literal('updateUsers'),
19
+ authentication: z.union([z.literal('accessToken'), z.literal('oAuth2'), expressionSchema]).optional(),
20
+ userGroupId: stringOrExpression,
21
+ users: z.array(z.string()),
22
+ options: z.object({ include_count: booleanOrExpression.optional() }).optional(),
23
+ }).optional(),
24
+ });
25
+ };
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Slack Node - Version 2.5
3
+ * Discriminator: resource=userGroup, operation=updateUsers
4
+ */
5
+
6
+
7
+ interface Credentials {
8
+ slackApi: CredentialReference;
9
+ slackOAuth2Api: CredentialReference;
10
+ }
11
+
12
+ export type SlackV25UserGroupUpdateUsersParams = {
13
+ resource: 'userGroup';
14
+ operation: 'updateUsers';
15
+ authentication?: 'accessToken' | 'oAuth2' | Expression<string>;
16
+ /**
17
+ * The encoded ID of the User Group to update
18
+ */
19
+ userGroupId: string | Expression<string>;
20
+ /**
21
+ * Users to add to the User Group. Existing users will be preserved. Choose from the list, or specify IDs using an &lt;a href="https://docs.n8n.io/code/expressions/"&gt;expression&lt;/a&gt;.
22
+ * @loadOptionsMethod getUsers
23
+ * @default []
24
+ */
25
+ users: string[];
26
+ /**
27
+ * Options
28
+ * @default {}
29
+ */
30
+ options?: {
31
+ /** Whether to include the number of users in the User Group
32
+ * @default true
33
+ */
34
+ include_count?: boolean | Expression<boolean>;
35
+ };
36
+ };
37
+
38
+ export type SlackV25UserGroupUpdateUsersNode = {
39
+ type: 'n8n-nodes-base.slack';
40
+ version: 2.5;
41
+ credentials?: Credentials;
42
+ config: NodeConfig<SlackV25UserGroupUpdateUsersParams>;
43
+ };
@@ -14,6 +14,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
14
14
 
15
15
  // Parameters schema
16
16
  const parametersSchema = z.object({
17
+ authentication: z.union([z.literal('credentials'), z.literal('oAuth2'), expressionSchema]).optional(),
17
18
  operation: z.union([z.literal('executeQuery'), z.literal('insert'), z.literal('update')]).optional(),
18
19
  query: resolveSchema({ parameters, schema: z.string(), required: true, displayOptions: {"show":{"operation":["executeQuery"]}}, defaults: {"operation":"insert"} }),
19
20
  table: resolveSchema({ parameters, schema: stringOrExpression, required: true, displayOptions: {"show":{"operation":["insert","update"]}}, defaults: {"operation":"insert"} }),
@@ -5,6 +5,7 @@
5
5
 
6
6
 
7
7
  export interface SnowflakeV1Params {
8
+ authentication?: 'credentials' | 'oAuth2' | Expression<string>;
8
9
  operation?: 'executeQuery' | 'insert' | 'update';
9
10
  /**
10
11
  * The SQL query to execute
@@ -31,6 +32,7 @@ export interface SnowflakeV1Params {
31
32
 
32
33
  export interface SnowflakeV1Credentials {
33
34
  snowflake: CredentialReference;
35
+ snowflakeOAuth2Api: CredentialReference;
34
36
  }
35
37
 
36
38
  interface SnowflakeV1NodeBase {
@@ -21,6 +21,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
21
21
  tableId: stringOrExpression,
22
22
  returnAll: z.boolean().optional(),
23
23
  limit: resolveSchema({ parameters, schema: numberOrExpression, required: false, displayOptions: {"show":{"returnAll":[false]}}, defaults: {"returnAll":false} }),
24
+ orderBy: stringOrExpression.optional(),
24
25
  filterType: z.union([z.literal('none'), z.literal('manual'), z.literal('string'), expressionSchema]).optional(),
25
26
  matchType: resolveSchema({ parameters, schema: z.union([z.literal('anyFilter'), z.literal('allFilters'), expressionSchema]), required: false, displayOptions: {"show":{"filterType":["manual"]}}, defaults: {"filterType":"manual"} }),
26
27
  filters: resolveSchema({ parameters, schema: z.object({ conditions: z.array(z.object({ keyName: stringOrExpression.optional(), condition: z.union([z.literal('eq'), z.literal('fullText'), z.literal('gt'), z.literal('gte'), z.literal('ilike'), z.literal('is'), z.literal('lt'), z.literal('lte'), z.literal('like'), z.literal('neq'), expressionSchema]).optional(), searchFunction: z.union([z.literal('fts'), z.literal('plfts'), z.literal('phfts'), z.literal('wfts'), expressionSchema]).optional(), keyValue: stringOrExpression.optional() })).optional() }), required: false, displayOptions: {"show":{"filterType":["manual"]}}, defaults: {"filterType":"manual"} }),
@@ -39,6 +39,10 @@ export type SupabaseV1RowGetAllParams = {
39
39
  * @default 50
40
40
  */
41
41
  limit?: number | Expression<number>;
42
+ /**
43
+ * Column(s) to order results by, e.g. &lt;code&gt;ID&lt;/code&gt; or &lt;code&gt;created_at.desc&lt;/code&gt;. Recommended when using Return All or Limit ≥ 1000 to avoid duplicate or missing records.
44
+ */
45
+ orderBy?: string | Expression<string>;
42
46
  /**
43
47
  * Filter
44
48
  * @default manual
@@ -6,9 +6,55 @@
6
6
 
7
7
  /** Build a matching rule for each output */
8
8
  export type SwitchV3RulesParams = {
9
+ /**
10
+ * <patterns>
11
+ * <pattern title="Switch with two cases plus a default branch">
12
+ * const routeByPriority = switchCase({
13
+ * version: 3.2,
14
+ * config: {
15
+ * name: 'Route by Priority',
16
+ * parameters: {
17
+ * rules: {
18
+ * values: [
19
+ * {
20
+ * outputKey: 'urgent',
21
+ * conditions: {
22
+ * options: { caseSensitive: true, leftValue: '', typeValidation: 'strict' },
23
+ * conditions: [{ leftValue: expr('{{ $json.priority }}'), operator: { type: 'string', operation: 'equals' }, rightValue: 'urgent' }],
24
+ * combinator: 'and'
25
+ * }
26
+ * },
27
+ * {
28
+ * outputKey: 'normal',
29
+ * conditions: {
30
+ * options: { caseSensitive: true, leftValue: '', typeValidation: 'strict' },
31
+ * conditions: [{ leftValue: expr('{{ $json.priority }}'), operator: { type: 'string', operation: 'equals' }, rightValue: 'normal' }],
32
+ * combinator: 'and'
33
+ * }
34
+ * }
35
+ * ]
36
+ * },
37
+ * options: {
38
+ * fallbackOutput: 'extra',
39
+ * renameFallbackOutput: 'Fallback'
40
+ * }
41
+ * }
42
+ * }
43
+ * });
44
+ *
45
+ * export default workflow('id', 'name')
46
+ * .add(startTrigger)
47
+ * .to(routeByPriority
48
+ * .onCase(0, processUrgent.to(notifyTeam))
49
+ * .onCase(1, processNormal)
50
+ * .onCase(2, archive));
51
+ * </pattern>
52
+ * </patterns>
53
+ */
9
54
  mode: 'rules';
10
55
  /**
11
56
  * Routing Rules
57
+ * @builderHint Use `rules.values` (NOT `rules.rules`). Each rule needs `outputKey` and a complete `conditions` object with these three sibling keys: `combinator` ('and' | 'or'), `conditions` (array of condition objects), `options` (`{ caseSensitive, leftValue, typeValidation }`). Same shape as IF. Wire rule outputs by zero-based index with `.onCase(index, target)`; `outputKey` is the visible output label, not the `.onCase()` argument. Unwired cases silently drop their items.
12
58
  * @default {"values":[{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict"},"conditions":[{"leftValue":"","rightValue":"","operator":{"type":"string","operation":"equals"}}],"combinator":"and"}}]}
13
59
  */
14
60
  rules?: {
@@ -35,6 +81,7 @@ export type SwitchV3RulesParams = {
35
81
  */
36
82
  options?: {
37
83
  /** If no rule matches the item will be sent to this output, by default they will be ignored
84
+ * @builderHint Set this to `'extra'` before wiring a catch-all/default branch. In rules mode, `'extra'` creates a fallback output at index `rules.values.length`; default `'none'` creates no fallback output and drops unmatched items. Numeric values route unmatched items to an existing rule output and do not create a new port.
38
85
  * @loadOptionsMethod getFallbackOutputOptions
39
86
  * @default none
40
87
  */
@@ -48,6 +95,7 @@ export type SwitchV3RulesParams = {
48
95
  */
49
96
  looseTypeValidation?: boolean | Expression<boolean>;
50
97
  /** Rename Fallback Output
98
+ * @builderHint Only labels the extra fallback output. Use it together with `fallbackOutput: 'extra'`; it does not create a fallback output by itself.
51
99
  * @displayOptions.show { fallbackOutput: ["extra"] }
52
100
  */
53
101
  renameFallbackOutput?: string | Expression<string>;
@@ -6,9 +6,55 @@
6
6
 
7
7
  /** Build a matching rule for each output */
8
8
  export type SwitchV31RulesParams = {
9
+ /**
10
+ * <patterns>
11
+ * <pattern title="Switch with two cases plus a default branch">
12
+ * const routeByPriority = switchCase({
13
+ * version: 3.2,
14
+ * config: {
15
+ * name: 'Route by Priority',
16
+ * parameters: {
17
+ * rules: {
18
+ * values: [
19
+ * {
20
+ * outputKey: 'urgent',
21
+ * conditions: {
22
+ * options: { caseSensitive: true, leftValue: '', typeValidation: 'strict' },
23
+ * conditions: [{ leftValue: expr('{{ $json.priority }}'), operator: { type: 'string', operation: 'equals' }, rightValue: 'urgent' }],
24
+ * combinator: 'and'
25
+ * }
26
+ * },
27
+ * {
28
+ * outputKey: 'normal',
29
+ * conditions: {
30
+ * options: { caseSensitive: true, leftValue: '', typeValidation: 'strict' },
31
+ * conditions: [{ leftValue: expr('{{ $json.priority }}'), operator: { type: 'string', operation: 'equals' }, rightValue: 'normal' }],
32
+ * combinator: 'and'
33
+ * }
34
+ * }
35
+ * ]
36
+ * },
37
+ * options: {
38
+ * fallbackOutput: 'extra',
39
+ * renameFallbackOutput: 'Fallback'
40
+ * }
41
+ * }
42
+ * }
43
+ * });
44
+ *
45
+ * export default workflow('id', 'name')
46
+ * .add(startTrigger)
47
+ * .to(routeByPriority
48
+ * .onCase(0, processUrgent.to(notifyTeam))
49
+ * .onCase(1, processNormal)
50
+ * .onCase(2, archive));
51
+ * </pattern>
52
+ * </patterns>
53
+ */
9
54
  mode: 'rules';
10
55
  /**
11
56
  * Routing Rules
57
+ * @builderHint Use `rules.values` (NOT `rules.rules`). Each rule needs `outputKey` and a complete `conditions` object with these three sibling keys: `combinator` ('and' | 'or'), `conditions` (array of condition objects), `options` (`{ caseSensitive, leftValue, typeValidation }`). Same shape as IF. Wire rule outputs by zero-based index with `.onCase(index, target)`; `outputKey` is the visible output label, not the `.onCase()` argument. Unwired cases silently drop their items.
12
58
  * @default {"values":[{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict"},"conditions":[{"leftValue":"","rightValue":"","operator":{"type":"string","operation":"equals"}}],"combinator":"and"}}]}
13
59
  */
14
60
  rules?: {
@@ -40,6 +86,7 @@ export type SwitchV31RulesParams = {
40
86
  */
41
87
  options?: {
42
88
  /** If no rule matches the item will be sent to this output, by default they will be ignored
89
+ * @builderHint Set this to `'extra'` before wiring a catch-all/default branch. In rules mode, `'extra'` creates a fallback output at index `rules.values.length`; default `'none'` creates no fallback output and drops unmatched items. Numeric values route unmatched items to an existing rule output and do not create a new port.
43
90
  * @loadOptionsMethod getFallbackOutputOptions
44
91
  * @default none
45
92
  */
@@ -53,6 +100,7 @@ export type SwitchV31RulesParams = {
53
100
  */
54
101
  looseTypeValidation?: boolean | Expression<boolean>;
55
102
  /** Rename Fallback Output
103
+ * @builderHint Only labels the extra fallback output. Use it together with `fallbackOutput: 'extra'`; it does not create a fallback output by itself.
56
104
  * @displayOptions.show { fallbackOutput: ["extra"] }
57
105
  */
58
106
  renameFallbackOutput?: string | Expression<string>;
@@ -6,9 +6,55 @@
6
6
 
7
7
  /** Build a matching rule for each output */
8
8
  export type SwitchV32RulesParams = {
9
+ /**
10
+ * <patterns>
11
+ * <pattern title="Switch with two cases plus a default branch">
12
+ * const routeByPriority = switchCase({
13
+ * version: 3.2,
14
+ * config: {
15
+ * name: 'Route by Priority',
16
+ * parameters: {
17
+ * rules: {
18
+ * values: [
19
+ * {
20
+ * outputKey: 'urgent',
21
+ * conditions: {
22
+ * options: { caseSensitive: true, leftValue: '', typeValidation: 'strict' },
23
+ * conditions: [{ leftValue: expr('{{ $json.priority }}'), operator: { type: 'string', operation: 'equals' }, rightValue: 'urgent' }],
24
+ * combinator: 'and'
25
+ * }
26
+ * },
27
+ * {
28
+ * outputKey: 'normal',
29
+ * conditions: {
30
+ * options: { caseSensitive: true, leftValue: '', typeValidation: 'strict' },
31
+ * conditions: [{ leftValue: expr('{{ $json.priority }}'), operator: { type: 'string', operation: 'equals' }, rightValue: 'normal' }],
32
+ * combinator: 'and'
33
+ * }
34
+ * }
35
+ * ]
36
+ * },
37
+ * options: {
38
+ * fallbackOutput: 'extra',
39
+ * renameFallbackOutput: 'Fallback'
40
+ * }
41
+ * }
42
+ * }
43
+ * });
44
+ *
45
+ * export default workflow('id', 'name')
46
+ * .add(startTrigger)
47
+ * .to(routeByPriority
48
+ * .onCase(0, processUrgent.to(notifyTeam))
49
+ * .onCase(1, processNormal)
50
+ * .onCase(2, archive));
51
+ * </pattern>
52
+ * </patterns>
53
+ */
9
54
  mode: 'rules';
10
55
  /**
11
56
  * Routing Rules
57
+ * @builderHint Use `rules.values` (NOT `rules.rules`). Each rule needs `outputKey` and a complete `conditions` object with these three sibling keys: `combinator` ('and' | 'or'), `conditions` (array of condition objects), `options` (`{ caseSensitive, leftValue, typeValidation }`). Same shape as IF. Wire rule outputs by zero-based index with `.onCase(index, target)`; `outputKey` is the visible output label, not the `.onCase()` argument. Unwired cases silently drop their items.
12
58
  * @default {"values":[{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict"},"conditions":[{"leftValue":"","rightValue":"","operator":{"type":"string","operation":"equals"}}],"combinator":"and"}}]}
13
59
  */
14
60
  rules?: {
@@ -40,6 +86,7 @@ export type SwitchV32RulesParams = {
40
86
  */
41
87
  options?: {
42
88
  /** If no rule matches the item will be sent to this output, by default they will be ignored
89
+ * @builderHint Set this to `'extra'` before wiring a catch-all/default branch. In rules mode, `'extra'` creates a fallback output at index `rules.values.length`; default `'none'` creates no fallback output and drops unmatched items. Numeric values route unmatched items to an existing rule output and do not create a new port.
43
90
  * @loadOptionsMethod getFallbackOutputOptions
44
91
  * @default none
45
92
  */
@@ -53,6 +100,7 @@ export type SwitchV32RulesParams = {
53
100
  */
54
101
  looseTypeValidation?: boolean | Expression<boolean>;
55
102
  /** Rename Fallback Output
103
+ * @builderHint Only labels the extra fallback output. Use it together with `fallbackOutput: 'extra'`; it does not create a fallback output by itself.
56
104
  * @displayOptions.show { fallbackOutput: ["extra"] }
57
105
  */
58
106
  renameFallbackOutput?: string | Expression<string>;
@@ -6,9 +6,55 @@
6
6
 
7
7
  /** Build a matching rule for each output */
8
8
  export type SwitchV33RulesParams = {
9
+ /**
10
+ * <patterns>
11
+ * <pattern title="Switch with two cases plus a default branch">
12
+ * const routeByPriority = switchCase({
13
+ * version: 3.2,
14
+ * config: {
15
+ * name: 'Route by Priority',
16
+ * parameters: {
17
+ * rules: {
18
+ * values: [
19
+ * {
20
+ * outputKey: 'urgent',
21
+ * conditions: {
22
+ * options: { caseSensitive: true, leftValue: '', typeValidation: 'strict' },
23
+ * conditions: [{ leftValue: expr('{{ $json.priority }}'), operator: { type: 'string', operation: 'equals' }, rightValue: 'urgent' }],
24
+ * combinator: 'and'
25
+ * }
26
+ * },
27
+ * {
28
+ * outputKey: 'normal',
29
+ * conditions: {
30
+ * options: { caseSensitive: true, leftValue: '', typeValidation: 'strict' },
31
+ * conditions: [{ leftValue: expr('{{ $json.priority }}'), operator: { type: 'string', operation: 'equals' }, rightValue: 'normal' }],
32
+ * combinator: 'and'
33
+ * }
34
+ * }
35
+ * ]
36
+ * },
37
+ * options: {
38
+ * fallbackOutput: 'extra',
39
+ * renameFallbackOutput: 'Fallback'
40
+ * }
41
+ * }
42
+ * }
43
+ * });
44
+ *
45
+ * export default workflow('id', 'name')
46
+ * .add(startTrigger)
47
+ * .to(routeByPriority
48
+ * .onCase(0, processUrgent.to(notifyTeam))
49
+ * .onCase(1, processNormal)
50
+ * .onCase(2, archive));
51
+ * </pattern>
52
+ * </patterns>
53
+ */
9
54
  mode: 'rules';
10
55
  /**
11
56
  * Routing Rules
57
+ * @builderHint Use `rules.values` (NOT `rules.rules`). Each rule needs `outputKey` and a complete `conditions` object with these three sibling keys: `combinator` ('and' | 'or'), `conditions` (array of condition objects), `options` (`{ caseSensitive, leftValue, typeValidation }`). Same shape as IF. Wire rule outputs by zero-based index with `.onCase(index, target)`; `outputKey` is the visible output label, not the `.onCase()` argument. Unwired cases silently drop their items.
12
58
  * @default {"values":[{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict"},"conditions":[{"leftValue":"","rightValue":"","operator":{"type":"string","operation":"equals"}}],"combinator":"and"}}]}
13
59
  */
14
60
  rules?: {
@@ -40,6 +86,7 @@ export type SwitchV33RulesParams = {
40
86
  */
41
87
  options?: {
42
88
  /** If no rule matches the item will be sent to this output, by default they will be ignored
89
+ * @builderHint Set this to `'extra'` before wiring a catch-all/default branch. In rules mode, `'extra'` creates a fallback output at index `rules.values.length`; default `'none'` creates no fallback output and drops unmatched items. Numeric values route unmatched items to an existing rule output and do not create a new port.
43
90
  * @loadOptionsMethod getFallbackOutputOptions
44
91
  * @default none
45
92
  */
@@ -53,6 +100,7 @@ export type SwitchV33RulesParams = {
53
100
  */
54
101
  looseTypeValidation?: boolean | Expression<boolean>;
55
102
  /** Rename Fallback Output
103
+ * @builderHint Only labels the extra fallback output. Use it together with `fallbackOutput: 'extra'`; it does not create a fallback output by itself.
56
104
  * @displayOptions.show { fallbackOutput: ["extra"] }
57
105
  */
58
106
  renameFallbackOutput?: string | Expression<string>;