n8n-nodes-base 0.234.0 → 1.0.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 (346) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/GoogleDriveOAuth2Api.credentials.js +0 -6
  3. package/dist/credentials/GoogleDriveOAuth2Api.credentials.js.map +1 -1
  4. package/dist/credentials/{BrevoApi.credentials.d.ts → SendInBlueApi.credentials.d.ts} +1 -1
  5. package/dist/credentials/{BrevoApi.credentials.js → SendInBlueApi.credentials.js} +7 -7
  6. package/dist/credentials/SendInBlueApi.credentials.js.map +1 -0
  7. package/dist/credentials/TwitterOAuth1Api.credentials.js +0 -6
  8. package/dist/credentials/TwitterOAuth1Api.credentials.js.map +1 -1
  9. package/dist/known/credentials.json +11 -35
  10. package/dist/known/nodes.json +8 -16
  11. package/dist/nodes/Code/Code.node.js +1 -2
  12. package/dist/nodes/Code/Code.node.js.map +1 -1
  13. package/dist/nodes/CompareDatasets/CompareDatasets.node.js +2 -1
  14. package/dist/nodes/CompareDatasets/CompareDatasets.node.js.map +1 -1
  15. package/dist/nodes/CompareDatasets/test/node/workflow.compareDatasets.forceInputNodeExecution.json +211 -0
  16. package/dist/nodes/Google/Drive/{v1/GenericFunctions.js → GenericFunctions.js} +1 -1
  17. package/dist/nodes/Google/Drive/GenericFunctions.js.map +1 -0
  18. package/dist/nodes/Google/Drive/GoogleDrive.node.d.ts +12 -3
  19. package/dist/nodes/Google/Drive/GoogleDrive.node.js +2301 -10
  20. package/dist/nodes/Google/Drive/GoogleDrive.node.js.map +1 -1
  21. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.d.ts +1 -1
  22. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js +2 -2
  23. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js.map +1 -1
  24. package/dist/nodes/Google/Drive/SearchFunctions.js.map +1 -0
  25. package/dist/nodes/GraphQL/GraphQL.node.js +0 -32
  26. package/dist/nodes/GraphQL/GraphQL.node.js.map +1 -1
  27. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +0 -22
  28. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  29. package/dist/nodes/ItemLists/ItemLists.node.js +1 -3
  30. package/dist/nodes/ItemLists/ItemLists.node.js.map +1 -1
  31. package/dist/nodes/Matrix/GenericFunctions.js +2 -8
  32. package/dist/nodes/Matrix/GenericFunctions.js.map +1 -1
  33. package/dist/nodes/Matrix/MediaDescription.js +1 -23
  34. package/dist/nodes/Matrix/MediaDescription.js.map +1 -1
  35. package/dist/nodes/Merge/Merge.node.js +1 -0
  36. package/dist/nodes/Merge/Merge.node.js.map +1 -1
  37. package/dist/nodes/Merge/test/node/workflow.mixed.forceInputNodeExecution.json +2440 -0
  38. package/dist/nodes/Merge/test/node/workflow.mixed.not.forceInputNodeExecution.json +2378 -0
  39. package/dist/nodes/Merge/v2/MergeV2.node.js +21 -1
  40. package/dist/nodes/Merge/v2/MergeV2.node.js.map +1 -1
  41. package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js +0 -7
  42. package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js.map +1 -1
  43. package/dist/nodes/Microsoft/ToDo/TaskDescription.js +0 -7
  44. package/dist/nodes/Microsoft/ToDo/TaskDescription.js.map +1 -1
  45. package/dist/nodes/Notion/DatabasePageDescription.js +0 -41
  46. package/dist/nodes/Notion/DatabasePageDescription.js.map +1 -1
  47. package/dist/nodes/Notion/v2/NotionV2.node.js +0 -9
  48. package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
  49. package/dist/nodes/Salesforce/ContactDescription.js +3 -3
  50. package/dist/nodes/Salesforce/ContactDescription.js.map +1 -1
  51. package/dist/nodes/{Brevo → SendInBlue}/AttributeDescription.js +1 -1
  52. package/dist/nodes/SendInBlue/AttributeDescription.js.map +1 -0
  53. package/dist/nodes/SendInBlue/ContactDescription.js.map +1 -0
  54. package/dist/nodes/{Brevo → SendInBlue}/EmailDescription.js +10 -10
  55. package/dist/nodes/SendInBlue/EmailDescription.js.map +1 -0
  56. package/dist/nodes/{Brevo → SendInBlue}/GenericFunctions.d.ts +2 -2
  57. package/dist/nodes/{Brevo → SendInBlue}/GenericFunctions.js +14 -14
  58. package/dist/nodes/SendInBlue/GenericFunctions.js.map +1 -0
  59. package/dist/nodes/{Brevo/Brevo.node.d.ts → SendInBlue/SendInBlue.node.d.ts} +1 -1
  60. package/dist/nodes/{Brevo/Brevo.node.js → SendInBlue/SendInBlue.node.js} +9 -9
  61. package/dist/nodes/SendInBlue/SendInBlue.node.js.map +1 -0
  62. package/dist/nodes/{Brevo/Brevo.node.json → SendInBlue/SendInBlue.node.json} +4 -5
  63. package/dist/nodes/{Brevo/BrevoTrigger.node.d.ts → SendInBlue/SendInBlueTrigger.node.d.ts} +1 -1
  64. package/dist/nodes/{Brevo/BrevoTrigger.node.js → SendInBlue/SendInBlueTrigger.node.js} +11 -11
  65. package/dist/nodes/SendInBlue/SendInBlueTrigger.node.js.map +1 -0
  66. package/dist/nodes/{Brevo/BrevoTrigger.node.json → SendInBlue/SendInBlueTrigger.node.json} +4 -5
  67. package/dist/nodes/SendInBlue/SenderDescrition.js.map +1 -0
  68. package/dist/nodes/SendInBlue/sendinblue.svg +20 -0
  69. package/dist/nodes/Strava/ActivityDescription.js +0 -7
  70. package/dist/nodes/Strava/ActivityDescription.js.map +1 -1
  71. package/dist/nodes/Strava/Strava.node.js +6 -0
  72. package/dist/nodes/Strava/Strava.node.js.map +1 -1
  73. package/dist/nodes/Twitter/DirectMessageDescription.js.map +1 -0
  74. package/dist/nodes/Twitter/GenericFunctions.js.map +1 -0
  75. package/dist/nodes/Twitter/TweetDescription.js.map +1 -0
  76. package/dist/nodes/Twitter/TweetInterface.js.map +1 -0
  77. package/dist/nodes/Twitter/Twitter.node.d.ts +9 -3
  78. package/dist/nodes/Twitter/Twitter.node.js +224 -12
  79. package/dist/nodes/Twitter/Twitter.node.js.map +1 -1
  80. package/dist/nodes/Twitter/Twitter.node.json +1 -2
  81. package/dist/nodes/Wait/Wait.node.d.ts +4 -7
  82. package/dist/nodes/Wait/Wait.node.js +499 -77
  83. package/dist/nodes/Wait/Wait.node.js.map +1 -1
  84. package/dist/nodes/Webhook/Webhook.node.d.ts +3 -8
  85. package/dist/nodes/Webhook/Webhook.node.js +460 -148
  86. package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
  87. package/dist/types/credentials.json +3 -6
  88. package/dist/types/nodes.json +21 -26
  89. package/package.json +6 -12
  90. package/dist/credentials/BrevoApi.credentials.js.map +0 -1
  91. package/dist/credentials/CrowdDevApi.credentials.d.ts +0 -9
  92. package/dist/credentials/CrowdDevApi.credentials.js +0 -62
  93. package/dist/credentials/CrowdDevApi.credentials.js.map +0 -1
  94. package/dist/credentials/HttpCustomAuth.credentials.d.ts +0 -9
  95. package/dist/credentials/HttpCustomAuth.credentials.js +0 -25
  96. package/dist/credentials/HttpCustomAuth.credentials.js.map +0 -1
  97. package/dist/credentials/TwitterOAuth2Api.credentials.d.ts +0 -8
  98. package/dist/credentials/TwitterOAuth2Api.credentials.js +0 -73
  99. package/dist/credentials/TwitterOAuth2Api.credentials.js.map +0 -1
  100. package/dist/nodes/Brevo/AttributeDescription.js.map +0 -1
  101. package/dist/nodes/Brevo/Brevo.node.js.map +0 -1
  102. package/dist/nodes/Brevo/BrevoTrigger.node.js.map +0 -1
  103. package/dist/nodes/Brevo/ContactDescription.js.map +0 -1
  104. package/dist/nodes/Brevo/EmailDescription.js.map +0 -1
  105. package/dist/nodes/Brevo/GenericFunctions.js.map +0 -1
  106. package/dist/nodes/Brevo/SenderDescrition.js.map +0 -1
  107. package/dist/nodes/Brevo/brevo.svg +0 -4
  108. package/dist/nodes/CrowdDev/CrowdDev.node.d.ts +0 -4
  109. package/dist/nodes/CrowdDev/CrowdDev.node.js +0 -36
  110. package/dist/nodes/CrowdDev/CrowdDev.node.js.map +0 -1
  111. package/dist/nodes/CrowdDev/CrowdDev.node.json +0 -18
  112. package/dist/nodes/CrowdDev/CrowdDevTrigger.node.d.ts +0 -12
  113. package/dist/nodes/CrowdDev/CrowdDevTrigger.node.js +0 -145
  114. package/dist/nodes/CrowdDev/CrowdDevTrigger.node.js.map +0 -1
  115. package/dist/nodes/CrowdDev/CrowdDevTrigger.node.json +0 -18
  116. package/dist/nodes/CrowdDev/GenericFunctions.d.ts +0 -7
  117. package/dist/nodes/CrowdDev/GenericFunctions.js +0 -157
  118. package/dist/nodes/CrowdDev/GenericFunctions.js.map +0 -1
  119. package/dist/nodes/CrowdDev/crowdDev.svg +0 -15
  120. package/dist/nodes/CrowdDev/descriptions/activityFields.d.ts +0 -4
  121. package/dist/nodes/CrowdDev/descriptions/activityFields.js +0 -180
  122. package/dist/nodes/CrowdDev/descriptions/activityFields.js.map +0 -1
  123. package/dist/nodes/CrowdDev/descriptions/automationFields.d.ts +0 -4
  124. package/dist/nodes/CrowdDev/descriptions/automationFields.js +0 -126
  125. package/dist/nodes/CrowdDev/descriptions/automationFields.js.map +0 -1
  126. package/dist/nodes/CrowdDev/descriptions/index.d.ts +0 -2
  127. package/dist/nodes/CrowdDev/descriptions/index.js +0 -26
  128. package/dist/nodes/CrowdDev/descriptions/index.js.map +0 -1
  129. package/dist/nodes/CrowdDev/descriptions/memberFields.d.ts +0 -4
  130. package/dist/nodes/CrowdDev/descriptions/memberFields.js +0 -291
  131. package/dist/nodes/CrowdDev/descriptions/memberFields.js.map +0 -1
  132. package/dist/nodes/CrowdDev/descriptions/noteFields.d.ts +0 -4
  133. package/dist/nodes/CrowdDev/descriptions/noteFields.js +0 -90
  134. package/dist/nodes/CrowdDev/descriptions/noteFields.js.map +0 -1
  135. package/dist/nodes/CrowdDev/descriptions/organizationFields.d.ts +0 -4
  136. package/dist/nodes/CrowdDev/descriptions/organizationFields.js +0 -146
  137. package/dist/nodes/CrowdDev/descriptions/organizationFields.js.map +0 -1
  138. package/dist/nodes/CrowdDev/descriptions/resources.d.ts +0 -2
  139. package/dist/nodes/CrowdDev/descriptions/resources.js +0 -38
  140. package/dist/nodes/CrowdDev/descriptions/resources.js.map +0 -1
  141. package/dist/nodes/CrowdDev/descriptions/shared.d.ts +0 -2
  142. package/dist/nodes/CrowdDev/descriptions/shared.js +0 -29
  143. package/dist/nodes/CrowdDev/descriptions/shared.js.map +0 -1
  144. package/dist/nodes/CrowdDev/descriptions/taskFields.d.ts +0 -4
  145. package/dist/nodes/CrowdDev/descriptions/taskFields.js +0 -159
  146. package/dist/nodes/CrowdDev/descriptions/taskFields.js.map +0 -1
  147. package/dist/nodes/CrowdDev/descriptions/utils.d.ts +0 -5
  148. package/dist/nodes/CrowdDev/descriptions/utils.js +0 -55
  149. package/dist/nodes/CrowdDev/descriptions/utils.js.map +0 -1
  150. package/dist/nodes/Google/Drive/test/v2/node/helpers.d.ts +0 -3
  151. package/dist/nodes/Google/Drive/test/v2/node/helpers.js +0 -34
  152. package/dist/nodes/Google/Drive/test/v2/node/helpers.js.map +0 -1
  153. package/dist/nodes/Google/Drive/v1/GenericFunctions.js.map +0 -1
  154. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.d.ts +0 -14
  155. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js +0 -2324
  156. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js.map +0 -1
  157. package/dist/nodes/Google/Drive/v1/SearchFunctions.js.map +0 -1
  158. package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.d.ts +0 -10
  159. package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.js +0 -20
  160. package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.js.map +0 -1
  161. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.d.ts +0 -19
  162. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js +0 -598
  163. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js.map +0 -1
  164. package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.d.ts +0 -8
  165. package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js +0 -88
  166. package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js.map +0 -1
  167. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.d.ts +0 -23
  168. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js +0 -235
  169. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js.map +0 -1
  170. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.d.ts +0 -23
  171. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.js +0 -31
  172. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.js.map +0 -1
  173. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.d.ts +0 -23
  174. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.js +0 -50
  175. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.js.map +0 -1
  176. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.d.ts +0 -23
  177. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.js +0 -81
  178. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.js.map +0 -1
  179. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.d.ts +0 -23
  180. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.js +0 -100
  181. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.js.map +0 -1
  182. package/dist/nodes/Google/Drive/v2/actions/file/File.resource.d.ts +0 -11
  183. package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js +0 -115
  184. package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js.map +0 -1
  185. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.d.ts +0 -23
  186. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.js +0 -104
  187. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.js.map +0 -1
  188. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.d.ts +0 -23
  189. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.js +0 -134
  190. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.js.map +0 -1
  191. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.d.ts +0 -23
  192. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.js +0 -57
  193. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.js.map +0 -1
  194. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.d.ts +0 -23
  195. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js +0 -218
  196. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js.map +0 -1
  197. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.d.ts +0 -23
  198. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.js +0 -60
  199. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.js.map +0 -1
  200. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.d.ts +0 -23
  201. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.js +0 -43
  202. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.js.map +0 -1
  203. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.d.ts +0 -23
  204. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js +0 -221
  205. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js.map +0 -1
  206. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.d.ts +0 -23
  207. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js +0 -135
  208. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js.map +0 -1
  209. package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.d.ts +0 -4
  210. package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js +0 -52
  211. package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js.map +0 -1
  212. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.d.ts +0 -23
  213. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.js +0 -335
  214. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.js.map +0 -1
  215. package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.d.ts +0 -6
  216. package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js +0 -70
  217. package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js.map +0 -1
  218. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.d.ts +0 -23
  219. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.js +0 -92
  220. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.js.map +0 -1
  221. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.d.ts +0 -23
  222. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.js +0 -59
  223. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.js.map +0 -1
  224. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.d.ts +0 -23
  225. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.js +0 -43
  226. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.js.map +0 -1
  227. package/dist/nodes/Google/Drive/v2/actions/node.type.d.ts +0 -9
  228. package/dist/nodes/Google/Drive/v2/actions/node.type.js +0 -3
  229. package/dist/nodes/Google/Drive/v2/actions/node.type.js.map +0 -1
  230. package/dist/nodes/Google/Drive/v2/actions/router.d.ts +0 -2
  231. package/dist/nodes/Google/Drive/v2/actions/router.js +0 -76
  232. package/dist/nodes/Google/Drive/v2/actions/router.js.map +0 -1
  233. package/dist/nodes/Google/Drive/v2/actions/versionDescription.d.ts +0 -2
  234. package/dist/nodes/Google/Drive/v2/actions/versionDescription.js +0 -112
  235. package/dist/nodes/Google/Drive/v2/actions/versionDescription.js.map +0 -1
  236. package/dist/nodes/Google/Drive/v2/helpers/interfaces.d.ts +0 -34
  237. package/dist/nodes/Google/Drive/v2/helpers/interfaces.js +0 -26
  238. package/dist/nodes/Google/Drive/v2/helpers/interfaces.js.map +0 -1
  239. package/dist/nodes/Google/Drive/v2/helpers/utils.d.ts +0 -15
  240. package/dist/nodes/Google/Drive/v2/helpers/utils.js +0 -104
  241. package/dist/nodes/Google/Drive/v2/helpers/utils.js.map +0 -1
  242. package/dist/nodes/Google/Drive/v2/methods/index.d.ts +0 -1
  243. package/dist/nodes/Google/Drive/v2/methods/index.js +0 -28
  244. package/dist/nodes/Google/Drive/v2/methods/index.js.map +0 -1
  245. package/dist/nodes/Google/Drive/v2/methods/listSearch.d.ts +0 -6
  246. package/dist/nodes/Google/Drive/v2/methods/listSearch.js +0 -144
  247. package/dist/nodes/Google/Drive/v2/methods/listSearch.js.map +0 -1
  248. package/dist/nodes/Google/Drive/v2/transport/index.d.ts +0 -4
  249. package/dist/nodes/Google/Drive/v2/transport/index.js +0 -68
  250. package/dist/nodes/Google/Drive/v2/transport/index.js.map +0 -1
  251. package/dist/nodes/ItemLists/V3/ItemListsV3.node.d.ts +0 -6
  252. package/dist/nodes/ItemLists/V3/ItemListsV3.node.js +0 -18
  253. package/dist/nodes/ItemLists/V3/ItemListsV3.node.js.map +0 -1
  254. package/dist/nodes/ItemLists/V3/actions/common.descriptions.d.ts +0 -2
  255. package/dist/nodes/ItemLists/V3/actions/common.descriptions.js +0 -11
  256. package/dist/nodes/ItemLists/V3/actions/common.descriptions.js.map +0 -1
  257. package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.d.ts +0 -23
  258. package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.js +0 -303
  259. package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.js.map +0 -1
  260. package/dist/nodes/ItemLists/V3/actions/itemList/index.d.ts +0 -9
  261. package/dist/nodes/ItemLists/V3/actions/itemList/index.js +0 -97
  262. package/dist/nodes/ItemLists/V3/actions/itemList/index.js.map +0 -1
  263. package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.d.ts +0 -23
  264. package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.js +0 -57
  265. package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.js.map +0 -1
  266. package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.d.ts +0 -23
  267. package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.js +0 -204
  268. package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.js.map +0 -1
  269. package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.d.ts +0 -23
  270. package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.js +0 -262
  271. package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.js.map +0 -1
  272. package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.d.ts +0 -23
  273. package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.js +0 -183
  274. package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.js.map +0 -1
  275. package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.d.ts +0 -23
  276. package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.js +0 -491
  277. package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.js.map +0 -1
  278. package/dist/nodes/ItemLists/V3/actions/node.type.d.ts +0 -6
  279. package/dist/nodes/ItemLists/V3/actions/node.type.js +0 -3
  280. package/dist/nodes/ItemLists/V3/actions/node.type.js.map +0 -1
  281. package/dist/nodes/ItemLists/V3/actions/router.d.ts +0 -2
  282. package/dist/nodes/ItemLists/V3/actions/router.js +0 -53
  283. package/dist/nodes/ItemLists/V3/actions/router.js.map +0 -1
  284. package/dist/nodes/ItemLists/V3/actions/versionDescription.d.ts +0 -2
  285. package/dist/nodes/ItemLists/V3/actions/versionDescription.js +0 -58
  286. package/dist/nodes/ItemLists/V3/actions/versionDescription.js.map +0 -1
  287. package/dist/nodes/ItemLists/V3/helpers/utils.d.ts +0 -5
  288. package/dist/nodes/ItemLists/V3/helpers/utils.js +0 -57
  289. package/dist/nodes/ItemLists/V3/helpers/utils.js.map +0 -1
  290. package/dist/nodes/ItemLists/test/node/workflow.update_3.json +0 -606
  291. package/dist/nodes/Twitter/V1/DirectMessageDescription.js.map +0 -1
  292. package/dist/nodes/Twitter/V1/GenericFunctions.js.map +0 -1
  293. package/dist/nodes/Twitter/V1/TweetDescription.js.map +0 -1
  294. package/dist/nodes/Twitter/V1/TweetInterface.js.map +0 -1
  295. package/dist/nodes/Twitter/V1/TwitterV1.node.d.ts +0 -11
  296. package/dist/nodes/Twitter/V1/TwitterV1.node.js +0 -235
  297. package/dist/nodes/Twitter/V1/TwitterV1.node.js.map +0 -1
  298. package/dist/nodes/Twitter/V2/DirectMessageDescription.d.ts +0 -3
  299. package/dist/nodes/Twitter/V2/DirectMessageDescription.js +0 -100
  300. package/dist/nodes/Twitter/V2/DirectMessageDescription.js.map +0 -1
  301. package/dist/nodes/Twitter/V2/GenericFunctions.d.ts +0 -5
  302. package/dist/nodes/Twitter/V2/GenericFunctions.js +0 -88
  303. package/dist/nodes/Twitter/V2/GenericFunctions.js.map +0 -1
  304. package/dist/nodes/Twitter/V2/ListDescription.d.ts +0 -3
  305. package/dist/nodes/Twitter/V2/ListDescription.js +0 -92
  306. package/dist/nodes/Twitter/V2/ListDescription.js.map +0 -1
  307. package/dist/nodes/Twitter/V2/TweetDescription.d.ts +0 -3
  308. package/dist/nodes/Twitter/V2/TweetDescription.js +0 -452
  309. package/dist/nodes/Twitter/V2/TweetDescription.js.map +0 -1
  310. package/dist/nodes/Twitter/V2/TweetInterface.d.ts +0 -23
  311. package/dist/nodes/Twitter/V2/TweetInterface.js +0 -3
  312. package/dist/nodes/Twitter/V2/TweetInterface.js.map +0 -1
  313. package/dist/nodes/Twitter/V2/TwitterV2.node.d.ts +0 -11
  314. package/dist/nodes/Twitter/V2/TwitterV2.node.js +0 -245
  315. package/dist/nodes/Twitter/V2/TwitterV2.node.js.map +0 -1
  316. package/dist/nodes/Twitter/V2/UserDescription.d.ts +0 -3
  317. package/dist/nodes/Twitter/V2/UserDescription.js +0 -76
  318. package/dist/nodes/Twitter/V2/UserDescription.js.map +0 -1
  319. package/dist/nodes/Twitter/test/Workflow_Twitter_UnitTest.json +0 -284
  320. package/dist/nodes/Webhook/description.d.ts +0 -10
  321. package/dist/nodes/Webhook/description.js +0 -325
  322. package/dist/nodes/Webhook/description.js.map +0 -1
  323. package/dist/nodes/Webhook/error.d.ts +0 -4
  324. package/dist/nodes/Webhook/error.js +0 -20
  325. package/dist/nodes/Webhook/error.js.map +0 -1
  326. package/dist/package.json +0 -850
  327. package/dist/utils/constants.d.ts +0 -1
  328. package/dist/utils/constants.js +0 -7
  329. package/dist/utils/constants.js.map +0 -1
  330. /package/dist/nodes/Google/Drive/{v1/GenericFunctions.d.ts → GenericFunctions.d.ts} +0 -0
  331. /package/dist/nodes/Google/Drive/{v1/SearchFunctions.d.ts → SearchFunctions.d.ts} +0 -0
  332. /package/dist/nodes/Google/Drive/{v1/SearchFunctions.js → SearchFunctions.js} +0 -0
  333. /package/dist/nodes/{Brevo → SendInBlue}/AttributeDescription.d.ts +0 -0
  334. /package/dist/nodes/{Brevo → SendInBlue}/ContactDescription.d.ts +0 -0
  335. /package/dist/nodes/{Brevo → SendInBlue}/ContactDescription.js +0 -0
  336. /package/dist/nodes/{Brevo → SendInBlue}/EmailDescription.d.ts +0 -0
  337. /package/dist/nodes/{Brevo → SendInBlue}/SenderDescrition.d.ts +0 -0
  338. /package/dist/nodes/{Brevo → SendInBlue}/SenderDescrition.js +0 -0
  339. /package/dist/nodes/Twitter/{V1/DirectMessageDescription.d.ts → DirectMessageDescription.d.ts} +0 -0
  340. /package/dist/nodes/Twitter/{V1/DirectMessageDescription.js → DirectMessageDescription.js} +0 -0
  341. /package/dist/nodes/Twitter/{V1/GenericFunctions.d.ts → GenericFunctions.d.ts} +0 -0
  342. /package/dist/nodes/Twitter/{V1/GenericFunctions.js → GenericFunctions.js} +0 -0
  343. /package/dist/nodes/Twitter/{V1/TweetDescription.d.ts → TweetDescription.d.ts} +0 -0
  344. /package/dist/nodes/Twitter/{V1/TweetDescription.js → TweetDescription.js} +0 -0
  345. /package/dist/nodes/Twitter/{V1/TweetInterface.d.ts → TweetInterface.d.ts} +0 -0
  346. /package/dist/nodes/Twitter/{V1/TweetInterface.js → TweetInterface.js} +0 -0
