@wix/crm 1.0.52 → 1.0.53
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.
|
@@ -485,7 +485,7 @@ export interface ExtendedFieldsWrapper {
|
|
|
485
485
|
* Set of key-value pairs.
|
|
486
486
|
*
|
|
487
487
|
* Contact's
|
|
488
|
-
* [extended fields](wix-crm-
|
|
488
|
+
* [extended fields](wix-crm-v2/extendedfields/introduction#wix-crm-v2_extendedfields_introduction_terminology),
|
|
489
489
|
* which allow you to store additional information about your contacts.
|
|
490
490
|
*
|
|
491
491
|
* To view or create extended fields, use
|
|
@@ -485,7 +485,7 @@ export interface ExtendedFieldsWrapper {
|
|
|
485
485
|
* Set of key-value pairs.
|
|
486
486
|
*
|
|
487
487
|
* Contact's
|
|
488
|
-
* [extended fields](wix-crm-
|
|
488
|
+
* [extended fields](wix-crm-v2/extendedfields/introduction#wix-crm-v2_extendedfields_introduction_terminology),
|
|
489
489
|
* which allow you to store additional information about your contacts.
|
|
490
490
|
*
|
|
491
491
|
* To view or create extended fields, use
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.53",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "7079b726867f8efd2936defbea530cb2ff39e930e06687c1c4b4e181"
|
|
37
37
|
}
|