fix(contact): show id for label operations
This commit is contained in:
parent
0bc2b4702c
commit
365906a58d
3 changed files with 7 additions and 3 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue