@voicenter-team/events-sdk 0.0.27 → 0.0.29

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.
@@ -11,6 +11,7 @@ import { KeepAliveResponseEvent } from '@voicenter-team/real-time-events-types';
11
11
  import { LoggerOptions } from '@voicenter-team/socketio-storage-logger/dist/storage-logger';
12
12
  import { LoginStatusEvent } from '@voicenter-team/real-time-events-types';
13
13
  import { LoginSuccessEvent } from '@voicenter-team/real-time-events-types';
14
+ import { OnlineStatusEvent } from '@voicenter-team/real-time-events-types';
14
15
  import { QueueEvent } from '@voicenter-team/real-time-events-types';
15
16
  import { Socket as Socket_2 } from 'socket.io-client';
16
17
 
@@ -298,11 +299,6 @@ declare enum LoginType {
298
299
  TOKEN = "Token"
299
300
  }
300
301
 
301
- export declare interface OnlineStatusEvent {
302
- isSocketConnected: boolean
303
- attemptToConnect?: string
304
- }
305
-
306
302
  export declare interface OpenSIPSEventMap {
307
303
  ready: readyListener
308
304
  changeActiveCalls: changeActiveCallsListener
@@ -408,4 +404,7 @@ export declare type WrappedSocketEvent<T extends EventsEnum> = {
408
404
  data: EventDataMap[T]
409
405
  }
410
406
 
407
+
408
+ export * from "@voicenter-team/real-time-events-types";
409
+
411
410
  export { }