Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n8n-nodes-evolution-api

Package Overview
Dependencies
Maintainers
0
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-evolution-api - npm Package Compare versions

Comparing version 0.1.77 to 0.1.78

26

dist/nodes/HttpBin/HttpVerbDescription.js

@@ -21,17 +21,2 @@ "use strict";

action: 'Criar instancia basica',
routing: {
request: {
method: 'POST',
url: '={{$credentials["server-url"].startsWith("https://") ? $credentials["server-url"] : "https://" + $credentials["server-url"]}}/instance/create',
headers: {
'Content-Type': 'application/json',
apikey: '={{$credentials.apikey}}',
},
body: {
instanceName: '={{$node["Nome da Instância"].instanceName}}',
token: '={{$node["Token"].token}}',
integration: '={{$node["Integração"].integration}}',
},
},
},
},

@@ -1321,7 +1306,7 @@ {

{
displayName: 'Deletar Instância',
name: 'delete-instance',
displayName: 'Selecione a Instância',
name: 'instanceName',
type: 'options',
default: '',
description: 'Deletar uma instância existente',
description: 'Selecione a instância a ser deletada',
displayOptions: {

@@ -1335,4 +1320,4 @@ show: {

request: {
method: 'DELETE',
url: '={{$credentials["server-url"].startsWith("https://") ? $credentials["server-url"] : "https://" + $credentials["server-url"]}}/instance/delete/{{$parameter.instance}}',
method: 'GET',
url: '={{$credentials["server-url"].startsWith("https://") ? $credentials["server-url"] : "https://" + $credentials["server-url"]}}/instance/fetchInstances',
headers: {

@@ -1343,2 +1328,3 @@ apikey: '={{$credentials.apikey}}',

},
options: [],
},

@@ -1345,0 +1331,0 @@ ];

{
"name": "n8n-nodes-evolution-api",
"version": "0.1.77",
"version": "0.1.78",
"description": "Api não oficial do WhatsApp",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "n8n-nodes-evolution-api",
"version": "0.1.77",
"version": "0.1.78",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc