@wix/auto_sdk_crm_contacts 1.0.1046 → 1.0.1048

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.
@@ -1831,7 +1831,14 @@ var onContactUpdated = EventDefinition(
1831
1831
  { path: "entity.memberInfo.signupDate" },
1832
1832
  { path: "entity.memberInfo.sessionInfo.lastWebLogin" },
1833
1833
  { path: "entity.memberInfo.sessionInfo.lastMobileLogin" },
1834
- { path: "metadata.eventTime" }
1834
+ { path: "metadata.eventTime" },
1835
+ { path: "modifiedFields.createdDate" },
1836
+ { path: "modifiedFields.updatedDate" },
1837
+ { path: "modifiedFields.lastActivity.activityDate" },
1838
+ { path: "modifiedFields.lastActivity.date" },
1839
+ { path: "modifiedFields.memberInfo.signupDate" },
1840
+ { path: "modifiedFields.memberInfo.sessionInfo.lastWebLogin" },
1841
+ { path: "modifiedFields.memberInfo.sessionInfo.lastMobileLogin" }
1835
1842
  ]
1836
1843
  },
1837
1844
  {
@@ -1839,12 +1846,18 @@ var onContactUpdated = EventDefinition(
1839
1846
  paths: [
1840
1847
  { path: "entity.picture" },
1841
1848
  { path: "entity.info.picture.image" },
1842
- { path: "entity.memberInfo.profileInfo.photo" }
1849
+ { path: "entity.memberInfo.profileInfo.photo" },
1850
+ { path: "modifiedFields.picture" },
1851
+ { path: "modifiedFields.info.picture.image" },
1852
+ { path: "modifiedFields.memberInfo.profileInfo.photo" }
1843
1853
  ]
1844
1854
  },
1845
1855
  {
1846
1856
  transformFn: transformRESTAddressToSDKAddress2,
1847
- paths: [{ path: "entity.info.addresses.items.address" }]
1857
+ paths: [
1858
+ { path: "entity.info.addresses.items.address" },
1859
+ { path: "modifiedFields.info.addresses.items.address" }
1860
+ ]
1848
1861
  }
1849
1862
  ])
1850
1863
  )