n8n-nodes-evolution-go-nk 1.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 (330) hide show
  1. package/LICENSE.md +19 -0
  2. package/README.md +197 -0
  3. package/dist/credentials/EvolutionApi.credentials.d.ts +9 -0
  4. package/dist/credentials/EvolutionApi.credentials.js +50 -0
  5. package/dist/credentials/EvolutionApi.credentials.js.map +1 -0
  6. package/dist/credentials/EvolutionApiNk.credentials.d.ts +9 -0
  7. package/dist/credentials/EvolutionApiNk.credentials.js +50 -0
  8. package/dist/credentials/EvolutionApiNk.credentials.js.map +1 -0
  9. package/dist/credentials/EvolutionApiNkApi.credentials.d.ts +9 -0
  10. package/dist/credentials/EvolutionApiNkApi.credentials.js +50 -0
  11. package/dist/credentials/EvolutionApiNkApi.credentials.js.map +1 -0
  12. package/dist/credentials/EvolutionGoApi.credentials.d.ts +9 -0
  13. package/dist/credentials/EvolutionGoApi.credentials.js +57 -0
  14. package/dist/credentials/EvolutionGoApi.credentials.js.map +1 -0
  15. package/dist/nodes/EvolutionApi/EvolutionApiNk.node.d.ts +5 -0
  16. package/dist/nodes/EvolutionApi/EvolutionApiNk.node.js +54 -0
  17. package/dist/nodes/EvolutionApi/EvolutionApiNk.node.js.map +1 -0
  18. package/dist/nodes/EvolutionApi/EvolutionApiNk.node.json +21 -0
  19. package/dist/nodes/EvolutionApi/evolutionapi.svg +14 -0
  20. package/dist/nodes/EvolutionApi/execute/chat/blockContact.d.ts +27 -0
  21. package/dist/nodes/EvolutionApi/execute/chat/blockContact.js +51 -0
  22. package/dist/nodes/EvolutionApi/execute/chat/blockContact.js.map +1 -0
  23. package/dist/nodes/EvolutionApi/execute/chat/checkNumber.d.ts +27 -0
  24. package/dist/nodes/EvolutionApi/execute/chat/checkNumber.js +50 -0
  25. package/dist/nodes/EvolutionApi/execute/chat/checkNumber.js.map +1 -0
  26. package/dist/nodes/EvolutionApi/execute/chat/deleteMessage.d.ts +27 -0
  27. package/dist/nodes/EvolutionApi/execute/chat/deleteMessage.js +62 -0
  28. package/dist/nodes/EvolutionApi/execute/chat/deleteMessage.js.map +1 -0
  29. package/dist/nodes/EvolutionApi/execute/chat/fetchProfilePicture.d.ts +27 -0
  30. package/dist/nodes/EvolutionApi/execute/chat/fetchProfilePicture.js +49 -0
  31. package/dist/nodes/EvolutionApi/execute/chat/fetchProfilePicture.js.map +1 -0
  32. package/dist/nodes/EvolutionApi/execute/chat/findChats.d.ts +27 -0
  33. package/dist/nodes/EvolutionApi/execute/chat/findChats.js +57 -0
  34. package/dist/nodes/EvolutionApi/execute/chat/findChats.js.map +1 -0
  35. package/dist/nodes/EvolutionApi/execute/chat/findContacts.d.ts +27 -0
  36. package/dist/nodes/EvolutionApi/execute/chat/findContacts.js +55 -0
  37. package/dist/nodes/EvolutionApi/execute/chat/findContacts.js.map +1 -0
  38. package/dist/nodes/EvolutionApi/execute/chat/findMessages.d.ts +27 -0
  39. package/dist/nodes/EvolutionApi/execute/chat/findMessages.js +57 -0
  40. package/dist/nodes/EvolutionApi/execute/chat/findMessages.js.map +1 -0
  41. package/dist/nodes/EvolutionApi/execute/chat/findStatusMessages.d.ts +27 -0
  42. package/dist/nodes/EvolutionApi/execute/chat/findStatusMessages.js +58 -0
  43. package/dist/nodes/EvolutionApi/execute/chat/findStatusMessages.js.map +1 -0
  44. package/dist/nodes/EvolutionApi/execute/chat/getMediaBase64.d.ts +27 -0
  45. package/dist/nodes/EvolutionApi/execute/chat/getMediaBase64.js +55 -0
  46. package/dist/nodes/EvolutionApi/execute/chat/getMediaBase64.js.map +1 -0
  47. package/dist/nodes/EvolutionApi/execute/chat/manageArchive.d.ts +27 -0
  48. package/dist/nodes/EvolutionApi/execute/chat/manageArchive.js +60 -0
  49. package/dist/nodes/EvolutionApi/execute/chat/manageArchive.js.map +1 -0
  50. package/dist/nodes/EvolutionApi/execute/chat/markChatUnread.d.ts +27 -0
  51. package/dist/nodes/EvolutionApi/execute/chat/markChatUnread.js +58 -0
  52. package/dist/nodes/EvolutionApi/execute/chat/markChatUnread.js.map +1 -0
  53. package/dist/nodes/EvolutionApi/execute/chat/readMessages.d.ts +27 -0
  54. package/dist/nodes/EvolutionApi/execute/chat/readMessages.js +57 -0
  55. package/dist/nodes/EvolutionApi/execute/chat/readMessages.js.map +1 -0
  56. package/dist/nodes/EvolutionApi/execute/chat/sendPresence.d.ts +27 -0
  57. package/dist/nodes/EvolutionApi/execute/chat/sendPresence.js +53 -0
  58. package/dist/nodes/EvolutionApi/execute/chat/sendPresence.js.map +1 -0
  59. package/dist/nodes/EvolutionApi/execute/chat/updateMessage.d.ts +27 -0
  60. package/dist/nodes/EvolutionApi/execute/chat/updateMessage.js +57 -0
  61. package/dist/nodes/EvolutionApi/execute/chat/updateMessage.js.map +1 -0
  62. package/dist/nodes/EvolutionApi/execute/events/setProxy.d.ts +27 -0
  63. package/dist/nodes/EvolutionApi/execute/events/setProxy.js +63 -0
  64. package/dist/nodes/EvolutionApi/execute/events/setProxy.js.map +1 -0
  65. package/dist/nodes/EvolutionApi/execute/events/setRabbitMQ.d.ts +27 -0
  66. package/dist/nodes/EvolutionApi/execute/events/setRabbitMQ.js +83 -0
  67. package/dist/nodes/EvolutionApi/execute/events/setRabbitMQ.js.map +1 -0
  68. package/dist/nodes/EvolutionApi/execute/events/setWebhook.d.ts +27 -0
  69. package/dist/nodes/EvolutionApi/execute/events/setWebhook.js +89 -0
  70. package/dist/nodes/EvolutionApi/execute/events/setWebhook.js.map +1 -0
  71. package/dist/nodes/EvolutionApi/execute/evolutionRequest.d.ts +2 -0
  72. package/dist/nodes/EvolutionApi/execute/evolutionRequest.js +18 -0
  73. package/dist/nodes/EvolutionApi/execute/evolutionRequest.js.map +1 -0
  74. package/dist/nodes/EvolutionApi/execute/groups/createGroup.d.ts +27 -0
  75. package/dist/nodes/EvolutionApi/execute/groups/createGroup.js +54 -0
  76. package/dist/nodes/EvolutionApi/execute/groups/createGroup.js.map +1 -0
  77. package/dist/nodes/EvolutionApi/execute/groups/fetchGroups.d.ts +27 -0
  78. package/dist/nodes/EvolutionApi/execute/groups/fetchGroups.js +69 -0
  79. package/dist/nodes/EvolutionApi/execute/groups/fetchGroups.js.map +1 -0
  80. package/dist/nodes/EvolutionApi/execute/groups/fetchInviteCode.d.ts +27 -0
  81. package/dist/nodes/EvolutionApi/execute/groups/fetchInviteCode.js +45 -0
  82. package/dist/nodes/EvolutionApi/execute/groups/fetchInviteCode.js.map +1 -0
  83. package/dist/nodes/EvolutionApi/execute/groups/findParticipants.d.ts +27 -0
  84. package/dist/nodes/EvolutionApi/execute/groups/findParticipants.js +45 -0
  85. package/dist/nodes/EvolutionApi/execute/groups/findParticipants.js.map +1 -0
  86. package/dist/nodes/EvolutionApi/execute/groups/joinGroup.d.ts +27 -0
  87. package/dist/nodes/EvolutionApi/execute/groups/joinGroup.js +45 -0
  88. package/dist/nodes/EvolutionApi/execute/groups/joinGroup.js.map +1 -0
  89. package/dist/nodes/EvolutionApi/execute/groups/leaveGroup.d.ts +27 -0
  90. package/dist/nodes/EvolutionApi/execute/groups/leaveGroup.js +45 -0
  91. package/dist/nodes/EvolutionApi/execute/groups/leaveGroup.js.map +1 -0
  92. package/dist/nodes/EvolutionApi/execute/groups/revokeInviteCode.d.ts +27 -0
  93. package/dist/nodes/EvolutionApi/execute/groups/revokeInviteCode.js +45 -0
  94. package/dist/nodes/EvolutionApi/execute/groups/revokeInviteCode.js.map +1 -0
  95. package/dist/nodes/EvolutionApi/execute/groups/sendInviteLink.d.ts +27 -0
  96. package/dist/nodes/EvolutionApi/execute/groups/sendInviteLink.js +54 -0
  97. package/dist/nodes/EvolutionApi/execute/groups/sendInviteLink.js.map +1 -0
  98. package/dist/nodes/EvolutionApi/execute/groups/toggleEphemeral.d.ts +27 -0
  99. package/dist/nodes/EvolutionApi/execute/groups/toggleEphemeral.js +50 -0
  100. package/dist/nodes/EvolutionApi/execute/groups/toggleEphemeral.js.map +1 -0
  101. package/dist/nodes/EvolutionApi/execute/groups/updateGroupDescription.d.ts +27 -0
  102. package/dist/nodes/EvolutionApi/execute/groups/updateGroupDescription.js +50 -0
  103. package/dist/nodes/EvolutionApi/execute/groups/updateGroupDescription.js.map +1 -0
  104. package/dist/nodes/EvolutionApi/execute/groups/updateGroupName.d.ts +27 -0
  105. package/dist/nodes/EvolutionApi/execute/groups/updateGroupName.js +50 -0
  106. package/dist/nodes/EvolutionApi/execute/groups/updateGroupName.js.map +1 -0
  107. package/dist/nodes/EvolutionApi/execute/groups/updateGroupPicture.d.ts +27 -0
  108. package/dist/nodes/EvolutionApi/execute/groups/updateGroupPicture.js +50 -0
  109. package/dist/nodes/EvolutionApi/execute/groups/updateGroupPicture.js.map +1 -0
  110. package/dist/nodes/EvolutionApi/execute/groups/updateParticipants.d.ts +27 -0
  111. package/dist/nodes/EvolutionApi/execute/groups/updateParticipants.js +53 -0
  112. package/dist/nodes/EvolutionApi/execute/groups/updateParticipants.js.map +1 -0
  113. package/dist/nodes/EvolutionApi/execute/groups/updateSettings.d.ts +27 -0
  114. package/dist/nodes/EvolutionApi/execute/groups/updateSettings.js +50 -0
  115. package/dist/nodes/EvolutionApi/execute/groups/updateSettings.js.map +1 -0
  116. package/dist/nodes/EvolutionApi/execute/index.d.ts +8 -0
  117. package/dist/nodes/EvolutionApi/execute/index.js +154 -0
  118. package/dist/nodes/EvolutionApi/execute/index.js.map +1 -0
  119. package/dist/nodes/EvolutionApi/execute/instance/createInstanceBasic.d.ts +27 -0
  120. package/dist/nodes/EvolutionApi/execute/instance/createInstanceBasic.js +104 -0
  121. package/dist/nodes/EvolutionApi/execute/instance/createInstanceBasic.js.map +1 -0
  122. package/dist/nodes/EvolutionApi/execute/instance/deleteInstance.d.ts +27 -0
  123. package/dist/nodes/EvolutionApi/execute/instance/deleteInstance.js +48 -0
  124. package/dist/nodes/EvolutionApi/execute/instance/deleteInstance.js.map +1 -0
  125. package/dist/nodes/EvolutionApi/execute/instance/fetchInstances.d.ts +27 -0
  126. package/dist/nodes/EvolutionApi/execute/instance/fetchInstances.js +48 -0
  127. package/dist/nodes/EvolutionApi/execute/instance/fetchInstances.js.map +1 -0
  128. package/dist/nodes/EvolutionApi/execute/instance/instanceConnect.d.ts +27 -0
  129. package/dist/nodes/EvolutionApi/execute/instance/instanceConnect.js +48 -0
  130. package/dist/nodes/EvolutionApi/execute/instance/instanceConnect.js.map +1 -0
  131. package/dist/nodes/EvolutionApi/execute/instance/instanceSettings.d.ts +27 -0
  132. package/dist/nodes/EvolutionApi/execute/instance/instanceSettings.js +71 -0
  133. package/dist/nodes/EvolutionApi/execute/instance/instanceSettings.js.map +1 -0
  134. package/dist/nodes/EvolutionApi/execute/instance/logoutInstance.d.ts +27 -0
  135. package/dist/nodes/EvolutionApi/execute/instance/logoutInstance.js +48 -0
  136. package/dist/nodes/EvolutionApi/execute/instance/logoutInstance.js.map +1 -0
  137. package/dist/nodes/EvolutionApi/execute/instance/restartInstance.d.ts +27 -0
  138. package/dist/nodes/EvolutionApi/execute/instance/restartInstance.js +48 -0
  139. package/dist/nodes/EvolutionApi/execute/instance/restartInstance.js.map +1 -0
  140. package/dist/nodes/EvolutionApi/execute/instance/setPresence.d.ts +27 -0
  141. package/dist/nodes/EvolutionApi/execute/instance/setPresence.js +55 -0
  142. package/dist/nodes/EvolutionApi/execute/instance/setPresence.js.map +1 -0
  143. package/dist/nodes/EvolutionApi/execute/instance/setProxy.d.ts +27 -0
  144. package/dist/nodes/EvolutionApi/execute/instance/setProxy.js +89 -0
  145. package/dist/nodes/EvolutionApi/execute/instance/setProxy.js.map +1 -0
  146. package/dist/nodes/EvolutionApi/execute/integrations/setChatwoot.d.ts +27 -0
  147. package/dist/nodes/EvolutionApi/execute/integrations/setChatwoot.js +108 -0
  148. package/dist/nodes/EvolutionApi/execute/integrations/setChatwoot.js.map +1 -0
  149. package/dist/nodes/EvolutionApi/execute/integrations/setDifyBot.d.ts +27 -0
  150. package/dist/nodes/EvolutionApi/execute/integrations/setDifyBot.js +169 -0
  151. package/dist/nodes/EvolutionApi/execute/integrations/setDifyBot.js.map +1 -0
  152. package/dist/nodes/EvolutionApi/execute/integrations/setEvolutionBot.d.ts +27 -0
  153. package/dist/nodes/EvolutionApi/execute/integrations/setEvolutionBot.js +178 -0
  154. package/dist/nodes/EvolutionApi/execute/integrations/setEvolutionBot.js.map +1 -0
  155. package/dist/nodes/EvolutionApi/execute/integrations/setFlowiseBot.d.ts +27 -0
  156. package/dist/nodes/EvolutionApi/execute/integrations/setFlowiseBot.js +178 -0
  157. package/dist/nodes/EvolutionApi/execute/integrations/setFlowiseBot.js.map +1 -0
  158. package/dist/nodes/EvolutionApi/execute/integrations/setTypebot.d.ts +27 -0
  159. package/dist/nodes/EvolutionApi/execute/integrations/setTypebot.js +194 -0
  160. package/dist/nodes/EvolutionApi/execute/integrations/setTypebot.js.map +1 -0
  161. package/dist/nodes/EvolutionApi/execute/messages/sendAudio.d.ts +27 -0
  162. package/dist/nodes/EvolutionApi/execute/messages/sendAudio.js +86 -0
  163. package/dist/nodes/EvolutionApi/execute/messages/sendAudio.js.map +1 -0
  164. package/dist/nodes/EvolutionApi/execute/messages/sendButtons.d.ts +27 -0
  165. package/dist/nodes/EvolutionApi/execute/messages/sendButtons.js +121 -0
  166. package/dist/nodes/EvolutionApi/execute/messages/sendButtons.js.map +1 -0
  167. package/dist/nodes/EvolutionApi/execute/messages/sendCarousel.d.ts +27 -0
  168. package/dist/nodes/EvolutionApi/execute/messages/sendCarousel.js +136 -0
  169. package/dist/nodes/EvolutionApi/execute/messages/sendCarousel.js.map +1 -0
  170. package/dist/nodes/EvolutionApi/execute/messages/sendContact.d.ts +27 -0
  171. package/dist/nodes/EvolutionApi/execute/messages/sendContact.js +80 -0
  172. package/dist/nodes/EvolutionApi/execute/messages/sendContact.js.map +1 -0
  173. package/dist/nodes/EvolutionApi/execute/messages/sendDocument.d.ts +2 -0
  174. package/dist/nodes/EvolutionApi/execute/messages/sendDocument.js +97 -0
  175. package/dist/nodes/EvolutionApi/execute/messages/sendDocument.js.map +1 -0
  176. package/dist/nodes/EvolutionApi/execute/messages/sendImage.d.ts +2 -0
  177. package/dist/nodes/EvolutionApi/execute/messages/sendImage.js +98 -0
  178. package/dist/nodes/EvolutionApi/execute/messages/sendImage.js.map +1 -0
  179. package/dist/nodes/EvolutionApi/execute/messages/sendList.d.ts +27 -0
  180. package/dist/nodes/EvolutionApi/execute/messages/sendList.js +111 -0
  181. package/dist/nodes/EvolutionApi/execute/messages/sendList.js.map +1 -0
  182. package/dist/nodes/EvolutionApi/execute/messages/sendLocation.d.ts +27 -0
  183. package/dist/nodes/EvolutionApi/execute/messages/sendLocation.js +105 -0
  184. package/dist/nodes/EvolutionApi/execute/messages/sendLocation.js.map +1 -0
  185. package/dist/nodes/EvolutionApi/execute/messages/sendPix.d.ts +27 -0
  186. package/dist/nodes/EvolutionApi/execute/messages/sendPix.js +84 -0
  187. package/dist/nodes/EvolutionApi/execute/messages/sendPix.js.map +1 -0
  188. package/dist/nodes/EvolutionApi/execute/messages/sendPoll.d.ts +27 -0
  189. package/dist/nodes/EvolutionApi/execute/messages/sendPoll.js +89 -0
  190. package/dist/nodes/EvolutionApi/execute/messages/sendPoll.js.map +1 -0
  191. package/dist/nodes/EvolutionApi/execute/messages/sendReaction.d.ts +27 -0
  192. package/dist/nodes/EvolutionApi/execute/messages/sendReaction.js +79 -0
  193. package/dist/nodes/EvolutionApi/execute/messages/sendReaction.js.map +1 -0
  194. package/dist/nodes/EvolutionApi/execute/messages/sendSticker.d.ts +27 -0
  195. package/dist/nodes/EvolutionApi/execute/messages/sendSticker.js +84 -0
  196. package/dist/nodes/EvolutionApi/execute/messages/sendSticker.js.map +1 -0
  197. package/dist/nodes/EvolutionApi/execute/messages/sendStories.d.ts +27 -0
  198. package/dist/nodes/EvolutionApi/execute/messages/sendStories.js +94 -0
  199. package/dist/nodes/EvolutionApi/execute/messages/sendStories.js.map +1 -0
  200. package/dist/nodes/EvolutionApi/execute/messages/sendText.d.ts +2 -0
  201. package/dist/nodes/EvolutionApi/execute/messages/sendText.js +94 -0
  202. package/dist/nodes/EvolutionApi/execute/messages/sendText.js.map +1 -0
  203. package/dist/nodes/EvolutionApi/execute/messages/sendVideo.d.ts +27 -0
  204. package/dist/nodes/EvolutionApi/execute/messages/sendVideo.js +89 -0
  205. package/dist/nodes/EvolutionApi/execute/messages/sendVideo.js.map +1 -0
  206. package/dist/nodes/EvolutionApi/execute/profile/fetchBusinessProfile.d.ts +27 -0
  207. package/dist/nodes/EvolutionApi/execute/profile/fetchBusinessProfile.js +49 -0
  208. package/dist/nodes/EvolutionApi/execute/profile/fetchBusinessProfile.js.map +1 -0
  209. package/dist/nodes/EvolutionApi/execute/profile/fetchPrivacySettings.d.ts +27 -0
  210. package/dist/nodes/EvolutionApi/execute/profile/fetchPrivacySettings.js +44 -0
  211. package/dist/nodes/EvolutionApi/execute/profile/fetchPrivacySettings.js.map +1 -0
  212. package/dist/nodes/EvolutionApi/execute/profile/fetchProfile.d.ts +27 -0
  213. package/dist/nodes/EvolutionApi/execute/profile/fetchProfile.js +49 -0
  214. package/dist/nodes/EvolutionApi/execute/profile/fetchProfile.js.map +1 -0
  215. package/dist/nodes/EvolutionApi/execute/profile/removeProfilePicture.d.ts +27 -0
  216. package/dist/nodes/EvolutionApi/execute/profile/removeProfilePicture.js +44 -0
  217. package/dist/nodes/EvolutionApi/execute/profile/removeProfilePicture.js.map +1 -0
  218. package/dist/nodes/EvolutionApi/execute/profile/updatePrivacySettings.d.ts +27 -0
  219. package/dist/nodes/EvolutionApi/execute/profile/updatePrivacySettings.js +59 -0
  220. package/dist/nodes/EvolutionApi/execute/profile/updatePrivacySettings.js.map +1 -0
  221. package/dist/nodes/EvolutionApi/execute/profile/updateProfileName.d.ts +27 -0
  222. package/dist/nodes/EvolutionApi/execute/profile/updateProfileName.js +49 -0
  223. package/dist/nodes/EvolutionApi/execute/profile/updateProfileName.js.map +1 -0
  224. package/dist/nodes/EvolutionApi/execute/profile/updateProfilePicture.d.ts +27 -0
  225. package/dist/nodes/EvolutionApi/execute/profile/updateProfilePicture.js +49 -0
  226. package/dist/nodes/EvolutionApi/execute/profile/updateProfilePicture.js.map +1 -0
  227. package/dist/nodes/EvolutionApi/execute/profile/updateProfileStatus.d.ts +27 -0
  228. package/dist/nodes/EvolutionApi/execute/profile/updateProfileStatus.js +49 -0
  229. package/dist/nodes/EvolutionApi/execute/profile/updateProfileStatus.js.map +1 -0
  230. package/dist/nodes/EvolutionApi/properties/chat.fields.d.ts +2 -0
  231. package/dist/nodes/EvolutionApi/properties/chat.fields.js +588 -0
  232. package/dist/nodes/EvolutionApi/properties/chat.fields.js.map +1 -0
  233. package/dist/nodes/EvolutionApi/properties/chat.operations.d.ts +2 -0
  234. package/dist/nodes/EvolutionApi/properties/chat.operations.js +102 -0
  235. package/dist/nodes/EvolutionApi/properties/chat.operations.js.map +1 -0
  236. package/dist/nodes/EvolutionApi/properties/events.fields.d.ts +2 -0
  237. package/dist/nodes/EvolutionApi/properties/events.fields.js +364 -0
  238. package/dist/nodes/EvolutionApi/properties/events.fields.js.map +1 -0
  239. package/dist/nodes/EvolutionApi/properties/events.operations.d.ts +2 -0
  240. package/dist/nodes/EvolutionApi/properties/events.operations.js +30 -0
  241. package/dist/nodes/EvolutionApi/properties/events.operations.js.map +1 -0
  242. package/dist/nodes/EvolutionApi/properties/groups.fields.d.ts +2 -0
  243. package/dist/nodes/EvolutionApi/properties/groups.fields.js +691 -0
  244. package/dist/nodes/EvolutionApi/properties/groups.fields.js.map +1 -0
  245. package/dist/nodes/EvolutionApi/properties/groups.operations.d.ts +2 -0
  246. package/dist/nodes/EvolutionApi/properties/groups.operations.js +102 -0
  247. package/dist/nodes/EvolutionApi/properties/groups.operations.js.map +1 -0
  248. package/dist/nodes/EvolutionApi/properties/index.d.ts +2 -0
  249. package/dist/nodes/EvolutionApi/properties/index.js +72 -0
  250. package/dist/nodes/EvolutionApi/properties/index.js.map +1 -0
  251. package/dist/nodes/EvolutionApi/properties/instances.fields.d.ts +2 -0
  252. package/dist/nodes/EvolutionApi/properties/instances.fields.js +923 -0
  253. package/dist/nodes/EvolutionApi/properties/instances.fields.js.map +1 -0
  254. package/dist/nodes/EvolutionApi/properties/instances.operations.d.ts +2 -0
  255. package/dist/nodes/EvolutionApi/properties/instances.operations.js +72 -0
  256. package/dist/nodes/EvolutionApi/properties/instances.operations.js.map +1 -0
  257. package/dist/nodes/EvolutionApi/properties/integrations.fields.d.ts +2 -0
  258. package/dist/nodes/EvolutionApi/properties/integrations.fields.js +1767 -0
  259. package/dist/nodes/EvolutionApi/properties/integrations.fields.js.map +1 -0
  260. package/dist/nodes/EvolutionApi/properties/integrations.operations.d.ts +2 -0
  261. package/dist/nodes/EvolutionApi/properties/integrations.operations.js +48 -0
  262. package/dist/nodes/EvolutionApi/properties/integrations.operations.js.map +1 -0
  263. package/dist/nodes/EvolutionApi/properties/messages.fields.d.ts +2 -0
  264. package/dist/nodes/EvolutionApi/properties/messages.fields.js +2234 -0
  265. package/dist/nodes/EvolutionApi/properties/messages.fields.js.map +1 -0
  266. package/dist/nodes/EvolutionApi/properties/messages.operations.d.ts +2 -0
  267. package/dist/nodes/EvolutionApi/properties/messages.operations.js +108 -0
  268. package/dist/nodes/EvolutionApi/properties/messages.operations.js.map +1 -0
  269. package/dist/nodes/EvolutionApi/properties/profile.fields.d.ts +2 -0
  270. package/dist/nodes/EvolutionApi/properties/profile.fields.js +254 -0
  271. package/dist/nodes/EvolutionApi/properties/profile.fields.js.map +1 -0
  272. package/dist/nodes/EvolutionApi/properties/profile.operations.d.ts +2 -0
  273. package/dist/nodes/EvolutionApi/properties/profile.operations.js +66 -0
  274. package/dist/nodes/EvolutionApi/properties/profile.operations.js.map +1 -0
  275. package/dist/nodes/EvolutionApi/properties/resources.d.ts +2 -0
  276. package/dist/nodes/EvolutionApi/properties/resources.js +41 -0
  277. package/dist/nodes/EvolutionApi/properties/resources.js.map +1 -0
  278. package/dist/nodes/EvolutionGo/EvolutionGo.node.d.ts +5 -0
  279. package/dist/nodes/EvolutionGo/EvolutionGo.node.js +55 -0
  280. package/dist/nodes/EvolutionGo/EvolutionGo.node.js.map +1 -0
  281. package/dist/nodes/EvolutionGo/evolutiongo.svg +10 -0
  282. package/dist/nodes/EvolutionGo/execute/chat/index.d.ts +8 -0
  283. package/dist/nodes/EvolutionGo/execute/chat/index.js +96 -0
  284. package/dist/nodes/EvolutionGo/execute/chat/index.js.map +1 -0
  285. package/dist/nodes/EvolutionGo/execute/evolutionGoRequest.d.ts +2 -0
  286. package/dist/nodes/EvolutionGo/execute/evolutionGoRequest.js +19 -0
  287. package/dist/nodes/EvolutionGo/execute/evolutionGoRequest.js.map +1 -0
  288. package/dist/nodes/EvolutionGo/execute/group/index.d.ts +10 -0
  289. package/dist/nodes/EvolutionGo/execute/group/index.js +130 -0
  290. package/dist/nodes/EvolutionGo/execute/group/index.js.map +1 -0
  291. package/dist/nodes/EvolutionGo/execute/index.d.ts +8 -0
  292. package/dist/nodes/EvolutionGo/execute/index.js +73 -0
  293. package/dist/nodes/EvolutionGo/execute/index.js.map +1 -0
  294. package/dist/nodes/EvolutionGo/execute/instance/index.d.ts +12 -0
  295. package/dist/nodes/EvolutionGo/execute/instance/index.js +127 -0
  296. package/dist/nodes/EvolutionGo/execute/instance/index.js.map +1 -0
  297. package/dist/nodes/EvolutionGo/execute/message/index.d.ts +6 -0
  298. package/dist/nodes/EvolutionGo/execute/message/index.js +74 -0
  299. package/dist/nodes/EvolutionGo/execute/message/index.js.map +1 -0
  300. package/dist/nodes/EvolutionGo/execute/send/index.d.ts +10 -0
  301. package/dist/nodes/EvolutionGo/execute/send/index.js +196 -0
  302. package/dist/nodes/EvolutionGo/execute/send/index.js.map +1 -0
  303. package/dist/nodes/EvolutionGo/execute/user/index.d.ts +9 -0
  304. package/dist/nodes/EvolutionGo/execute/user/index.js +106 -0
  305. package/dist/nodes/EvolutionGo/execute/user/index.js.map +1 -0
  306. package/dist/nodes/EvolutionGo/properties/chat.properties.d.ts +3 -0
  307. package/dist/nodes/EvolutionGo/properties/chat.properties.js +106 -0
  308. package/dist/nodes/EvolutionGo/properties/chat.properties.js.map +1 -0
  309. package/dist/nodes/EvolutionGo/properties/group.properties.d.ts +3 -0
  310. package/dist/nodes/EvolutionGo/properties/group.properties.js +178 -0
  311. package/dist/nodes/EvolutionGo/properties/group.properties.js.map +1 -0
  312. package/dist/nodes/EvolutionGo/properties/index.d.ts +2 -0
  313. package/dist/nodes/EvolutionGo/properties/index.js +58 -0
  314. package/dist/nodes/EvolutionGo/properties/index.js.map +1 -0
  315. package/dist/nodes/EvolutionGo/properties/instance.properties.d.ts +3 -0
  316. package/dist/nodes/EvolutionGo/properties/instance.properties.js +127 -0
  317. package/dist/nodes/EvolutionGo/properties/instance.properties.js.map +1 -0
  318. package/dist/nodes/EvolutionGo/properties/message.properties.d.ts +3 -0
  319. package/dist/nodes/EvolutionGo/properties/message.properties.js +118 -0
  320. package/dist/nodes/EvolutionGo/properties/message.properties.js.map +1 -0
  321. package/dist/nodes/EvolutionGo/properties/send.properties.d.ts +3 -0
  322. package/dist/nodes/EvolutionGo/properties/send.properties.js +434 -0
  323. package/dist/nodes/EvolutionGo/properties/send.properties.js.map +1 -0
  324. package/dist/nodes/EvolutionGo/properties/user.properties.d.ts +3 -0
  325. package/dist/nodes/EvolutionGo/properties/user.properties.js +123 -0
  326. package/dist/nodes/EvolutionGo/properties/user.properties.js.map +1 -0
  327. package/dist/package.json +67 -0
  328. package/dist/tsconfig.tsbuildinfo +1 -0
  329. package/index.js +8 -0
  330. package/package.json +67 -0
