@1interface/chat-core 0.4.1 → 0.4.2

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.
package/dist/index.d.ts CHANGED
@@ -53,6 +53,7 @@ import { StoreEnhancer } from '@reduxjs/toolkit';
53
53
  import { SttImplementation } from '@1interface/shared-core';
54
54
  import { SubscriptionOptions } from '@reduxjs/toolkit/query';
55
55
  import { TextDirection } from '@1interface/shared-core';
56
+ import { ThunkAction } from '@reduxjs/toolkit';
56
57
  import { ThunkDispatch } from '@reduxjs/toolkit';
57
58
  import { TokenRefreshResult } from '@1interface/shared-core';
58
59
  import { TSHelpersId } from '@reduxjs/toolkit/query';
@@ -889,6 +890,8 @@ export declare interface QueuedMessage {
889
890
 
890
891
  export declare function refreshTokenApi(payload: RefreshRequest): Promise<RefreshApiResult>;
891
892
 
893
+ export declare const resetAllApiState: () => ThunkAction<void, unknown, unknown, UnknownAction>;
894
+
892
895
  export declare function resetChatLoggerForTests(): void;
893
896
 
894
897
  export declare const resetChatState: ActionCreatorWithoutPayload<"chat/resetChatState">;