@hsafa/ui-sdk 5.5.9 → 5.6.0

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.cts CHANGED
@@ -299,7 +299,7 @@ interface HsafaAgentAPI {
299
299
  /** Set messages directly (for loading history) */
300
300
  setMessages: (messages: any[]) => void;
301
301
  /** Notify that messages have changed (for edit operations) */
302
- notifyMessagesChange: () => void;
302
+ notifyMessagesChange: (messagesOverride?: unknown[], chatIdOverride?: string) => void;
303
303
  /** Direct access to the underlying chat API */
304
304
  chatApi: any;
305
305
  /** Current chat ID */
package/dist/index.d.ts CHANGED
@@ -299,7 +299,7 @@ interface HsafaAgentAPI {
299
299
  /** Set messages directly (for loading history) */
300
300
  setMessages: (messages: any[]) => void;
301
301
  /** Notify that messages have changed (for edit operations) */
302
- notifyMessagesChange: () => void;
302
+ notifyMessagesChange: (messagesOverride?: unknown[], chatIdOverride?: string) => void;
303
303
  /** Direct access to the underlying chat API */
304
304
  chatApi: any;
305
305
  /** Current chat ID */