@wix/auto_sdk_crm_contacts 1.0.1319 → 1.0.1321

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.
@@ -1785,7 +1785,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
1785
1785
  /** If present, indicates the action that triggered the event. */
1786
1786
  originatedFrom?: string | null;
1787
1787
  /**
1788
- * 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.
1788
+ * 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.
1789
1789
  * 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.
1790
1790
  */
1791
1791
  entityEventSequence?: string | null;