@wix/auto_sdk_ecom_checkout 1.0.152 → 1.0.154

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.
@@ -3110,7 +3110,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
3110
3110
  /** If present, indicates the action that triggered the event. */
3111
3111
  originatedFrom?: string | null;
3112
3112
  /**
3113
- * 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.
3113
+ * 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.
3114
3114
  * 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.
3115
3115
  */
3116
3116
  entityEventSequence?: string | null;