@inkeep/agents-ui-js-cloud 0.15.18 → 0.15.19

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/types.d.ts CHANGED
@@ -336,6 +336,14 @@ export declare interface ChatClearButtonClickedEvent {
336
336
  }
337
337
  }
338
338
 
339
+ export declare interface ChatConversationChangedEvent {
340
+ eventName: 'chat_conversation_changed'
341
+ properties: {
342
+ conversationId: string
343
+ previousConversationId: string
344
+ }
345
+ }
346
+
339
347
  export declare interface ChatErrorEvent {
340
348
  eventName: 'chat_error'
341
349
  properties: {
@@ -353,6 +361,7 @@ export declare type ChatEvent =
353
361
  | AssistantPositiveFeedbackSubmittedEvent
354
362
  | AssistantNegativeFeedbackSubmittedEvent
355
363
  | ChatClearButtonClickedEvent
364
+ | ChatConversationChangedEvent
356
365
  | AssistantMessageCopiedEvent
357
366
  | GetHelpOptionClickedEvent
358
367
  // | AIChatToolCallActionClickedEvent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-ui-js-cloud",
3
- "version": "0.15.18",
3
+ "version": "0.15.19",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",
@@ -38,7 +38,7 @@
38
38
  "react": "19.0.0",
39
39
  "react-dom": "19.0.0",
40
40
  "uuid": "^11.1.0",
41
- "@inkeep/agents-ui-cloud": "0.15.18"
41
+ "@inkeep/agents-ui-cloud": "0.15.19"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@biomejs/biome": "1.9.4",
@@ -56,7 +56,7 @@
56
56
  "vite": "5.4.11",
57
57
  "vite-bundle-visualizer": "^1.2.1",
58
58
  "vite-plugin-dts": "4.4.0",
59
- "@inkeep/agents-ui": "0.15.18"
59
+ "@inkeep/agents-ui": "0.15.19"
60
60
  },
61
61
  "module": "./dist/embed.js",
62
62
  "types": "./dist/types.d.ts",