@trii/types 2.10.256 → 2.10.257

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.
@@ -230,6 +230,10 @@ export interface MessageInfoVar {
230
230
  contactName?: string;
231
231
  userId?: string;
232
232
  userName?: string;
233
+ transferTo?: string;
234
+ transferToName?: string;
235
+ reassignedTo?: string;
236
+ reassignedToName?: string;
233
237
  }
234
238
  export interface MessageTicket {
235
239
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.256",
3
+ "version": "2.10.257",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",