n8n-nodes-evolution-api
Advanced tools
Comparing version 0.1.71 to 0.1.72
@@ -410,2 +410,3 @@ "use strict"; | ||
title: option.optionTitle, | ||
description: option.optionDescription, | ||
rowId: option.rowId, | ||
@@ -429,6 +430,6 @@ })) : []; | ||
title: listTitle, | ||
description: listOptions.map(option => option.description), | ||
rows: listOptions, | ||
}, | ||
], | ||
mentionsEveryOne: this.getNodeParameter('mentionsEveryOne', 0), | ||
}, | ||
@@ -435,0 +436,0 @@ json: true, |
@@ -1229,15 +1229,2 @@ "use strict"; | ||
{ | ||
displayName: 'Enviar Com Marcação Fantasma?', | ||
name: 'mentionsEveryOne', | ||
type: 'boolean', | ||
default: false, | ||
description: 'Whether to mention them all', | ||
displayOptions: { | ||
show: { | ||
resource: ['messages-api'], | ||
operation: ['sendList'], | ||
}, | ||
}, | ||
}, | ||
{ | ||
displayName: 'Nome Da Instância', | ||
@@ -1244,0 +1231,0 @@ name: 'instanceName', |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.71", | ||
"version": "0.1.72", | ||
"description": "Api não oficial do WhatsApp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.71", | ||
"version": "0.1.72", | ||
"description": "Api não oficial do WhatsApp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -14,11 +14,12 @@ **[ Features do Node ]** | ||
Mensagens:<br> | ||
✅ Enviar mensagem de Texto; (by Orion) <br> | ||
✅ Enviar mensagem de Imagem; (by Orion) <br> | ||
✅ Enviar mensagem de Video; (by Orion) <br> | ||
✅ Enviar mensagem de Audio; (by Orion) <br> | ||
✅ Enviar mensagem de Documentos; (by Orion) <br> | ||
✅ Enviar mensagem de Enquete; (by Orion)<br> | ||
✅ Enviar Texto; (by Orion) <br> | ||
✅ Enviar Imagem; (by Orion) <br> | ||
✅ Enviar Video; (by Orion) <br> | ||
✅ Enviar Audio; (by Orion) <br> | ||
✅ Enviar Documentos; (by Orion) <br> | ||
✅ Enviar Enquete; (by Orion)<br> | ||
✅ Enviar Lista; (by Orion)<br> | ||
✅ Marcação fantasma; (by Orion) <br> | ||
❌ Enviar Status;<br> | ||
❌ Enviar Lista;<br> | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25
135950
1953