n8n-nodes-chatflow 1.2.2 → 1.2.3

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.
@@ -192,33 +192,33 @@ ChatflowTrigger.description = {
192
192
  description: 'Types of processed webhooks. All types will be processed if none is selected.',
193
193
  options: [
194
194
  {
195
- displayName: 'Incoming Message',
196
- name: 'incoming_message',
195
+ name: 'Incoming Message',
196
+ value: 'incoming_message',
197
197
  description: 'Trigger on new incoming message',
198
198
  },
199
199
  {
200
- displayName: 'Delivery Status',
201
- name: 'delivery_status',
200
+ name: 'Delivery Status',
201
+ value: 'delivery_status',
202
202
  description: 'Trigger on message delivery status updates',
203
203
  },
204
204
  {
205
- displayName: 'Authorization Status',
206
- name: 'authorization_status',
205
+ name: 'Authorization Status',
206
+ value: 'authorization_status',
207
207
  description: 'Trigger on instance authorization changes',
208
208
  },
209
209
  {
210
- displayName: 'Incoming Call',
211
- name: 'incoming_call',
210
+ name: 'Incoming Call',
211
+ value: 'incoming_call',
212
212
  description: 'Trigger on incoming voice/video calls',
213
213
  },
214
214
  {
215
- displayName: 'Outgoing Message Sent From API',
216
- name: 'outgoing_message_api',
215
+ name: 'Outgoing Message Sent From API',
216
+ value: 'outgoing_message_api',
217
217
  description: 'Trigger on new outgoing message sent from API',
218
218
  },
219
219
  {
220
- displayName: 'Outgoing Message Sent From Phone',
221
- name: 'outgoing_message_phone',
220
+ name: 'Outgoing Message Sent From Phone',
221
+ value: 'outgoing_message_phone',
222
222
  description: 'Trigger on new outgoing message sent from phone',
223
223
  },
224
224
  ],
@@ -231,18 +231,18 @@ ChatflowTrigger.description = {
231
231
  description: 'Process webhooks based on messages from personal/group chats',
232
232
  options: [
233
233
  {
234
- displayName: 'Receive All',
235
- name: 'all',
234
+ name: 'Receive All',
235
+ value: 'all',
236
236
  description: 'Process webhooks from all chats',
237
237
  },
238
238
  {
239
- displayName: 'Only From Chats',
240
- name: 'chats',
239
+ name: 'Only From Chats',
240
+ value: 'chats',
241
241
  description: 'Process webhooks only from personal chats',
242
242
  },
243
243
  {
244
- displayName: 'Only From Groups',
245
- name: 'groups',
244
+ name: 'Only From Groups',
245
+ value: 'groups',
246
246
  description: 'Process webhooks only from group chats',
247
247
  },
248
248
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-chatflow",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "n8n community nodes for Chatflow — send WhatsApp & Telegram messages and receive triggers",
5
5
  "author": "Chatflow",
6
6
  "license": "MIT",