@trii/types 2.10.408 → 2.10.410
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.
|
@@ -7,15 +7,10 @@ export interface IUserNotificationsConfig {
|
|
|
7
7
|
tickets: UserConfig_Tickets;
|
|
8
8
|
}
|
|
9
9
|
export declare class UserConfig_Conversations {
|
|
10
|
-
newConversation: UserConfig_SendTo;
|
|
11
|
-
transferIn: UserConfig_SendTo;
|
|
12
|
-
newMessage: UserConfig_SendTo;
|
|
13
|
-
responseTimeOut: UserConfig_SendTo;
|
|
14
10
|
reminders: UserConfig_SendTo;
|
|
15
11
|
}
|
|
16
12
|
export declare class UserConfig_Chat {
|
|
17
|
-
|
|
18
|
-
newMessage: UserConfig_SendTo;
|
|
13
|
+
reminders: UserConfig_SendTo;
|
|
19
14
|
}
|
|
20
15
|
export declare class UserConfig_Tickets {
|
|
21
16
|
newTicketAssigned: UserConfig_SendTo;
|