@trii/types 2.10.259 → 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.
|
@@ -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 {};
|