n8n-nodes-hamkar 3.3.10 → 3.3.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.
@@ -16,7 +16,6 @@ class HamkarApi {
16
16
  },
17
17
  default: '',
18
18
  required: true,
19
- description: 'The API key for Hamkar.co. You can find this in your project connection settings.',
20
19
  },
21
20
  {
22
21
  displayName: 'Project ID',
@@ -24,7 +23,18 @@ class HamkarApi {
24
23
  type: 'string',
25
24
  default: '',
26
25
  required: true,
27
- description: 'The Project ID in Hamkar system',
26
+ },
27
+ {
28
+ displayName: 'Allowed HTTP Request Domains',
29
+ name: 'allowedHttpRequestDomains',
30
+ type: 'string',
31
+ default: 'all',
32
+ },
33
+ {
34
+ displayName: 'Allowed Domains',
35
+ name: 'allowedDomains',
36
+ type: 'string',
37
+ default: '',
28
38
  },
29
39
  ];
30
40
  this.authenticate = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-hamkar",
3
- "version": "3.3.10",
3
+ "version": "3.3.12",
4
4
  "description": "n8n node for Hamkar.co API - Contact and Record management operations",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",