@wix/auto_sdk_restaurants_sections 1.0.69 → 1.0.71

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.
@@ -643,7 +643,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
643
643
  /** If present, indicates the action that triggered the event. */
644
644
  originatedFrom?: string | null;
645
645
  /**
646
- * 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.
646
+ * 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.
647
647
  * 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.
648
648
  */
649
649
  entityEventSequence?: string | null;
@@ -845,7 +845,7 @@ interface EventMetadata extends BaseEventMetadata {
845
845
  /** If present, indicates the action that triggered the event. */
846
846
  originatedFrom?: string | null;
847
847
  /**
848
- * 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.
848
+ * 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.
849
849
  * 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.
850
850
  */
851
851
  entityEventSequence?: string | null;