@wix/crm 1.0.108 → 1.0.109

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.108",
3
+ "version": "1.0.109",
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.31",
22
+ "@wix/crm_contacts": "1.0.32",
23
23
  "@wix/crm_extended-fields": "1.0.26",
24
24
  "@wix/crm_labels": "1.0.26",
25
- "@wix/crm_submitted-contact": "1.0.20",
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": "c5cdc7e48e8fbb7018fff75ba33158b1c22c2a4c60e5f51d7da85d71"
51
+ "falconPackageHash": "412bba4236612da4c7712733441c56e2e82c8ff3fc6825dab97274da"
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/api/rest/contacts/contacts/last-activity-types).
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/api/rest/contacts/contacts/last-activity-types).
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
  }