n8n-nodes-hamkar 3.3.10 → 3.3.11
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
|
-
|
|
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 = {
|