@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.
@@ -1852,18 +1852,31 @@ var onCartUpdated = (0, import_sdk_types.EventDefinition)(
1852
1852
  path: "entity.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1853
1853
  },
1854
1854
  { path: "entity.lineItems.serviceProperties.scheduledDate" },
1855
- { path: "metadata.eventTime" }
1855
+ { path: "metadata.eventTime" },
1856
+ { path: "modifiedFields.createdDate" },
1857
+ { path: "modifiedFields.updatedDate" },
1858
+ {
1859
+ path: "modifiedFields.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1860
+ },
1861
+ {
1862
+ path: "modifiedFields.lineItems.serviceProperties.scheduledDate"
1863
+ }
1856
1864
  ]
1857
1865
  },
1858
1866
  {
1859
1867
  transformFn: import_page_url_v23.transformRESTPageURLV2ToSDKPageURLV2,
1860
- paths: [{ path: "entity.lineItems.url" }]
1868
+ paths: [
1869
+ { path: "entity.lineItems.url" },
1870
+ { path: "modifiedFields.lineItems.url" }
1871
+ ]
1861
1872
  },
1862
1873
  {
1863
1874
  transformFn: import_image3.transformRESTImageToSDKImage,
1864
1875
  paths: [
1865
1876
  { path: "entity.lineItems.image" },
1866
- { path: "entity.lineItems.catalogOverrideFields.image" }
1877
+ { path: "entity.lineItems.catalogOverrideFields.image" },
1878
+ { path: "modifiedFields.lineItems.image" },
1879
+ { path: "modifiedFields.lineItems.catalogOverrideFields.image" }
1867
1880
  ]
1868
1881
  },
1869
1882
  {
@@ -1872,12 +1885,19 @@ var onCartUpdated = (0, import_sdk_types.EventDefinition)(
1872
1885
  { path: "entity.lineItems.physicalProperties.weight" },
1873
1886
  {
1874
1887
  path: "entity.lineItems.catalogOverrideFields.physicalProperties.weight"
1888
+ },
1889
+ { path: "modifiedFields.lineItems.physicalProperties.weight" },
1890
+ {
1891
+ path: "modifiedFields.lineItems.catalogOverrideFields.physicalProperties.weight"
1875
1892
  }
1876
1893
  ]
1877
1894
  },
1878
1895
  {
1879
1896
  transformFn: import_address3.transformRESTAddressToSDKAddress,
1880
- paths: [{ path: "entity.contactInfo.address" }]
1897
+ paths: [
1898
+ { path: "entity.contactInfo.address" },
1899
+ { path: "modifiedFields.contactInfo.address" }
1900
+ ]
1881
1901
  }
1882
1902
  ])
1883
1903
  )