n8n-nodes-quepasa-api-yurisilva_pro 2.3.1 → 2.4.1

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.
@@ -13,7 +13,7 @@ const StatusDescription_1 = require("./descriptions/StatusDescription");
13
13
  const GenericFunctions_1 = require("../../utils/GenericFunctions");
14
14
  class QuePasa {
15
15
  description = {
16
- displayName: 'QuePasa',
16
+ displayName: 'QuePasa API (WhatsApp)',
17
17
  name: 'quePasa',
18
18
  icon: 'file:quepasa.svg',
19
19
  group: ['transform'],
@@ -21,7 +21,7 @@ class QuePasa {
21
21
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
22
22
  description: 'Interact with QuePasa WhatsApp API',
23
23
  defaults: {
24
- name: 'QuePasa',
24
+ name: 'QuePasa API (WhatsApp)',
25
25
  },
26
26
  inputs: ['main'],
27
27
  outputs: ['main'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-quepasa-api-yurisilva_pro",
3
- "version": "2.3.1",
3
+ "version": "2.4.1",
4
4
  "description": "Complete n8n integration for QuePasa WhatsApp API - 48 operations, multi-account support, 100% API v4 coverage",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",