@wix/crm 1.0.108 → 1.0.110
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.110",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/crm_attachments": "1.0.0",
|
|
22
|
-
"@wix/crm_contacts": "1.0.
|
|
23
|
-
"@wix/crm_extended-fields": "1.0.
|
|
24
|
-
"@wix/crm_labels": "1.0.
|
|
25
|
-
"@wix/crm_submitted-contact": "1.0.
|
|
22
|
+
"@wix/crm_contacts": "1.0.32",
|
|
23
|
+
"@wix/crm_extended-fields": "1.0.27",
|
|
24
|
+
"@wix/crm_labels": "1.0.27",
|
|
25
|
+
"@wix/crm_submitted-contact": "1.0.21",
|
|
26
26
|
"@wix/crm_tasks": "1.0.27"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "dfeb8e7bee4530f38778870f1411cf77003653a6ddd83a5d8b2f9728"
|
|
52
52
|
}
|
|
@@ -4323,7 +4323,7 @@ interface ContactActivity {
|
|
|
4323
4323
|
* Contact's last action in the site.
|
|
4324
4324
|
*
|
|
4325
4325
|
* For descriptions of each value, see
|
|
4326
|
-
* [Last Activity Types](https://dev.wix.com/
|
|
4326
|
+
* [Last Activity Types](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/last-activity-types).
|
|
4327
4327
|
*/
|
|
4328
4328
|
activityType?: ContactActivityType;
|
|
4329
4329
|
}
|
|
@@ -429,7 +429,7 @@ interface ContactActivity$1 {
|
|
|
429
429
|
* Contact's last action in the site.
|
|
430
430
|
*
|
|
431
431
|
* For descriptions of each value, see
|
|
432
|
-
* [Last Activity Types](https://dev.wix.com/
|
|
432
|
+
* [Last Activity Types](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/last-activity-types).
|
|
433
433
|
*/
|
|
434
434
|
activityType?: ContactActivityType$1;
|
|
435
435
|
}
|