@trii/types 2.10.258 → 2.10.260

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.
@@ -235,6 +235,7 @@ export interface MessageInfoVar {
235
235
  transferToName?: string;
236
236
  reassignedTo?: string;
237
237
  reassignedToName?: string;
238
+ groupName?: string;
238
239
  }
239
240
  export interface MessageTicket {
240
241
  }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,37 @@
1
+ var TimeRange;
2
+ (function (TimeRange) {
3
+ TimeRange[TimeRange["DAY"] = 0] = "DAY";
4
+ TimeRange[TimeRange["WEEK"] = 1] = "WEEK";
5
+ TimeRange[TimeRange["MONTH"] = 2] = "MONTH";
6
+ })(TimeRange || (TimeRange = {}));
7
+ class BodyDashboard {
8
+ }
9
+ var GeneralDashboardType;
10
+ (function (GeneralDashboardType) {
11
+ GeneralDashboardType[GeneralDashboardType["USER"] = 1] = "USER";
12
+ GeneralDashboardType[GeneralDashboardType["GROUP"] = 2] = "GROUP";
13
+ })(GeneralDashboardType || (GeneralDashboardType = {}));
14
+ class GeneralDashboard {
15
+ }
16
+ var RecordsDashboardType;
17
+ (function (RecordsDashboardType) {
18
+ RecordsDashboardType[RecordsDashboardType["ALL"] = 0] = "ALL";
19
+ RecordsDashboardType[RecordsDashboardType["NEW"] = 1] = "NEW";
20
+ RecordsDashboardType[RecordsDashboardType["IN_PROGRESS"] = 2] = "IN_PROGRESS";
21
+ RecordsDashboardType[RecordsDashboardType["EXPIRED"] = 3] = "EXPIRED";
22
+ })(RecordsDashboardType || (RecordsDashboardType = {}));
23
+ class RecordsDashboard {
24
+ }
25
+ class EndingsDashboard {
26
+ }
27
+ class MembersDashboard {
28
+ }
29
+ class ChannelsDashboard {
30
+ }
31
+ class LabelsDashboard {
32
+ }
33
+ class TimesDashboard {
34
+ }
35
+ class QuantityDashboard {
36
+ }
37
+ export {};
@@ -6,3 +6,4 @@ export * from './Label';
6
6
  export * from './WebHook';
7
7
  export * from './SocialWalls';
8
8
  export * from './QuickResponse';
9
+ export * from './DashBoard/dashboard';
@@ -8,3 +8,4 @@ export * from './Label';
8
8
  export * from './WebHook';
9
9
  export * from './SocialWalls';
10
10
  export * from './QuickResponse';
11
+ export * from './DashBoard/dashboard';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.258",
3
+ "version": "2.10.260",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",