@voicenter-team/events-sdk 0.0.118 → 0.0.120

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.
@@ -936,7 +936,8 @@ export declare type LoginSuccessEventSDK = EventTypeData<EventsEnum.LOGIN_SUCCES
936
936
 
937
937
  export declare enum LoginType {
938
938
  USER = "User",
939
- TOKEN = "Token"
939
+ TOKEN = "Token",
940
+ JWT = "Jwt"
940
941
  }
941
942
 
942
943
  export declare type OnlineStatusEvent = {