@voicenter-team/events-sdk 0.0.32 → 0.0.34

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.
@@ -567,10 +567,18 @@ export declare type ExtensionEvent = {
567
567
  * Dial status
568
568
  */
569
569
  dialStatus?: string;
570
+ /**
571
+ * Server time
572
+ */
573
+ servertime: number;
570
574
  /**
571
575
  * Ivr unique id
572
576
  */
573
577
  ivrUniqueId?: string;
578
+ /**
579
+ * Server time offset
580
+ */
581
+ servertimeoffset: number;
574
582
  /**
575
583
  * Telephony server time
576
584
  */
@@ -949,6 +957,7 @@ declare class SocketIoClass {
949
957
  private onConnect;
950
958
  private onDisconnect;
951
959
  private onConnectError;
960
+ private configureExtensionUTC;
952
961
  }
953
962
 
954
963
  export declare type SocketTyped = Socket_2<EventCallbackRegistry, Record<EventsEnum, any>>