n8n-nodes-evolution-api
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -54,22 +54,2 @@ "use strict"; | ||
...HttpVerbDescription_1.httpVerbFields, | ||
{ | ||
displayName: 'Nome Da Instância', | ||
name: 'instanceName', | ||
type: 'options', | ||
default: '', | ||
description: 'Selecione a instância que vai enviar a mensagem', | ||
displayOptions: { | ||
show: { | ||
resource: ['instances-api'], | ||
operation: ['fetch-instances'], | ||
}, | ||
}, | ||
options: [], | ||
routing: { | ||
send: { | ||
property: '={{$parameter.instanceName}}', | ||
type: 'query', | ||
}, | ||
}, | ||
}, | ||
], | ||
@@ -76,0 +56,0 @@ }; |
@@ -377,5 +377,5 @@ "use strict"; | ||
name: 'instanceName', | ||
type: 'options', | ||
type: 'string', | ||
default: '', | ||
description: 'Selecione a instância que vai enviar a mensagem', | ||
description: 'Digite o nome da instância que vai enviar a mensagem', | ||
displayOptions: { | ||
@@ -387,12 +387,2 @@ show: { | ||
}, | ||
options: [], | ||
routing: { | ||
request: { | ||
method: 'GET', | ||
url: '={{$credentials["server-url"].startsWith("https://") ? $credentials["server-url"] : "https://" + $credentials["server-url"]}}/instance/fetchInstances{{$parameter.instanceName ? "?instanceName=" + $parameter.instanceName : ""}}', | ||
headers: { | ||
apikey: '={{$credentials.apikey}}', | ||
}, | ||
}, | ||
}, | ||
}, | ||
@@ -399,0 +389,0 @@ { |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"description": "Api não oficial do WhatsApp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"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
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
70111
758