@wix/auto_sdk_ecom_cart 1.0.103 → 1.0.105

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