@wix/auto_sdk_get-paid_receipts 1.0.224 → 1.0.225

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.
@@ -852,7 +852,11 @@ var onReceiptUpdated = (0, import_sdk_types.EventDefinition)(
852
852
  { path: "entity.updatedDate" },
853
853
  { path: "entity.payment.transactionDate" },
854
854
  { path: "entity.document.startGenerationTime" },
855
- { path: "metadata.eventTime" }
855
+ { path: "metadata.eventTime" },
856
+ { path: "modifiedFields.createdDate" },
857
+ { path: "modifiedFields.updatedDate" },
858
+ { path: "modifiedFields.payment.transactionDate" },
859
+ { path: "modifiedFields.document.startGenerationTime" }
856
860
  ]
857
861
  },
858
862
  {
@@ -860,12 +864,18 @@ var onReceiptUpdated = (0, import_sdk_types.EventDefinition)(
860
864
  paths: [
861
865
  { path: "entity.businessDetails.address" },
862
866
  { path: "entity.customer.billingAddress" },
863
- { path: "entity.customer.shippingAddress" }
867
+ { path: "entity.customer.shippingAddress" },
868
+ { path: "modifiedFields.businessDetails.address" },
869
+ { path: "modifiedFields.customer.billingAddress" },
870
+ { path: "modifiedFields.customer.shippingAddress" }
864
871
  ]
865
872
  },
866
873
  {
867
874
  transformFn: import_image3.transformRESTImageToSDKImage,
868
- paths: [{ path: "entity.businessDetails.logo" }]
875
+ paths: [
876
+ { path: "entity.businessDetails.logo" },
877
+ { path: "modifiedFields.businessDetails.logo" }
878
+ ]
869
879
  }
870
880
  ])
871
881
  )