fix(contact): show id for label operations

This commit is contained in:
Jesse Freitas 2026-03-16 15:17:27 -03:00
parent 0bc2b4702c
commit 365906a58d
3 changed files with 7 additions and 3 deletions

View file

@ -1773,6 +1773,7 @@ const contactIdProperty: INodeProperties = {
show: {
resource: ['contact'],
operation: [
'addLabels',
'createNote',
'createInbox',
'delete',
@ -1780,6 +1781,9 @@ const contactIdProperty: INodeProperties = {
'get',
'getContactableInboxes',
'getConversations',
'getLabels',
'removeLabels',
'setLabels',
'update',
],
},

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@jessefreitas/n8n-nodes-mega",
"version": "0.4.11",
"version": "0.4.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jessefreitas/n8n-nodes-mega",
"version": "0.4.11",
"version": "0.4.12",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "0.23.0",

View file

@ -1,6 +1,6 @@
{
"name": "@jessefreitas/n8n-nodes-mega",
"version": "0.4.11",
"version": "0.4.12",
"description": "Trabalhe com a API do Mega",
"license": "MIT",
"homepage": "https://github.com/jessefreitas/n8n_community_mega",