@trii/types 2.10.252 → 2.10.253

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.
@@ -222,7 +222,14 @@ export interface MessageSticker {
222
222
  }
223
223
  export interface MessageInfo {
224
224
  code: string;
225
- data: string;
225
+ data: MessageInfoVar[];
226
+ }
227
+ export interface MessageInfoVar {
228
+ id?: string;
229
+ contactId?: string;
230
+ contactName?: string;
231
+ userId?: string;
232
+ userName?: string;
226
233
  }
227
234
  export interface MessageTicket {
228
235
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.252",
3
+ "version": "2.10.253",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",