@bcc-code/vue-bcc-chat-ui 5.5.0 → 5.5.1

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.
@@ -93,11 +93,11 @@ export declare enum LogSeverity {
93
93
  }
94
94
  export interface SearchedItems {
95
95
  conversations: {
96
- item: Conversation;
96
+ conversation: Conversation;
97
97
  matches: FuseResultMatch[];
98
98
  }[];
99
99
  messages: {
100
- item: Message;
100
+ message: Message;
101
101
  matches: FuseResultMatch[];
102
102
  }[];
103
103
  }
@@ -78234,7 +78234,7 @@ class Cat {
78234
78234
  }
78235
78235
  Bi = new WeakMap(), ci = new WeakMap(), gl = new WeakMap(), uu = new WeakMap(), Fo = new WeakSet(), Ch = function(t, r, n) {
78236
78236
  const a = structuredClone(n) ?? {};
78237
- a.chatVersion = "5.5.0";
78237
+ a.chatVersion = "5.5.1";
78238
78238
  const i = {
78239
78239
  logUid: window.crypto.randomUUID(),
78240
78240
  correlationUid: yr(this, gl),
@@ -80040,12 +80040,12 @@ function Lit(e, t = 25) {
80040
80040
  };
80041
80041
  return ao.getFuseConversations().search(e, { limit: t }).forEach((n) => {
80042
80042
  r.conversations.push({
80043
- item: n.item,
80043
+ conversation: n.item,
80044
80044
  matches: n.matches
80045
80045
  });
80046
80046
  }), ao.getFuseMessages().search(e, { limit: t }).forEach((n) => {
80047
80047
  r.messages.push({
80048
- item: n.item,
80048
+ message: n.item,
80049
80049
  matches: n.matches
80050
80050
  });
80051
80051
  }), r;