@@ -0,0 +1,923 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.instancesFields = void 0;
4
+ exports.instancesFields = [
5
+ {
6
+ displayName: 'Nome Da Instância',
7
+ name: 'instanceName',
8
+ type: 'string',
9
+ default: '',
10
+ required: true,
11
+ description: 'Digite o nome para a instância',
12
+ displayOptions: {
13
+ show: {
14
+ resource: ['instances-api'],
15
+ operation: ['instance-basic'],
16
+ },
17
+ },
18
+ },
19
+ {
20
+ displayName: 'Apikey Para Instancia',
21
+ name: 'token',
22
+ type: 'string',
23
+ typeOptions: {
24
+ password: true,
25
+ },
26
+ default: '',
27
+ description: 'Opicional: Digite um Token para a instancia',
28
+ displayOptions: {
29
+ show: {
30
+ resource: ['instances-api'],
31
+ operation: ['instance-basic'],
32
+ },
33
+ },
34
+ },
35
+ {
36
+ displayName: 'Número Do WhatsApp',
37
+ name: 'number',
38
+ type: 'string',
39
+ default: '',
40
+ description: 'Opicional: Numero que vai ser conectado na instancia, para receber o Código de pareamento',
41
+ displayOptions: {
42
+ show: {
43
+ resource: ['instances-api'],
44
+ operation: ['instance-basic'],
45
+ },
46
+ },
47
+ },
48
+ {
49
+ displayName: 'Opções',
50
+ name: 'options_Create_instance',
51
+ type: 'collection',
52
+ placeholder: 'Adicionar Campo',
53
+ default: {},
54
+ options: [
55
+ {
56
+ displayName: 'Chatwoot',
57
+ name: 'chatwoot',
58
+ type: 'fixedCollection',
59
+ typeOptions: {
60
+ multipleValues: false,
61
+ },
62
+ default: { settings: {} },
63
+ options: [
64
+ {
65
+ displayName: 'Configurações Do Chatwoot',
66
+ name: 'chatwootSettings',
67
+ values: [
68
+ {
69
+ displayName: 'ID Da Conta Do Chatwoot',
70
+ name: 'chatwootAccountId',
71
+ type: 'string',
72
+ default: '',
73
+ description: 'Digite o ID da conta do Chatwoot',
74
+ },
75
+ {
76
+ displayName: 'Token De Admin Do Chatwoot',
77
+ name: 'chatwootToken',
78
+ type: 'string',
79
+ typeOptions: {
80
+ password: true,
81
+ },
82
+ default: '',
83
+ description: 'Digite o token de admin do Chatwoot',
84
+ },
85
+ {
86
+ displayName: 'Link Do Chatwoot',
87
+ name: 'chatwootUrl',
88
+ type: 'string',
89
+ default: '',
90
+ description: 'Digite o link do Chatwoot',
91
+ },
92
+ {
93
+ displayName: 'Assinatura Do Agente Do Chatwoot',
94
+ name: 'chatwootSignMsg',
95
+ type: 'boolean',
96
+ default: false,
97
+ description: 'Whether to enable or disable the Chatwoot agent signature',
98
+ },
99
+ {
100
+ displayName: 'Reabrir Mensagens No Chatwoot',
101
+ name: 'chatwootReopenConversation',
102
+ type: 'boolean',
103
+ default: false,
104
+ description: 'Whether to enable or disable reopening messages in Chatwoot',
105
+ },
106
+ {
107
+ displayName: 'Iniciar Conversas Como Pendentes No Chatwoot',
108
+ name: 'chatwootConversationPending',
109
+ type: 'boolean',
110
+ default: false,
111
+ description: 'Whether to start conversations as pending in Chatwoot',
112
+ },
113
+ {
114
+ displayName: 'Importar Contatos Para O Chatwoot',
115
+ name: 'chatwootImportContacts',
116
+ type: 'boolean',
117
+ default: false,
118
+ description: 'Whether to import contacts to Chatwoot',
119
+ },
120
+ {
121
+ displayName: 'Nome Da Inbox Do Chatwoot',
122
+ name: 'chatwootNameInbox',
123
+ type: 'string',
124
+ default: '',
125
+ description: 'Digite o nome da Inbox do Chatwoot',
126
+ },
127
+ {
128
+ displayName: 'Mesclar Contatos Brasileiros No Chatwoot',
129
+ name: 'chatwootMergeBrazilContacts',
130
+ type: 'boolean',
131
+ default: false,
132
+ description: 'Whether to merge Brazilian contacts in Chatwoot',
133
+ },
134
+ {
135
+ displayName: 'Importar Mensagens Para O Chatwoot',
136
+ name: 'chatwootImportMessages',
137
+ type: 'boolean',
138
+ default: false,
139
+ description: 'Whether to import messages to Chatwoot',
140
+ },
141
+ {
142
+ displayName: 'Importar Mensagens De Quantos Dias Para O Chatwoot',
143
+ name: 'chatwootDaysLimitImportMessages',
144
+ type: 'number',
145
+ default: 0,
146
+ description: 'Digite o número de dias para limitar a importação de mensagens para o Chatwoot',
147
+ },
148
+ {
149
+ displayName: 'Nome Do Contato De QRCode No Chatwoot',
150
+ name: 'chatwootOrganization',
151
+ type: 'string',
152
+ default: '',
153
+ description: 'Digite o nome do contato de QRCode no Chatwoot',
154
+ },
155
+ {
156
+ displayName: 'Url Do Logo Para O Contato No Chatwoot',
157
+ name: 'chatwootLogo',
158
+ type: 'string',
159
+ default: 'https://github.com/user-attachments/assets/4d1e9cd6-377a-4383-820a-9a97e6cfbb63',
160
+ description: 'Digite a URL do logo para o contato no Chatwoot',
161
+ },
162
+ ],
163
+ },
164
+ ],
165
+ description: 'Configurações do Chatwoot',
166
+ },
167
+ {
168
+ displayName: 'Comportamento',
169
+ name: 'instanceSettings',
170
+ type: 'fixedCollection',
171
+ typeOptions: {
172
+ multipleValues: false,
173
+ },
174
+ default: { settings: {} },
175
+ options: [
176
+ {
177
+ displayName: 'Comportamento Da Instancia',
178
+ name: 'settings',
179
+ values: [
180
+ {
181
+ displayName: 'Rejeitar Ligações',
182
+ name: 'rejectCall',
183
+ type: 'boolean',
184
+ default: false,
185
+ description: 'Whether to automatically reject incoming calls',
186
+ },
187
+ {
188
+ displayName: 'Mensagem Ao Rejeitar',
189
+ name: 'msgCall',
190
+ type: 'string',
191
+ default: '',
192
+ description: 'Whether to send a message after rejecting a call, and if so, what message',
193
+ },
194
+ {
195
+ displayName: 'Ignorar Grupos',
196
+ name: 'groupsIgnore',
197
+ type: 'boolean',
198
+ default: false,
199
+ description: 'Whether to ignore messages from groups',
200
+ },
201
+ {
202
+ displayName: 'Sempre Online',
203
+ name: 'alwaysOnline',
204
+ type: 'boolean',
205
+ default: false,
206
+ description: 'Whether to keep the status always set to Online',
207
+ },
208
+ {
209
+ displayName: 'Ler Mensagens',
210
+ name: 'readMessages',
211
+ type: 'boolean',
212
+ default: false,
213
+ description: 'Whether to automatically mark messages as read',
214
+ },
215
+ {
216
+ displayName: 'Ler Status',
217
+ name: 'readStatus',
218
+ type: 'boolean',
219
+ default: false,
220
+ description: 'Whether to allow the API to view the Status of added contacts',
221
+ },
222
+ {
223
+ displayName: 'Sincronizar Histórico',
224
+ name: 'syncFullHistory',
225
+ type: 'boolean',
226
+ default: false,
227
+ description: 'Whether to synchronize the full message history with the API',
228
+ },
229
+ ],
230
+ },
231
+ ],
232
+ description: 'Comportamento da instância',
233
+ },
234
+ {
235
+ displayName: 'Proxy',
236
+ name: 'proxy',
237
+ type: 'fixedCollection',
238
+ typeOptions: {
239
+ multipleValues: false,
240
+ },
241
+ default: { settings: {} },
242
+ options: [
243
+ {
244
+ displayName: 'Configurações Do Proxy',
245
+ name: 'proxySettings',
246
+ values: [
247
+ {
248
+ displayName: 'Host Do Proxy',
249
+ name: 'proxyHost',
250
+ type: 'string',
251
+ default: '',
252
+ description: 'Digite o host do proxy',
253
+ },
254
+ {
255
+ displayName: 'Porta Do Proxy',
256
+ name: 'proxyPort',
257
+ type: 'string',
258
+ default: '1234',
259
+ description: 'Digite a porta do proxy',
260
+ },
261
+ {
262
+ displayName: 'Protocolo Do Proxy',
263
+ name: 'proxyProtocol',
264
+ type: 'options',
265
+ options: [
266
+ {
267
+ name: 'HTTP',
268
+ value: 'http',
269
+ },
270
+ {
271
+ name: 'HTTPS',
272
+ value: 'https',
273
+ },
274
+ ],
275
+ default: 'http',
276
+ description: 'Selecione o protocolo do proxy',
277
+ },
278
+ {
279
+ displayName: 'Usuário Do Proxy',
280
+ name: 'proxyUsername',
281
+ type: 'string',
282
+ default: '',
283
+ description: 'Digite o usuário do proxy',
284
+ },
285
+ {
286
+ displayName: 'Senha Do Proxy',
287
+ name: 'proxyPassword',
288
+ type: 'string',
289
+ typeOptions: {
290
+ password: true,
291
+ },
292
+ default: '',
293
+ description: 'Digite a senha do proxy',
294
+ },
295
+ ],
296
+ },
297
+ ],
298
+ description: 'Configurações do proxy',
299
+ },
300
+ {
301
+ displayName: 'RabbitMQ',
302
+ name: 'rabbitmq',
303
+ type: 'fixedCollection',
304
+ typeOptions: {
305
+ multipleValues: false,
306
+ },
307
+ default: { settings: {} },
308
+ options: [
309
+ {
310
+ displayName: 'Configurações Do RabbitMQ',
311
+ name: 'rabbitmqSettings',
312
+ values: [
313
+ {
314
+ displayName: 'Ativa Ou Desativa O RabbitMQ',
315
+ name: 'rabbitmqEnabled',
316
+ type: 'boolean',
317
+ default: false,
318
+ description: 'Whether to send media data in base64 format in the RabbitMQ',
319
+ },
320
+ {
321
+ displayName: 'Eventos',
322
+ name: 'rabbitmqEvents',
323
+ type: 'multiOptions',
324
+ default: [],
325
+ options: [
326
+ {
327
+ name: 'CALL',
328
+ value: 'CALL',
329
+ },
330
+ {
331
+ name: 'CHATS_DELETE',
332
+ value: 'CHATS_DELETE',
333
+ },
334
+ {
335
+ name: 'CHATS_SET',
336
+ value: 'CHATS_SET',
337
+ },
338
+ {
339
+ name: 'CHATS_UPDATE',
340
+ value: 'CHATS_UPDATE',
341
+ },
342
+ {
343
+ name: 'CHATS_UPSERT',
344
+ value: 'CHATS_UPSERT',
345
+ },
346
+ {
347
+ name: 'CONNECTION_UPDATE',
348
+ value: 'CONNECTION_UPDATE',
349
+ },
350
+ {
351
+ name: 'CONTACTS_SET',
352
+ value: 'CONTACTS_SET',
353
+ },
354
+ {
355
+ name: 'CONTACTS_UPDATE',
356
+ value: 'CONTACTS_UPDATE',
357
+ },
358
+ {
359
+ name: 'CONTACTS_UPSERT',
360
+ value: 'CONTACTS_UPSERT',
361
+ },
362
+ {
363
+ name: 'GROUP_PARTICIPANTS_UPDATE',
364
+ value: 'GROUP_PARTICIPANTS_UPDATE',
365
+ },
366
+ {
367
+ name: 'GROUP_UPDATE',
368
+ value: 'GROUP_UPDATE',
369
+ },
370
+ {
371
+ name: 'GROUPS_UPSERT',
372
+ value: 'GROUPS_UPSERT',
373
+ },
374
+ {
375
+ name: 'LABELS_ASSOCIATION',
376
+ value: 'LABELS_ASSOCIATION',
377
+ },
378
+ {
379
+ name: 'LABELS_EDIT',
380
+ value: 'LABELS_EDIT',
381
+ },
382
+ {
383
+ name: 'MESSAGES_DELETE',
384
+ value: 'MESSAGES_DELETE',
385
+ },
386
+ {
387
+ name: 'MESSAGES_SET',
388
+ value: 'MESSAGES_SET',
389
+ },
390
+ {
391
+ name: 'MESSAGES_UPDATE',
392
+ value: 'MESSAGES_UPDATE',
393
+ },
394
+ {
395
+ name: 'MESSAGES_UPSERT',
396
+ value: 'MESSAGES_UPSERT',
397
+ },
398
+ {
399
+ name: 'PRESENCE_UPDATE',
400
+ value: 'PRESENCE_UPDATE',
401
+ },
402
+ {
403
+ name: 'QRCODE_UPDATED',
404
+ value: 'QRCODE_UPDATED',
405
+ },
406
+ {
407
+ name: 'SEND_MESSAGE',
408
+ value: 'SEND_MESSAGE',
409
+ },
410
+ {
411
+ name: 'TYPEBOT_CHANGE_STATUS',
412
+ value: 'TYPEBOT_CHANGE_STATUS',
413
+ },
414
+ {
415
+ name: 'TYPEBOT_START',
416
+ value: 'TYPEBOT_START',
417
+ },
418
+ ],
419
+ },
420
+ ],
421
+ },
422
+ ],
423
+ description: 'Os eventos a serem monitorados',
424
+ },
425
+ {
426
+ displayName: 'Webhook',
427
+ name: 'webhook',
428
+ type: 'fixedCollection',
429
+ typeOptions: {
430
+ multipleValues: false,
431
+ },
432
+ default: { settings: {} },
433
+ options: [
434
+ {
435
+ displayName: 'Configurações Do Webhook',
436
+ name: 'webhookSettings',
437
+ values: [
438
+ {
439
+ displayName: 'Url Do Webhook',
440
+ name: 'webhookUrl',
441
+ type: 'string',
442
+ default: '',
443
+ description: 'Digite a URL que vai receber os eventos do Webhook',
444
+ },
445
+ {
446
+ displayName: 'Webhook Por Eventos',
447
+ name: 'webhookByEvents',
448
+ type: 'boolean',
449
+ default: false,
450
+ description: 'Whether to create a route for each event by appending the event name to the end of the URL',
451
+ },
452
+ {
453
+ displayName: 'Base64 No Webhook',
454
+ name: 'webhookBase64',
455
+ type: 'boolean',
456
+ default: false,
457
+ description: 'Whether to send media data in base64 format in the webhook',
458
+ },
459
+ {
460
+ displayName: 'Eventos',
461
+ name: 'webhookEvents',
462
+ type: 'multiOptions',
463
+ default: [],
464
+ options: [
465
+ {
466
+ name: 'CALL',
467
+ value: 'CALL',
468
+ },
469
+ {
470
+ name: 'CHATS_DELETE',
471
+ value: 'CHATS_DELETE',
472
+ },
473
+ {
474
+ name: 'CHATS_SET',
475
+ value: 'CHATS_SET',
476
+ },
477
+ {
478
+ name: 'CHATS_UPDATE',
479
+ value: 'CHATS_UPDATE',
480
+ },
481
+ {
482
+ name: 'CHATS_UPSERT',
483
+ value: 'CHATS_UPSERT',
484
+ },
485
+ {
486
+ name: 'CONNECTION_UPDATE',
487
+ value: 'CONNECTION_UPDATE',
488
+ },
489
+ {
490
+ name: 'CONTACTS_SET',
491
+ value: 'CONTACTS_SET',
492
+ },
493
+ {
494
+ name: 'CONTACTS_UPDATE',
495
+ value: 'CONTACTS_UPDATE',
496
+ },
497
+ {
498
+ name: 'CONTACTS_UPSERT',
499
+ value: 'CONTACTS_UPSERT',
500
+ },
501
+ {
502
+ name: 'GROUP_PARTICIPANTS_UPDATE',
503
+ value: 'GROUP_PARTICIPANTS_UPDATE',
504
+ },
505
+ {
506
+ name: 'GROUP_UPDATE',
507
+ value: 'GROUP_UPDATE',
508
+ },
509
+ {
510
+ name: 'GROUPS_UPSERT',
511
+ value: 'GROUPS_UPSERT',
512
+ },
513
+ {
514
+ name: 'LABELS_ASSOCIATION',
515
+ value: 'LABELS_ASSOCIATION',
516
+ },
517
+ {
518
+ name: 'LABELS_EDIT',
519
+ value: 'LABELS_EDIT',
520
+ },
521
+ {
522
+ name: 'MESSAGES_DELETE',
523
+ value: 'MESSAGES_DELETE',
524
+ },
525
+ {
526
+ name: 'MESSAGES_SET',
527
+ value: 'MESSAGES_SET',
528
+ },
529
+ {
530
+ name: 'MESSAGES_UPDATE',
531
+ value: 'MESSAGES_UPDATE',
532
+ },
533
+ {
534
+ name: 'MESSAGES_UPSERT',
535
+ value: 'MESSAGES_UPSERT',
536
+ },
537
+ {
538
+ name: 'PRESENCE_UPDATE',
539
+ value: 'PRESENCE_UPDATE',
540
+ },
541
+ {
542
+ name: 'QRCODE_UPDATED',
543
+ value: 'QRCODE_UPDATED',
544
+ },
545
+ {
546
+ name: 'SEND_MESSAGE',
547
+ value: 'SEND_MESSAGE',
548
+ },
549
+ {
550
+ name: 'TYPEBOT_CHANGE_STATUS',
551
+ value: 'TYPEBOT_CHANGE_STATUS',
552
+ },
553
+ {
554
+ name: 'TYPEBOT_START',
555
+ value: 'TYPEBOT_START',
556
+ },
557
+ ],
558
+ },
559
+ ],
560
+ },
561
+ ],
562
+ description: 'Os eventos a serem monitorados',
563
+ },
564
+ ],
565
+ displayOptions: {
566
+ show: {
567
+ resource: ['instances-api'],
568
+ operation: ['instance-basic'],
569
+ },
570
+ },
571
+ },
572
+ {
573
+ displayName: 'Nome Da Instância',
574
+ name: 'instanceName',
575
+ type: 'string',
576
+ default: '',
577
+ required: true,
578
+ description: 'Digite o nome da instância que deseja pesquisar',
579
+ displayOptions: {
580
+ show: {
581
+ resource: ['instances-api'],
582
+ operation: ['instance-connect'],
583
+ },
584
+ },
585
+ },
586
+ {
587
+ displayName: 'Nome Da Instância',
588
+ name: 'instanceName',
589
+ type: 'string',
590
+ default: '',
591
+ description: 'Digite o nome da instância que deseja pesquisar',
592
+ displayOptions: {
593
+ show: {
594
+ resource: ['instances-api'],
595
+ operation: ['fetch-instances'],
596
+ },
597
+ },
598
+ },
599
+ {
600
+ displayName: 'Nome Da Instância',
601
+ name: 'instanceName',
602
+ type: 'string',
603
+ default: '',
604
+ required: true,
605
+ description: 'Digite o nome para a instância',
606
+ displayOptions: {
607
+ show: {
608
+ resource: ['instances-api'],
609
+ operation: ['instance-settings'],
610
+ },
611
+ },
612
+ },
613
+ {
614
+ displayName: 'Rejeitar Chamadas',
615
+ name: 'rejectCall',
616
+ type: 'boolean',
617
+ default: false,
618
+ description: 'Whether to reject calls or not',
619
+ displayOptions: {
620
+ show: {
621
+ resource: ['instances-api'],
622
+ operation: ['instance-settings'],
623
+ },
624
+ },
625
+ },
626
+ {
627
+ displayName: 'Mensagem De Chamadas',
628
+ name: 'msgCall',
629
+ type: 'string',
630
+ default: 'Não aceitamos ligações telefônicas.',
631
+ description: 'Mensagem a ser enviada se as chamadas forem rejeitadas',
632
+ displayOptions: {
633
+ show: {
634
+ resource: ['instances-api'],
635
+ operation: ['instance-settings'],
636
+ },
637
+ },
638
+ },
639
+ {
640
+ displayName: 'Ignorar Grupos',
641
+ name: 'groupsIgnore',
642
+ type: 'boolean',
643
+ default: false,
644
+ description: 'Whether to mention them all',
645
+ displayOptions: {
646
+ show: {
647
+ resource: ['instances-api'],
648
+ operation: ['instance-settings'],
649
+ },
650
+ },
651
+ },
652
+ {
653
+ displayName: 'Sempre Online',
654
+ name: 'alwaysOnline',
655
+ type: 'boolean',
656
+ default: false,
657
+ description: 'Whether the instance should always be online or not',
658
+ displayOptions: {
659
+ show: {
660
+ resource: ['instances-api'],
661
+ operation: ['instance-settings'],
662
+ },
663
+ },
664
+ },
665
+ {
666
+ displayName: 'Ler Mensagens',
667
+ name: 'readMessages',
668
+ type: 'boolean',
669
+ default: false,
670
+ description: 'Whether to mention them all',
671
+ displayOptions: {
672
+ show: {
673
+ resource: ['instances-api'],
674
+ operation: ['instance-settings'],
675
+ },
676
+ },
677
+ },
678
+ {
679
+ displayName: 'Sincronizar Histórico Completo',
680
+ name: 'syncFullHistory',
681
+ type: 'boolean',
682
+ default: false,
683
+ description: 'Whether to mention them all history or not',
684
+ displayOptions: {
685
+ show: {
686
+ resource: ['instances-api'],
687
+ operation: ['instance-settings'],
688
+ },
689
+ },
690
+ },
691
+ {
692
+ displayName: 'Ler Status',
693
+ name: 'readStatus',
694
+ type: 'boolean',
695
+ default: false,
696
+ description: 'Whether to mention them all',
697
+ displayOptions: {
698
+ show: {
699
+ resource: ['instances-api'],
700
+ operation: ['instance-settings'],
701
+ },
702
+ },
703
+ },
704
+ {
705
+ displayName: 'Nome Da Instância',
706
+ name: 'instanceName',
707
+ type: 'string',
708
+ default: '',
709
+ required: true,
710
+ description: 'Digite o nome da instância',
711
+ displayOptions: {
712
+ show: {
713
+ resource: ['instances-api'],
714
+ operation: ['set-presence'],
715
+ },
716
+ },
717
+ },
718
+ {
719
+ displayName: 'Presença',
720
+ name: 'presence',
721
+ type: 'options',
722
+ options: [
723
+ {
724
+ name: 'Disponível',
725
+ value: 'available',
726
+ },
727
+ {
728
+ name: 'Indisponível',
729
+ value: 'unavailable',
730
+ },
731
+ ],
732
+ default: 'available',
733
+ required: true,
734
+ description: 'Status de presença da instância',
735
+ displayOptions: {
736
+ show: {
737
+ resource: ['instances-api'],
738
+ operation: ['set-presence'],
739
+ },
740
+ },
741
+ },
742
+ {
743
+ displayName: 'Nome Da Instancia',
744
+ name: 'instanceName',
745
+ type: 'string',
746
+ default: '',
747
+ required: true,
748
+ description: 'Digite o nome da instância que vai enviar a mensagem',
749
+ displayOptions: {
750
+ show: {
751
+ resource: ['instances-api'],
752
+ operation: ['set-proxy'],
753
+ },
754
+ },
755
+ },
756
+ {
757
+ displayName: 'O Que Deseja Fazer',
758
+ name: 'resourceForProxy',
759
+ type: 'options',
760
+ options: [
761
+ {
762
+ name: 'Definir Proxy',
763
+ value: 'setProxy',
764
+ },
765
+ {
766
+ name: 'Verificar Proxy',
767
+ value: 'findProxy',
768
+ },
769
+ ],
770
+ default: 'setProxy',
771
+ description: 'Escolha entre ativar/desativar proxy ou verificar o proxy',
772
+ displayOptions: {
773
+ show: {
774
+ resource: ['instances-api'],
775
+ operation: ['set-proxy'],
776
+ },
777
+ },
778
+ },
779
+ {
780
+ displayName: 'Ativar Proxy',
781
+ name: 'enabled',
782
+ type: 'boolean',
783
+ default: true,
784
+ description: 'Whether to enable or disable integration with proxy',
785
+ displayOptions: {
786
+ show: {
787
+ resource: ['instances-api'],
788
+ operation: ['set-proxy'],
789
+ resourceForProxy: ['setProxy'],
790
+ },
791
+ },
792
+ },
793
+ {
794
+ displayName: 'Protocolo Do Proxy',
795
+ name: 'proxyProtocol',
796
+ displayOptions: {
797
+ show: {
798
+ resource: ['instances-api'],
799
+ operation: ['set-proxy'],
800
+ resourceForProxy: ['setProxy'],
801
+ },
802
+ },
803
+ type: 'options',
804
+ options: [
805
+ {
806
+ name: 'HTTP',
807
+ value: 'http',
808
+ },
809
+ {
810
+ name: 'HTTPS',
811
+ value: 'https',
812
+ },
813
+ ],
814
+ default: 'http',
815
+ description: 'Selecione o protocolo do proxy',
816
+ },
817
+ {
818
+ displayName: 'Host Do Proxy',
819
+ name: 'proxyHost',
820
+ type: 'string',
821
+ default: '',
822
+ required: true,
823
+ description: 'Digite o host do proxy',
824
+ displayOptions: {
825
+ show: {
826
+ resource: ['instances-api'],
827
+ operation: ['set-proxy'],
828
+ resourceForProxy: ['setProxy'],
829
+ },
830
+ },
831
+ },
832
+ {
833
+ displayName: 'Porta Do Proxy',
834
+ name: 'proxyPort',
835
+ type: 'string',
836
+ default: '1234',
837
+ required: true,
838
+ description: 'Digite a porta do proxy',
839
+ displayOptions: {
840
+ show: {
841
+ resource: ['instances-api'],
842
+ operation: ['set-proxy'],
843
+ resourceForProxy: ['setProxy'],
844
+ },
845
+ },
846
+ },
847
+ {
848
+ displayName: 'Usuário Do Proxy',
849
+ name: 'proxyUsername',
850
+ type: 'string',
851
+ default: '',
852
+ required: true,
853
+ description: 'Digite o usuário do proxy',
854
+ displayOptions: {
855
+ show: {
856
+ resource: ['instances-api'],
857
+ operation: ['set-proxy'],
858
+ resourceForProxy: ['setProxy'],
859
+ },
860
+ },
861
+ },
862
+ {
863
+ displayName: 'Senha Do Proxy',
864
+ name: 'proxyPassword',
865
+ type: 'string',
866
+ required: true,
867
+ typeOptions: {
868
+ password: true,
869
+ },
870
+ default: '',
871
+ description: 'Digite a senha do proxy',
872
+ displayOptions: {
873
+ show: {
874
+ resource: ['instances-api'],
875
+ operation: ['set-proxy'],
876
+ resourceForProxy: ['setProxy'],
877
+ },
878
+ },
879
+ },
880
+ {
881
+ displayName: 'Nome Da Insticância',
882
+ name: 'instanceName',
883
+ type: 'string',
884
+ default: '',
885
+ required: true,
886
+ description: 'Digite o nome da instância que deseja pesquisar',
887
+ displayOptions: {
888
+ show: {
889
+ resource: ['instances-api'],
890
+ operation: ['restart-instance'],
891
+ },
892
+ },
893
+ },
894
+ {
895
+ displayName: 'Nome Da Insticância',
896
+ name: 'instanceName',
897
+ type: 'string',
898
+ default: '',
899
+ required: true,
900
+ description: 'Digite o nome da instância que deseja pesquisar',
901
+ displayOptions: {
902
+ show: {
903
+ resource: ['instances-api'],
904
+ operation: ['logout-instance'],
905
+ },
906
+ },
907
+ },
908
+ {
909
+ displayName: 'Nome Da Instancia',
910
+ name: 'instanceName',
911
+ type: 'string',
912
+ default: '',
913
+ required: true,
914
+ description: 'Digite o nome da instância que vai ser deletada',
915
+ displayOptions: {
916
+ show: {
917
+ resource: ['instances-api'],
918
+ operation: ['delete-instance'],
919
+ },
920
+ },
921
+ },
922
+ ];
923
+ //# sourceMappingURL=instances.fields.js.map