@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
- newConversation: UserConfig_SendTo;
18
- newMessage: UserConfig_SendTo;
13
+ reminders: UserConfig_SendTo;
19
14
  }
20
15
  export declare class UserConfig_Tickets {
21
16
  newTicketAssigned: UserConfig_SendTo;
@@ -8,4 +8,7 @@ interface IEnding {
8
8
  updatedAt?: string | null;
9
9
  deletedAt?: string | null;
10
10
  }
11
- export { IEnding };
11
+ interface IEndingConfig {
12
+ enabled: boolean;
13
+ }
14
+ export { IEnding, IEndingConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.408",
3
+ "version": "2.10.410",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",