n8n-nodes-base 0.231.0 → 0.233.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 (476) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/AirtableOAuth2Api.credentials.d.ts +8 -0
  3. package/dist/credentials/AirtableOAuth2Api.credentials.js +52 -0
  4. package/dist/credentials/AirtableOAuth2Api.credentials.js.map +1 -0
  5. package/dist/credentials/Aws.credentials.js.map +1 -1
  6. package/dist/credentials/GoogleDriveOAuth2Api.credentials.js +6 -0
  7. package/dist/credentials/GoogleDriveOAuth2Api.credentials.js.map +1 -1
  8. package/dist/credentials/Ldap.credentials.d.ts +1 -0
  9. package/dist/credentials/Ldap.credentials.js +1 -0
  10. package/dist/credentials/Ldap.credentials.js.map +1 -1
  11. package/dist/credentials/LoneScaleApi.credentials.d.ts +1 -0
  12. package/dist/credentials/LoneScaleApi.credentials.js +1 -0
  13. package/dist/credentials/LoneScaleApi.credentials.js.map +1 -1
  14. package/dist/credentials/OAuth2Api.credentials.js +6 -2
  15. package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
  16. package/dist/credentials/ZendeskApi.credentials.js +3 -0
  17. package/dist/credentials/ZendeskApi.credentials.js.map +1 -1
  18. package/dist/known/credentials.json +14 -4
  19. package/dist/known/nodes.json +4 -0
  20. package/dist/nodes/ActionNetwork/GenericFunctions.js +14 -14
  21. package/dist/nodes/ActionNetwork/GenericFunctions.js.map +1 -1
  22. package/dist/nodes/Airtable/Airtable.node.js +13 -0
  23. package/dist/nodes/Airtable/Airtable.node.js.map +1 -1
  24. package/dist/nodes/Asana/GenericFunctions.js +2 -2
  25. package/dist/nodes/Asana/GenericFunctions.js.map +1 -1
  26. package/dist/nodes/Aws/AwsSnsTrigger.node.js +2 -2
  27. package/dist/nodes/Aws/AwsSnsTrigger.node.js.map +1 -1
  28. package/dist/nodes/Aws/CertificateManager/GenericFunctions.js +2 -2
  29. package/dist/nodes/Aws/CertificateManager/GenericFunctions.js.map +1 -1
  30. package/dist/nodes/Aws/ELB/GenericFunctions.js +8 -8
  31. package/dist/nodes/Aws/ELB/GenericFunctions.js.map +1 -1
  32. package/dist/nodes/Aws/Rekognition/GenericFunctions.js +9 -9
  33. package/dist/nodes/Aws/Rekognition/GenericFunctions.js.map +1 -1
  34. package/dist/nodes/Aws/S3/AwsS3.node.d.ts +3 -4
  35. package/dist/nodes/Aws/S3/AwsS3.node.js +11 -531
  36. package/dist/nodes/Aws/S3/AwsS3.node.js.map +1 -1
  37. package/dist/nodes/Aws/S3/V1/AwsS3V1.node.d.ts +6 -0
  38. package/dist/nodes/Aws/S3/V1/AwsS3V1.node.js +547 -0
  39. package/dist/nodes/Aws/S3/V1/AwsS3V1.node.js.map +1 -0
  40. package/dist/nodes/Aws/S3/V1/BucketDescription.js.map +1 -0
  41. package/dist/nodes/Aws/S3/V1/FileDescription.js.map +1 -0
  42. package/dist/nodes/Aws/S3/V1/FolderDescription.js.map +1 -0
  43. package/dist/nodes/Aws/S3/{GenericFunctions.js → V1/GenericFunctions.js} +9 -9
  44. package/dist/nodes/Aws/S3/V1/GenericFunctions.js.map +1 -0
  45. package/dist/nodes/Aws/S3/V2/AwsS3V2.node.d.ts +6 -0
  46. package/dist/nodes/Aws/S3/V2/AwsS3V2.node.js +628 -0
  47. package/dist/nodes/Aws/S3/V2/AwsS3V2.node.js.map +1 -0
  48. package/dist/nodes/Aws/S3/V2/BucketDescription.d.ts +3 -0
  49. package/dist/nodes/Aws/S3/V2/BucketDescription.js +301 -0
  50. package/dist/nodes/Aws/S3/V2/BucketDescription.js.map +1 -0
  51. package/dist/nodes/Aws/S3/V2/FileDescription.d.ts +3 -0
  52. package/dist/nodes/Aws/S3/V2/FileDescription.js +811 -0
  53. package/dist/nodes/Aws/S3/V2/FileDescription.js.map +1 -0
  54. package/dist/nodes/Aws/S3/V2/FolderDescription.d.ts +3 -0
  55. package/dist/nodes/Aws/S3/V2/FolderDescription.js +230 -0
  56. package/dist/nodes/Aws/S3/V2/FolderDescription.js.map +1 -0
  57. package/dist/nodes/Aws/S3/V2/GenericFunctions.d.ts +5 -0
  58. package/dist/nodes/Aws/S3/V2/GenericFunctions.js +73 -0
  59. package/dist/nodes/Aws/S3/V2/GenericFunctions.js.map +1 -0
  60. package/dist/nodes/Aws/S3/test/V2/AwsS3.file.upload.V2.workflow.json +97 -0
  61. package/dist/nodes/Aws/SES/GenericFunctions.js +8 -8
  62. package/dist/nodes/Aws/SES/GenericFunctions.js.map +1 -1
  63. package/dist/nodes/Aws/Transcribe/GenericFunctions.js +8 -8
  64. package/dist/nodes/Aws/Transcribe/GenericFunctions.js.map +1 -1
  65. package/dist/nodes/Bitwarden/Bitwarden.node.js +8 -8
  66. package/dist/nodes/Bitwarden/Bitwarden.node.js.map +1 -1
  67. package/dist/nodes/CircleCi/PipelineDescription.js +1 -1
  68. package/dist/nodes/CircleCi/PipelineDescription.js.map +1 -1
  69. package/dist/nodes/Cisco/Webex/GenericFunctions.js +5 -5
  70. package/dist/nodes/Cisco/Webex/GenericFunctions.js.map +1 -1
  71. package/dist/nodes/CompareDatasets/GenericFunctions.js +31 -31
  72. package/dist/nodes/CompareDatasets/GenericFunctions.js.map +1 -1
  73. package/dist/nodes/Copper/GenericFunctions.js +11 -11
  74. package/dist/nodes/Copper/GenericFunctions.js.map +1 -1
  75. package/dist/nodes/Cortex/Cortex.node.js +2 -2
  76. package/dist/nodes/Cortex/Cortex.node.js.map +1 -1
  77. package/dist/nodes/CrateDb/CrateDb.node.js +5 -2
  78. package/dist/nodes/CrateDb/CrateDb.node.js.map +1 -1
  79. package/dist/nodes/Crypto/Crypto.node.js +2 -2
  80. package/dist/nodes/Crypto/Crypto.node.js.map +1 -1
  81. package/dist/nodes/CustomerIo/GenericFunctions.js +2 -2
  82. package/dist/nodes/CustomerIo/GenericFunctions.js.map +1 -1
  83. package/dist/nodes/DateTime/V1/DateTimeV1.node.js +3 -3
  84. package/dist/nodes/DateTime/V1/DateTimeV1.node.js.map +1 -1
  85. package/dist/nodes/DebugHelper/DebugHelper.node.d.ts +5 -0
  86. package/dist/nodes/DebugHelper/DebugHelper.node.js +347 -0
  87. package/dist/nodes/DebugHelper/DebugHelper.node.js.map +1 -0
  88. package/dist/nodes/DebugHelper/DebugHelper.node.json +13 -0
  89. package/dist/nodes/DebugHelper/DebugHelper.svg +28 -0
  90. package/dist/nodes/DebugHelper/functions.d.ts +8 -0
  91. package/dist/nodes/DebugHelper/functions.js +31 -0
  92. package/dist/nodes/DebugHelper/functions.js.map +1 -0
  93. package/dist/nodes/DebugHelper/randomData.d.ts +52 -0
  94. package/dist/nodes/DebugHelper/randomData.js +83 -0
  95. package/dist/nodes/DebugHelper/randomData.js.map +1 -0
  96. package/dist/nodes/ERPNext/utils.js +6 -6
  97. package/dist/nodes/ERPNext/utils.js.map +1 -1
  98. package/dist/nodes/EditImage/EditImage.node.js +1 -0
  99. package/dist/nodes/EditImage/EditImage.node.js.map +1 -1
  100. package/dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js +2 -2
  101. package/dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js.map +1 -1
  102. package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js +14 -6
  103. package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js.map +1 -1
  104. package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js +14 -6
  105. package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js.map +1 -1
  106. package/dist/nodes/EmailSend/v2/send.operation.js.map +1 -1
  107. package/dist/nodes/Emelia/Emelia.node.js +3 -3
  108. package/dist/nodes/Emelia/Emelia.node.js.map +1 -1
  109. package/dist/nodes/ExecutionData/ExecutionData.node.json +1 -6
  110. package/dist/nodes/Freshservice/GenericFunctions.js +2 -5
  111. package/dist/nodes/Freshservice/GenericFunctions.js.map +1 -1
  112. package/dist/nodes/FreshworksCrm/GenericFunctions.js +2 -2
  113. package/dist/nodes/FreshworksCrm/GenericFunctions.js.map +1 -1
  114. package/dist/nodes/GoToWebinar/GoToWebinar.node.js +8 -8
  115. package/dist/nodes/GoToWebinar/GoToWebinar.node.js.map +1 -1
  116. package/dist/nodes/Google/Analytics/v1/GoogleAnalyticsV1.node.js.map +1 -1
  117. package/dist/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.js.map +1 -1
  118. package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.js +6 -1
  119. package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.js.map +1 -1
  120. package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.js.map +1 -1
  121. package/dist/nodes/Google/Drive/GoogleDrive.node.d.ts +3 -12
  122. package/dist/nodes/Google/Drive/GoogleDrive.node.js +10 -2301
  123. package/dist/nodes/Google/Drive/GoogleDrive.node.js.map +1 -1
  124. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.d.ts +1 -1
  125. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js +6 -6
  126. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js.map +1 -1
  127. package/dist/nodes/Google/Drive/test/v2/node/helpers.d.ts +3 -0
  128. package/dist/nodes/Google/Drive/test/v2/node/helpers.js +34 -0
  129. package/dist/nodes/Google/Drive/test/v2/node/helpers.js.map +1 -0
  130. package/dist/nodes/Google/Drive/{GenericFunctions.js → v1/GenericFunctions.js} +1 -1
  131. package/dist/nodes/Google/Drive/v1/GenericFunctions.js.map +1 -0
  132. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.d.ts +14 -0
  133. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js +2324 -0
  134. package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js.map +1 -0
  135. package/dist/nodes/Google/Drive/v1/SearchFunctions.js.map +1 -0
  136. package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.d.ts +10 -0
  137. package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.js +20 -0
  138. package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.js.map +1 -0
  139. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.d.ts +19 -0
  140. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js +598 -0
  141. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js.map +1 -0
  142. package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.d.ts +8 -0
  143. package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js +88 -0
  144. package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js.map +1 -0
  145. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.d.ts +23 -0
  146. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js +235 -0
  147. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js.map +1 -0
  148. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.d.ts +23 -0
  149. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.js +31 -0
  150. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.js.map +1 -0
  151. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.d.ts +23 -0
  152. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.js +50 -0
  153. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.js.map +1 -0
  154. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.d.ts +23 -0
  155. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.js +81 -0
  156. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.js.map +1 -0
  157. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.d.ts +23 -0
  158. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.js +100 -0
  159. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.js.map +1 -0
  160. package/dist/nodes/Google/Drive/v2/actions/file/File.resource.d.ts +11 -0
  161. package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js +115 -0
  162. package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js.map +1 -0
  163. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.d.ts +23 -0
  164. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.js +104 -0
  165. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.js.map +1 -0
  166. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.d.ts +23 -0
  167. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.js +134 -0
  168. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.js.map +1 -0
  169. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.d.ts +23 -0
  170. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.js +57 -0
  171. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.js.map +1 -0
  172. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.d.ts +23 -0
  173. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js +218 -0
  174. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js.map +1 -0
  175. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.d.ts +23 -0
  176. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.js +60 -0
  177. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.js.map +1 -0
  178. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.d.ts +23 -0
  179. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.js +43 -0
  180. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.js.map +1 -0
  181. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.d.ts +23 -0
  182. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js +221 -0
  183. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js.map +1 -0
  184. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.d.ts +23 -0
  185. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js +135 -0
  186. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js.map +1 -0
  187. package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.d.ts +4 -0
  188. package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js +52 -0
  189. package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js.map +1 -0
  190. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.d.ts +23 -0
  191. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.js +335 -0
  192. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.js.map +1 -0
  193. package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.d.ts +6 -0
  194. package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js +70 -0
  195. package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js.map +1 -0
  196. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.d.ts +23 -0
  197. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.js +92 -0
  198. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.js.map +1 -0
  199. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.d.ts +23 -0
  200. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.js +59 -0
  201. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.js.map +1 -0
  202. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.d.ts +23 -0
  203. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.js +43 -0
  204. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.js.map +1 -0
  205. package/dist/nodes/Google/Drive/v2/actions/node.type.d.ts +9 -0
  206. package/dist/nodes/Google/Drive/v2/actions/node.type.js +3 -0
  207. package/dist/nodes/Google/Drive/v2/actions/node.type.js.map +1 -0
  208. package/dist/nodes/Google/Drive/v2/actions/router.d.ts +2 -0
  209. package/dist/nodes/Google/Drive/v2/actions/router.js +76 -0
  210. package/dist/nodes/Google/Drive/v2/actions/router.js.map +1 -0
  211. package/dist/nodes/Google/Drive/v2/actions/versionDescription.d.ts +2 -0
  212. package/dist/nodes/Google/Drive/v2/actions/versionDescription.js +112 -0
  213. package/dist/nodes/Google/Drive/v2/actions/versionDescription.js.map +1 -0
  214. package/dist/nodes/Google/Drive/v2/helpers/interfaces.d.ts +34 -0
  215. package/dist/nodes/Google/Drive/v2/helpers/interfaces.js +26 -0
  216. package/dist/nodes/Google/Drive/v2/helpers/interfaces.js.map +1 -0
  217. package/dist/nodes/Google/Drive/v2/helpers/utils.d.ts +15 -0
  218. package/dist/nodes/Google/Drive/v2/helpers/utils.js +104 -0
  219. package/dist/nodes/Google/Drive/v2/helpers/utils.js.map +1 -0
  220. package/dist/nodes/Google/Drive/v2/methods/index.d.ts +1 -0
  221. package/dist/nodes/Google/Drive/v2/methods/index.js +28 -0
  222. package/dist/nodes/Google/Drive/v2/methods/index.js.map +1 -0
  223. package/dist/nodes/Google/Drive/v2/methods/listSearch.d.ts +6 -0
  224. package/dist/nodes/Google/Drive/v2/methods/listSearch.js +144 -0
  225. package/dist/nodes/Google/Drive/v2/methods/listSearch.js.map +1 -0
  226. package/dist/nodes/Google/Drive/v2/transport/index.d.ts +4 -0
  227. package/dist/nodes/Google/Drive/v2/transport/index.js +68 -0
  228. package/dist/nodes/Google/Drive/v2/transport/index.js.map +1 -0
  229. package/dist/nodes/Google/Gmail/GenericFunctions.d.ts +2 -1
  230. package/dist/nodes/Google/Gmail/GenericFunctions.js +6 -5
  231. package/dist/nodes/Google/Gmail/GenericFunctions.js.map +1 -1
  232. package/dist/nodes/Google/Gmail/v1/GmailV1.node.js +8 -8
  233. package/dist/nodes/Google/Gmail/v1/GmailV1.node.js.map +1 -1
  234. package/dist/nodes/Google/Gmail/v2/DraftDescription.js +8 -0
  235. package/dist/nodes/Google/Gmail/v2/DraftDescription.js.map +1 -1
  236. package/dist/nodes/Google/Gmail/v2/GmailV2.node.js +12 -2
  237. package/dist/nodes/Google/Gmail/v2/GmailV2.node.js.map +1 -1
  238. package/dist/nodes/Google/Gmail/v2/MessageDescription.js +13 -0
  239. package/dist/nodes/Google/Gmail/v2/MessageDescription.js.map +1 -1
  240. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js +2 -2
  241. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js.map +1 -1
  242. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.utils.js +6 -6
  243. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.utils.js.map +1 -1
  244. package/dist/nodes/Google/Sheet/v1/GoogleSheet.js +2 -2
  245. package/dist/nodes/Google/Sheet/v1/GoogleSheet.js.map +1 -1
  246. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +2 -2
  247. package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
  248. package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js +3 -0
  249. package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js.map +1 -1
  250. package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/delete.operation.js +2 -2
  251. package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/delete.operation.js.map +1 -1
  252. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +2 -2
  253. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
  254. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.js +4 -2
  255. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.js.map +1 -1
  256. package/dist/nodes/HelpScout/GenericFunctions.js +3 -3
  257. package/dist/nodes/HelpScout/GenericFunctions.js.map +1 -1
  258. package/dist/nodes/Html/Html.node.js +2 -1
  259. package/dist/nodes/Html/Html.node.js.map +1 -1
  260. package/dist/nodes/Html/utils.d.ts +0 -1
  261. package/dist/nodes/Html/utils.js +1 -15
  262. package/dist/nodes/Html/utils.js.map +1 -1
  263. package/dist/nodes/HtmlExtract/HtmlExtract.node.js +2 -2
  264. package/dist/nodes/HtmlExtract/HtmlExtract.node.js.map +1 -1
  265. package/dist/nodes/HttpRequest/GenericFunctions.js +2 -2
  266. package/dist/nodes/HttpRequest/GenericFunctions.js.map +1 -1
  267. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +6 -0
  268. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
  269. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +6 -0
  270. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
  271. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +6 -0
  272. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  273. package/dist/nodes/InvoiceNinja/GenericFunctions.js +2 -2
  274. package/dist/nodes/InvoiceNinja/GenericFunctions.js.map +1 -1
  275. package/dist/nodes/ItemLists/ItemLists.node.js +2 -1
  276. package/dist/nodes/ItemLists/ItemLists.node.js.map +1 -1
  277. package/dist/nodes/ItemLists/V1/ItemListsV1.node.js +45 -45
  278. package/dist/nodes/ItemLists/V1/ItemListsV1.node.js.map +1 -1
  279. package/dist/nodes/ItemLists/V1/summarize.operation.js +2 -2
  280. package/dist/nodes/ItemLists/V1/summarize.operation.js.map +1 -1
  281. package/dist/nodes/ItemLists/V2/ItemListsV2.node.js +131 -114
  282. package/dist/nodes/ItemLists/V2/ItemListsV2.node.js.map +1 -1
  283. package/dist/nodes/ItemLists/V2/summarize.operation.js +2 -2
  284. package/dist/nodes/ItemLists/V2/summarize.operation.js.map +1 -1
  285. package/dist/nodes/ItemLists/test/node/workflow.update_2_2.json +361 -0
  286. package/dist/nodes/Jira/Jira.node.js +2 -2
  287. package/dist/nodes/Jira/Jira.node.js.map +1 -1
  288. package/dist/nodes/KoBoToolbox/GenericFunctions.js +36 -36
  289. package/dist/nodes/KoBoToolbox/GenericFunctions.js.map +1 -1
  290. package/dist/nodes/Ldap/Ldap.node.json +1 -1
  291. package/dist/nodes/Lemlist/Lemlist.node.js +5 -5
  292. package/dist/nodes/Lemlist/Lemlist.node.js.map +1 -1
  293. package/dist/nodes/Linear/GenericFunctions.js +4 -4
  294. package/dist/nodes/Linear/GenericFunctions.js.map +1 -1
  295. package/dist/nodes/LinkedIn/LinkedIn.node.js +0 -4
  296. package/dist/nodes/LinkedIn/LinkedIn.node.js.map +1 -1
  297. package/dist/nodes/LinkedIn/PostDescription.js +1 -1
  298. package/dist/nodes/LinkedIn/PostDescription.js.map +1 -1
  299. package/dist/nodes/LocalFileTrigger/LocalFileTrigger.node.js +8 -0
  300. package/dist/nodes/LocalFileTrigger/LocalFileTrigger.node.js.map +1 -1
  301. package/dist/nodes/MQTT/MqttTrigger.node.js +9 -0
  302. package/dist/nodes/MQTT/MqttTrigger.node.js.map +1 -1
  303. package/dist/nodes/Mandrill/GenericFunctions.js +2 -2
  304. package/dist/nodes/Mandrill/GenericFunctions.js.map +1 -1
  305. package/dist/nodes/Mandrill/Mandrill.node.js +13 -13
  306. package/dist/nodes/Mandrill/Mandrill.node.js.map +1 -1
  307. package/dist/nodes/Markdown/Markdown.node.js +7 -7
  308. package/dist/nodes/Markdown/Markdown.node.js.map +1 -1
  309. package/dist/nodes/Matrix/GenericFunctions.js +8 -2
  310. package/dist/nodes/Matrix/GenericFunctions.js.map +1 -1
  311. package/dist/nodes/Matrix/MediaDescription.js +23 -1
  312. package/dist/nodes/Matrix/MediaDescription.js.map +1 -1
  313. package/dist/nodes/Merge/test/node/workflow.combine.mergeByFields.json +4 -4
  314. package/dist/nodes/Merge/v1/MergeV1.node.js +3 -3
  315. package/dist/nodes/Merge/v1/MergeV1.node.js.map +1 -1
  316. package/dist/nodes/Merge/v2/GenericFunctions.js +26 -30
  317. package/dist/nodes/Merge/v2/GenericFunctions.js.map +1 -1
  318. package/dist/nodes/Merge/v2/MergeV2.node.js +16 -7
  319. package/dist/nodes/Merge/v2/MergeV2.node.js.map +1 -1
  320. package/dist/nodes/Microsoft/Excel/v2/actions/table/addTable.operation.js.map +1 -1
  321. package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.js.map +1 -1
  322. package/dist/nodes/Microsoft/Excel/v2/actions/table/convertToRange.operation.js.map +1 -1
  323. package/dist/nodes/Microsoft/Excel/v2/actions/table/deleteTable.operation.js.map +1 -1
  324. package/dist/nodes/Microsoft/Excel/v2/actions/table/getColumns.operation.js.map +1 -1
  325. package/dist/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.js.map +1 -1
  326. package/dist/nodes/Microsoft/Excel/v2/actions/table/lookup.operation.js.map +1 -1
  327. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/addWorksheet.operation.js.map +1 -1
  328. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/deleteWorkbook.operation.js.map +1 -1
  329. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/getAll.operation.js.map +1 -1
  330. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.js.map +1 -1
  331. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/clear.operation.js.map +1 -1
  332. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/deleteWorksheet.operation.js.map +1 -1
  333. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/getAll.operation.js.map +1 -1
  334. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.js.map +1 -1
  335. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.js.map +1 -1
  336. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.js.map +1 -1
  337. package/dist/nodes/Microsoft/Excel/v2/helpers/utils.js.map +1 -1
  338. package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js +6 -2
  339. package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js.map +1 -1
  340. package/dist/nodes/MondayCom/GenericFunctions.js +3 -3
  341. package/dist/nodes/MondayCom/GenericFunctions.js.map +1 -1
  342. package/dist/nodes/MongoDb/GenericFunctions.js +4 -4
  343. package/dist/nodes/MongoDb/GenericFunctions.js.map +1 -1
  344. package/dist/nodes/MoveBinaryData/MoveBinaryData.node.js +9 -9
  345. package/dist/nodes/MoveBinaryData/MoveBinaryData.node.js.map +1 -1
  346. package/dist/nodes/MySql/v1/MySqlV1.node.js +2 -1
  347. package/dist/nodes/MySql/v1/MySqlV1.node.js.map +1 -1
  348. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js.map +1 -1
  349. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js +6 -2
  350. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -1
  351. package/dist/nodes/MySql/v2/actions/database/insert.operation.js.map +1 -1
  352. package/dist/nodes/MySql/v2/actions/database/select.operation.js.map +1 -1
  353. package/dist/nodes/MySql/v2/actions/database/update.operation.js.map +1 -1
  354. package/dist/nodes/MySql/v2/actions/database/upsert.operation.js.map +1 -1
  355. package/dist/nodes/N8n/WorkflowLocator.js +3 -3
  356. package/dist/nodes/N8n/WorkflowLocator.js.map +1 -1
  357. package/dist/nodes/Notion/DatabaseDescription.js +3 -3
  358. package/dist/nodes/Notion/DatabaseDescription.js.map +1 -1
  359. package/dist/nodes/Notion/DatabasePageDescription.js +9 -9
  360. package/dist/nodes/Notion/DatabasePageDescription.js.map +1 -1
  361. package/dist/nodes/Notion/GenericFunctions.d.ts +4 -4
  362. package/dist/nodes/Notion/GenericFunctions.js +5 -5
  363. package/dist/nodes/Notion/GenericFunctions.js.map +1 -1
  364. package/dist/nodes/Notion/PageDescription.js +6 -6
  365. package/dist/nodes/Notion/PageDescription.js.map +1 -1
  366. package/dist/nodes/Notion/v1/VersionDescription.js +0 -6
  367. package/dist/nodes/Notion/v1/VersionDescription.js.map +1 -1
  368. package/dist/nodes/Notion/v2/NotionV2.node.js +0 -4
  369. package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
  370. package/dist/nodes/Notion/v2/VersionDescription.js +0 -6
  371. package/dist/nodes/Notion/v2/VersionDescription.js.map +1 -1
  372. package/dist/nodes/Postgres/PostgresTrigger.node.js +15 -6
  373. package/dist/nodes/Postgres/PostgresTrigger.node.js.map +1 -1
  374. package/dist/nodes/Postgres/v1/PostgresV1.node.js +2 -1
  375. package/dist/nodes/Postgres/v1/PostgresV1.node.js.map +1 -1
  376. package/dist/nodes/Postgres/v1/genericFunctions.d.ts +4 -1
  377. package/dist/nodes/Postgres/v1/genericFunctions.js +11 -3
  378. package/dist/nodes/Postgres/v1/genericFunctions.js.map +1 -1
  379. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js.map +1 -1
  380. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +7 -3
  381. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -1
  382. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js.map +1 -1
  383. package/dist/nodes/Postgres/v2/actions/database/select.operation.js.map +1 -1
  384. package/dist/nodes/Postgres/v2/actions/database/update.operation.js.map +1 -1
  385. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js.map +1 -1
  386. package/dist/nodes/QuestDb/QuestDb.node.js +6 -2
  387. package/dist/nodes/QuestDb/QuestDb.node.js.map +1 -1
  388. package/dist/nodes/QuickBooks/GenericFunctions.js +5 -5
  389. package/dist/nodes/QuickBooks/GenericFunctions.js.map +1 -1
  390. package/dist/nodes/QuickBooks/QuickBooks.node.js +8 -8
  391. package/dist/nodes/QuickBooks/QuickBooks.node.js.map +1 -1
  392. package/dist/nodes/RabbitMQ/RabbitMQTrigger.node.js +9 -0
  393. package/dist/nodes/RabbitMQ/RabbitMQTrigger.node.js.map +1 -1
  394. package/dist/nodes/Raindrop/Raindrop.node.js +7 -7
  395. package/dist/nodes/Raindrop/Raindrop.node.js.map +1 -1
  396. package/dist/nodes/Redis/Redis.node.js +3 -3
  397. package/dist/nodes/Redis/Redis.node.js.map +1 -1
  398. package/dist/nodes/RenameKeys/RenameKeys.node.js +6 -6
  399. package/dist/nodes/RenameKeys/RenameKeys.node.js.map +1 -1
  400. package/dist/nodes/S3/GenericFunctions.js +9 -9
  401. package/dist/nodes/S3/GenericFunctions.js.map +1 -1
  402. package/dist/nodes/S3/S3.node.js +3 -3
  403. package/dist/nodes/S3/S3.node.js.map +1 -1
  404. package/dist/nodes/Sendy/Sendy.node.js +7 -3
  405. package/dist/nodes/Sendy/Sendy.node.js.map +1 -1
  406. package/dist/nodes/Set/Set.node.js +4 -4
  407. package/dist/nodes/Set/Set.node.js.map +1 -1
  408. package/dist/nodes/Slack/V1/GenericFunctions.js +2 -2
  409. package/dist/nodes/Slack/V1/GenericFunctions.js.map +1 -1
  410. package/dist/nodes/Slack/V1/SlackV1.node.js.map +1 -1
  411. package/dist/nodes/Slack/V2/GenericFunctions.js +2 -2
  412. package/dist/nodes/Slack/V2/GenericFunctions.js.map +1 -1
  413. package/dist/nodes/Snowflake/Snowflake.node.js +6 -1
  414. package/dist/nodes/Snowflake/Snowflake.node.js.map +1 -1
  415. package/dist/nodes/SplitInBatches/test/SplitInBatches.workflow_v2_done_variable.json +738 -0
  416. package/dist/nodes/SplitInBatches/v2/SplitInBatchesV2.node.js +2 -0
  417. package/dist/nodes/SplitInBatches/v2/SplitInBatchesV2.node.js.map +1 -1
  418. package/dist/nodes/Spotify/GenericFunctions.js +2 -2
  419. package/dist/nodes/Spotify/GenericFunctions.js.map +1 -1
  420. package/dist/nodes/SseTrigger/SseTrigger.node.js +8 -0
  421. package/dist/nodes/SseTrigger/SseTrigger.node.js.map +1 -1
  422. package/dist/nodes/Stripe/Stripe.node.js +7 -7
  423. package/dist/nodes/Stripe/Stripe.node.js.map +1 -1
  424. package/dist/nodes/Stripe/StripeTrigger.node.js +5 -0
  425. package/dist/nodes/Stripe/StripeTrigger.node.js.map +1 -1
  426. package/dist/nodes/Stripe/helpers.js +11 -11
  427. package/dist/nodes/Stripe/helpers.js.map +1 -1
  428. package/dist/nodes/TheHive/TheHive.node.js +3 -3
  429. package/dist/nodes/TheHive/TheHive.node.js.map +1 -1
  430. package/dist/nodes/TimescaleDb/TimescaleDb.node.js +5 -2
  431. package/dist/nodes/TimescaleDb/TimescaleDb.node.js.map +1 -1
  432. package/dist/nodes/TravisCi/GenericFunctions.js +2 -2
  433. package/dist/nodes/TravisCi/GenericFunctions.js.map +1 -1
  434. package/dist/nodes/Venafi/Datacenter/GenericFunctions.js +2 -2
  435. package/dist/nodes/Venafi/Datacenter/GenericFunctions.js.map +1 -1
  436. package/dist/nodes/Venafi/ProtectCloud/GenericFunctions.js +2 -2
  437. package/dist/nodes/Venafi/ProtectCloud/GenericFunctions.js.map +1 -1
  438. package/dist/nodes/WhatsApp/MessageFunctions.js +8 -8
  439. package/dist/nodes/WhatsApp/MessageFunctions.js.map +1 -1
  440. package/dist/nodes/Wise/Wise.node.js +2 -2
  441. package/dist/nodes/Wise/Wise.node.js.map +1 -1
  442. package/dist/nodes/WooCommerce/GenericFunctions.js +2 -2
  443. package/dist/nodes/WooCommerce/GenericFunctions.js.map +1 -1
  444. package/dist/nodes/Zammad/GenericFunctions.js +5 -5
  445. package/dist/nodes/Zammad/GenericFunctions.js.map +1 -1
  446. package/dist/nodes/Zendesk/TicketInterface.d.ts +1 -1
  447. package/dist/nodes/Zendesk/Zendesk.node.js +2 -2
  448. package/dist/nodes/Zendesk/Zendesk.node.js.map +1 -1
  449. package/dist/nodes/Zoho/GenericFunctions.js +13 -13
  450. package/dist/nodes/Zoho/GenericFunctions.js.map +1 -1
  451. package/dist/nodes/Zulip/GenericFunctions.js +1 -1
  452. package/dist/nodes/Zulip/GenericFunctions.js.map +1 -1
  453. package/dist/package.json +10 -85
  454. package/dist/types/credentials.json +6 -5
  455. package/dist/types/nodes.json +51 -46
  456. package/dist/utils/utilities.d.ts +1 -0
  457. package/dist/utils/utilities.js +15 -1
  458. package/dist/utils/utilities.js.map +1 -1
  459. package/package.json +12 -87
  460. package/dist/nodes/Aws/S3/BucketDescription.js.map +0 -1
  461. package/dist/nodes/Aws/S3/FileDescription.js.map +0 -1
  462. package/dist/nodes/Aws/S3/FolderDescription.js.map +0 -1
  463. package/dist/nodes/Aws/S3/GenericFunctions.js.map +0 -1
  464. package/dist/nodes/Google/Drive/GenericFunctions.js.map +0 -1
  465. package/dist/nodes/Google/Drive/SearchFunctions.js.map +0 -1
  466. /package/dist/nodes/Aws/S3/{BucketDescription.d.ts → V1/BucketDescription.d.ts} +0 -0
  467. /package/dist/nodes/Aws/S3/{BucketDescription.js → V1/BucketDescription.js} +0 -0
  468. /package/dist/nodes/Aws/S3/{FileDescription.d.ts → V1/FileDescription.d.ts} +0 -0
  469. /package/dist/nodes/Aws/S3/{FileDescription.js → V1/FileDescription.js} +0 -0
  470. /package/dist/nodes/Aws/S3/{FolderDescription.d.ts → V1/FolderDescription.d.ts} +0 -0
  471. /package/dist/nodes/Aws/S3/{FolderDescription.js → V1/FolderDescription.js} +0 -0
  472. /package/dist/nodes/Aws/S3/{GenericFunctions.d.ts → V1/GenericFunctions.d.ts} +0 -0
  473. /package/dist/nodes/Aws/S3/test/{AwsS3.file.upload.workflow.json → V1/AwsS3.file.upload.V1.workflow.json} +0 -0
  474. /package/dist/nodes/Google/Drive/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +0 -0
  475. /package/dist/nodes/Google/Drive/{SearchFunctions.d.ts → v1/SearchFunctions.d.ts} +0 -0
  476. /package/dist/nodes/Google/Drive/{SearchFunctions.js → v1/SearchFunctions.js} +0 -0
