@wix/auto_sdk_events_forms 1.0.72 → 1.0.73

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.
@@ -3477,6 +3477,8 @@ interface MessageEnvelope {
3477
3477
  identity?: IdentificationData;
3478
3478
  /** Stringify payload. */
3479
3479
  data?: string;
3480
+ /** Details related to the account */
3481
+ accountInfo?: AccountInfo;
3480
3482
  }
3481
3483
  interface IdentificationData extends IdentificationDataIdOneOf {
3482
3484
  /**
@@ -3586,6 +3588,8 @@ interface BaseEventMetadata {
3586
3588
  eventType?: string;
3587
3589
  /** The identification type and identity data. */
3588
3590
  identity?: IdentificationData;
3591
+ /** Details related to the account */
3592
+ accountInfo?: AccountInfo;
3589
3593
  }
3590
3594
  interface FormEventUpdatedEnvelope {
3591
3595
  data: EventUpdated;