@wix/auto_sdk_events_guests 1.0.36 → 1.0.38

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.
@@ -643,13 +643,22 @@ var onGuestUpdated = EventDefinition(
643
643
  { path: "entity.updatedDate" },
644
644
  { path: "entity.attendanceStatusUpdatedDate" },
645
645
  { path: "entity.guestDetails.formResponse.inputValues.dateTime" },
646
- { path: "metadata.eventTime" }
646
+ { path: "metadata.eventTime" },
647
+ { path: "modifiedFields.createdDate" },
648
+ { path: "modifiedFields.updatedDate" },
649
+ { path: "modifiedFields.attendanceStatusUpdatedDate" },
650
+ {
651
+ path: "modifiedFields.guestDetails.formResponse.inputValues.dateTime"
652
+ }
647
653
  ]
648
654
  },
649
655
  {
650
656
  transformFn: transformRESTFloatToSDKFloat2,
651
657
  paths: [
652
- { path: "entity.guestDetails.formResponse.inputValues.number" }
658
+ { path: "entity.guestDetails.formResponse.inputValues.number" },
659
+ {
660
+ path: "modifiedFields.guestDetails.formResponse.inputValues.number"
661
+ }
653
662
  ]
654
663
  },
655
664
  {
@@ -657,6 +666,9 @@ var onGuestUpdated = EventDefinition(
657
666
  paths: [
658
667
  {
659
668
  path: "entity.guestDetails.formResponse.inputValues.address.address"
669
+ },
670
+ {
671
+ path: "modifiedFields.guestDetails.formResponse.inputValues.address.address"
660
672
  }
661
673
  ]
662
674
  }