@voicenter-team/events-sdk 0.0.44 → 0.0.45

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.
@@ -829,6 +829,10 @@ declare enum LoginType {
829
829
  export declare type OnlineStatusEvent = EventTypeData<EventsEnum.ONLINE_STATUS_EVENT>
830
830
 
831
831
  declare type OnlineStatusEvent_2 = {
832
+ /**
833
+ * if we do reconnect
834
+ */
835
+ doReconnect: boolean;
832
836
  /**
833
837
  * attemptToConnect
834
838
  */