n8n-nodes-evolution-api
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -43,2 +43,28 @@ "use strict"; | ||
}, | ||
{ | ||
displayName: 'Operation', | ||
name: 'operation', | ||
type: 'options', | ||
noDataExpression: true, | ||
displayOptions: { | ||
show: { | ||
resource: ['fetch-instances'], | ||
}, | ||
}, | ||
options: [ | ||
{ | ||
name: 'Buscar Instâncias', | ||
value: 'fetch-instances', | ||
description: 'Buscar instâncias existentes', | ||
routing: { | ||
request: { | ||
method: 'GET', | ||
url: '/instance/fetchInstances', | ||
}, | ||
}, | ||
action: 'Buscar inst ncias a fetch instances', | ||
}, | ||
], | ||
default: 'fetch-instances', | ||
}, | ||
]; | ||
@@ -45,0 +71,0 @@ const getOperation = [ |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Api não oficial do WhatsApp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"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
55338
551