@wix/auto_sdk_ecom_cart 1.0.102 → 1.0.104

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.
@@ -1790,18 +1790,31 @@ var onCartUpdated = EventDefinition(
1790
1790
  path: "entity.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1791
1791
  },
1792
1792
  { path: "entity.lineItems.serviceProperties.scheduledDate" },
1793
- { path: "metadata.eventTime" }
1793
+ { path: "metadata.eventTime" },
1794
+ { path: "modifiedFields.createdDate" },
1795
+ { path: "modifiedFields.updatedDate" },
1796
+ {
1797
+ path: "modifiedFields.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1798
+ },
1799
+ {
1800
+ path: "modifiedFields.lineItems.serviceProperties.scheduledDate"
1801
+ }
1794
1802
  ]
1795
1803
  },
1796
1804
  {
1797
1805
  transformFn: transformRESTPageURLV2ToSDKPageURLV22,
1798
- paths: [{ path: "entity.lineItems.url" }]
1806
+ paths: [
1807
+ { path: "entity.lineItems.url" },
1808
+ { path: "modifiedFields.lineItems.url" }
1809
+ ]
1799
1810
  },
1800
1811
  {
1801
1812
  transformFn: transformRESTImageToSDKImage2,
1802
1813
  paths: [
1803
1814
  { path: "entity.lineItems.image" },
1804
- { path: "entity.lineItems.catalogOverrideFields.image" }
1815
+ { path: "entity.lineItems.catalogOverrideFields.image" },
1816
+ { path: "modifiedFields.lineItems.image" },
1817
+ { path: "modifiedFields.lineItems.catalogOverrideFields.image" }
1805
1818
  ]
1806
1819
  },
1807
1820
  {
@@ -1810,12 +1823,19 @@ var onCartUpdated = EventDefinition(
1810
1823
  { path: "entity.lineItems.physicalProperties.weight" },
1811
1824
  {
1812
1825
  path: "entity.lineItems.catalogOverrideFields.physicalProperties.weight"
1826
+ },
1827
+ { path: "modifiedFields.lineItems.physicalProperties.weight" },
1828
+ {
1829
+ path: "modifiedFields.lineItems.catalogOverrideFields.physicalProperties.weight"
1813
1830
  }
1814
1831
  ]
1815
1832
  },
1816
1833
  {
1817
1834
  transformFn: transformRESTAddressToSDKAddress2,
1818
- paths: [{ path: "entity.contactInfo.address" }]
1835
+ paths: [
1836
+ { path: "entity.contactInfo.address" },
1837
+ { path: "modifiedFields.contactInfo.address" }
1838
+ ]
1819
1839
  }
1820
1840
  ])
1821
1841
  )