n8n-nodes-evolution-api
Advanced tools
Comparing version 0.1.49 to 0.1.50
@@ -140,3 +140,3 @@ "use strict"; | ||
const rejectCall = this.getNodeParameter('rejectCall', 0); | ||
const msgCall = this.getNodeParameter('msgCall', 0); | ||
const msgCall = this.getNodeParameter('msgCall', 0) || ''; | ||
const groupsIgnore = this.getNodeParameter('groupsIgnore', 0); | ||
@@ -149,2 +149,3 @@ const alwaysOnline = this.getNodeParameter('alwaysOnline', 0); | ||
rejectCall, | ||
msgCall, | ||
groupsIgnore, | ||
@@ -156,5 +157,2 @@ alwaysOnline, | ||
}; | ||
if (rejectCall) { | ||
body.msgCall = msgCall || ''; | ||
} | ||
const options = { | ||
@@ -171,2 +169,5 @@ method: 'POST', | ||
responseData = await this.helpers.request(options); | ||
if (rejectCall) { | ||
body.msgCall = msgCall || ''; | ||
} | ||
} | ||
@@ -173,0 +174,0 @@ if (resource === 'messages-api' && operation === 'sendText') { |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.49", | ||
"version": "0.1.50", | ||
"description": "Api não oficial do WhatsApp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.49", | ||
"version": "0.1.50", | ||
"description": "Api não oficial do WhatsApp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
103848
1424