teodor-new-chat-ui 4.3.358 → 4.3.360

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.
@@ -171,6 +171,13 @@ export interface ThreadShareResponse {
171
171
  sharedWithUserId: string;
172
172
  sharedAt: string;
173
173
  }
174
+ export interface SmartOrgUser {
175
+ id?: string;
176
+ user_id?: string;
177
+ username?: string;
178
+ email?: string;
179
+ name?: string;
180
+ }
174
181
  export interface ThreadInfo extends ThreadSummary {
175
182
  lastMessage?: string | null;
176
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teodor-new-chat-ui",
3
- "version": "4.3.358",
3
+ "version": "4.3.360",
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",