n8n-nodes-chat2crm 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71,14 +71,14 @@ exports.STREAM_DEFINITIONS = [
|
|
|
71
71
|
{
|
|
72
72
|
name: 'N8N Incoming Message',
|
|
73
73
|
value: 'n8n_incoming_message',
|
|
74
|
-
description: 'Incoming messages to N8N (DB
|
|
75
|
-
db:
|
|
74
|
+
description: 'Incoming messages to N8N (DB 1)',
|
|
75
|
+
db: 1,
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
name: 'N8N Outgoing Message',
|
|
79
79
|
value: 'n8n_outgoing_message',
|
|
80
|
-
description: 'Outgoing messages from N8N (DB
|
|
81
|
-
db:
|
|
80
|
+
description: 'Outgoing messages from N8N (DB 1)',
|
|
81
|
+
db: 1,
|
|
82
82
|
},
|
|
83
83
|
];
|
|
84
84
|
/**
|
|
@@ -90,6 +90,8 @@ exports.STREAM_DB_MAP = {
|
|
|
90
90
|
crm_lazy_incoming_message: 1,
|
|
91
91
|
crm_contacts: 1,
|
|
92
92
|
crm_outgoing_status: 1,
|
|
93
|
+
n8n_incoming_message: 1,
|
|
94
|
+
n8n_outgoing_message: 1,
|
|
93
95
|
};
|
|
94
96
|
/**
|
|
95
97
|
* Определяет номер базы данных для указанного stream
|