n8n-nodes-hamkar 1.0.0 → 3.0.0
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.
|
@@ -124,7 +124,6 @@ class Hamkar {
|
|
|
124
124
|
displayName: 'Name',
|
|
125
125
|
name: 'contactName',
|
|
126
126
|
type: 'string',
|
|
127
|
-
required: true,
|
|
128
127
|
displayOptions: {
|
|
129
128
|
show: {
|
|
130
129
|
resource: ['contact'],
|
|
@@ -132,13 +131,13 @@ class Hamkar {
|
|
|
132
131
|
},
|
|
133
132
|
},
|
|
134
133
|
default: '',
|
|
134
|
+
required: true,
|
|
135
135
|
description: 'Contact name',
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
displayName: 'Phone Number',
|
|
139
139
|
name: 'contactPhoneNumber',
|
|
140
140
|
type: 'string',
|
|
141
|
-
required: true,
|
|
142
141
|
displayOptions: {
|
|
143
142
|
show: {
|
|
144
143
|
resource: ['contact'],
|
|
@@ -147,6 +146,7 @@ class Hamkar {
|
|
|
147
146
|
},
|
|
148
147
|
default: '',
|
|
149
148
|
placeholder: '09123456789',
|
|
149
|
+
required: true,
|
|
150
150
|
description: 'Contact mobile phone number',
|
|
151
151
|
},
|
|
152
152
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-hamkar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "n8n node for Hamkar.co API - Contact and Record management operations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -53,4 +53,3 @@
|
|
|
53
53
|
"n8n-workflow": "*"
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
|