@wix/auto_sdk_ecom_subscription-contracts 1.0.73 → 1.0.75

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.
@@ -677,16 +677,36 @@ var onSubscriptionContractUpdated = (0, import_sdk_types.EventDefinition)(
677
677
  { path: "entity.shippingInfo.logistics.deliverByDate" },
678
678
  { path: "entity.shippingInfo.logistics.deliveryTimeSlot.from" },
679
679
  { path: "entity.shippingInfo.logistics.deliveryTimeSlot.to" },
680
- { path: "metadata.eventTime" }
680
+ { path: "metadata.eventTime" },
681
+ { path: "modifiedFields.createdDate" },
682
+ { path: "modifiedFields.updatedDate" },
683
+ { path: "modifiedFields.subscriptionSettings.startDate" },
684
+ { path: "modifiedFields.lineItems.digitalFile.expirationDate" },
685
+ {
686
+ path: "modifiedFields.lineItems.subscriptionInfo.subscriptionSettings.startDate"
687
+ },
688
+ { path: "modifiedFields.shippingInfo.logistics.deliverByDate" },
689
+ {
690
+ path: "modifiedFields.shippingInfo.logistics.deliveryTimeSlot.from"
691
+ },
692
+ {
693
+ path: "modifiedFields.shippingInfo.logistics.deliveryTimeSlot.to"
694
+ }
681
695
  ]
682
696
  },
683
697
  {
684
698
  transformFn: import_image2.transformRESTImageToSDKImage,
685
- paths: [{ path: "entity.lineItems.image" }]
699
+ paths: [
700
+ { path: "entity.lineItems.image" },
701
+ { path: "modifiedFields.lineItems.image" }
702
+ ]
686
703
  },
687
704
  {
688
705
  transformFn: import_float2.transformRESTFloatToSDKFloat,
689
- paths: [{ path: "entity.lineItems.physicalProperties.weight" }]
706
+ paths: [
707
+ { path: "entity.lineItems.physicalProperties.weight" },
708
+ { path: "modifiedFields.lineItems.physicalProperties.weight" }
709
+ ]
690
710
  },
691
711
  {
692
712
  transformFn: import_address2.transformRESTAddressToSDKAddress,
@@ -696,7 +716,15 @@ var onSubscriptionContractUpdated = (0, import_sdk_types.EventDefinition)(
696
716
  path: "entity.shippingInfo.logistics.shippingDestination.address"
697
717
  },
698
718
  { path: "entity.shippingInfo.logistics.pickupDetails.address" },
699
- { path: "entity.recipientInfo.address" }
719
+ { path: "entity.recipientInfo.address" },
720
+ { path: "modifiedFields.billingInfo.address" },
721
+ {
722
+ path: "modifiedFields.shippingInfo.logistics.shippingDestination.address"
723
+ },
724
+ {
725
+ path: "modifiedFields.shippingInfo.logistics.pickupDetails.address"
726
+ },
727
+ { path: "modifiedFields.recipientInfo.address" }
700
728
  ]
701
729
  }
702
730
  ])