@@ -0,0 +1,598 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.fileTypesOptions = exports.updateCommonOptions = exports.permissionsOptions = exports.shareOptions = exports.sharedDriveRLC = exports.driveRLC = exports.folderRLC = exports.folderNoRootRLC = exports.fileRLC = void 0;
4
+ const interfaces_1 = require("../helpers/interfaces");
5
+ exports.fileRLC = {
6
+ displayName: 'File',
7
+ name: 'fileId',
8
+ type: 'resourceLocator',
9
+ default: { mode: 'list', value: '' },
10
+ required: true,
11
+ modes: [
12
+ {
13
+ displayName: 'File',
14
+ name: 'list',
15
+ type: 'list',
16
+ placeholder: 'Select a file...',
17
+ typeOptions: {
18
+ searchListMethod: 'fileSearch',
19
+ searchable: true,
20
+ },
21
+ },
22
+ {
23
+ displayName: 'Link',
24
+ name: 'url',
25
+ type: 'string',
26
+ placeholder: 'e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit',
27
+ extractValue: {
28
+ type: 'regex',
29
+ regex: 'https:\\/\\/(?:drive|docs)\\.google\\.com\\/\\w+\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
30
+ },
31
+ validation: [
32
+ {
33
+ type: 'regex',
34
+ properties: {
35
+ regex: 'https:\\/\\/(?:drive|docs)\\.google.com\\/\\w+\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
36
+ errorMessage: 'Not a valid Google Drive File URL',
37
+ },
38
+ },
39
+ ],
40
+ },
41
+ {
42
+ displayName: 'ID',
43
+ name: 'id',
44
+ type: 'string',
45
+ placeholder: 'e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A',
46
+ validation: [
47
+ {
48
+ type: 'regex',
49
+ properties: {
50
+ regex: '[a-zA-Z0-9\\-_]{2,}',
51
+ errorMessage: 'Not a valid Google Drive File ID',
52
+ },
53
+ },
54
+ ],
55
+ url: '=https://drive.google.com/file/d/{{$value}}/view',
56
+ },
57
+ ],
58
+ description: 'The file to operate on',
59
+ };
60
+ exports.folderNoRootRLC = {
61
+ displayName: 'Folder',
62
+ name: 'folderNoRootId',
63
+ type: 'resourceLocator',
64
+ default: { mode: 'list', value: '' },
65
+ required: true,
66
+ modes: [
67
+ {
68
+ displayName: 'Folder',
69
+ name: 'list',
70
+ type: 'list',
71
+ placeholder: 'Select a folder...',
72
+ typeOptions: {
73
+ searchListMethod: 'folderSearch',
74
+ searchable: true,
75
+ },
76
+ },
77
+ {
78
+ displayName: 'Link',
79
+ name: 'url',
80
+ type: 'string',
81
+ placeholder: 'e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU',
82
+ extractValue: {
83
+ type: 'regex',
84
+ regex: 'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
85
+ },
86
+ validation: [
87
+ {
88
+ type: 'regex',
89
+ properties: {
90
+ regex: 'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
91
+ errorMessage: 'Not a valid Google Drive Folder URL',
92
+ },
93
+ },
94
+ ],
95
+ },
96
+ {
97
+ displayName: 'ID',
98
+ name: 'id',
99
+ type: 'string',
100
+ placeholder: 'e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A',
101
+ validation: [
102
+ {
103
+ type: 'regex',
104
+ properties: {
105
+ regex: '[a-zA-Z0-9\\-_]{2,}',
106
+ errorMessage: 'Not a valid Google Drive Folder ID',
107
+ },
108
+ },
109
+ ],
110
+ url: '=https://drive.google.com/drive/folders/{{$value}}',
111
+ },
112
+ ],
113
+ description: 'The folder to operate on',
114
+ };
115
+ exports.folderRLC = {
116
+ displayName: 'Folder',
117
+ name: 'folderId',
118
+ type: 'resourceLocator',
119
+ default: { mode: 'list', value: 'root', cachedResultName: '/ (Root folder)' },
120
+ required: true,
121
+ modes: [
122
+ {
123
+ displayName: 'Folder',
124
+ name: 'list',
125
+ type: 'list',
126
+ placeholder: 'Select a folder...',
127
+ typeOptions: {
128
+ searchListMethod: 'folderSearchWithDefault',
129
+ searchable: true,
130
+ },
131
+ },
132
+ {
133
+ displayName: 'Link',
134
+ name: 'url',
135
+ type: 'string',
136
+ placeholder: 'e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU',
137
+ extractValue: {
138
+ type: 'regex',
139
+ regex: 'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
140
+ },
141
+ validation: [
142
+ {
143
+ type: 'regex',
144
+ properties: {
145
+ regex: 'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
146
+ errorMessage: 'Not a valid Google Drive Folder URL',
147
+ },
148
+ },
149
+ ],
150
+ },
151
+ {
152
+ displayName: 'ID',
153
+ name: 'id',
154
+ type: 'string',
155
+ placeholder: 'e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A',
156
+ validation: [
157
+ {
158
+ type: 'regex',
159
+ properties: {
160
+ regex: '[a-zA-Z0-9\\-_]{2,}',
161
+ errorMessage: 'Not a valid Google Drive Folder ID',
162
+ },
163
+ },
164
+ ],
165
+ url: '=https://drive.google.com/drive/folders/{{$value}}',
166
+ },
167
+ ],
168
+ description: 'The folder to operate on',
169
+ };
170
+ exports.driveRLC = {
171
+ displayName: 'Drive',
172
+ name: 'driveId',
173
+ type: 'resourceLocator',
174
+ default: { mode: 'list', value: interfaces_1.RLC_DRIVE_DEFAULT },
175
+ required: true,
176
+ modes: [
177
+ {
178
+ displayName: 'Drive',
179
+ name: 'list',
180
+ type: 'list',
181
+ placeholder: 'Select a drive...',
182
+ typeOptions: {
183
+ searchListMethod: 'driveSearchWithDefault',
184
+ searchable: true,
185
+ },
186
+ },
187
+ {
188
+ displayName: 'Link',
189
+ name: 'url',
190
+ type: 'string',
191
+ placeholder: 'https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa',
192
+ extractValue: {
193
+ type: 'regex',
194
+ regex: 'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
195
+ },
196
+ validation: [
197
+ {
198
+ type: 'regex',
199
+ properties: {
200
+ regex: 'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
201
+ errorMessage: 'Not a valid Google Drive Drive URL',
202
+ },
203
+ },
204
+ ],
205
+ },
206
+ {
207
+ displayName: 'ID',
208
+ name: 'id',
209
+ type: 'string',
210
+ hint: 'The ID of the shared drive',
211
+ validation: [
212
+ {
213
+ type: 'regex',
214
+ properties: {
215
+ regex: '[a-zA-Z0-9\\-_]{2,}',
216
+ errorMessage: 'Not a valid Google Drive Drive ID',
217
+ },
218
+ },
219
+ ],
220
+ url: '=https://drive.google.com/drive/folders/{{$value}}',
221
+ },
222
+ ],
223
+ description: 'The ID of the drive',
224
+ };
225
+ exports.sharedDriveRLC = {
226
+ displayName: 'Shared Drive',
227
+ name: 'driveId',
228
+ type: 'resourceLocator',
229
+ default: { mode: 'list', value: '' },
230
+ required: true,
231
+ modes: [
232
+ {
233
+ displayName: 'Drive',
234
+ name: 'list',
235
+ type: 'list',
236
+ placeholder: 'Select a shared drive...',
237
+ typeOptions: {
238
+ searchListMethod: 'driveSearch',
239
+ searchable: true,
240
+ },
241
+ },
242
+ {
243
+ displayName: 'Link',
244
+ name: 'url',
245
+ type: 'string',
246
+ placeholder: 'e.g. https://drive.google.com/drive/u/1/folders/0AIjtcbwnjtcbwn9PVA',
247
+ extractValue: {
248
+ type: 'regex',
249
+ regex: 'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
250
+ },
251
+ validation: [
252
+ {
253
+ type: 'regex',
254
+ properties: {
255
+ regex: 'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)',
256
+ errorMessage: 'Not a valid Google Drive Drive URL',
257
+ },
258
+ },
259
+ ],
260
+ },
261
+ {
262
+ displayName: 'ID',
263
+ name: 'id',
264
+ type: 'string',
265
+ placeholder: 'e.g. 0AMXTKI5ZSiM7Uk9PVA',
266
+ validation: [
267
+ {
268
+ type: 'regex',
269
+ properties: {
270
+ regex: '[a-zA-Z0-9\\-_]{2,}',
271
+ errorMessage: 'Not a valid Google Drive Drive ID',
272
+ },
273
+ },
274
+ ],
275
+ url: '=https://drive.google.com/drive/folders/{{$value}}',
276
+ },
277
+ ],
278
+ description: 'The shared drive to operate on',
279
+ };
280
+ exports.shareOptions = {
281
+ displayName: 'Options',
282
+ name: 'options',
283
+ type: 'collection',
284
+ placeholder: 'Add Option',
285
+ default: {},
286
+ options: [
287
+ {
288
+ displayName: 'Email Message',
289
+ name: 'emailMessage',
290
+ type: 'string',
291
+ default: '',
292
+ description: 'A plain text custom message to include in the notification email',
293
+ typeOptions: {
294
+ rows: 2,
295
+ },
296
+ },
297
+ {
298
+ displayName: 'Move To New Owners Root',
299
+ name: 'moveToNewOwnersRoot',
300
+ type: 'boolean',
301
+ default: false,
302
+ description: "<p>This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.</p><p>When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed.</p>",
303
+ },
304
+ {
305
+ displayName: 'Send Notification Email',
306
+ name: 'sendNotificationEmail',
307
+ type: 'boolean',
308
+ default: false,
309
+ description: 'Whether to send a notification email when sharing to users or groups',
310
+ },
311
+ {
312
+ displayName: 'Transfer Ownership',
313
+ name: 'transferOwnership',
314
+ type: 'boolean',
315
+ default: false,
316
+ description: 'Whether to transfer ownership to the specified user and downgrade the current owner to a writer',
317
+ },
318
+ {
319
+ displayName: 'Use Domain Admin Access',
320
+ name: 'useDomainAdminAccess',
321
+ type: 'boolean',
322
+ default: false,
323
+ description: 'Whether to perform the operation as domain administrator, i.e. if you are an administrator of the domain to which the shared drive belongs, you will be granted access automatically.',
324
+ },
325
+ ],
326
+ };
327
+ exports.permissionsOptions = {
328
+ displayName: 'Permissions',
329
+ name: 'permissionsUi',
330
+ placeholder: 'Add Permission',
331
+ type: 'fixedCollection',
332
+ default: {},
333
+ typeOptions: {
334
+ multipleValues: false,
335
+ },
336
+ options: [
337
+ {
338
+ displayName: 'Permission',
339
+ name: 'permissionsValues',
340
+ values: [
341
+ {
342
+ displayName: 'Role',
343
+ name: 'role',
344
+ type: 'options',
345
+ description: 'Defines what users can do with the file or folder',
346
+ options: [
347
+ {
348
+ name: 'Commenter',
349
+ value: 'commenter',
350
+ },
351
+ {
352
+ name: 'File Organizer',
353
+ value: 'fileOrganizer',
354
+ },
355
+ {
356
+ name: 'Organizer',
357
+ value: 'organizer',
358
+ },
359
+ {
360
+ name: 'Owner',
361
+ value: 'owner',
362
+ },
363
+ {
364
+ name: 'Reader',
365
+ value: 'reader',
366
+ },
367
+ {
368
+ name: 'Writer',
369
+ value: 'writer',
370
+ },
371
+ ],
372
+ default: '',
373
+ },
374
+ {
375
+ displayName: 'Type',
376
+ name: 'type',
377
+ type: 'options',
378
+ options: [
379
+ {
380
+ name: 'User',
381
+ value: 'user',
382
+ },
383
+ {
384
+ name: 'Group',
385
+ value: 'group',
386
+ },
387
+ {
388
+ name: 'Domain',
389
+ value: 'domain',
390
+ },
391
+ {
392
+ name: 'Anyone',
393
+ value: 'anyone',
394
+ },
395
+ ],
396
+ default: '',
397
+ description: 'The scope of the permission. A permission with type=user applies to a specific user whereas a permission with type=domain applies to everyone in a specific domain.',
398
+ },
399
+ {
400
+ displayName: 'Email Address',
401
+ name: 'emailAddress',
402
+ type: 'string',
403
+ displayOptions: {
404
+ show: {
405
+ type: ['user', 'group'],
406
+ },
407
+ },
408
+ placeholder: '“e.g. name@mail.com',
409
+ default: '',
410
+ description: 'The email address of the user or group to which this permission refers',
411
+ },
412
+ {
413
+ displayName: 'Domain',
414
+ name: 'domain',
415
+ type: 'string',
416
+ displayOptions: {
417
+ show: {
418
+ type: ['domain'],
419
+ },
420
+ },
421
+ placeholder: 'e.g. mycompany.com',
422
+ default: '',
423
+ description: 'The domain to which this permission refers',
424
+ },
425
+ {
426
+ displayName: 'Allow File Discovery',
427
+ name: 'allowFileDiscovery',
428
+ type: 'boolean',
429
+ displayOptions: {
430
+ show: {
431
+ type: ['domain', 'anyone'],
432
+ },
433
+ },
434
+ default: false,
435
+ description: 'Whether to allow the file to be discovered through search',
436
+ },
437
+ ],
438
+ },
439
+ ],
440
+ };
441
+ exports.updateCommonOptions = [
442
+ {
443
+ displayName: 'APP Properties',
444
+ name: 'appPropertiesUi',
445
+ placeholder: 'Add Property',
446
+ type: 'fixedCollection',
447
+ default: {},
448
+ typeOptions: {
449
+ multipleValues: true,
450
+ },
451
+ description: 'A collection of arbitrary key-value pairs which are private to the requesting app',
452
+ options: [
453
+ {
454
+ name: 'appPropertyValues',
455
+ displayName: 'APP Property',
456
+ values: [
457
+ {
458
+ displayName: 'Key',
459
+ name: 'key',
460
+ type: 'string',
461
+ default: '',
462
+ description: 'Name of the key to add',
463
+ },
464
+ {
465
+ displayName: 'Value',
466
+ name: 'value',
467
+ type: 'string',
468
+ default: '',
469
+ description: 'Value to set for the key',
470
+ },
471
+ ],
472
+ },
473
+ ],
474
+ },
475
+ {
476
+ displayName: 'Properties',
477
+ name: 'propertiesUi',
478
+ placeholder: 'Add Property',
479
+ type: 'fixedCollection',
480
+ default: {},
481
+ typeOptions: {
482
+ multipleValues: true,
483
+ },
484
+ description: 'A collection of arbitrary key-value pairs which are visible to all apps',
485
+ options: [
486
+ {
487
+ name: 'propertyValues',
488
+ displayName: 'Property',
489
+ values: [
490
+ {
491
+ displayName: 'Key',
492
+ name: 'key',
493
+ type: 'string',
494
+ default: '',
495
+ description: 'Name of the key to add',
496
+ },
497
+ {
498
+ displayName: 'Value',
499
+ name: 'value',
500
+ type: 'string',
501
+ default: '',
502
+ description: 'Value to set for the key',
503
+ },
504
+ ],
505
+ },
506
+ ],
507
+ },
508
+ {
509
+ displayName: 'Keep Revision Forever',
510
+ name: 'keepRevisionForever',
511
+ type: 'boolean',
512
+ default: false,
513
+ description: "Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.",
514
+ },
515
+ {
516
+ displayName: 'OCR Language',
517
+ name: 'ocrLanguage',
518
+ type: 'string',
519
+ default: '',
520
+ placeholder: 'e.g. en',
521
+ description: 'A language hint for OCR processing during image import (ISO 639-1 code)',
522
+ },
523
+ {
524
+ displayName: 'Use Content As Indexable Text',
525
+ name: 'useContentAsIndexableText',
526
+ type: 'boolean',
527
+ default: false,
528
+ description: 'Whether to use the uploaded content as indexable text',
529
+ },
530
+ ];
531
+ exports.fileTypesOptions = [
532
+ {
533
+ name: 'All',
534
+ value: '*',
535
+ description: 'Return all file types',
536
+ },
537
+ {
538
+ name: '3rd Party Shortcut',
539
+ value: "application/vnd.google-apps.drive-sdk",
540
+ },
541
+ {
542
+ name: 'Audio',
543
+ value: "application/vnd.google-apps.audio",
544
+ },
545
+ {
546
+ name: 'Folder',
547
+ value: "application/vnd.google-apps.folder",
548
+ },
549
+ {
550
+ name: 'Google Apps Scripts',
551
+ value: "application/vnd.google-apps.script",
552
+ },
553
+ {
554
+ name: 'Google Docs',
555
+ value: "application/vnd.google-apps.document",
556
+ },
557
+ {
558
+ name: 'Google Drawing',
559
+ value: "application/vnd.google-apps.drawing",
560
+ },
561
+ {
562
+ name: 'Google Forms',
563
+ value: "application/vnd.google-apps.form",
564
+ },
565
+ {
566
+ name: 'Google Fusion Tables',
567
+ value: "application/vnd.google-apps.fusiontable",
568
+ },
569
+ {
570
+ name: 'Google My Maps',
571
+ value: "application/vnd.google-apps.map",
572
+ },
573
+ {
574
+ name: 'Google Sheets',
575
+ value: "application/vnd.google-apps.spreadsheet",
576
+ },
577
+ {
578
+ name: 'Google Sites',
579
+ value: "application/vnd.google-apps.sites",
580
+ },
581
+ {
582
+ name: 'Google Slides',
583
+ value: "application/vnd.google-apps.presentation",
584
+ },
585
+ {
586
+ name: 'Photo',
587
+ value: "application/vnd.google-apps.photo",
588
+ },
589
+ {
590
+ name: 'Unknown',
591
+ value: "application/vnd.google-apps.unknown",
592
+ },
593
+ {
594
+ name: 'Video',
595
+ value: "application/vnd.google-apps.video",
596
+ },
597
+ ];
598
+ //# sourceMappingURL=common.descriptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.descriptions.js","sourceRoot":"","sources":["../../../../../../nodes/Google/Drive/v2/actions/common.descriptions.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ import * as create from './create.operation';
3
+ import * as deleteDrive from './deleteDrive.operation';
4
+ import * as get from './get.operation';
5
+ import * as list from './list.operation';
6
+ import * as update from './update.operation';
7
+ export { create, deleteDrive, get, list, update };
8
+ export declare const description: INodeProperties[];