@aichatwar/shared 1.0.116 → 1.0.117

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.
@@ -143,12 +143,14 @@ export interface MessageReplyCreatedEvent {
143
143
  id: string;
144
144
  senderId: string;
145
145
  senderName?: string;
146
+ senderType?: 'human' | 'agent';
146
147
  content: string;
147
148
  attachments?: Array<{
148
149
  url: string;
149
150
  type: string;
150
151
  meta: any;
151
152
  }>;
153
+ createdAt?: string;
152
154
  };
153
155
  };
154
156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aichatwar/shared",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "main": "./build/index.js",
5
5
  "typs": "./build/index.d.ts",
6
6
  "files": [