@wix/auto_sdk_ecom_draft-orders 1.0.91 → 1.0.92

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.
@@ -5634,17 +5634,49 @@ var onDraftOrderUpdated = EventDefinition(
5634
5634
  {
5635
5635
  path: "entity.shippingInfo.shippingInfo.logistics.deliveryTimeSlot.to"
5636
5636
  },
5637
- { path: "metadata.eventTime" }
5637
+ { path: "metadata.eventTime" },
5638
+ { path: "modifiedFields.createdDate" },
5639
+ { path: "modifiedFields.updatedDate" },
5640
+ {
5641
+ path: "modifiedFields.lineItems.lineItem.digitalFile.expirationDate"
5642
+ },
5643
+ {
5644
+ path: "modifiedFields.lineItems.lineItem.subscriptionInfo.subscriptionSettings.startDate"
5645
+ },
5646
+ {
5647
+ path: "modifiedFields.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliverByDate"
5648
+ },
5649
+ {
5650
+ path: "modifiedFields.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliveryTimeSlot.from"
5651
+ },
5652
+ {
5653
+ path: "modifiedFields.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliveryTimeSlot.to"
5654
+ },
5655
+ {
5656
+ path: "modifiedFields.shippingInfo.shippingInfo.logistics.deliverByDate"
5657
+ },
5658
+ {
5659
+ path: "modifiedFields.shippingInfo.shippingInfo.logistics.deliveryTimeSlot.from"
5660
+ },
5661
+ {
5662
+ path: "modifiedFields.shippingInfo.shippingInfo.logistics.deliveryTimeSlot.to"
5663
+ }
5638
5664
  ]
5639
5665
  },
5640
5666
  {
5641
5667
  transformFn: transformRESTImageToSDKImage2,
5642
- paths: [{ path: "entity.lineItems.lineItem.image" }]
5668
+ paths: [
5669
+ { path: "entity.lineItems.lineItem.image" },
5670
+ { path: "modifiedFields.lineItems.lineItem.image" }
5671
+ ]
5643
5672
  },
5644
5673
  {
5645
5674
  transformFn: transformRESTFloatToSDKFloat2,
5646
5675
  paths: [
5647
- { path: "entity.lineItems.lineItem.physicalProperties.weight" }
5676
+ { path: "entity.lineItems.lineItem.physicalProperties.weight" },
5677
+ {
5678
+ path: "modifiedFields.lineItems.lineItem.physicalProperties.weight"
5679
+ }
5648
5680
  ]
5649
5681
  },
5650
5682
  {
@@ -5670,7 +5702,28 @@ var onDraftOrderUpdated = EventDefinition(
5670
5702
  {
5671
5703
  path: "entity.billingDetails.changedDetails.billingInfoBeforeChange.address"
5672
5704
  },
5673
- { path: "entity.billingDetails.billingInfo.address" }
5705
+ { path: "entity.billingDetails.billingInfo.address" },
5706
+ {
5707
+ path: "modifiedFields.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.shippingDestination.address"
5708
+ },
5709
+ {
5710
+ path: "modifiedFields.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.pickupDetails.address"
5711
+ },
5712
+ {
5713
+ path: "modifiedFields.shippingInfo.shippingInfo.logistics.shippingDestination.address"
5714
+ },
5715
+ {
5716
+ path: "modifiedFields.shippingInfo.shippingInfo.logistics.pickupDetails.address"
5717
+ },
5718
+ { path: "modifiedFields.billingInfo.address" },
5719
+ {
5720
+ path: "modifiedFields.recipientInfo.changedDetails.recipientInfoBeforeChange.address"
5721
+ },
5722
+ { path: "modifiedFields.recipientInfo.recipientInfo.address" },
5723
+ {
5724
+ path: "modifiedFields.billingDetails.changedDetails.billingInfoBeforeChange.address"
5725
+ },
5726
+ { path: "modifiedFields.billingDetails.billingInfo.address" }
5674
5727
  ]
5675
5728
  }
5676
5729
  ])