n8n-nodes-new-evolution-api 2.0.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 (515) hide show
  1. package/LICENSE.md +19 -0
  2. package/README.md +347 -0
  3. package/dist/credentials/EvolutionApiV2Api.credentials.d.ts +9 -0
  4. package/dist/credentials/EvolutionApiV2Api.credentials.js +50 -0
  5. package/dist/credentials/EvolutionApiV2Api.credentials.js.map +1 -0
  6. package/dist/nodes/EvolutionApi/EvolutionApiTrigger.node.d.ts +18 -0
  7. package/dist/nodes/EvolutionApi/EvolutionApiTrigger.node.js +835 -0
  8. package/dist/nodes/EvolutionApi/EvolutionApiTrigger.node.js.map +1 -0
  9. package/dist/nodes/EvolutionApi/EvolutionApiV2.node.d.ts +16 -0
  10. package/dist/nodes/EvolutionApi/EvolutionApiV2.node.js +65 -0
  11. package/dist/nodes/EvolutionApi/EvolutionApiV2.node.js.map +1 -0
  12. package/dist/nodes/EvolutionApi/EvolutionApiV2.node.json +22 -0
  13. package/dist/nodes/EvolutionApi/evolutionapi.svg +14 -0
  14. package/dist/nodes/EvolutionApi/execute/business/getCatalog.d.ts +2 -0
  15. package/dist/nodes/EvolutionApi/execute/business/getCatalog.js +24 -0
  16. package/dist/nodes/EvolutionApi/execute/business/getCatalog.js.map +1 -0
  17. package/dist/nodes/EvolutionApi/execute/business/getCollections.d.ts +2 -0
  18. package/dist/nodes/EvolutionApi/execute/business/getCollections.js +24 -0
  19. package/dist/nodes/EvolutionApi/execute/business/getCollections.js.map +1 -0
  20. package/dist/nodes/EvolutionApi/execute/call/offerCall.d.ts +2 -0
  21. package/dist/nodes/EvolutionApi/execute/call/offerCall.js +24 -0
  22. package/dist/nodes/EvolutionApi/execute/call/offerCall.js.map +1 -0
  23. package/dist/nodes/EvolutionApi/execute/chat/blockContact.d.ts +27 -0
  24. package/dist/nodes/EvolutionApi/execute/chat/blockContact.js +51 -0
  25. package/dist/nodes/EvolutionApi/execute/chat/blockContact.js.map +1 -0
  26. package/dist/nodes/EvolutionApi/execute/chat/checkNumber.d.ts +27 -0
  27. package/dist/nodes/EvolutionApi/execute/chat/checkNumber.js +50 -0
  28. package/dist/nodes/EvolutionApi/execute/chat/checkNumber.js.map +1 -0
  29. package/dist/nodes/EvolutionApi/execute/chat/deleteMessage.d.ts +27 -0
  30. package/dist/nodes/EvolutionApi/execute/chat/deleteMessage.js +62 -0
  31. package/dist/nodes/EvolutionApi/execute/chat/deleteMessage.js.map +1 -0
  32. package/dist/nodes/EvolutionApi/execute/chat/fetchProfilePicture.d.ts +27 -0
  33. package/dist/nodes/EvolutionApi/execute/chat/fetchProfilePicture.js +49 -0
  34. package/dist/nodes/EvolutionApi/execute/chat/fetchProfilePicture.js.map +1 -0
  35. package/dist/nodes/EvolutionApi/execute/chat/findChatByJid.d.ts +2 -0
  36. package/dist/nodes/EvolutionApi/execute/chat/findChatByJid.js +16 -0
  37. package/dist/nodes/EvolutionApi/execute/chat/findChatByJid.js.map +1 -0
  38. package/dist/nodes/EvolutionApi/execute/chat/findChats.d.ts +27 -0
  39. package/dist/nodes/EvolutionApi/execute/chat/findChats.js +57 -0
  40. package/dist/nodes/EvolutionApi/execute/chat/findChats.js.map +1 -0
  41. package/dist/nodes/EvolutionApi/execute/chat/findContacts.d.ts +27 -0
  42. package/dist/nodes/EvolutionApi/execute/chat/findContacts.js +55 -0
  43. package/dist/nodes/EvolutionApi/execute/chat/findContacts.js.map +1 -0
  44. package/dist/nodes/EvolutionApi/execute/chat/findMessages.d.ts +27 -0
  45. package/dist/nodes/EvolutionApi/execute/chat/findMessages.js +57 -0
  46. package/dist/nodes/EvolutionApi/execute/chat/findMessages.js.map +1 -0
  47. package/dist/nodes/EvolutionApi/execute/chat/findStatusMessages.d.ts +27 -0
  48. package/dist/nodes/EvolutionApi/execute/chat/findStatusMessages.js +58 -0
  49. package/dist/nodes/EvolutionApi/execute/chat/findStatusMessages.js.map +1 -0
  50. package/dist/nodes/EvolutionApi/execute/chat/getMediaBase64.d.ts +27 -0
  51. package/dist/nodes/EvolutionApi/execute/chat/getMediaBase64.js +55 -0
  52. package/dist/nodes/EvolutionApi/execute/chat/getMediaBase64.js.map +1 -0
  53. package/dist/nodes/EvolutionApi/execute/chat/manageArchive.d.ts +27 -0
  54. package/dist/nodes/EvolutionApi/execute/chat/manageArchive.js +60 -0
  55. package/dist/nodes/EvolutionApi/execute/chat/manageArchive.js.map +1 -0
  56. package/dist/nodes/EvolutionApi/execute/chat/markChatUnread.d.ts +27 -0
  57. package/dist/nodes/EvolutionApi/execute/chat/markChatUnread.js +58 -0
  58. package/dist/nodes/EvolutionApi/execute/chat/markChatUnread.js.map +1 -0
  59. package/dist/nodes/EvolutionApi/execute/chat/readMessages.d.ts +27 -0
  60. package/dist/nodes/EvolutionApi/execute/chat/readMessages.js +57 -0
  61. package/dist/nodes/EvolutionApi/execute/chat/readMessages.js.map +1 -0
  62. package/dist/nodes/EvolutionApi/execute/chat/sendPresence.d.ts +27 -0
  63. package/dist/nodes/EvolutionApi/execute/chat/sendPresence.js +53 -0
  64. package/dist/nodes/EvolutionApi/execute/chat/sendPresence.js.map +1 -0
  65. package/dist/nodes/EvolutionApi/execute/chat/updateMessage.d.ts +27 -0
  66. package/dist/nodes/EvolutionApi/execute/chat/updateMessage.js +57 -0
  67. package/dist/nodes/EvolutionApi/execute/chat/updateMessage.js.map +1 -0
  68. package/dist/nodes/EvolutionApi/execute/community/communityAcceptInvite.d.ts +27 -0
  69. package/dist/nodes/EvolutionApi/execute/community/communityAcceptInvite.js +48 -0
  70. package/dist/nodes/EvolutionApi/execute/community/communityAcceptInvite.js.map +1 -0
  71. package/dist/nodes/EvolutionApi/execute/community/communityInviteCode.d.ts +27 -0
  72. package/dist/nodes/EvolutionApi/execute/community/communityInviteCode.js +48 -0
  73. package/dist/nodes/EvolutionApi/execute/community/communityInviteCode.js.map +1 -0
  74. package/dist/nodes/EvolutionApi/execute/community/communityInviteInfo.d.ts +27 -0
  75. package/dist/nodes/EvolutionApi/execute/community/communityInviteInfo.js +48 -0
  76. package/dist/nodes/EvolutionApi/execute/community/communityInviteInfo.js.map +1 -0
  77. package/dist/nodes/EvolutionApi/execute/community/communityJoinApprovalMode.d.ts +27 -0
  78. package/dist/nodes/EvolutionApi/execute/community/communityJoinApprovalMode.js +50 -0
  79. package/dist/nodes/EvolutionApi/execute/community/communityJoinApprovalMode.js.map +1 -0
  80. package/dist/nodes/EvolutionApi/execute/community/communityLinkGroups.d.ts +27 -0
  81. package/dist/nodes/EvolutionApi/execute/community/communityLinkGroups.js +54 -0
  82. package/dist/nodes/EvolutionApi/execute/community/communityLinkGroups.js.map +1 -0
  83. package/dist/nodes/EvolutionApi/execute/community/communityMemberAddMode.d.ts +27 -0
  84. package/dist/nodes/EvolutionApi/execute/community/communityMemberAddMode.js +50 -0
  85. package/dist/nodes/EvolutionApi/execute/community/communityMemberAddMode.js.map +1 -0
  86. package/dist/nodes/EvolutionApi/execute/community/communityMetadata.d.ts +27 -0
  87. package/dist/nodes/EvolutionApi/execute/community/communityMetadata.js +48 -0
  88. package/dist/nodes/EvolutionApi/execute/community/communityMetadata.js.map +1 -0
  89. package/dist/nodes/EvolutionApi/execute/community/communityParticipants.d.ts +27 -0
  90. package/dist/nodes/EvolutionApi/execute/community/communityParticipants.js +45 -0
  91. package/dist/nodes/EvolutionApi/execute/community/communityParticipants.js.map +1 -0
  92. package/dist/nodes/EvolutionApi/execute/community/communityRequestParticipantsList.d.ts +27 -0
  93. package/dist/nodes/EvolutionApi/execute/community/communityRequestParticipantsList.js +48 -0
  94. package/dist/nodes/EvolutionApi/execute/community/communityRequestParticipantsList.js.map +1 -0
  95. package/dist/nodes/EvolutionApi/execute/community/communityRequestParticipantsUpdate.d.ts +27 -0
  96. package/dist/nodes/EvolutionApi/execute/community/communityRequestParticipantsUpdate.js +56 -0
  97. package/dist/nodes/EvolutionApi/execute/community/communityRequestParticipantsUpdate.js.map +1 -0
  98. package/dist/nodes/EvolutionApi/execute/community/communityRevokeInviteCode.d.ts +27 -0
  99. package/dist/nodes/EvolutionApi/execute/community/communityRevokeInviteCode.js +48 -0
  100. package/dist/nodes/EvolutionApi/execute/community/communityRevokeInviteCode.js.map +1 -0
  101. package/dist/nodes/EvolutionApi/execute/community/communitySettings.d.ts +27 -0
  102. package/dist/nodes/EvolutionApi/execute/community/communitySettings.js +50 -0
  103. package/dist/nodes/EvolutionApi/execute/community/communitySettings.js.map +1 -0
  104. package/dist/nodes/EvolutionApi/execute/community/communityToggleEphemeral.d.ts +27 -0
  105. package/dist/nodes/EvolutionApi/execute/community/communityToggleEphemeral.js +50 -0
  106. package/dist/nodes/EvolutionApi/execute/community/communityToggleEphemeral.js.map +1 -0
  107. package/dist/nodes/EvolutionApi/execute/community/communityUnlinkGroups.d.ts +27 -0
  108. package/dist/nodes/EvolutionApi/execute/community/communityUnlinkGroups.js +54 -0
  109. package/dist/nodes/EvolutionApi/execute/community/communityUnlinkGroups.js.map +1 -0
  110. package/dist/nodes/EvolutionApi/execute/community/createCommunity.d.ts +27 -0
  111. package/dist/nodes/EvolutionApi/execute/community/createCommunity.js +53 -0
  112. package/dist/nodes/EvolutionApi/execute/community/createCommunity.js.map +1 -0
  113. package/dist/nodes/EvolutionApi/execute/community/fetchCommunities.d.ts +27 -0
  114. package/dist/nodes/EvolutionApi/execute/community/fetchCommunities.js +44 -0
  115. package/dist/nodes/EvolutionApi/execute/community/fetchCommunities.js.map +1 -0
  116. package/dist/nodes/EvolutionApi/execute/community/leaveCommunity.d.ts +27 -0
  117. package/dist/nodes/EvolutionApi/execute/community/leaveCommunity.js +48 -0
  118. package/dist/nodes/EvolutionApi/execute/community/leaveCommunity.js.map +1 -0
  119. package/dist/nodes/EvolutionApi/execute/community/updateCommunityDescription.d.ts +27 -0
  120. package/dist/nodes/EvolutionApi/execute/community/updateCommunityDescription.js +50 -0
  121. package/dist/nodes/EvolutionApi/execute/community/updateCommunityDescription.js.map +1 -0
  122. package/dist/nodes/EvolutionApi/execute/community/updateCommunityParticipants.d.ts +27 -0
  123. package/dist/nodes/EvolutionApi/execute/community/updateCommunityParticipants.js +53 -0
  124. package/dist/nodes/EvolutionApi/execute/community/updateCommunityParticipants.js.map +1 -0
  125. package/dist/nodes/EvolutionApi/execute/community/updateCommunitySubject.d.ts +27 -0
  126. package/dist/nodes/EvolutionApi/execute/community/updateCommunitySubject.js +50 -0
  127. package/dist/nodes/EvolutionApi/execute/community/updateCommunitySubject.js.map +1 -0
  128. package/dist/nodes/EvolutionApi/execute/events/setKafka.d.ts +2 -0
  129. package/dist/nodes/EvolutionApi/execute/events/setKafka.js +37 -0
  130. package/dist/nodes/EvolutionApi/execute/events/setKafka.js.map +1 -0
  131. package/dist/nodes/EvolutionApi/execute/events/setNats.d.ts +2 -0
  132. package/dist/nodes/EvolutionApi/execute/events/setNats.js +33 -0
  133. package/dist/nodes/EvolutionApi/execute/events/setNats.js.map +1 -0
  134. package/dist/nodes/EvolutionApi/execute/events/setProxy.d.ts +27 -0
  135. package/dist/nodes/EvolutionApi/execute/events/setProxy.js +63 -0
  136. package/dist/nodes/EvolutionApi/execute/events/setProxy.js.map +1 -0
  137. package/dist/nodes/EvolutionApi/execute/events/setPusher.d.ts +2 -0
  138. package/dist/nodes/EvolutionApi/execute/events/setPusher.js +39 -0
  139. package/dist/nodes/EvolutionApi/execute/events/setPusher.js.map +1 -0
  140. package/dist/nodes/EvolutionApi/execute/events/setRabbitMQ.d.ts +27 -0
  141. package/dist/nodes/EvolutionApi/execute/events/setRabbitMQ.js +83 -0
  142. package/dist/nodes/EvolutionApi/execute/events/setRabbitMQ.js.map +1 -0
  143. package/dist/nodes/EvolutionApi/execute/events/setSqs.d.ts +2 -0
  144. package/dist/nodes/EvolutionApi/execute/events/setSqs.js +37 -0
  145. package/dist/nodes/EvolutionApi/execute/events/setSqs.js.map +1 -0
  146. package/dist/nodes/EvolutionApi/execute/events/setWebhook.d.ts +27 -0
  147. package/dist/nodes/EvolutionApi/execute/events/setWebhook.js +89 -0
  148. package/dist/nodes/EvolutionApi/execute/events/setWebhook.js.map +1 -0
  149. package/dist/nodes/EvolutionApi/execute/events/setWebsocket.d.ts +2 -0
  150. package/dist/nodes/EvolutionApi/execute/events/setWebsocket.js +29 -0
  151. package/dist/nodes/EvolutionApi/execute/events/setWebsocket.js.map +1 -0
  152. package/dist/nodes/EvolutionApi/execute/evolutionRequest.d.ts +2 -0
  153. package/dist/nodes/EvolutionApi/execute/evolutionRequest.js +18 -0
  154. package/dist/nodes/EvolutionApi/execute/evolutionRequest.js.map +1 -0
  155. package/dist/nodes/EvolutionApi/execute/groups/createGroup.d.ts +27 -0
  156. package/dist/nodes/EvolutionApi/execute/groups/createGroup.js +54 -0
  157. package/dist/nodes/EvolutionApi/execute/groups/createGroup.js.map +1 -0
  158. package/dist/nodes/EvolutionApi/execute/groups/fetchGroups.d.ts +27 -0
  159. package/dist/nodes/EvolutionApi/execute/groups/fetchGroups.js +69 -0
  160. package/dist/nodes/EvolutionApi/execute/groups/fetchGroups.js.map +1 -0
  161. package/dist/nodes/EvolutionApi/execute/groups/fetchInviteCode.d.ts +27 -0
  162. package/dist/nodes/EvolutionApi/execute/groups/fetchInviteCode.js +45 -0
  163. package/dist/nodes/EvolutionApi/execute/groups/fetchInviteCode.js.map +1 -0
  164. package/dist/nodes/EvolutionApi/execute/groups/findGroupInfos.d.ts +2 -0
  165. package/dist/nodes/EvolutionApi/execute/groups/findGroupInfos.js +17 -0
  166. package/dist/nodes/EvolutionApi/execute/groups/findGroupInfos.js.map +1 -0
  167. package/dist/nodes/EvolutionApi/execute/groups/findParticipants.d.ts +27 -0
  168. package/dist/nodes/EvolutionApi/execute/groups/findParticipants.js +45 -0
  169. package/dist/nodes/EvolutionApi/execute/groups/findParticipants.js.map +1 -0
  170. package/dist/nodes/EvolutionApi/execute/groups/inviteInfo.d.ts +2 -0
  171. package/dist/nodes/EvolutionApi/execute/groups/inviteInfo.js +17 -0
  172. package/dist/nodes/EvolutionApi/execute/groups/inviteInfo.js.map +1 -0
  173. package/dist/nodes/EvolutionApi/execute/groups/joinGroup.d.ts +27 -0
  174. package/dist/nodes/EvolutionApi/execute/groups/joinGroup.js +45 -0
  175. package/dist/nodes/EvolutionApi/execute/groups/joinGroup.js.map +1 -0
  176. package/dist/nodes/EvolutionApi/execute/groups/leaveGroup.d.ts +27 -0
  177. package/dist/nodes/EvolutionApi/execute/groups/leaveGroup.js +45 -0
  178. package/dist/nodes/EvolutionApi/execute/groups/leaveGroup.js.map +1 -0
  179. package/dist/nodes/EvolutionApi/execute/groups/revokeInviteCode.d.ts +27 -0
  180. package/dist/nodes/EvolutionApi/execute/groups/revokeInviteCode.js +45 -0
  181. package/dist/nodes/EvolutionApi/execute/groups/revokeInviteCode.js.map +1 -0
  182. package/dist/nodes/EvolutionApi/execute/groups/sendInviteLink.d.ts +27 -0
  183. package/dist/nodes/EvolutionApi/execute/groups/sendInviteLink.js +54 -0
  184. package/dist/nodes/EvolutionApi/execute/groups/sendInviteLink.js.map +1 -0
  185. package/dist/nodes/EvolutionApi/execute/groups/toggleEphemeral.d.ts +27 -0
  186. package/dist/nodes/EvolutionApi/execute/groups/toggleEphemeral.js +50 -0
  187. package/dist/nodes/EvolutionApi/execute/groups/toggleEphemeral.js.map +1 -0
  188. package/dist/nodes/EvolutionApi/execute/groups/updateGroupDescription.d.ts +27 -0
  189. package/dist/nodes/EvolutionApi/execute/groups/updateGroupDescription.js +50 -0
  190. package/dist/nodes/EvolutionApi/execute/groups/updateGroupDescription.js.map +1 -0
  191. package/dist/nodes/EvolutionApi/execute/groups/updateGroupName.d.ts +27 -0
  192. package/dist/nodes/EvolutionApi/execute/groups/updateGroupName.js +50 -0
  193. package/dist/nodes/EvolutionApi/execute/groups/updateGroupName.js.map +1 -0
  194. package/dist/nodes/EvolutionApi/execute/groups/updateGroupPicture.d.ts +27 -0
  195. package/dist/nodes/EvolutionApi/execute/groups/updateGroupPicture.js +50 -0
  196. package/dist/nodes/EvolutionApi/execute/groups/updateGroupPicture.js.map +1 -0
  197. package/dist/nodes/EvolutionApi/execute/groups/updateParticipants.d.ts +27 -0
  198. package/dist/nodes/EvolutionApi/execute/groups/updateParticipants.js +53 -0
  199. package/dist/nodes/EvolutionApi/execute/groups/updateParticipants.js.map +1 -0
  200. package/dist/nodes/EvolutionApi/execute/groups/updateSettings.d.ts +27 -0
  201. package/dist/nodes/EvolutionApi/execute/groups/updateSettings.js +50 -0
  202. package/dist/nodes/EvolutionApi/execute/groups/updateSettings.js.map +1 -0
  203. package/dist/nodes/EvolutionApi/execute/index.d.ts +8 -0
  204. package/dist/nodes/EvolutionApi/execute/index.js +296 -0
  205. package/dist/nodes/EvolutionApi/execute/index.js.map +1 -0
  206. package/dist/nodes/EvolutionApi/execute/instance/connectionState.d.ts +2 -0
  207. package/dist/nodes/EvolutionApi/execute/instance/connectionState.js +12 -0
  208. package/dist/nodes/EvolutionApi/execute/instance/connectionState.js.map +1 -0
  209. package/dist/nodes/EvolutionApi/execute/instance/createInstanceBasic.d.ts +27 -0
  210. package/dist/nodes/EvolutionApi/execute/instance/createInstanceBasic.js +104 -0
  211. package/dist/nodes/EvolutionApi/execute/instance/createInstanceBasic.js.map +1 -0
  212. package/dist/nodes/EvolutionApi/execute/instance/deleteInstance.d.ts +27 -0
  213. package/dist/nodes/EvolutionApi/execute/instance/deleteInstance.js +48 -0
  214. package/dist/nodes/EvolutionApi/execute/instance/deleteInstance.js.map +1 -0
  215. package/dist/nodes/EvolutionApi/execute/instance/fetchInstances.d.ts +27 -0
  216. package/dist/nodes/EvolutionApi/execute/instance/fetchInstances.js +48 -0
  217. package/dist/nodes/EvolutionApi/execute/instance/fetchInstances.js.map +1 -0
  218. package/dist/nodes/EvolutionApi/execute/instance/fetchProxy.d.ts +2 -0
  219. package/dist/nodes/EvolutionApi/execute/instance/fetchProxy.js +12 -0
  220. package/dist/nodes/EvolutionApi/execute/instance/fetchProxy.js.map +1 -0
  221. package/dist/nodes/EvolutionApi/execute/instance/instanceConnect.d.ts +27 -0
  222. package/dist/nodes/EvolutionApi/execute/instance/instanceConnect.js +48 -0
  223. package/dist/nodes/EvolutionApi/execute/instance/instanceConnect.js.map +1 -0
  224. package/dist/nodes/EvolutionApi/execute/instance/instanceSettings.d.ts +27 -0
  225. package/dist/nodes/EvolutionApi/execute/instance/instanceSettings.js +71 -0
  226. package/dist/nodes/EvolutionApi/execute/instance/instanceSettings.js.map +1 -0
  227. package/dist/nodes/EvolutionApi/execute/instance/logoutInstance.d.ts +27 -0
  228. package/dist/nodes/EvolutionApi/execute/instance/logoutInstance.js +48 -0
  229. package/dist/nodes/EvolutionApi/execute/instance/logoutInstance.js.map +1 -0
  230. package/dist/nodes/EvolutionApi/execute/instance/restartInstance.d.ts +27 -0
  231. package/dist/nodes/EvolutionApi/execute/instance/restartInstance.js +48 -0
  232. package/dist/nodes/EvolutionApi/execute/instance/restartInstance.js.map +1 -0
  233. package/dist/nodes/EvolutionApi/execute/instance/setPresence.d.ts +27 -0
  234. package/dist/nodes/EvolutionApi/execute/instance/setPresence.js +55 -0
  235. package/dist/nodes/EvolutionApi/execute/instance/setPresence.js.map +1 -0
  236. package/dist/nodes/EvolutionApi/execute/instance/setProxy.d.ts +27 -0
  237. package/dist/nodes/EvolutionApi/execute/instance/setProxy.js +89 -0
  238. package/dist/nodes/EvolutionApi/execute/instance/setProxy.js.map +1 -0
  239. package/dist/nodes/EvolutionApi/execute/integrations/setChatwoot.d.ts +27 -0
  240. package/dist/nodes/EvolutionApi/execute/integrations/setChatwoot.js +108 -0
  241. package/dist/nodes/EvolutionApi/execute/integrations/setChatwoot.js.map +1 -0
  242. package/dist/nodes/EvolutionApi/execute/integrations/setDifyBot.d.ts +27 -0
  243. package/dist/nodes/EvolutionApi/execute/integrations/setDifyBot.js +169 -0
  244. package/dist/nodes/EvolutionApi/execute/integrations/setDifyBot.js.map +1 -0
  245. package/dist/nodes/EvolutionApi/execute/integrations/setEvoai.d.ts +2 -0
  246. package/dist/nodes/EvolutionApi/execute/integrations/setEvoai.js +106 -0
  247. package/dist/nodes/EvolutionApi/execute/integrations/setEvoai.js.map +1 -0
  248. package/dist/nodes/EvolutionApi/execute/integrations/setEvolutionBot.d.ts +27 -0
  249. package/dist/nodes/EvolutionApi/execute/integrations/setEvolutionBot.js +178 -0
  250. package/dist/nodes/EvolutionApi/execute/integrations/setEvolutionBot.js.map +1 -0
  251. package/dist/nodes/EvolutionApi/execute/integrations/setFlowiseBot.d.ts +27 -0
  252. package/dist/nodes/EvolutionApi/execute/integrations/setFlowiseBot.js +178 -0
  253. package/dist/nodes/EvolutionApi/execute/integrations/setFlowiseBot.js.map +1 -0
  254. package/dist/nodes/EvolutionApi/execute/integrations/setN8nBot.d.ts +2 -0
  255. package/dist/nodes/EvolutionApi/execute/integrations/setN8nBot.js +100 -0
  256. package/dist/nodes/EvolutionApi/execute/integrations/setN8nBot.js.map +1 -0
  257. package/dist/nodes/EvolutionApi/execute/integrations/setOpenai.d.ts +2 -0
  258. package/dist/nodes/EvolutionApi/execute/integrations/setOpenai.js +148 -0
  259. package/dist/nodes/EvolutionApi/execute/integrations/setOpenai.js.map +1 -0
  260. package/dist/nodes/EvolutionApi/execute/integrations/setTypebot.d.ts +27 -0
  261. package/dist/nodes/EvolutionApi/execute/integrations/setTypebot.js +194 -0
  262. package/dist/nodes/EvolutionApi/execute/integrations/setTypebot.js.map +1 -0
  263. package/dist/nodes/EvolutionApi/execute/labels/fetchLabels.d.ts +27 -0
  264. package/dist/nodes/EvolutionApi/execute/labels/fetchLabels.js +44 -0
  265. package/dist/nodes/EvolutionApi/execute/labels/fetchLabels.js.map +1 -0
  266. package/dist/nodes/EvolutionApi/execute/labels/handleLabel.d.ts +27 -0
  267. package/dist/nodes/EvolutionApi/execute/labels/handleLabel.js +52 -0
  268. package/dist/nodes/EvolutionApi/execute/labels/handleLabel.js.map +1 -0
  269. package/dist/nodes/EvolutionApi/execute/messages/sendAudio.d.ts +27 -0
  270. package/dist/nodes/EvolutionApi/execute/messages/sendAudio.js +86 -0
  271. package/dist/nodes/EvolutionApi/execute/messages/sendAudio.js.map +1 -0
  272. package/dist/nodes/EvolutionApi/execute/messages/sendButtons.d.ts +27 -0
  273. package/dist/nodes/EvolutionApi/execute/messages/sendButtons.js +121 -0
  274. package/dist/nodes/EvolutionApi/execute/messages/sendButtons.js.map +1 -0
  275. package/dist/nodes/EvolutionApi/execute/messages/sendContact.d.ts +27 -0
  276. package/dist/nodes/EvolutionApi/execute/messages/sendContact.js +80 -0
  277. package/dist/nodes/EvolutionApi/execute/messages/sendContact.js.map +1 -0
  278. package/dist/nodes/EvolutionApi/execute/messages/sendDocument.d.ts +2 -0
  279. package/dist/nodes/EvolutionApi/execute/messages/sendDocument.js +97 -0
  280. package/dist/nodes/EvolutionApi/execute/messages/sendDocument.js.map +1 -0
  281. package/dist/nodes/EvolutionApi/execute/messages/sendImage.d.ts +2 -0
  282. package/dist/nodes/EvolutionApi/execute/messages/sendImage.js +98 -0
  283. package/dist/nodes/EvolutionApi/execute/messages/sendImage.js.map +1 -0
  284. package/dist/nodes/EvolutionApi/execute/messages/sendList.d.ts +27 -0
  285. package/dist/nodes/EvolutionApi/execute/messages/sendList.js +111 -0
  286. package/dist/nodes/EvolutionApi/execute/messages/sendList.js.map +1 -0
  287. package/dist/nodes/EvolutionApi/execute/messages/sendLocation.d.ts +2 -0
  288. package/dist/nodes/EvolutionApi/execute/messages/sendLocation.js +47 -0
  289. package/dist/nodes/EvolutionApi/execute/messages/sendLocation.js.map +1 -0
  290. package/dist/nodes/EvolutionApi/execute/messages/sendPix.d.ts +27 -0
  291. package/dist/nodes/EvolutionApi/execute/messages/sendPix.js +84 -0
  292. package/dist/nodes/EvolutionApi/execute/messages/sendPix.js.map +1 -0
  293. package/dist/nodes/EvolutionApi/execute/messages/sendPoll.d.ts +27 -0
  294. package/dist/nodes/EvolutionApi/execute/messages/sendPoll.js +89 -0
  295. package/dist/nodes/EvolutionApi/execute/messages/sendPoll.js.map +1 -0
  296. package/dist/nodes/EvolutionApi/execute/messages/sendPtv.d.ts +2 -0
  297. package/dist/nodes/EvolutionApi/execute/messages/sendPtv.js +41 -0
  298. package/dist/nodes/EvolutionApi/execute/messages/sendPtv.js.map +1 -0
  299. package/dist/nodes/EvolutionApi/execute/messages/sendReaction.d.ts +27 -0
  300. package/dist/nodes/EvolutionApi/execute/messages/sendReaction.js +79 -0
  301. package/dist/nodes/EvolutionApi/execute/messages/sendReaction.js.map +1 -0
  302. package/dist/nodes/EvolutionApi/execute/messages/sendSticker.d.ts +2 -0
  303. package/dist/nodes/EvolutionApi/execute/messages/sendSticker.js +41 -0
  304. package/dist/nodes/EvolutionApi/execute/messages/sendSticker.js.map +1 -0
  305. package/dist/nodes/EvolutionApi/execute/messages/sendStories.d.ts +27 -0
  306. package/dist/nodes/EvolutionApi/execute/messages/sendStories.js +94 -0
  307. package/dist/nodes/EvolutionApi/execute/messages/sendStories.js.map +1 -0
  308. package/dist/nodes/EvolutionApi/execute/messages/sendTemplate.d.ts +2 -0
  309. package/dist/nodes/EvolutionApi/execute/messages/sendTemplate.js +38 -0
  310. package/dist/nodes/EvolutionApi/execute/messages/sendTemplate.js.map +1 -0
  311. package/dist/nodes/EvolutionApi/execute/messages/sendText.d.ts +2 -0
  312. package/dist/nodes/EvolutionApi/execute/messages/sendText.js +94 -0
  313. package/dist/nodes/EvolutionApi/execute/messages/sendText.js.map +1 -0
  314. package/dist/nodes/EvolutionApi/execute/messages/sendVideo.d.ts +27 -0
  315. package/dist/nodes/EvolutionApi/execute/messages/sendVideo.js +89 -0
  316. package/dist/nodes/EvolutionApi/execute/messages/sendVideo.js.map +1 -0
  317. package/dist/nodes/EvolutionApi/execute/newsletter/createNewsletter.d.ts +27 -0
  318. package/dist/nodes/EvolutionApi/execute/newsletter/createNewsletter.js +57 -0
  319. package/dist/nodes/EvolutionApi/execute/newsletter/createNewsletter.js.map +1 -0
  320. package/dist/nodes/EvolutionApi/execute/newsletter/deleteNewsletter.d.ts +27 -0
  321. package/dist/nodes/EvolutionApi/execute/newsletter/deleteNewsletter.js +48 -0
  322. package/dist/nodes/EvolutionApi/execute/newsletter/deleteNewsletter.js.map +1 -0
  323. package/dist/nodes/EvolutionApi/execute/newsletter/fetchNewsletterMessages.d.ts +27 -0
  324. package/dist/nodes/EvolutionApi/execute/newsletter/fetchNewsletterMessages.js +58 -0
  325. package/dist/nodes/EvolutionApi/execute/newsletter/fetchNewsletterMessages.js.map +1 -0
  326. package/dist/nodes/EvolutionApi/execute/newsletter/fetchNewsletters.d.ts +27 -0
  327. package/dist/nodes/EvolutionApi/execute/newsletter/fetchNewsletters.js +44 -0
  328. package/dist/nodes/EvolutionApi/execute/newsletter/fetchNewsletters.js.map +1 -0
  329. package/dist/nodes/EvolutionApi/execute/newsletter/followNewsletter.d.ts +27 -0
  330. package/dist/nodes/EvolutionApi/execute/newsletter/followNewsletter.js +48 -0
  331. package/dist/nodes/EvolutionApi/execute/newsletter/followNewsletter.js.map +1 -0
  332. package/dist/nodes/EvolutionApi/execute/newsletter/muteNewsletter.d.ts +27 -0
  333. package/dist/nodes/EvolutionApi/execute/newsletter/muteNewsletter.js +48 -0
  334. package/dist/nodes/EvolutionApi/execute/newsletter/muteNewsletter.js.map +1 -0
  335. package/dist/nodes/EvolutionApi/execute/newsletter/newsletterInviteInfo.d.ts +2 -0
  336. package/dist/nodes/EvolutionApi/execute/newsletter/newsletterInviteInfo.js +14 -0
  337. package/dist/nodes/EvolutionApi/execute/newsletter/newsletterInviteInfo.js.map +1 -0
  338. package/dist/nodes/EvolutionApi/execute/newsletter/newsletterMetadata.d.ts +27 -0
  339. package/dist/nodes/EvolutionApi/execute/newsletter/newsletterMetadata.js +56 -0
  340. package/dist/nodes/EvolutionApi/execute/newsletter/newsletterMetadata.js.map +1 -0
  341. package/dist/nodes/EvolutionApi/execute/newsletter/newsletterReactionMode.d.ts +27 -0
  342. package/dist/nodes/EvolutionApi/execute/newsletter/newsletterReactionMode.js +50 -0
  343. package/dist/nodes/EvolutionApi/execute/newsletter/newsletterReactionMode.js.map +1 -0
  344. package/dist/nodes/EvolutionApi/execute/newsletter/reactNewsletterMessage.d.ts +27 -0
  345. package/dist/nodes/EvolutionApi/execute/newsletter/reactNewsletterMessage.js +52 -0
  346. package/dist/nodes/EvolutionApi/execute/newsletter/reactNewsletterMessage.js.map +1 -0
  347. package/dist/nodes/EvolutionApi/execute/newsletter/removeNewsletterPicture.d.ts +27 -0
  348. package/dist/nodes/EvolutionApi/execute/newsletter/removeNewsletterPicture.js +48 -0
  349. package/dist/nodes/EvolutionApi/execute/newsletter/removeNewsletterPicture.js.map +1 -0
  350. package/dist/nodes/EvolutionApi/execute/newsletter/repostNewsletterMessage.d.ts +2 -0
  351. package/dist/nodes/EvolutionApi/execute/newsletter/repostNewsletterMessage.js +355 -0
  352. package/dist/nodes/EvolutionApi/execute/newsletter/repostNewsletterMessage.js.map +1 -0
  353. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterMedia.d.ts +2 -0
  354. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterMedia.js +68 -0
  355. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterMedia.js.map +1 -0
  356. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterPoll.d.ts +2 -0
  357. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterPoll.js +39 -0
  358. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterPoll.js.map +1 -0
  359. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterQuestion.d.ts +2 -0
  360. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterQuestion.js +22 -0
  361. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterQuestion.js.map +1 -0
  362. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterText.d.ts +2 -0
  363. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterText.js +20 -0
  364. package/dist/nodes/EvolutionApi/execute/newsletter/sendNewsletterText.js.map +1 -0
  365. package/dist/nodes/EvolutionApi/execute/newsletter/unfollowNewsletter.d.ts +27 -0
  366. package/dist/nodes/EvolutionApi/execute/newsletter/unfollowNewsletter.js +48 -0
  367. package/dist/nodes/EvolutionApi/execute/newsletter/unfollowNewsletter.js.map +1 -0
  368. package/dist/nodes/EvolutionApi/execute/newsletter/unmuteNewsletter.d.ts +27 -0
  369. package/dist/nodes/EvolutionApi/execute/newsletter/unmuteNewsletter.js +48 -0
  370. package/dist/nodes/EvolutionApi/execute/newsletter/unmuteNewsletter.js.map +1 -0
  371. package/dist/nodes/EvolutionApi/execute/newsletter/updateNewsletterDescription.d.ts +27 -0
  372. package/dist/nodes/EvolutionApi/execute/newsletter/updateNewsletterDescription.js +50 -0
  373. package/dist/nodes/EvolutionApi/execute/newsletter/updateNewsletterDescription.js.map +1 -0
  374. package/dist/nodes/EvolutionApi/execute/newsletter/updateNewsletterName.d.ts +27 -0
  375. package/dist/nodes/EvolutionApi/execute/newsletter/updateNewsletterName.js +50 -0
  376. package/dist/nodes/EvolutionApi/execute/newsletter/updateNewsletterName.js.map +1 -0
  377. package/dist/nodes/EvolutionApi/execute/newsletter/updateNewsletterPicture.d.ts +27 -0
  378. package/dist/nodes/EvolutionApi/execute/newsletter/updateNewsletterPicture.js +50 -0
  379. package/dist/nodes/EvolutionApi/execute/newsletter/updateNewsletterPicture.js.map +1 -0
  380. package/dist/nodes/EvolutionApi/execute/profile/fetchBusinessProfile.d.ts +27 -0
  381. package/dist/nodes/EvolutionApi/execute/profile/fetchBusinessProfile.js +49 -0
  382. package/dist/nodes/EvolutionApi/execute/profile/fetchBusinessProfile.js.map +1 -0
  383. package/dist/nodes/EvolutionApi/execute/profile/fetchPrivacySettings.d.ts +27 -0
  384. package/dist/nodes/EvolutionApi/execute/profile/fetchPrivacySettings.js +44 -0
  385. package/dist/nodes/EvolutionApi/execute/profile/fetchPrivacySettings.js.map +1 -0
  386. package/dist/nodes/EvolutionApi/execute/profile/fetchProfile.d.ts +27 -0
  387. package/dist/nodes/EvolutionApi/execute/profile/fetchProfile.js +49 -0
  388. package/dist/nodes/EvolutionApi/execute/profile/fetchProfile.js.map +1 -0
  389. package/dist/nodes/EvolutionApi/execute/profile/removeProfilePicture.d.ts +27 -0
  390. package/dist/nodes/EvolutionApi/execute/profile/removeProfilePicture.js +44 -0
  391. package/dist/nodes/EvolutionApi/execute/profile/removeProfilePicture.js.map +1 -0
  392. package/dist/nodes/EvolutionApi/execute/profile/updatePrivacySettings.d.ts +27 -0
  393. package/dist/nodes/EvolutionApi/execute/profile/updatePrivacySettings.js +59 -0
  394. package/dist/nodes/EvolutionApi/execute/profile/updatePrivacySettings.js.map +1 -0
  395. package/dist/nodes/EvolutionApi/execute/profile/updateProfileName.d.ts +27 -0
  396. package/dist/nodes/EvolutionApi/execute/profile/updateProfileName.js +49 -0
  397. package/dist/nodes/EvolutionApi/execute/profile/updateProfileName.js.map +1 -0
  398. package/dist/nodes/EvolutionApi/execute/profile/updateProfilePicture.d.ts +27 -0
  399. package/dist/nodes/EvolutionApi/execute/profile/updateProfilePicture.js +49 -0
  400. package/dist/nodes/EvolutionApi/execute/profile/updateProfilePicture.js.map +1 -0
  401. package/dist/nodes/EvolutionApi/execute/profile/updateProfileStatus.d.ts +27 -0
  402. package/dist/nodes/EvolutionApi/execute/profile/updateProfileStatus.js +49 -0
  403. package/dist/nodes/EvolutionApi/execute/profile/updateProfileStatus.js.map +1 -0
  404. package/dist/nodes/EvolutionApi/execute/s3/getMedia.d.ts +2 -0
  405. package/dist/nodes/EvolutionApi/execute/s3/getMedia.js +19 -0
  406. package/dist/nodes/EvolutionApi/execute/s3/getMedia.js.map +1 -0
  407. package/dist/nodes/EvolutionApi/execute/s3/getMediaUrl.d.ts +2 -0
  408. package/dist/nodes/EvolutionApi/execute/s3/getMediaUrl.js +19 -0
  409. package/dist/nodes/EvolutionApi/execute/s3/getMediaUrl.js.map +1 -0
  410. package/dist/nodes/EvolutionApi/execute/templates/createTemplate.d.ts +2 -0
  411. package/dist/nodes/EvolutionApi/execute/templates/createTemplate.js +23 -0
  412. package/dist/nodes/EvolutionApi/execute/templates/createTemplate.js.map +1 -0
  413. package/dist/nodes/EvolutionApi/execute/templates/fetchTemplates.d.ts +2 -0
  414. package/dist/nodes/EvolutionApi/execute/templates/fetchTemplates.js +12 -0
  415. package/dist/nodes/EvolutionApi/execute/templates/fetchTemplates.js.map +1 -0
  416. package/dist/nodes/EvolutionApi/loadOptions.d.ts +7 -0
  417. package/dist/nodes/EvolutionApi/loadOptions.js +264 -0
  418. package/dist/nodes/EvolutionApi/loadOptions.js.map +1 -0
  419. package/dist/nodes/EvolutionApi/properties/ai-integrations.fields.d.ts +4 -0
  420. package/dist/nodes/EvolutionApi/properties/ai-integrations.fields.js +608 -0
  421. package/dist/nodes/EvolutionApi/properties/ai-integrations.fields.js.map +1 -0
  422. package/dist/nodes/EvolutionApi/properties/business.fields.d.ts +2 -0
  423. package/dist/nodes/EvolutionApi/properties/business.fields.js +126 -0
  424. package/dist/nodes/EvolutionApi/properties/business.fields.js.map +1 -0
  425. package/dist/nodes/EvolutionApi/properties/business.operations.d.ts +2 -0
  426. package/dist/nodes/EvolutionApi/properties/business.operations.js +30 -0
  427. package/dist/nodes/EvolutionApi/properties/business.operations.js.map +1 -0
  428. package/dist/nodes/EvolutionApi/properties/call.fields.d.ts +2 -0
  429. package/dist/nodes/EvolutionApi/properties/call.fields.js +63 -0
  430. package/dist/nodes/EvolutionApi/properties/call.fields.js.map +1 -0
  431. package/dist/nodes/EvolutionApi/properties/call.operations.d.ts +2 -0
  432. package/dist/nodes/EvolutionApi/properties/call.operations.js +24 -0
  433. package/dist/nodes/EvolutionApi/properties/call.operations.js.map +1 -0
  434. package/dist/nodes/EvolutionApi/properties/chat.fields.d.ts +2 -0
  435. package/dist/nodes/EvolutionApi/properties/chat.fields.js +622 -0
  436. package/dist/nodes/EvolutionApi/properties/chat.fields.js.map +1 -0
  437. package/dist/nodes/EvolutionApi/properties/chat.operations.d.ts +2 -0
  438. package/dist/nodes/EvolutionApi/properties/chat.operations.js +108 -0
  439. package/dist/nodes/EvolutionApi/properties/chat.operations.js.map +1 -0
  440. package/dist/nodes/EvolutionApi/properties/community.fields.d.ts +2 -0
  441. package/dist/nodes/EvolutionApi/properties/community.fields.js +475 -0
  442. package/dist/nodes/EvolutionApi/properties/community.fields.js.map +1 -0
  443. package/dist/nodes/EvolutionApi/properties/community.operations.d.ts +2 -0
  444. package/dist/nodes/EvolutionApi/properties/community.operations.js +138 -0
  445. package/dist/nodes/EvolutionApi/properties/community.operations.js.map +1 -0
  446. package/dist/nodes/EvolutionApi/properties/events.fields.d.ts +2 -0
  447. package/dist/nodes/EvolutionApi/properties/events.fields.js +938 -0
  448. package/dist/nodes/EvolutionApi/properties/events.fields.js.map +1 -0
  449. package/dist/nodes/EvolutionApi/properties/events.operations.d.ts +2 -0
  450. package/dist/nodes/EvolutionApi/properties/events.operations.js +60 -0
  451. package/dist/nodes/EvolutionApi/properties/events.operations.js.map +1 -0
  452. package/dist/nodes/EvolutionApi/properties/groups.fields.d.ts +2 -0
  453. package/dist/nodes/EvolutionApi/properties/groups.fields.js +798 -0
  454. package/dist/nodes/EvolutionApi/properties/groups.fields.js.map +1 -0
  455. package/dist/nodes/EvolutionApi/properties/groups.operations.d.ts +2 -0
  456. package/dist/nodes/EvolutionApi/properties/groups.operations.js +114 -0
  457. package/dist/nodes/EvolutionApi/properties/groups.operations.js.map +1 -0
  458. package/dist/nodes/EvolutionApi/properties/index.d.ts +2 -0
  459. package/dist/nodes/EvolutionApi/properties/index.js +132 -0
  460. package/dist/nodes/EvolutionApi/properties/index.js.map +1 -0
  461. package/dist/nodes/EvolutionApi/properties/instances.fields.d.ts +2 -0
  462. package/dist/nodes/EvolutionApi/properties/instances.fields.js +982 -0
  463. package/dist/nodes/EvolutionApi/properties/instances.fields.js.map +1 -0
  464. package/dist/nodes/EvolutionApi/properties/instances.operations.d.ts +2 -0
  465. package/dist/nodes/EvolutionApi/properties/instances.operations.js +84 -0
  466. package/dist/nodes/EvolutionApi/properties/instances.operations.js.map +1 -0
  467. package/dist/nodes/EvolutionApi/properties/integrations.fields.d.ts +2 -0
  468. package/dist/nodes/EvolutionApi/properties/integrations.fields.js +1782 -0
  469. package/dist/nodes/EvolutionApi/properties/integrations.fields.js.map +1 -0
  470. package/dist/nodes/EvolutionApi/properties/integrations.operations.d.ts +2 -0
  471. package/dist/nodes/EvolutionApi/properties/integrations.operations.js +66 -0
  472. package/dist/nodes/EvolutionApi/properties/integrations.operations.js.map +1 -0
  473. package/dist/nodes/EvolutionApi/properties/labels.fields.d.ts +2 -0
  474. package/dist/nodes/EvolutionApi/properties/labels.fields.js +55 -0
  475. package/dist/nodes/EvolutionApi/properties/labels.fields.js.map +1 -0
  476. package/dist/nodes/EvolutionApi/properties/labels.operations.d.ts +2 -0
  477. package/dist/nodes/EvolutionApi/properties/labels.operations.js +30 -0
  478. package/dist/nodes/EvolutionApi/properties/labels.operations.js.map +1 -0
  479. package/dist/nodes/EvolutionApi/properties/messages.fields.d.ts +2 -0
  480. package/dist/nodes/EvolutionApi/properties/messages.fields.js +2199 -0
  481. package/dist/nodes/EvolutionApi/properties/messages.fields.js.map +1 -0
  482. package/dist/nodes/EvolutionApi/properties/messages.operations.d.ts +2 -0
  483. package/dist/nodes/EvolutionApi/properties/messages.operations.js +114 -0
  484. package/dist/nodes/EvolutionApi/properties/messages.operations.js.map +1 -0
  485. package/dist/nodes/EvolutionApi/properties/newsletter.fields.d.ts +2 -0
  486. package/dist/nodes/EvolutionApi/properties/newsletter.fields.js +1050 -0
  487. package/dist/nodes/EvolutionApi/properties/newsletter.fields.js.map +1 -0
  488. package/dist/nodes/EvolutionApi/properties/newsletter.operations.d.ts +2 -0
  489. package/dist/nodes/EvolutionApi/properties/newsletter.operations.js +144 -0
  490. package/dist/nodes/EvolutionApi/properties/newsletter.operations.js.map +1 -0
  491. package/dist/nodes/EvolutionApi/properties/profile.fields.d.ts +2 -0
  492. package/dist/nodes/EvolutionApi/properties/profile.fields.js +257 -0
  493. package/dist/nodes/EvolutionApi/properties/profile.fields.js.map +1 -0
  494. package/dist/nodes/EvolutionApi/properties/profile.operations.d.ts +2 -0
  495. package/dist/nodes/EvolutionApi/properties/profile.operations.js +66 -0
  496. package/dist/nodes/EvolutionApi/properties/profile.operations.js.map +1 -0
  497. package/dist/nodes/EvolutionApi/properties/resources.d.ts +2 -0
  498. package/dist/nodes/EvolutionApi/properties/resources.js +41 -0
  499. package/dist/nodes/EvolutionApi/properties/resources.js.map +1 -0
  500. package/dist/nodes/EvolutionApi/properties/s3.fields.d.ts +2 -0
  501. package/dist/nodes/EvolutionApi/properties/s3.fields.js +64 -0
  502. package/dist/nodes/EvolutionApi/properties/s3.fields.js.map +1 -0
  503. package/dist/nodes/EvolutionApi/properties/s3.operations.d.ts +2 -0
  504. package/dist/nodes/EvolutionApi/properties/s3.operations.js +30 -0
  505. package/dist/nodes/EvolutionApi/properties/s3.operations.js.map +1 -0
  506. package/dist/nodes/EvolutionApi/properties/templates.fields.d.ts +2 -0
  507. package/dist/nodes/EvolutionApi/properties/templates.fields.js +95 -0
  508. package/dist/nodes/EvolutionApi/properties/templates.fields.js.map +1 -0
  509. package/dist/nodes/EvolutionApi/properties/templates.operations.d.ts +2 -0
  510. package/dist/nodes/EvolutionApi/properties/templates.operations.js +30 -0
  511. package/dist/nodes/EvolutionApi/properties/templates.operations.js.map +1 -0
  512. package/dist/package.json +69 -0
  513. package/dist/tsconfig.tsbuildinfo +1 -0
  514. package/index.js +0 -0
  515. package/package.json +69 -0
