@wix/auto_sdk_ecom_draft-orders 1.0.108 → 1.0.109

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.
@@ -4535,6 +4535,8 @@ interface MessageEnvelope {
4535
4535
  identity?: IdentificationData;
4536
4536
  /** Stringify payload. */
4537
4537
  data?: string;
4538
+ /** Details related to the account */
4539
+ accountInfo?: AccountInfo;
4538
4540
  }
4539
4541
  interface IdentificationData extends IdentificationDataIdOneOf {
4540
4542
  /**
@@ -4982,6 +4984,8 @@ interface BaseEventMetadata {
4982
4984
  eventType?: string;
4983
4985
  /** The identification type and identity data. */
4984
4986
  identity?: IdentificationData;
4987
+ /** Details related to the account */
4988
+ accountInfo?: AccountInfo;
4985
4989
  }
4986
4990
  interface EventMetadata extends BaseEventMetadata {
4987
4991
  /** Event ID. With this ID you can easily spot duplicated events and ignore them. */