@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.
- package/build/cjs/index.js +32 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +32 -4
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +32 -4
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +32 -4
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -634,16 +634,36 @@ var onSubscriptionContractUpdated = EventDefinition(
|
|
|
634
634
|
{ path: "entity.shippingInfo.logistics.deliverByDate" },
|
|
635
635
|
{ path: "entity.shippingInfo.logistics.deliveryTimeSlot.from" },
|
|
636
636
|
{ path: "entity.shippingInfo.logistics.deliveryTimeSlot.to" },
|
|
637
|
-
{ path: "metadata.eventTime" }
|
|
637
|
+
{ path: "metadata.eventTime" },
|
|
638
|
+
{ path: "modifiedFields.createdDate" },
|
|
639
|
+
{ path: "modifiedFields.updatedDate" },
|
|
640
|
+
{ path: "modifiedFields.subscriptionSettings.startDate" },
|
|
641
|
+
{ path: "modifiedFields.lineItems.digitalFile.expirationDate" },
|
|
642
|
+
{
|
|
643
|
+
path: "modifiedFields.lineItems.subscriptionInfo.subscriptionSettings.startDate"
|
|
644
|
+
},
|
|
645
|
+
{ path: "modifiedFields.shippingInfo.logistics.deliverByDate" },
|
|
646
|
+
{
|
|
647
|
+
path: "modifiedFields.shippingInfo.logistics.deliveryTimeSlot.from"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
path: "modifiedFields.shippingInfo.logistics.deliveryTimeSlot.to"
|
|
651
|
+
}
|
|
638
652
|
]
|
|
639
653
|
},
|
|
640
654
|
{
|
|
641
655
|
transformFn: transformRESTImageToSDKImage2,
|
|
642
|
-
paths: [
|
|
656
|
+
paths: [
|
|
657
|
+
{ path: "entity.lineItems.image" },
|
|
658
|
+
{ path: "modifiedFields.lineItems.image" }
|
|
659
|
+
]
|
|
643
660
|
},
|
|
644
661
|
{
|
|
645
662
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
646
|
-
paths: [
|
|
663
|
+
paths: [
|
|
664
|
+
{ path: "entity.lineItems.physicalProperties.weight" },
|
|
665
|
+
{ path: "modifiedFields.lineItems.physicalProperties.weight" }
|
|
666
|
+
]
|
|
647
667
|
},
|
|
648
668
|
{
|
|
649
669
|
transformFn: transformRESTAddressToSDKAddress2,
|
|
@@ -653,7 +673,15 @@ var onSubscriptionContractUpdated = EventDefinition(
|
|
|
653
673
|
path: "entity.shippingInfo.logistics.shippingDestination.address"
|
|
654
674
|
},
|
|
655
675
|
{ path: "entity.shippingInfo.logistics.pickupDetails.address" },
|
|
656
|
-
{ path: "entity.recipientInfo.address" }
|
|
676
|
+
{ path: "entity.recipientInfo.address" },
|
|
677
|
+
{ path: "modifiedFields.billingInfo.address" },
|
|
678
|
+
{
|
|
679
|
+
path: "modifiedFields.shippingInfo.logistics.shippingDestination.address"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
path: "modifiedFields.shippingInfo.logistics.pickupDetails.address"
|
|
683
|
+
},
|
|
684
|
+
{ path: "modifiedFields.recipientInfo.address" }
|
|
657
685
|
]
|
|
658
686
|
}
|
|
659
687
|
])
|