@wix/auto_sdk_pricing-plans_orders 1.0.96 → 1.0.97

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.
@@ -826,6 +826,8 @@ interface MessageEnvelope {
826
826
  identity?: IdentificationData;
827
827
  /** Stringify payload. */
828
828
  data?: string;
829
+ /** Details related to the account */
830
+ accountInfo?: AccountInfo;
829
831
  }
830
832
  interface IdentificationData extends IdentificationDataIdOneOf {
831
833
  /**
@@ -1793,6 +1795,8 @@ interface BaseEventMetadata {
1793
1795
  eventType?: string;
1794
1796
  /** The identification type and identity data. */
1795
1797
  identity?: IdentificationData;
1798
+ /** Details related to the account */
1799
+ accountInfo?: AccountInfo;
1796
1800
  }
1797
1801
  interface EventMetadata extends BaseEventMetadata {
1798
1802
  /** Event ID. With this ID you can easily spot duplicated events and ignore them. */