@paymanai/payman-ask-sdk 4.0.27 → 4.0.28

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.
@@ -3390,7 +3390,8 @@ var PaymanChat = react.forwardRef(
3390
3390
  const [recordingSeconds, setRecordingSeconds] = react.useState(0);
3391
3391
  const recordingStartRef = react.useRef(null);
3392
3392
  const recordingTimerRef = react.useRef(null);
3393
- react.useImperativeHandle(ref, () => ({ resetSession, clearMessages, cancelStream, getSessionId, getMessages }));
3393
+ react.useImperativeHandle(ref, () => ({ resetSession, clearMessages, cancelStream, getSessionId, getMessages, refreshSessions: () => {
3394
+ } }));
3394
3395
  const contextValue = react.useMemo(() => ({
3395
3396
  resetSession,
3396
3397
  clearMessages,