n8n-nodes-evolution-api
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -42,7 +42,11 @@ "use strict"; | ||
{ | ||
name: 'HTTP Verb', | ||
value: 'httpVerb', | ||
name: 'Criar Instancia', | ||
value: 'create-instance', | ||
}, | ||
{ | ||
name: 'Buscar Instancia', | ||
value: 'fetch-instances', | ||
}, | ||
], | ||
default: 'httpVerb', | ||
default: 'create-instance', | ||
}, | ||
@@ -49,0 +53,0 @@ ...HttpVerbDescription_1.httpVerbOperations, |
@@ -12,3 +12,3 @@ "use strict"; | ||
show: { | ||
resource: ['httpVerb'], | ||
resource: ['create-instance'], | ||
}, | ||
@@ -18,27 +18,27 @@ }, | ||
{ | ||
name: 'GET', | ||
value: 'get', | ||
description: 'Perform a GET request', | ||
name: 'Instancia Basica', | ||
value: 'instance-basic', | ||
description: 'Criar uma instancia basica', | ||
routing: { | ||
request: { | ||
method: 'GET', | ||
url: '/get', | ||
method: 'POST', | ||
url: '/instance/create', | ||
}, | ||
}, | ||
action: 'Get a http verb', | ||
action: 'Instancia basica a create instance', | ||
}, | ||
{ | ||
name: 'DELETE', | ||
value: 'delete', | ||
name: 'Instancia Com Proxy', | ||
value: 'instance-proxy', | ||
description: 'Perform a DELETE request', | ||
routing: { | ||
request: { | ||
method: 'DELETE', | ||
url: '/delete', | ||
method: 'GET', | ||
url: '/instance/fetchInstances', | ||
}, | ||
}, | ||
action: 'Delete a http verb', | ||
action: 'Instancia com proxy a create instance', | ||
}, | ||
], | ||
default: 'get', | ||
default: 'instance-basic', | ||
}, | ||
@@ -54,4 +54,4 @@ ]; | ||
show: { | ||
resource: ['httpVerb'], | ||
operation: ['get'], | ||
resource: ['create-instance'], | ||
operation: ['instance-basic'], | ||
}, | ||
@@ -58,0 +58,0 @@ }, |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Api não oficial do WhatsApp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"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
47689
373