@trii/types 2.10.256 → 2.10.258
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
|
-
|
|
172
|
+
userId: string;
|
|
173
|
+
timestamp: Date;
|
|
173
174
|
emoji?: string;
|
|
174
175
|
}
|
|
175
176
|
export interface MessageEmail {
|
|
@@ -230,6 +231,10 @@ export interface MessageInfoVar {
|
|
|
230
231
|
contactName?: string;
|
|
231
232
|
userId?: string;
|
|
232
233
|
userName?: string;
|
|
234
|
+
transferTo?: string;
|
|
235
|
+
transferToName?: string;
|
|
236
|
+
reassignedTo?: string;
|
|
237
|
+
reassignedToName?: string;
|
|
233
238
|
}
|
|
234
239
|
export interface MessageTicket {
|
|
235
240
|
}
|