@@ -1,126 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.automationFields = exports.automationOperations = void 0;
4
- const GenericFunctions_1 = require("../GenericFunctions");
5
- const utils_1 = require("./utils");
6
- const displayOpts = (0, utils_1.showFor)(['automation']);
7
- const displayFor = {
8
- resource: displayOpts(),
9
- createOrUpdate: displayOpts(['create', 'update']),
10
- id: displayOpts(['destroy', 'find', 'update']),
11
- };
12
- const automationOperations = {
13
- displayName: 'Operation',
14
- name: 'operation',
15
- type: 'options',
16
- displayOptions: displayFor.resource.displayOptions,
17
- noDataExpression: true,
18
- default: 'list',
19
- options: [
20
- {
21
- name: 'Create',
22
- value: 'create',
23
- description: 'Create a new automation for the tenant',
24
- action: 'Create a new automation for the tenant',
25
- routing: {
26
- send: { preSend: [GenericFunctions_1.automationPresend] },
27
- request: {
28
- method: 'POST',
29
- url: '/automation',
30
- },
31
- },
32
- },
33
- {
34
- name: 'Destroy',
35
- value: 'destroy',
36
- description: 'Destroy an existing automation for the tenant',
37
- action: 'Destroy an existing automation for the tenant',
38
- routing: {
39
- request: {
40
- method: 'DELETE',
41
- url: '=/automation/{{$parameter["id"]}}',
42
- },
43
- },
44
- },
45
- {
46
- name: 'Find',
47
- value: 'find',
48
- description: 'Get an existing automation data for the tenant',
49
- action: 'Get an existing automation data for the tenant',
50
- routing: {
51
- request: {
52
- method: 'GET',
53
- url: '=/automation/{{$parameter["id"]}}',
54
- },
55
- },
56
- },
57
- {
58
- name: 'List',
59
- value: 'list',
60
- description: 'Get all existing automation data for tenant',
61
- action: 'Get all existing automation data for tenant',
62
- routing: {
63
- request: {
64
- method: 'GET',
65
- url: '/automation',
66
- },
67
- },
68
- },
69
- {
70
- name: 'Update',
71
- value: 'update',
72
- description: 'Updates an existing automation for the tenant',
73
- action: 'Updates an existing automation for the tenant',
74
- routing: {
75
- send: { preSend: [GenericFunctions_1.automationPresend] },
76
- request: {
77
- method: 'PUT',
78
- url: '=/automation/{{$parameter["id"]}}',
79
- },
80
- },
81
- },
82
- ],
83
- };
84
- exports.automationOperations = automationOperations;
85
- const idField = {
86
- displayName: 'ID',
87
- name: 'id',
88
- description: 'The ID of the automation',
89
- type: 'string',
90
- required: true,
91
- default: '',
92
- };
93
- const commonFields = [
94
- {
95
- displayName: 'Trigger',
96
- name: 'trigger',
97
- description: 'What will trigger an automation',
98
- type: 'options',
99
- required: true,
100
- default: 'new_activity',
101
- options: [
102
- {
103
- name: 'New Activity',
104
- value: 'new_activity',
105
- },
106
- {
107
- name: 'New Member',
108
- value: 'new_member',
109
- },
110
- ],
111
- },
112
- {
113
- displayName: 'URL',
114
- name: 'url',
115
- description: 'URL to POST webhook data to',
116
- type: 'string',
117
- required: true,
118
- default: '',
119
- },
120
- ];
121
- const automationFields = [
122
- Object.assign({}, idField, displayFor.id),
123
- ...commonFields.map((0, utils_1.mapWith)(displayFor.createOrUpdate)),
124
- ];
125
- exports.automationFields = automationFields;
126
- //# sourceMappingURL=automationFields.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"automationFields.js","sourceRoot":"","sources":["../../../../nodes/CrowdDev/descriptions/automationFields.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- import type { INodeProperties } from 'n8n-workflow';
2
- export declare const allProperties: INodeProperties[];
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.allProperties = void 0;
4
- const resources_1 = require("./resources");
5
- const activityFields_1 = require("./activityFields");
6
- const memberFields_1 = require("./memberFields");
7
- const noteFields_1 = require("./noteFields");
8
- const organizationFields_1 = require("./organizationFields");
9
- const taskFields_1 = require("./taskFields");
10
- const automationFields_1 = require("./automationFields");
11
- exports.allProperties = [
12
- resources_1.resources,
13
- activityFields_1.activityOperations,
14
- memberFields_1.memberOperations,
15
- noteFields_1.noteOperations,
16
- organizationFields_1.organizationOperations,
17
- taskFields_1.taskOperations,
18
- automationFields_1.automationOperations,
19
- ...activityFields_1.activityFields,
20
- ...memberFields_1.memberFields,
21
- ...noteFields_1.noteFields,
22
- ...organizationFields_1.organizationFields,
23
- ...taskFields_1.taskFields,
24
- ...automationFields_1.automationFields,
25
- ];
26
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/CrowdDev/descriptions/index.ts"],"names":[],"mappings":";;;AAAA,2CAAwC;AACxC,qDAAsE;AACtE,iDAAgE;AAChE,6CAA0D;AAC1D,6DAAkF;AAClF,6CAA0D;AAE1D,yDAA4E;AAE/D,QAAA,aAAa,GAAsB;IAC/C,qBAAS;IACT,mCAAkB;IAClB,+BAAgB;IAChB,2BAAc;IACd,2CAAsB;IACtB,2BAAc;IACd,uCAAoB;IACpB,GAAG,+BAAc;IACjB,GAAG,2BAAY;IACf,GAAG,uBAAU;IACb,GAAG,uCAAkB;IACrB,GAAG,uBAAU;IACb,GAAG,mCAAgB;CACnB,CAAC"}
@@ -1,4 +0,0 @@
1
- import type { INodeProperties } from 'n8n-workflow';
2
- declare const memberOperations: INodeProperties;
3
- declare const memberFields: INodeProperties[];
4
- export { memberOperations, memberFields };
@@ -1,291 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.memberFields = exports.memberOperations = void 0;
27
- const utils_1 = require("./utils");
28
- const shared = __importStar(require("./shared"));
29
- const GenericFunctions_1 = require("../GenericFunctions");
30
- const displayOpts = (0, utils_1.showFor)(['member']);
31
- const displayFor = {
32
- resource: displayOpts(),
33
- createOrUpdate: displayOpts(['createOrUpdate', 'update']),
34
- id: displayOpts(['delete', 'find', 'update']),
35
- };
36
- const memberOperations = {
37
- displayName: 'Operation',
38
- name: 'operation',
39
- type: 'options',
40
- displayOptions: displayFor.resource.displayOptions,
41
- noDataExpression: true,
42
- default: 'find',
43
- options: [
44
- {
45
- name: 'Create or Update',
46
- value: 'createOrUpdate',
47
- description: 'Create or update a member',
48
- action: 'Create or update a member',
49
- routing: {
50
- send: { preSend: [GenericFunctions_1.memberPresend] },
51
- request: {
52
- method: 'POST',
53
- url: '/member',
54
- },
55
- },
56
- },
57
- {
58
- name: 'Delete',
59
- value: 'delete',
60
- description: 'Delete a member',
61
- action: 'Delete a member',
62
- routing: {
63
- request: {
64
- method: 'DELETE',
65
- url: '=/member',
66
- },
67
- },
68
- },
69
- {
70
- name: 'Find',
71
- value: 'find',
72
- description: 'Find a member',
73
- action: 'Find a member',
74
- routing: {
75
- request: {
76
- method: 'GET',
77
- url: '=/member/{{$parameter["id"]}}',
78
- },
79
- },
80
- },
81
- {
82
- name: 'Update',
83
- value: 'update',
84
- description: 'Update a member',
85
- action: 'Update a member',
86
- routing: {
87
- send: { preSend: [GenericFunctions_1.memberPresend] },
88
- request: {
89
- method: 'PUT',
90
- url: '=/member/{{$parameter["id"]}}',
91
- },
92
- },
93
- },
94
- ],
95
- };
96
- exports.memberOperations = memberOperations;
97
- const commonFields = [
98
- {
99
- displayName: 'Platform',
100
- name: 'platform',
101
- description: 'Platform for which to check member existence',
102
- type: 'string',
103
- required: true,
104
- default: '',
105
- },
106
- {
107
- displayName: 'Username',
108
- name: 'username',
109
- description: 'Username of the member in platform',
110
- type: 'string',
111
- required: true,
112
- default: '',
113
- },
114
- ];
115
- const additionalOptions = [
116
- {
117
- displayName: 'Display Name',
118
- name: 'displayName',
119
- description: 'UI friendly name of the member',
120
- type: 'string',
121
- default: '',
122
- },
123
- shared.emailsField,
124
- {
125
- displayName: 'Joined At',
126
- name: 'joinedAt',
127
- description: 'Date of joining the community',
128
- type: 'dateTime',
129
- default: '',
130
- },
131
- {
132
- displayName: 'Organizations',
133
- name: 'organizations',
134
- description: 'Organizations associated with the member. Each element in the array is the name of the organization, or an organization object. If the organization does not exist, it will be created.',
135
- type: 'fixedCollection',
136
- typeOptions: {
137
- multipleValues: true,
138
- },
139
- default: {},
140
- options: [
141
- {
142
- displayName: 'Item Choice',
143
- name: 'itemChoice',
144
- values: [
145
- {
146
- displayName: 'Name',
147
- name: 'name',
148
- description: 'The name of the organization',
149
- type: 'string',
150
- required: true,
151
- default: '',
152
- },
153
- {
154
- displayName: 'Url',
155
- name: 'url',
156
- description: 'The URL of the organization',
157
- type: 'string',
158
- default: '',
159
- },
160
- {
161
- displayName: 'Description',
162
- name: 'description',
163
- description: 'A short description of the organization',
164
- type: 'string',
165
- typeOptions: {
166
- rows: 3,
167
- },
168
- default: '',
169
- },
170
- {
171
- displayName: 'Logo',
172
- name: 'logo',
173
- description: 'A URL for logo of the organization',
174
- type: 'string',
175
- default: '',
176
- },
177
- {
178
- displayName: 'Employees',
179
- name: 'employees',
180
- description: 'The number of employees of the organization',
181
- type: 'number',
182
- default: '',
183
- },
184
- ],
185
- },
186
- ],
187
- },
188
- {
189
- displayName: 'Tags',
190
- name: 'tags',
191
- description: 'Tags associated with the member. Each element in the array is the ID of the tag.',
192
- type: 'fixedCollection',
193
- typeOptions: {
194
- multipleValues: true,
195
- },
196
- default: {},
197
- options: [
198
- {
199
- displayName: 'Item Choice',
200
- name: 'itemChoice',
201
- values: [
202
- {
203
- displayName: 'Tag',
204
- name: 'tag',
205
- type: 'string',
206
- default: '',
207
- },
208
- ],
209
- },
210
- ],
211
- },
212
- {
213
- displayName: 'Tasks',
214
- name: 'tasks',
215
- description: 'Tasks associated with the member. Each element in the array is the ID of the task.',
216
- type: 'fixedCollection',
217
- typeOptions: {
218
- multipleValues: true,
219
- },
220
- default: {},
221
- options: [
222
- {
223
- displayName: 'Item Choice',
224
- name: 'itemChoice',
225
- values: [
226
- {
227
- displayName: 'Task',
228
- name: 'task',
229
- type: 'string',
230
- default: '',
231
- },
232
- ],
233
- },
234
- ],
235
- },
236
- {
237
- displayName: 'Notes',
238
- name: 'notes',
239
- description: 'Notes associated with the member. Each element in the array is the ID of the note.',
240
- type: 'fixedCollection',
241
- typeOptions: {
242
- multipleValues: true,
243
- },
244
- default: {},
245
- options: [
246
- {
247
- displayName: 'Item Choice',
248
- name: 'itemChoice',
249
- values: [
250
- {
251
- displayName: 'Note',
252
- name: 'note',
253
- type: 'string',
254
- default: '',
255
- },
256
- ],
257
- },
258
- ],
259
- },
260
- {
261
- displayName: 'Activities',
262
- name: 'activities',
263
- description: 'Activities associated with the member. Each element in the array is the ID of the activity.',
264
- type: 'fixedCollection',
265
- typeOptions: {
266
- multipleValues: true,
267
- },
268
- default: {},
269
- options: [
270
- {
271
- displayName: 'Item Choice',
272
- name: 'itemChoice',
273
- values: [
274
- {
275
- displayName: 'Activity',
276
- name: 'activity',
277
- type: 'string',
278
- default: '',
279
- },
280
- ],
281
- },
282
- ],
283
- },
284
- ];
285
- const memberFields = [
286
- Object.assign((0, utils_1.getId)(), { description: 'The ID of the member' }, displayFor.id),
287
- ...commonFields.map((0, utils_1.mapWith)(displayFor.createOrUpdate)),
288
- Object.assign({}, (0, utils_1.getAdditionalOptions)(additionalOptions), displayFor.createOrUpdate),
289
- ];
290
- exports.memberFields = memberFields;
291
- //# sourceMappingURL=memberFields.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"memberFields.js","sourceRoot":"","sources":["../../../../nodes/CrowdDev/descriptions/memberFields.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- import type { INodeProperties } from 'n8n-workflow';
2
- declare const noteOperations: INodeProperties;
3
- declare const noteFields: INodeProperties[];
4
- export { noteOperations, noteFields };
@@ -1,90 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.noteFields = exports.noteOperations = void 0;
4
- const GenericFunctions_1 = require("../GenericFunctions");
5
- const utils_1 = require("./utils");
6
- const displayOpts = (0, utils_1.showFor)(['note']);
7
- const displayFor = {
8
- resource: displayOpts(),
9
- createOrUpdate: displayOpts(['create', 'update']),
10
- id: displayOpts(['delete', 'find', 'update']),
11
- };
12
- const noteOperations = {
13
- displayName: 'Operation',
14
- name: 'operation',
15
- type: 'options',
16
- displayOptions: displayFor.resource.displayOptions,
17
- noDataExpression: true,
18
- default: 'find',
19
- options: [
20
- {
21
- name: 'Create',
22
- value: 'create',
23
- description: 'Create a note',
24
- action: 'Create a note',
25
- routing: {
26
- send: { preSend: [GenericFunctions_1.notePresend] },
27
- request: {
28
- method: 'POST',
29
- url: '/note',
30
- },
31
- },
32
- },
33
- {
34
- name: 'Delete',
35
- value: 'delete',
36
- description: 'Delete a note',
37
- action: 'Delete a note',
38
- routing: {
39
- request: {
40
- method: 'DELETE',
41
- url: '=/note',
42
- },
43
- },
44
- },
45
- {
46
- name: 'Find',
47
- value: 'find',
48
- description: 'Find a note',
49
- action: 'Find a note',
50
- routing: {
51
- request: {
52
- method: 'GET',
53
- url: '=/note/{{$parameter["id"]}}',
54
- },
55
- },
56
- },
57
- {
58
- name: 'Update',
59
- value: 'update',
60
- description: 'Update a note',
61
- action: 'Update a note',
62
- routing: {
63
- send: { preSend: [GenericFunctions_1.notePresend] },
64
- request: {
65
- method: 'PUT',
66
- url: '=/note/{{$parameter["id"]}}',
67
- },
68
- },
69
- },
70
- ],
71
- };
72
- exports.noteOperations = noteOperations;
73
- const commonFields = [
74
- {
75
- displayName: 'Body',
76
- name: 'body',
77
- description: 'The body of the note',
78
- type: 'string',
79
- typeOptions: {
80
- rows: 4,
81
- },
82
- default: '',
83
- },
84
- ];
85
- const noteFields = [
86
- Object.assign((0, utils_1.getId)(), { description: 'The ID of the note' }, displayFor.id),
87
- ...commonFields.map((0, utils_1.mapWith)(displayFor.createOrUpdate)),
88
- ];
89
- exports.noteFields = noteFields;
90
- //# sourceMappingURL=noteFields.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"noteFields.js","sourceRoot":"","sources":["../../../../nodes/CrowdDev/descriptions/noteFields.ts"],"names":[],"mappings":";;;AACA,0DAAkD;AAClD,mCAAkD;AAElD,MAAM,WAAW,GAAG,IAAA,eAAO,EAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AAEtC,MAAM,UAAU,GAAG;IAClB,QAAQ,EAAE,WAAW,EAAE;IACvB,cAAc,EAAE,WAAW,CAAC,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;IACjD,EAAE,EAAE,WAAW,CAAC,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;CAC7C,CAAC;AAEF,MAAM,cAAc,GAAoB;IACvC,WAAW,EAAE,WAAW;IACxB,IAAI,EAAE,WAAW;IACjB,IAAI,EAAE,SAAS;IACf,cAAc,EAAE,UAAU,CAAC,QAAQ,CAAC,cAAc;IAClD,gBAAgB,EAAE,IAAI;IACtB,OAAO,EAAE,MAAM;IACf,OAAO,EAAE;QACR;YACC,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,eAAe;YAC5B,MAAM,EAAE,eAAe;YACvB,OAAO,EAAE;gBACR,IAAI,EAAE,EAAE,OAAO,EAAE,CAAC,8BAAW,CAAC,EAAE;gBAChC,OAAO,EAAE;oBACR,MAAM,EAAE,MAAM;oBACd,GAAG,EAAE,OAAO;iBACZ;aACD;SACD;QACD;YACC,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,eAAe;YAC5B,MAAM,EAAE,eAAe;YACvB,OAAO,EAAE;gBACR,OAAO,EAAE;oBACR,MAAM,EAAE,QAAQ;oBAChB,GAAG,EAAE,QAAQ;iBACb;aACD;SACD;QACD;YACC,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,MAAM;YACb,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,aAAa;YACrB,OAAO,EAAE;gBACR,OAAO,EAAE;oBACR,MAAM,EAAE,KAAK;oBACb,GAAG,EAAE,6BAA6B;iBAClC;aACD;SACD;QACD;YACC,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,eAAe;YAC5B,MAAM,EAAE,eAAe;YACvB,OAAO,EAAE;gBACR,IAAI,EAAE,EAAE,OAAO,EAAE,CAAC,8BAAW,CAAC,EAAE;gBAChC,OAAO,EAAE;oBACR,MAAM,EAAE,KAAK;oBACb,GAAG,EAAE,6BAA6B;iBAClC;aACD;SACD;KACD;CACD,CAAC;AAoBO,wCAAc;AAlBvB,MAAM,YAAY,GAAsB;IACvC;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,WAAW,EAAE,sBAAsB;QACnC,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,IAAI,EAAE,CAAC;SACP;QACD,OAAO,EAAE,EAAE;KACX;CACD,CAAC;AAEF,MAAM,UAAU,GAAsB;IACrC,MAAM,CAAC,MAAM,CAAC,IAAA,aAAK,GAAE,EAAE,EAAE,WAAW,EAAE,oBAAoB,EAAE,EAAE,UAAU,CAAC,EAAE,CAAC;IAC5E,GAAG,YAAY,CAAC,GAAG,CAAC,IAAA,eAAO,EAAC,UAAU,CAAC,cAAc,CAAC,CAAC;CACvD,CAAC;AAEuB,gCAAU"}
@@ -1,4 +0,0 @@
1
- import type { INodeProperties } from 'n8n-workflow';
2
- declare const organizationOperations: INodeProperties;
3
- declare const organizationFields: INodeProperties[];
4
- export { organizationOperations, organizationFields };