@wix/auto_sdk_ecom_cart 1.0.157 → 1.0.159

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.
@@ -2719,7 +2719,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
2719
2719
  /** If present, indicates the action that triggered the event. */
2720
2720
  originatedFrom?: string | null;
2721
2721
  /**
2722
- * 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.
2722
+ * 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.
2723
2723
  * 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.
2724
2724
  */
2725
2725
  entityEventSequence?: string | null;
@@ -3112,7 +3112,7 @@ interface EventMetadata extends BaseEventMetadata {
3112
3112
  /** If present, indicates the action that triggered the event. */
3113
3113
  originatedFrom?: string | null;
3114
3114
  /**
3115
- * 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.
3115
+ * 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.
3116
3116
  * 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.
3117
3117
  */
3118
3118
  entityEventSequence?: string | null;