@wix/auto_sdk_ecom_delivery-profile 1.0.412 → 1.0.413

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.
@@ -1420,7 +1420,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
1420
1420
  /** If present, indicates the action that triggered the event. */
1421
1421
  originatedFrom?: string | null;
1422
1422
  /**
1423
- * 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.
1423
+ * 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.
1424
1424
  * 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.
1425
1425
  */
1426
1426
  entityEventSequence?: string | null;
@@ -1757,7 +1757,7 @@ interface EventMetadata extends BaseEventMetadata {
1757
1757
  /** If present, indicates the action that triggered the event. */
1758
1758
  originatedFrom?: string | null;
1759
1759
  /**
1760
- * 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.
1760
+ * 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.
1761
1761
  * 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.
1762
1762
  */
1763
1763
  entityEventSequence?: string | null;