@wix/auto_sdk_automations_automations-v-2 1.0.80 → 1.0.81

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.
@@ -1650,7 +1650,11 @@ var onAutomationUpdated = EventDefinition(
1650
1650
  { path: "entity.updatedDate" },
1651
1651
  { path: "entity.draftUpdatedDate" },
1652
1652
  { path: "entity.autoArchivePolicy.archiveDate" },
1653
- { path: "metadata.eventTime" }
1653
+ { path: "metadata.eventTime" },
1654
+ { path: "modifiedFields.createdDate" },
1655
+ { path: "modifiedFields.updatedDate" },
1656
+ { path: "modifiedFields.draftUpdatedDate" },
1657
+ { path: "modifiedFields.autoArchivePolicy.archiveDate" }
1654
1658
  ]
1655
1659
  }
1656
1660
  ])