@trii/types 2.10.257 → 2.10.259

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.
@@ -169,7 +169,8 @@ export interface MessageReference {
169
169
  channelId: string;
170
170
  }
171
171
  export interface MessageReaction {
172
- action: 'react' | 'unreact';
172
+ userId: string;
173
+ timestamp: Date;
173
174
  emoji?: string;
174
175
  }
175
176
  export interface MessageEmail {
@@ -234,6 +235,7 @@ export interface MessageInfoVar {
234
235
  transferToName?: string;
235
236
  reassignedTo?: string;
236
237
  reassignedToName?: string;
238
+ groupName?: string;
237
239
  }
238
240
  export interface MessageTicket {
239
241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.257",
3
+ "version": "2.10.259",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",