@wix/auto_sdk_ecom_current-cart 1.0.104 → 1.0.106

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.
@@ -847,6 +847,7 @@ var AdditionalFeeSource = /* @__PURE__ */ ((AdditionalFeeSource2) => {
847
847
  AdditionalFeeSource2["ITEM"] = "ITEM";
848
848
  AdditionalFeeSource2["MANUAL"] = "MANUAL";
849
849
  AdditionalFeeSource2["SHIPPING"] = "SHIPPING";
850
+ AdditionalFeeSource2["PLATFORM_FEE"] = "PLATFORM_FEE";
850
851
  return AdditionalFeeSource2;
851
852
  })(AdditionalFeeSource || {});
852
853
  var Severity = /* @__PURE__ */ ((Severity2) => {
@@ -1465,18 +1466,31 @@ var onCartUpdated = (0, import_sdk_types.EventDefinition)(
1465
1466
  path: "entity.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1466
1467
  },
1467
1468
  { path: "entity.lineItems.serviceProperties.scheduledDate" },
1468
- { path: "metadata.eventTime" }
1469
+ { path: "metadata.eventTime" },
1470
+ { path: "modifiedFields.createdDate" },
1471
+ { path: "modifiedFields.updatedDate" },
1472
+ {
1473
+ path: "modifiedFields.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1474
+ },
1475
+ {
1476
+ path: "modifiedFields.lineItems.serviceProperties.scheduledDate"
1477
+ }
1469
1478
  ]
1470
1479
  },
1471
1480
  {
1472
1481
  transformFn: import_page_url_v23.transformRESTPageURLV2ToSDKPageURLV2,
1473
- paths: [{ path: "entity.lineItems.url" }]
1482
+ paths: [
1483
+ { path: "entity.lineItems.url" },
1484
+ { path: "modifiedFields.lineItems.url" }
1485
+ ]
1474
1486
  },
1475
1487
  {
1476
1488
  transformFn: import_image3.transformRESTImageToSDKImage,
1477
1489
  paths: [
1478
1490
  { path: "entity.lineItems.image" },
1479
- { path: "entity.lineItems.catalogOverrideFields.image" }
1491
+ { path: "entity.lineItems.catalogOverrideFields.image" },
1492
+ { path: "modifiedFields.lineItems.image" },
1493
+ { path: "modifiedFields.lineItems.catalogOverrideFields.image" }
1480
1494
  ]
1481
1495
  },
1482
1496
  {
@@ -1485,12 +1499,19 @@ var onCartUpdated = (0, import_sdk_types.EventDefinition)(
1485
1499
  { path: "entity.lineItems.physicalProperties.weight" },
1486
1500
  {
1487
1501
  path: "entity.lineItems.catalogOverrideFields.physicalProperties.weight"
1502
+ },
1503
+ { path: "modifiedFields.lineItems.physicalProperties.weight" },
1504
+ {
1505
+ path: "modifiedFields.lineItems.catalogOverrideFields.physicalProperties.weight"
1488
1506
  }
1489
1507
  ]
1490
1508
  },
1491
1509
  {
1492
1510
  transformFn: import_address3.transformRESTAddressToSDKAddress,
1493
- paths: [{ path: "entity.contactInfo.address" }]
1511
+ paths: [
1512
+ { path: "entity.contactInfo.address" },
1513
+ { path: "modifiedFields.contactInfo.address" }
1514
+ ]
1494
1515
  }
1495
1516
  ])
1496
1517
  )