@wix/auto_sdk_automations_activations 1.0.128 → 1.0.129

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.
@@ -1223,7 +1223,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
1223
1223
  /** If present, indicates the action that triggered the event. */
1224
1224
  originatedFrom?: string | null;
1225
1225
  /**
1226
- * A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
1226
+ * A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
1227
1227
  * You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
1228
1228
  */
1229
1229
  entityEventSequence?: string | null;