@@ -0,0 +1,938 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.eventsFields = void 0;
4
+ exports.eventsFields = [
5
+ {
6
+ displayName: 'Instance Name or ID',
7
+ name: 'instanceName',
8
+ type: 'options',
9
+ typeOptions: {
10
+ loadOptionsMethod: 'getInstances',
11
+ },
12
+ default: '',
13
+ required: true,
14
+ description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
15
+ displayOptions: {
16
+ show: {
17
+ resource: ['events-api'],
18
+ operation: ['webhook'],
19
+ },
20
+ },
21
+ },
22
+ {
23
+ displayName: 'O Que Deseja Fazer',
24
+ name: 'resourceForWebhook',
25
+ type: 'options',
26
+ options: [
27
+ {
28
+ name: 'Definir Webhook',
29
+ value: 'setWebhook',
30
+ },
31
+ {
32
+ name: 'Verificar Webhook',
33
+ value: 'findWebhook',
34
+ },
35
+ ],
36
+ default: 'setWebhook',
37
+ description: 'Escolha entre definir um novo webhook ou verificar o webhook',
38
+ displayOptions: {
39
+ show: {
40
+ resource: ['events-api'],
41
+ operation: ['webhook'],
42
+ },
43
+ },
44
+ },
45
+ {
46
+ displayName: 'Ativar Webhook',
47
+ name: 'enabled',
48
+ type: 'boolean',
49
+ default: true,
50
+ description: 'Whether to enable or disable integration with Webhook',
51
+ displayOptions: {
52
+ show: {
53
+ resource: ['events-api'],
54
+ operation: ['webhook'],
55
+ resourceForWebhook: ['setWebhook'],
56
+ },
57
+ },
58
+ },
59
+ {
60
+ displayName: 'Url Do Webhook',
61
+ name: 'webhookUrl',
62
+ type: 'string',
63
+ default: '',
64
+ description: 'Digite a URL que vai receber os eventos do Webhook',
65
+ displayOptions: {
66
+ show: {
67
+ resource: ['events-api'],
68
+ operation: ['webhook'],
69
+ resourceForWebhook: ['setWebhook'],
70
+ },
71
+ },
72
+ },
73
+ {
74
+ displayName: 'Webhook Por Eventos',
75
+ name: 'webhookByEvents',
76
+ type: 'boolean',
77
+ default: false,
78
+ description: 'Whether to create a route for each event by appending the event name to the end of the URL',
79
+ displayOptions: {
80
+ show: {
81
+ resource: ['events-api'],
82
+ operation: ['webhook'],
83
+ resourceForWebhook: ['setWebhook'],
84
+ },
85
+ },
86
+ },
87
+ {
88
+ displayName: 'Base64 No Webhook',
89
+ name: 'webhookBase64',
90
+ type: 'boolean',
91
+ default: false,
92
+ description: 'Whether to send media data in base64 format in the webhook',
93
+ displayOptions: {
94
+ show: {
95
+ resource: ['events-api'],
96
+ operation: ['webhook'],
97
+ resourceForWebhook: ['setWebhook'],
98
+ },
99
+ },
100
+ },
101
+ {
102
+ displayName: 'Eventos',
103
+ name: 'webhookEvents',
104
+ type: 'multiOptions',
105
+ displayOptions: {
106
+ show: {
107
+ resource: ['events-api'],
108
+ operation: ['webhook'],
109
+ resourceForWebhook: ['setWebhook'],
110
+ },
111
+ },
112
+ default: [],
113
+ options: [
114
+ {
115
+ name: 'CALL',
116
+ value: 'CALL',
117
+ },
118
+ {
119
+ name: 'CHATS_DELETE',
120
+ value: 'CHATS_DELETE',
121
+ },
122
+ {
123
+ name: 'CHATS_SET',
124
+ value: 'CHATS_SET',
125
+ },
126
+ {
127
+ name: 'CHATS_UPDATE',
128
+ value: 'CHATS_UPDATE',
129
+ },
130
+ {
131
+ name: 'CHATS_UPSERT',
132
+ value: 'CHATS_UPSERT',
133
+ },
134
+ {
135
+ name: 'CONNECTION_UPDATE',
136
+ value: 'CONNECTION_UPDATE',
137
+ },
138
+ {
139
+ name: 'CONTACTS_SET',
140
+ value: 'CONTACTS_SET',
141
+ },
142
+ {
143
+ name: 'CONTACTS_UPDATE',
144
+ value: 'CONTACTS_UPDATE',
145
+ },
146
+ {
147
+ name: 'CONTACTS_UPSERT',
148
+ value: 'CONTACTS_UPSERT',
149
+ },
150
+ {
151
+ name: 'GROUP_PARTICIPANTS_UPDATE',
152
+ value: 'GROUP_PARTICIPANTS_UPDATE',
153
+ },
154
+ {
155
+ name: 'GROUP_UPDATE',
156
+ value: 'GROUP_UPDATE',
157
+ },
158
+ {
159
+ name: 'GROUPS_UPSERT',
160
+ value: 'GROUPS_UPSERT',
161
+ },
162
+ {
163
+ name: 'LABELS_ASSOCIATION',
164
+ value: 'LABELS_ASSOCIATION',
165
+ },
166
+ {
167
+ name: 'LABELS_EDIT',
168
+ value: 'LABELS_EDIT',
169
+ },
170
+ {
171
+ name: 'MESSAGES_DELETE',
172
+ value: 'MESSAGES_DELETE',
173
+ },
174
+ {
175
+ name: 'MESSAGES_SET',
176
+ value: 'MESSAGES_SET',
177
+ },
178
+ {
179
+ name: 'MESSAGES_UPDATE',
180
+ value: 'MESSAGES_UPDATE',
181
+ },
182
+ {
183
+ name: 'MESSAGES_UPSERT',
184
+ value: 'MESSAGES_UPSERT',
185
+ },
186
+ {
187
+ name: 'PRESENCE_UPDATE',
188
+ value: 'PRESENCE_UPDATE',
189
+ },
190
+ {
191
+ name: 'QRCODE_UPDATED',
192
+ value: 'QRCODE_UPDATED',
193
+ },
194
+ {
195
+ name: 'SEND_MESSAGE',
196
+ value: 'SEND_MESSAGE',
197
+ },
198
+ {
199
+ name: 'TYPEBOT_CHANGE_STATUS',
200
+ value: 'TYPEBOT_CHANGE_STATUS',
201
+ },
202
+ {
203
+ name: 'TYPEBOT_START',
204
+ value: 'TYPEBOT_START',
205
+ },
206
+ ],
207
+ },
208
+ {
209
+ displayName: 'Instance Name or ID',
210
+ name: 'instanceName',
211
+ type: 'options',
212
+ typeOptions: {
213
+ loadOptionsMethod: 'getInstances',
214
+ },
215
+ default: '',
216
+ required: true,
217
+ description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
218
+ displayOptions: {
219
+ show: {
220
+ resource: ['events-api'],
221
+ operation: ['rabbitmq'],
222
+ },
223
+ },
224
+ },
225
+ {
226
+ displayName: 'O Que Deseja Fazer',
227
+ name: 'resourceForRabbitMQ',
228
+ type: 'options',
229
+ options: [
230
+ {
231
+ name: 'Definir RabbitMQ',
232
+ value: 'setRabbitMQ',
233
+ },
234
+ {
235
+ name: 'Verificar RabbitMQ',
236
+ value: 'findRabbitMQ',
237
+ },
238
+ ],
239
+ default: 'setRabbitMQ',
240
+ description: 'Escolha entre ativar/desativar RabbitMQ ou verificar o RabbitMQ',
241
+ displayOptions: {
242
+ show: {
243
+ resource: ['events-api'],
244
+ operation: ['rabbitmq'],
245
+ },
246
+ },
247
+ },
248
+ {
249
+ displayName: 'Ativar RabbitMQ',
250
+ name: 'enabled',
251
+ type: 'boolean',
252
+ default: true,
253
+ description: 'Whether to enable or disable integration with RabbitMQ',
254
+ displayOptions: {
255
+ show: {
256
+ resource: ['events-api'],
257
+ operation: ['rabbitmq'],
258
+ resourceForRabbitMQ: ['setRabbitMQ'],
259
+ },
260
+ },
261
+ },
262
+ {
263
+ displayName: 'Eventos',
264
+ name: 'rabbitMQEvents',
265
+ type: 'multiOptions',
266
+ displayOptions: {
267
+ show: {
268
+ resource: ['events-api'],
269
+ operation: ['rabbitmq'],
270
+ resourceForRabbitMQ: ['setRabbitMQ'],
271
+ },
272
+ },
273
+ default: [],
274
+ options: [
275
+ {
276
+ name: 'CALL',
277
+ value: 'CALL',
278
+ },
279
+ {
280
+ name: 'CHATS_DELETE',
281
+ value: 'CHATS_DELETE',
282
+ },
283
+ {
284
+ name: 'CHATS_SET',
285
+ value: 'CHATS_SET',
286
+ },
287
+ {
288
+ name: 'CHATS_UPDATE',
289
+ value: 'CHATS_UPDATE',
290
+ },
291
+ {
292
+ name: 'CHATS_UPSERT',
293
+ value: 'CHATS_UPSERT',
294
+ },
295
+ {
296
+ name: 'CONNECTION_UPDATE',
297
+ value: 'CONNECTION_UPDATE',
298
+ },
299
+ {
300
+ name: 'CONTACTS_SET',
301
+ value: 'CONTACTS_SET',
302
+ },
303
+ {
304
+ name: 'CONTACTS_UPDATE',
305
+ value: 'CONTACTS_UPDATE',
306
+ },
307
+ {
308
+ name: 'CONTACTS_UPSERT',
309
+ value: 'CONTACTS_UPSERT',
310
+ },
311
+ {
312
+ name: 'GROUP_PARTICIPANTS_UPDATE',
313
+ value: 'GROUP_PARTICIPANTS_UPDATE',
314
+ },
315
+ {
316
+ name: 'GROUP_UPDATE',
317
+ value: 'GROUP_UPDATE',
318
+ },
319
+ {
320
+ name: 'GROUPS_UPSERT',
321
+ value: 'GROUPS_UPSERT',
322
+ },
323
+ {
324
+ name: 'LABELS_ASSOCIATION',
325
+ value: 'LABELS_ASSOCIATION',
326
+ },
327
+ {
328
+ name: 'LABELS_EDIT',
329
+ value: 'LABELS_EDIT',
330
+ },
331
+ {
332
+ name: 'MESSAGES_DELETE',
333
+ value: 'MESSAGES_DELETE',
334
+ },
335
+ {
336
+ name: 'MESSAGES_SET',
337
+ value: 'MESSAGES_SET',
338
+ },
339
+ {
340
+ name: 'MESSAGES_UPDATE',
341
+ value: 'MESSAGES_UPDATE',
342
+ },
343
+ {
344
+ name: 'MESSAGES_UPSERT',
345
+ value: 'MESSAGES_UPSERT',
346
+ },
347
+ {
348
+ name: 'PRESENCE_UPDATE',
349
+ value: 'PRESENCE_UPDATE',
350
+ },
351
+ {
352
+ name: 'QRCODE_UPDATED',
353
+ value: 'QRCODE_UPDATED',
354
+ },
355
+ {
356
+ name: 'SEND_MESSAGE',
357
+ value: 'SEND_MESSAGE',
358
+ },
359
+ {
360
+ name: 'TYPEBOT_CHANGE_STATUS',
361
+ value: 'TYPEBOT_CHANGE_STATUS',
362
+ },
363
+ {
364
+ name: 'TYPEBOT_START',
365
+ value: 'TYPEBOT_START',
366
+ },
367
+ ],
368
+ },
369
+ {
370
+ displayName: 'Instance Name or ID',
371
+ name: 'instanceName',
372
+ type: 'options',
373
+ typeOptions: {
374
+ loadOptionsMethod: 'getInstances',
375
+ },
376
+ default: '',
377
+ required: true,
378
+ description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
379
+ displayOptions: {
380
+ show: {
381
+ resource: ['events-api'],
382
+ operation: ['websocket'],
383
+ },
384
+ },
385
+ },
386
+ {
387
+ displayName: 'O Que Deseja Fazer',
388
+ name: 'resourceForEvents',
389
+ type: 'options',
390
+ options: [
391
+ { name: 'Definir WebSocket', value: 'setWebsocket' },
392
+ { name: 'Verificar WebSocket', value: 'findWebsocket' },
393
+ ],
394
+ default: 'setWebsocket',
395
+ description: 'Escolha entre definir ou verificar configuração',
396
+ displayOptions: {
397
+ show: {
398
+ resource: ['events-api'],
399
+ operation: ['websocket'],
400
+ },
401
+ },
402
+ },
403
+ {
404
+ displayName: 'Ativar WebSocket',
405
+ name: 'enabled',
406
+ type: 'boolean',
407
+ default: true,
408
+ description: 'Whether to enable or disable WebSocket integration',
409
+ displayOptions: {
410
+ show: {
411
+ resource: ['events-api'],
412
+ operation: ['websocket'],
413
+ resourceForEvents: ['setWebsocket'],
414
+ },
415
+ },
416
+ },
417
+ {
418
+ displayName: 'Eventos',
419
+ name: 'events',
420
+ type: 'multiOptions',
421
+ displayOptions: {
422
+ show: {
423
+ resource: ['events-api'],
424
+ operation: ['websocket'],
425
+ resourceForEvents: ['setWebsocket'],
426
+ },
427
+ },
428
+ default: [],
429
+ options: [
430
+ { name: 'CALL', value: 'CALL' },
431
+ { name: 'CHATS_DELETE', value: 'CHATS_DELETE' },
432
+ { name: 'CHATS_SET', value: 'CHATS_SET' },
433
+ { name: 'CHATS_UPDATE', value: 'CHATS_UPDATE' },
434
+ { name: 'CHATS_UPSERT', value: 'CHATS_UPSERT' },
435
+ { name: 'CONNECTION_UPDATE', value: 'CONNECTION_UPDATE' },
436
+ { name: 'CONTACTS_SET', value: 'CONTACTS_SET' },
437
+ { name: 'CONTACTS_UPDATE', value: 'CONTACTS_UPDATE' },
438
+ { name: 'CONTACTS_UPSERT', value: 'CONTACTS_UPSERT' },
439
+ { name: 'GROUP_PARTICIPANTS_UPDATE', value: 'GROUP_PARTICIPANTS_UPDATE' },
440
+ { name: 'GROUP_UPDATE', value: 'GROUP_UPDATE' },
441
+ { name: 'GROUPS_UPSERT', value: 'GROUPS_UPSERT' },
442
+ { name: 'LABELS_ASSOCIATION', value: 'LABELS_ASSOCIATION' },
443
+ { name: 'LABELS_EDIT', value: 'LABELS_EDIT' },
444
+ { name: 'MESSAGES_DELETE', value: 'MESSAGES_DELETE' },
445
+ { name: 'MESSAGES_SET', value: 'MESSAGES_SET' },
446
+ { name: 'MESSAGES_UPDATE', value: 'MESSAGES_UPDATE' },
447
+ { name: 'MESSAGES_UPSERT', value: 'MESSAGES_UPSERT' },
448
+ { name: 'PRESENCE_UPDATE', value: 'PRESENCE_UPDATE' },
449
+ { name: 'QRCODE_UPDATED', value: 'QRCODE_UPDATED' },
450
+ { name: 'SEND_MESSAGE', value: 'SEND_MESSAGE' },
451
+ { name: 'TYPEBOT_CHANGE_STATUS', value: 'TYPEBOT_CHANGE_STATUS' },
452
+ { name: 'TYPEBOT_START', value: 'TYPEBOT_START' },
453
+ ],
454
+ },
455
+ {
456
+ displayName: 'Instance Name or ID',
457
+ name: 'instanceName',
458
+ type: 'options',
459
+ typeOptions: {
460
+ loadOptionsMethod: 'getInstances',
461
+ },
462
+ default: '',
463
+ required: true,
464
+ description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
465
+ displayOptions: {
466
+ show: {
467
+ resource: ['events-api'],
468
+ operation: ['sqs'],
469
+ },
470
+ },
471
+ },
472
+ {
473
+ displayName: 'O Que Deseja Fazer',
474
+ name: 'resourceForEvents',
475
+ type: 'options',
476
+ options: [
477
+ { name: 'Definir SQS', value: 'setSqs' },
478
+ { name: 'Verificar SQS', value: 'findSqs' },
479
+ ],
480
+ default: 'setSqs',
481
+ description: 'Escolha entre definir ou verificar configuração',
482
+ displayOptions: {
483
+ show: {
484
+ resource: ['events-api'],
485
+ operation: ['sqs'],
486
+ },
487
+ },
488
+ },
489
+ {
490
+ displayName: 'Ativar SQS',
491
+ name: 'enabled',
492
+ type: 'boolean',
493
+ default: true,
494
+ description: 'Whether to enable or disable SQS integration',
495
+ displayOptions: {
496
+ show: {
497
+ resource: ['events-api'],
498
+ operation: ['sqs'],
499
+ resourceForEvents: ['setSqs'],
500
+ },
501
+ },
502
+ },
503
+ {
504
+ displayName: 'Access Key ID',
505
+ name: 'accessKeyId',
506
+ type: 'string',
507
+ default: '',
508
+ required: true,
509
+ description: 'AWS Access Key ID',
510
+ displayOptions: {
511
+ show: {
512
+ resource: ['events-api'],
513
+ operation: ['sqs'],
514
+ resourceForEvents: ['setSqs'],
515
+ },
516
+ },
517
+ },
518
+ {
519
+ displayName: 'Secret Access Key',
520
+ name: 'secretAccessKey',
521
+ type: 'string',
522
+ typeOptions: { password: true },
523
+ default: '',
524
+ required: true,
525
+ description: 'AWS Secret Access Key',
526
+ displayOptions: {
527
+ show: {
528
+ resource: ['events-api'],
529
+ operation: ['sqs'],
530
+ resourceForEvents: ['setSqs'],
531
+ },
532
+ },
533
+ },
534
+ {
535
+ displayName: 'Região',
536
+ name: 'region',
537
+ type: 'string',
538
+ default: 'us-east-1',
539
+ required: true,
540
+ description: 'Região da AWS (ex: us-east-1, sa-east-1)',
541
+ displayOptions: {
542
+ show: {
543
+ resource: ['events-api'],
544
+ operation: ['sqs'],
545
+ resourceForEvents: ['setSqs'],
546
+ },
547
+ },
548
+ },
549
+ {
550
+ displayName: 'URL Da Fila',
551
+ name: 'queueUrl',
552
+ type: 'string',
553
+ default: '',
554
+ required: true,
555
+ description: 'URL completa da fila SQS',
556
+ displayOptions: {
557
+ show: {
558
+ resource: ['events-api'],
559
+ operation: ['sqs'],
560
+ resourceForEvents: ['setSqs'],
561
+ },
562
+ },
563
+ },
564
+ {
565
+ displayName: 'Eventos',
566
+ name: 'events',
567
+ type: 'multiOptions',
568
+ displayOptions: {
569
+ show: {
570
+ resource: ['events-api'],
571
+ operation: ['sqs'],
572
+ resourceForEvents: ['setSqs'],
573
+ },
574
+ },
575
+ default: [],
576
+ options: [
577
+ { name: 'CALL', value: 'CALL' },
578
+ { name: 'CONNECTION_UPDATE', value: 'CONNECTION_UPDATE' },
579
+ { name: 'MESSAGES_UPDATE', value: 'MESSAGES_UPDATE' },
580
+ { name: 'MESSAGES_UPSERT', value: 'MESSAGES_UPSERT' },
581
+ { name: 'SEND_MESSAGE', value: 'SEND_MESSAGE' },
582
+ ],
583
+ },
584
+ {
585
+ displayName: 'Instance Name or ID',
586
+ name: 'instanceName',
587
+ type: 'options',
588
+ typeOptions: {
589
+ loadOptionsMethod: 'getInstances',
590
+ },
591
+ default: '',
592
+ required: true,
593
+ description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
594
+ displayOptions: {
595
+ show: {
596
+ resource: ['events-api'],
597
+ operation: ['nats'],
598
+ },
599
+ },
600
+ },
601
+ {
602
+ displayName: 'O Que Deseja Fazer',
603
+ name: 'resourceForEvents',
604
+ type: 'options',
605
+ options: [
606
+ { name: 'Definir NATS', value: 'setNats' },
607
+ { name: 'Verificar NATS', value: 'findNats' },
608
+ ],
609
+ default: 'setNats',
610
+ description: 'Escolha entre definir ou verificar configuração',
611
+ displayOptions: {
612
+ show: {
613
+ resource: ['events-api'],
614
+ operation: ['nats'],
615
+ },
616
+ },
617
+ },
618
+ {
619
+ displayName: 'Ativar NATS',
620
+ name: 'enabled',
621
+ type: 'boolean',
622
+ default: true,
623
+ description: 'Whether to enable or disable NATS integration',
624
+ displayOptions: {
625
+ show: {
626
+ resource: ['events-api'],
627
+ operation: ['nats'],
628
+ resourceForEvents: ['setNats'],
629
+ },
630
+ },
631
+ },
632
+ {
633
+ displayName: 'Servidores',
634
+ name: 'servers',
635
+ type: 'string',
636
+ default: 'nats://localhost:4222',
637
+ required: true,
638
+ description: 'Lista de servidores NATS separados por vírgula',
639
+ displayOptions: {
640
+ show: {
641
+ resource: ['events-api'],
642
+ operation: ['nats'],
643
+ resourceForEvents: ['setNats'],
644
+ },
645
+ },
646
+ },
647
+ {
648
+ displayName: 'Subject',
649
+ name: 'subject',
650
+ type: 'string',
651
+ default: 'evolution',
652
+ required: true,
653
+ description: 'Subject/tópico para publicar mensagens',
654
+ displayOptions: {
655
+ show: {
656
+ resource: ['events-api'],
657
+ operation: ['nats'],
658
+ resourceForEvents: ['setNats'],
659
+ },
660
+ },
661
+ },
662
+ {
663
+ displayName: 'Eventos',
664
+ name: 'events',
665
+ type: 'multiOptions',
666
+ displayOptions: {
667
+ show: {
668
+ resource: ['events-api'],
669
+ operation: ['nats'],
670
+ resourceForEvents: ['setNats'],
671
+ },
672
+ },
673
+ default: [],
674
+ options: [
675
+ { name: 'CALL', value: 'CALL' },
676
+ { name: 'CONNECTION_UPDATE', value: 'CONNECTION_UPDATE' },
677
+ { name: 'MESSAGES_UPDATE', value: 'MESSAGES_UPDATE' },
678
+ { name: 'MESSAGES_UPSERT', value: 'MESSAGES_UPSERT' },
679
+ { name: 'SEND_MESSAGE', value: 'SEND_MESSAGE' },
680
+ ],
681
+ },
682
+ {
683
+ displayName: 'Instance Name or ID',
684
+ name: 'instanceName',
685
+ type: 'options',
686
+ typeOptions: {
687
+ loadOptionsMethod: 'getInstances',
688
+ },
689
+ default: '',
690
+ required: true,
691
+ description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
692
+ displayOptions: {
693
+ show: {
694
+ resource: ['events-api'],
695
+ operation: ['pusher'],
696
+ },
697
+ },
698
+ },
699
+ {
700
+ displayName: 'O Que Deseja Fazer',
701
+ name: 'resourceForEvents',
702
+ type: 'options',
703
+ options: [
704
+ { name: 'Definir Pusher', value: 'setPusher' },
705
+ { name: 'Verificar Pusher', value: 'findPusher' },
706
+ ],
707
+ default: 'setPusher',
708
+ description: 'Escolha entre definir ou verificar configuração',
709
+ displayOptions: {
710
+ show: {
711
+ resource: ['events-api'],
712
+ operation: ['pusher'],
713
+ },
714
+ },
715
+ },
716
+ {
717
+ displayName: 'Ativar Pusher',
718
+ name: 'enabled',
719
+ type: 'boolean',
720
+ default: true,
721
+ description: 'Whether to enable or disable Pusher integration',
722
+ displayOptions: {
723
+ show: {
724
+ resource: ['events-api'],
725
+ operation: ['pusher'],
726
+ resourceForEvents: ['setPusher'],
727
+ },
728
+ },
729
+ },
730
+ {
731
+ displayName: 'App ID',
732
+ name: 'appId',
733
+ type: 'string',
734
+ default: '',
735
+ required: true,
736
+ description: 'Pusher App ID',
737
+ displayOptions: {
738
+ show: {
739
+ resource: ['events-api'],
740
+ operation: ['pusher'],
741
+ resourceForEvents: ['setPusher'],
742
+ },
743
+ },
744
+ },
745
+ {
746
+ displayName: 'Key',
747
+ name: 'pusherKey',
748
+ type: 'string',
749
+ default: '',
750
+ required: true,
751
+ description: 'Pusher Key',
752
+ displayOptions: {
753
+ show: {
754
+ resource: ['events-api'],
755
+ operation: ['pusher'],
756
+ resourceForEvents: ['setPusher'],
757
+ },
758
+ },
759
+ },
760
+ {
761
+ displayName: 'Secret',
762
+ name: 'pusherSecret',
763
+ type: 'string',
764
+ typeOptions: { password: true },
765
+ default: '',
766
+ required: true,
767
+ description: 'Pusher Secret',
768
+ displayOptions: {
769
+ show: {
770
+ resource: ['events-api'],
771
+ operation: ['pusher'],
772
+ resourceForEvents: ['setPusher'],
773
+ },
774
+ },
775
+ },
776
+ {
777
+ displayName: 'Cluster',
778
+ name: 'cluster',
779
+ type: 'string',
780
+ default: 'mt1',
781
+ required: true,
782
+ description: 'Pusher Cluster (ex: mt1, us2, eu)',
783
+ displayOptions: {
784
+ show: {
785
+ resource: ['events-api'],
786
+ operation: ['pusher'],
787
+ resourceForEvents: ['setPusher'],
788
+ },
789
+ },
790
+ },
791
+ {
792
+ displayName: 'Usar TLS',
793
+ name: 'useTLS',
794
+ type: 'boolean',
795
+ default: true,
796
+ description: 'Whether to use TLS encryption',
797
+ displayOptions: {
798
+ show: {
799
+ resource: ['events-api'],
800
+ operation: ['pusher'],
801
+ resourceForEvents: ['setPusher'],
802
+ },
803
+ },
804
+ },
805
+ {
806
+ displayName: 'Eventos',
807
+ name: 'events',
808
+ type: 'multiOptions',
809
+ displayOptions: {
810
+ show: {
811
+ resource: ['events-api'],
812
+ operation: ['pusher'],
813
+ resourceForEvents: ['setPusher'],
814
+ },
815
+ },
816
+ default: [],
817
+ options: [
818
+ { name: 'CALL', value: 'CALL' },
819
+ { name: 'CONNECTION_UPDATE', value: 'CONNECTION_UPDATE' },
820
+ { name: 'MESSAGES_UPDATE', value: 'MESSAGES_UPDATE' },
821
+ { name: 'MESSAGES_UPSERT', value: 'MESSAGES_UPSERT' },
822
+ { name: 'SEND_MESSAGE', value: 'SEND_MESSAGE' },
823
+ ],
824
+ },
825
+ {
826
+ displayName: 'Instance Name or ID',
827
+ name: 'instanceName',
828
+ type: 'options',
829
+ typeOptions: {
830
+ loadOptionsMethod: 'getInstances',
831
+ },
832
+ default: '',
833
+ required: true,
834
+ description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
835
+ displayOptions: {
836
+ show: {
837
+ resource: ['events-api'],
838
+ operation: ['kafka'],
839
+ },
840
+ },
841
+ },
842
+ {
843
+ displayName: 'O Que Deseja Fazer',
844
+ name: 'resourceForEvents',
845
+ type: 'options',
846
+ options: [
847
+ { name: 'Definir Kafka', value: 'setKafka' },
848
+ { name: 'Verificar Kafka', value: 'findKafka' },
849
+ ],
850
+ default: 'setKafka',
851
+ description: 'Escolha entre definir ou verificar configuração',
852
+ displayOptions: {
853
+ show: {
854
+ resource: ['events-api'],
855
+ operation: ['kafka'],
856
+ },
857
+ },
858
+ },
859
+ {
860
+ displayName: 'Ativar Kafka',
861
+ name: 'enabled',
862
+ type: 'boolean',
863
+ default: true,
864
+ description: 'Whether to enable or disable Kafka integration',
865
+ displayOptions: {
866
+ show: {
867
+ resource: ['events-api'],
868
+ operation: ['kafka'],
869
+ resourceForEvents: ['setKafka'],
870
+ },
871
+ },
872
+ },
873
+ {
874
+ displayName: 'Brokers',
875
+ name: 'brokers',
876
+ type: 'string',
877
+ default: 'localhost:9092',
878
+ required: true,
879
+ description: 'Lista de brokers Kafka separados por vírgula',
880
+ displayOptions: {
881
+ show: {
882
+ resource: ['events-api'],
883
+ operation: ['kafka'],
884
+ resourceForEvents: ['setKafka'],
885
+ },
886
+ },
887
+ },
888
+ {
889
+ displayName: 'Topic',
890
+ name: 'topic',
891
+ type: 'string',
892
+ default: 'evolution-events',
893
+ required: true,
894
+ description: 'Nome do tópico Kafka',
895
+ displayOptions: {
896
+ show: {
897
+ resource: ['events-api'],
898
+ operation: ['kafka'],
899
+ resourceForEvents: ['setKafka'],
900
+ },
901
+ },
902
+ },
903
+ {
904
+ displayName: 'Client ID',
905
+ name: 'clientId',
906
+ type: 'string',
907
+ default: '',
908
+ description: 'Client ID opcional para o Kafka',
909
+ displayOptions: {
910
+ show: {
911
+ resource: ['events-api'],
912
+ operation: ['kafka'],
913
+ resourceForEvents: ['setKafka'],
914
+ },
915
+ },
916
+ },
917
+ {
918
+ displayName: 'Eventos',
919
+ name: 'events',
920
+ type: 'multiOptions',
921
+ displayOptions: {
922
+ show: {
923
+ resource: ['events-api'],
924
+ operation: ['kafka'],
925
+ resourceForEvents: ['setKafka'],
926
+ },
927
+ },
928
+ default: [],
929
+ options: [
930
+ { name: 'CALL', value: 'CALL' },
931
+ { name: 'CONNECTION_UPDATE', value: 'CONNECTION_UPDATE' },
932
+ { name: 'MESSAGES_UPDATE', value: 'MESSAGES_UPDATE' },
933
+ { name: 'MESSAGES_UPSERT', value: 'MESSAGES_UPSERT' },
934
+ { name: 'SEND_MESSAGE', value: 'SEND_MESSAGE' },
935
+ ],
936
+ },
937
+ ];
938
+ //# sourceMappingURL=events.fields.js.map