@wix/auto_sdk_restaurants_item-modifier-groups 1.0.70 → 1.0.72

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.
@@ -659,7 +659,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
659
659
  /** If present, indicates the action that triggered the event. */
660
660
  originatedFrom?: string | null;
661
661
  /**
662
- * 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.
662
+ * 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.
663
663
  * 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.
664
664
  */
665
665
  entityEventSequence?: string | null;
@@ -841,7 +841,7 @@ interface EventMetadata extends BaseEventMetadata {
841
841
  /** If present, indicates the action that triggered the event. */
842
842
  originatedFrom?: string | null;
843
843
  /**
844
- * 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.
844
+ * 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.
845
845
  * 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.
846
846
  */
847
847
  entityEventSequence?: string | null;