@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.
@@ -693,13 +693,22 @@ var onGuestUpdated = (0, import_sdk_types.EventDefinition)(
693
693
  { path: "entity.updatedDate" },
694
694
  { path: "entity.attendanceStatusUpdatedDate" },
695
695
  { path: "entity.guestDetails.formResponse.inputValues.dateTime" },
696
- { path: "metadata.eventTime" }
696
+ { path: "metadata.eventTime" },
697
+ { path: "modifiedFields.createdDate" },
698
+ { path: "modifiedFields.updatedDate" },
699
+ { path: "modifiedFields.attendanceStatusUpdatedDate" },
700
+ {
701
+ path: "modifiedFields.guestDetails.formResponse.inputValues.dateTime"
702
+ }
697
703
  ]
698
704
  },
699
705
  {
700
706
  transformFn: import_float2.transformRESTFloatToSDKFloat,
701
707
  paths: [
702
- { path: "entity.guestDetails.formResponse.inputValues.number" }
708
+ { path: "entity.guestDetails.formResponse.inputValues.number" },
709
+ {
710
+ path: "modifiedFields.guestDetails.formResponse.inputValues.number"
711
+ }
703
712
  ]
704
713
  },
705
714
  {
@@ -707,6 +716,9 @@ var onGuestUpdated = (0, import_sdk_types.EventDefinition)(
707
716
  paths: [
708
717
  {
709
718
  path: "entity.guestDetails.formResponse.inputValues.address.address"
719
+ },
720
+ {
721
+ path: "modifiedFields.guestDetails.formResponse.inputValues.address.address"
710
722
  }
711
723
  ]
712
724
  }