@wix/auto_sdk_data-extension-schema_schemas 1.0.155 → 1.0.156

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.
@@ -18809,6 +18809,8 @@ interface MessageEnvelope {
18809
18809
  identity?: IdentificationData;
18810
18810
  /** Stringify payload. */
18811
18811
  data?: string;
18812
+ /** Details related to the account */
18813
+ accountInfo?: AccountInfo;
18812
18814
  }
18813
18815
  interface IdentificationData extends IdentificationDataIdOneOf {
18814
18816
  /**
@@ -18896,6 +18898,8 @@ interface BaseEventMetadata {
18896
18898
  eventType?: string;
18897
18899
  /** The identification type and identity data. */
18898
18900
  identity?: IdentificationData;
18901
+ /** Details related to the account */
18902
+ accountInfo?: AccountInfo;
18899
18903
  }
18900
18904
  interface EventMetadata extends BaseEventMetadata {
18901
18905
  /** Event ID. With this ID you can easily spot duplicated events and ignore them. */