@wix/auto_sdk_restaurants_operations 1.0.68 → 1.0.70

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.
@@ -2588,12 +2588,18 @@ var onOperationUpdated = (0, import_sdk_types.EventDefinition)(
2588
2588
  { path: "entity.createdDate" },
2589
2589
  { path: "entity.updatedDate" },
2590
2590
  { path: "entity.pausedUntilOptions.time" },
2591
- { path: "metadata.eventTime" }
2591
+ { path: "metadata.eventTime" },
2592
+ { path: "modifiedFields.createdDate" },
2593
+ { path: "modifiedFields.updatedDate" },
2594
+ { path: "modifiedFields.pausedUntilOptions.time" }
2592
2595
  ]
2593
2596
  },
2594
2597
  {
2595
2598
  transformFn: import_address3.transformRESTAddressToSDKAddress,
2596
- paths: [{ path: "entity.businessLocationDetails.address" }]
2599
+ paths: [
2600
+ { path: "entity.businessLocationDetails.address" },
2601
+ { path: "modifiedFields.businessLocationDetails.address" }
2602
+ ]
2597
2603
  }
2598
2604
  ])
2599
2605
  )