@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.
@@ -4822,6 +4822,8 @@ interface MessageEnvelope {
4822
4822
  identity?: IdentificationData;
4823
4823
  /** Stringify payload. */
4824
4824
  data?: string;
4825
+ /** Details related to the account */
4826
+ accountInfo?: AccountInfo;
4825
4827
  }
4826
4828
  interface IdentificationData extends IdentificationDataIdOneOf {
4827
4829
  /**
@@ -5269,6 +5271,8 @@ interface BaseEventMetadata {
5269
5271
  eventType?: string;
5270
5272
  /** The identification type and identity data. */
5271
5273
  identity?: IdentificationData;
5274
+ /** Details related to the account */
5275
+ accountInfo?: AccountInfo;
5272
5276
  }
5273
5277
  interface EventMetadata extends BaseEventMetadata {
5274
5278
  /** Event ID. With this ID you can easily spot duplicated events and ignore them. */