@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.
@@ -18826,6 +18826,8 @@ interface MessageEnvelope {
18826
18826
  identity?: IdentificationData;
18827
18827
  /** Stringify payload. */
18828
18828
  data?: string;
18829
+ /** Details related to the account */
18830
+ accountInfo?: AccountInfo;
18829
18831
  }
18830
18832
  interface IdentificationData extends IdentificationDataIdOneOf {
18831
18833
  /**
@@ -18913,6 +18915,8 @@ interface BaseEventMetadata {
18913
18915
  eventType?: string;
18914
18916
  /** The identification type and identity data. */
18915
18917
  identity?: IdentificationData;
18918
+ /** Details related to the account */
18919
+ accountInfo?: AccountInfo;
18916
18920
  }
18917
18921
  interface EventMetadata extends BaseEventMetadata {
18918
18922
  /** Event ID. With this ID you can easily spot duplicated events and ignore them. */