@wix/auto_sdk_ecom_delivery-profile 1.0.160 → 1.0.162

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.
@@ -1439,6 +1439,8 @@ interface MessageEnvelope {
1439
1439
  identity?: IdentificationData;
1440
1440
  /** Stringify payload. */
1441
1441
  data?: string;
1442
+ /** Details related to the account */
1443
+ accountInfo?: AccountInfo;
1442
1444
  }
1443
1445
  interface IdentificationData extends IdentificationDataIdOneOf {
1444
1446
  /**
@@ -1686,6 +1688,8 @@ interface BaseEventMetadata {
1686
1688
  eventType?: string;
1687
1689
  /** The identification type and identity data. */
1688
1690
  identity?: IdentificationData;
1691
+ /** Details related to the account */
1692
+ accountInfo?: AccountInfo;
1689
1693
  }
1690
1694
  interface EventMetadata extends BaseEventMetadata {
1691
1695
  /** Event ID. With this ID you can easily spot duplicated events and ignore them. */