@paymanai/payman-ask-sdk 4.0.28 → 4.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.
@@ -3390,8 +3390,7 @@ 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, refreshSessions: () => {
3394
- } }));
3393
+ react.useImperativeHandle(ref, () => ({ resetSession, clearMessages, cancelStream, getSessionId, getMessages }));
3395
3394
  const contextValue = react.useMemo(() => ({
3396
3395
  resetSession,
3397
3396
  clearMessages,