@ixiam/n8n-nodes-civicrm 1.0.13 → 1.0.16

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.
@@ -23,6 +23,7 @@ class CiviCrmApi {
23
23
  required: true,
24
24
  },
25
25
  ];
26
+ // ← ESTA ES LA PARTE CRÍTICA
26
27
  this.authenticate = {
27
28
  type: 'generic',
28
29
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixiam/n8n-nodes-civicrm",
3
- "version": "1.0.13",
3
+ "version": "1.0.16",
4
4
  "description": "Full-featured CiviCRM API v4 integration for n8n with support for Contacts, Memberships, Groups, Relationships, Activities and structured sub-entities like Email, Phone, and Address.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -28,6 +28,7 @@ export class CiviCrmApi implements ICredentialType {
28
28
  },
29
29
  ];
30
30
 
31
+ // ← ESTA ES LA PARTE CRÍTICA
31
32
  authenticate = {
32
33
  type: 'generic' as const,
33
34
  properties: {