@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.
@@ -5487,67 +5487,67 @@ var onDraftOrderDeleted = (0, import_sdk_types.EventDefinition)(
5487
5487
  {
5488
5488
  transformFn: import_timestamp3.transformRESTTimestampToSDKTimestamp,
5489
5489
  paths: [
5490
- { path: "undefined.createdDate" },
5491
- { path: "undefined.updatedDate" },
5492
- { path: "undefined.lineItems.lineItem.digitalFile.expirationDate" },
5490
+ { path: "entity.createdDate" },
5491
+ { path: "entity.updatedDate" },
5492
+ { path: "entity.lineItems.lineItem.digitalFile.expirationDate" },
5493
5493
  {
5494
- path: "undefined.lineItems.lineItem.subscriptionInfo.subscriptionSettings.startDate"
5494
+ path: "entity.lineItems.lineItem.subscriptionInfo.subscriptionSettings.startDate"
5495
5495
  },
5496
5496
  {
5497
- path: "undefined.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliverByDate"
5497
+ path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliverByDate"
5498
5498
  },
5499
5499
  {
5500
- path: "undefined.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliveryTimeSlot.from"
5500
+ path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliveryTimeSlot.from"
5501
5501
  },
5502
5502
  {
5503
- path: "undefined.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliveryTimeSlot.to"
5503
+ path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.deliveryTimeSlot.to"
5504
5504
  },
5505
5505
  {
5506
- path: "undefined.shippingInfo.shippingInfo.logistics.deliverByDate"
5506
+ path: "entity.shippingInfo.shippingInfo.logistics.deliverByDate"
5507
5507
  },
5508
5508
  {
5509
- path: "undefined.shippingInfo.shippingInfo.logistics.deliveryTimeSlot.from"
5509
+ path: "entity.shippingInfo.shippingInfo.logistics.deliveryTimeSlot.from"
5510
5510
  },
5511
5511
  {
5512
- path: "undefined.shippingInfo.shippingInfo.logistics.deliveryTimeSlot.to"
5512
+ path: "entity.shippingInfo.shippingInfo.logistics.deliveryTimeSlot.to"
5513
5513
  },
5514
5514
  { path: "metadata.eventTime" }
5515
5515
  ]
5516
5516
  },
5517
5517
  {
5518
5518
  transformFn: import_image3.transformRESTImageToSDKImage,
5519
- paths: [{ path: "undefined.lineItems.lineItem.image" }]
5519
+ paths: [{ path: "entity.lineItems.lineItem.image" }]
5520
5520
  },
5521
5521
  {
5522
5522
  transformFn: import_float3.transformRESTFloatToSDKFloat,
5523
5523
  paths: [
5524
- { path: "undefined.lineItems.lineItem.physicalProperties.weight" }
5524
+ { path: "entity.lineItems.lineItem.physicalProperties.weight" }
5525
5525
  ]
5526
5526
  },
5527
5527
  {
5528
5528
  transformFn: import_address3.transformRESTAddressToSDKAddress,
5529
5529
  paths: [
5530
5530
  {
5531
- path: "undefined.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.shippingDestination.address"
5531
+ path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.shippingDestination.address"
5532
5532
  },
5533
5533
  {
5534
- path: "undefined.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.pickupDetails.address"
5534
+ path: "entity.shippingInfo.changedDetails.shippingInfoBeforeChange.logistics.pickupDetails.address"
5535
5535
  },
5536
5536
  {
5537
- path: "undefined.shippingInfo.shippingInfo.logistics.shippingDestination.address"
5537
+ path: "entity.shippingInfo.shippingInfo.logistics.shippingDestination.address"
5538
5538
  },
5539
5539
  {
5540
- path: "undefined.shippingInfo.shippingInfo.logistics.pickupDetails.address"
5540
+ path: "entity.shippingInfo.shippingInfo.logistics.pickupDetails.address"
5541
5541
  },
5542
- { path: "undefined.billingInfo.address" },
5542
+ { path: "entity.billingInfo.address" },
5543
5543
  {
5544
- path: "undefined.recipientInfo.changedDetails.recipientInfoBeforeChange.address"
5544
+ path: "entity.recipientInfo.changedDetails.recipientInfoBeforeChange.address"
5545
5545
  },
5546
- { path: "undefined.recipientInfo.recipientInfo.address" },
5546
+ { path: "entity.recipientInfo.recipientInfo.address" },
5547
5547
  {
5548
- path: "undefined.billingDetails.changedDetails.billingInfoBeforeChange.address"
5548
+ path: "entity.billingDetails.changedDetails.billingInfoBeforeChange.address"
5549
5549
  },
5550
- { path: "undefined.billingDetails.billingInfo.address" }
5550
+ { path: "entity.billingDetails.billingInfo.address" }
5551
5551
  ]
5552
5552
  }
5553
5553
  ])