teodor-new-chat-ui 4.3.63 → 4.3.64

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.
@@ -200,6 +200,10 @@ export type SystemStreamEvent = {
200
200
  type: "heartbeat";
201
201
  timestamp: number;
202
202
  seq: number;
203
+ } | {
204
+ type: "cancelled";
205
+ reason?: string;
206
+ seq?: number;
203
207
  } | ({
204
208
  type: "state_history";
205
209
  seq?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teodor-new-chat-ui",
3
- "version": "4.3.63",
3
+ "version": "4.3.64",
4
4
  "description": "React chat UI components with streaming support, tool calls, and modern design",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.esm.js",