@wix/auto_sdk_ecom_draft-orders 1.0.74 → 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 +21 -21
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +21 -21
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +21 -21
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +21 -21
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -5410,67 +5410,67 @@ var onDraftOrderDeleted = EventDefinition(
|
|
|
5410
5410
|
{
|
|
5411
5411
|
transformFn: transformRESTTimestampToSDKTimestamp2,
|
|
5412
5412
|
paths: [
|
|
5413
|
-
{ path: "
|
|
5414
|
-
{ path: "
|
|
5415
|
-
{ path: "
|
|
5413
|
+
{ path: "entity.createdDate" },
|
|
5414
|
+
{ path: "entity.updatedDate" },
|
|
5415
|
+
{ path: "entity.lineItems.lineItem.digitalFile.expirationDate" },
|
|
5416
5416
|
{
|
|
5417
|
-
path: "
|
|
5417
|
+
path: "entity.lineItems.lineItem.subscriptionInfo.subscriptionSettings.startDate"
|
|
5418
5418
|
},
|
|
5419
5419
|
{
|
|
5420
|
-
path: "
|
|
5420
|
+
path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliverByDate"
|
|
5421
5421
|
},
|
|
5422
5422
|
{
|
|
5423
|
-
path: "
|
|
5423
|
+
path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliveryTimeSlot.from"
|
|
5424
5424
|
},
|
|
5425
5425
|
{
|
|
5426
|
-
path: "
|
|
5426
|
+
path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliveryTimeSlot.to"
|
|
5427
5427
|
},
|
|
5428
5428
|
{
|
|
5429
|
-
path: "
|
|
5429
|
+
path: "entity.shippingInfo.shippingInfo.logistics.deliverByDate"
|
|
5430
5430
|
},
|
|
5431
5431
|
{
|
|
5432
|
-
path: "
|
|
5432
|
+
path: "entity.shippingInfo.shippingInfo.logistics.deliveryTimeSlot.from"
|
|
5433
5433
|
},
|
|
5434
5434
|
{
|
|
5435
|
-
path: "
|
|
5435
|
+
path: "entity.shippingInfo.shippingInfo.logistics.deliveryTimeSlot.to"
|
|
5436
5436
|
},
|
|
5437
5437
|
{ path: "metadata.eventTime" }
|
|
5438
5438
|
]
|
|
5439
5439
|
},
|
|
5440
5440
|
{
|
|
5441
5441
|
transformFn: transformRESTImageToSDKImage2,
|
|
5442
|
-
paths: [{ path: "
|
|
5442
|
+
paths: [{ path: "entity.lineItems.lineItem.image" }]
|
|
5443
5443
|
},
|
|
5444
5444
|
{
|
|
5445
5445
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
5446
5446
|
paths: [
|
|
5447
|
-
{ path: "
|
|
5447
|
+
{ path: "entity.lineItems.lineItem.physicalProperties.weight" }
|
|
5448
5448
|
]
|
|
5449
5449
|
},
|
|
5450
5450
|
{
|
|
5451
5451
|
transformFn: transformRESTAddressToSDKAddress2,
|
|
5452
5452
|
paths: [
|
|
5453
5453
|
{
|
|
5454
|
-
path: "
|
|
5454
|
+
path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.shippingDestination.address"
|
|
5455
5455
|
},
|
|
5456
5456
|
{
|
|
5457
|
-
path: "
|
|
5457
|
+
path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.pickupDetails.address"
|
|
5458
5458
|
},
|
|
5459
5459
|
{
|
|
5460
|
-
path: "
|
|
5460
|
+
path: "entity.shippingInfo.shippingInfo.logistics.shippingDestination.address"
|
|
5461
5461
|
},
|
|
5462
5462
|
{
|
|
5463
|
-
path: "
|
|
5463
|
+
path: "entity.shippingInfo.shippingInfo.logistics.pickupDetails.address"
|
|
5464
5464
|
},
|
|
5465
|
-
{ path: "
|
|
5465
|
+
{ path: "entity.billingInfo.address" },
|
|
5466
5466
|
{
|
|
5467
|
-
path: "
|
|
5467
|
+
path: "entity.recipientInfo.changedDetails.recipientInfoBeforeChange.address"
|
|
5468
5468
|
},
|
|
5469
|
-
{ path: "
|
|
5469
|
+
{ path: "entity.recipientInfo.recipientInfo.address" },
|
|
5470
5470
|
{
|
|
5471
|
-
path: "
|
|
5471
|
+
path: "entity.billingDetails.changedDetails.billingInfoBeforeChange.address"
|
|
5472
5472
|
},
|
|
5473
|
-
{ path: "
|
|
5473
|
+
{ path: "entity.billingDetails.billingInfo.address" }
|
|
5474
5474
|
]
|
|
5475
5475
|
}
|
|
5476
5476
|
])
|