@automateinc/fleet-types 1.0.89-dev.32620b3 → 1.0.89-dev.74b6ebd
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.
- package/dist/types/client-request-category-field.d.ts +2 -25
- package/dist/types/client-request-field-visibility-rule.d.ts +25 -0
- package/dist/types/index.d.ts +85 -17
- package/dist/types/notification.d.ts +1 -0
- package/dist/types/phone-admin-agent.d.ts +23 -0
- package/dist/types/phone-admin-assigned-queue.d.ts +5 -0
- package/dist/types/phone-admin-prompt-fields.d.ts +15 -0
- package/dist/types/phone-admin-queue-working-hours-day.d.ts +5 -0
- package/dist/types/phone-admin-queue-working-hours.d.ts +11 -0
- package/dist/types/phone-admin-queue.d.ts +21 -0
- package/dist/types/phone-admin-snapshot.d.ts +14 -0
- package/dist/types/phone-admin-summary.d.ts +12 -0
- package/dist/types/phone-admin-system-config.d.ts +7 -0
- package/dist/types/structured-content-collapse-node.d.ts +10 -0
- package/dist/types/structured-content-date-range-filter-constraints.d.ts +8 -0
- package/dist/types/structured-content-date-range-filter-initial-value.d.ts +4 -0
- package/dist/types/structured-content-default-avatar-node.d.ts +8 -0
- package/dist/types/structured-content-default-avatar-value.d.ts +5 -0
- package/dist/types/structured-content-link-node.d.ts +9 -0
- package/dist/types/structured-content-link-value.d.ts +5 -0
- package/dist/types/structured-content-node-base.d.ts +7 -0
- package/dist/types/structured-content-node-layout.d.ts +14 -0
- package/dist/types/structured-content-root.d.ts +15 -0
- package/dist/types/structured-content-space-node.d.ts +7 -0
- package/dist/types/structured-content-table-boolean-column.d.ts +7 -0
- package/dist/types/structured-content-table-column-base.d.ts +6 -0
- package/dist/types/structured-content-table-column-sort-config.d.ts +8 -0
- package/dist/types/structured-content-table-date-column.d.ts +7 -0
- package/dist/types/structured-content-table-date-range-filter.d.ts +11 -0
- package/dist/types/structured-content-table-date-time-column.d.ts +7 -0
- package/dist/types/structured-content-table-default-avatar-column.d.ts +8 -0
- package/dist/types/structured-content-table-link-column.d.ts +7 -0
- package/dist/types/structured-content-table-named-column-base.d.ts +5 -0
- package/dist/types/structured-content-table-node.d.ts +13 -0
- package/dist/types/structured-content-table-number-column.d.ts +7 -0
- package/dist/types/structured-content-table-pagination.d.ts +3 -0
- package/dist/types/structured-content-table-select-filter.d.ts +8 -0
- package/dist/types/structured-content-table-tag-column.d.ts +7 -0
- package/dist/types/structured-content-table-text-column.d.ts +7 -0
- package/dist/types/structured-content-table-time-column.d.ts +7 -0
- package/dist/types/structured-content-table-toolbar-filter-base.d.ts +3 -0
- package/dist/types/structured-content-table-toolbar.d.ts +8 -0
- package/dist/types/structured-content-tag-node.d.ts +9 -0
- package/dist/types/structured-content-tag-value.d.ts +7 -0
- package/dist/types/structured-content-text-node.d.ts +9 -0
- package/dist/types/structured-content.d.ts +21 -205
- package/dist/types/todo-activity.d.ts +1 -1
- package/dist/types/todo-assignee.d.ts +8 -0
- package/dist/types/todo-checklist-item.d.ts +11 -0
- package/dist/types/todo-checklist.d.ts +10 -0
- package/dist/types/todo-comment-reaction.d.ts +7 -0
- package/dist/types/todo-comment.d.ts +1 -14
- package/dist/types/todo-custom-field-option.d.ts +5 -0
- package/dist/types/todo-custom-field-type.d.ts +26 -0
- package/dist/types/todo-custom-field-value.d.ts +11 -0
- package/dist/types/todo-custom-field.d.ts +7 -40
- package/dist/types/todo-dashboard-widget-type.d.ts +12 -0
- package/dist/types/todo-dashboard-widget.d.ts +17 -0
- package/dist/types/todo-dashboard.d.ts +12 -0
- package/dist/types/todo-dependency-type.d.ts +1 -0
- package/dist/types/todo-dependency.d.ts +10 -0
- package/dist/types/todo-doc.d.ts +17 -0
- package/dist/types/todo-folder.d.ts +1 -54
- package/dist/types/todo-json-object.d.ts +5 -0
- package/dist/types/{todo-json.d.ts → todo-json-value.d.ts} +2 -3
- package/dist/types/todo-list-field-config.d.ts +3 -44
- package/dist/types/todo-list-field-entry.d.ts +13 -0
- package/dist/types/todo-list-item.d.ts +8 -0
- package/dist/types/todo-list-member.d.ts +11 -0
- package/dist/types/todo-list.d.ts +1 -0
- package/dist/types/todo-people-field-options.d.ts +4 -0
- package/dist/types/todo-recurrence-settings.d.ts +7 -0
- package/dist/types/todo-space-member-role.d.ts +1 -0
- package/dist/types/todo-space-member.d.ts +11 -0
- package/dist/types/todo-space-visibility.d.ts +1 -0
- package/dist/types/todo-space.d.ts +3 -33
- package/dist/types/todo-status.d.ts +1 -0
- package/dist/types/todo-system-field.d.ts +7 -0
- package/dist/types/todo-tag-assignment.d.ts +6 -0
- package/dist/types/todo-tag.d.ts +1 -0
- package/dist/types/todo-time-entry.d.ts +12 -0
- package/dist/types/todo-view-type.d.ts +1 -0
- package/dist/types/todo-view.d.ts +4 -66
- package/dist/types/todo-watcher.d.ts +6 -0
- package/dist/types/todo.d.ts +1 -91
- package/package.json +1 -1
- package/dist/types/phone-admin.d.ts +0 -107
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TodoJsonValue } from "./todo-json-value";
|
|
2
|
+
|
|
3
|
+
export interface ITodoListFieldEntry {
|
|
4
|
+
key: string;
|
|
5
|
+
label: string;
|
|
6
|
+
visible: boolean;
|
|
7
|
+
enabled: boolean;
|
|
8
|
+
showInList: boolean;
|
|
9
|
+
order: number;
|
|
10
|
+
type: "system" | "custom";
|
|
11
|
+
fieldId?: string;
|
|
12
|
+
config?: Record<string, TodoJsonValue>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TodoSpaceMemberRole } from "./todo-space-member-role";
|
|
2
|
+
|
|
3
|
+
export interface ITodoListMember {
|
|
4
|
+
id: string;
|
|
5
|
+
createdAt: string;
|
|
6
|
+
updatedAt?: string;
|
|
7
|
+
listId: string;
|
|
8
|
+
userId: string;
|
|
9
|
+
role: TodoSpaceMemberRole;
|
|
10
|
+
metadata?: Record<string, unknown>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TodoSpaceMemberRole = "OWNER" | "ADMIN" | "EDITOR" | "VIEWER";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TodoSpaceMemberRole } from "./todo-space-member-role";
|
|
2
|
+
|
|
3
|
+
export interface ITodoSpaceMember {
|
|
4
|
+
id: string;
|
|
5
|
+
createdAt: string;
|
|
6
|
+
updatedAt?: string;
|
|
7
|
+
spaceId: string;
|
|
8
|
+
userId: string;
|
|
9
|
+
role: TodoSpaceMemberRole;
|
|
10
|
+
metadata?: Record<string, unknown>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TodoSpaceVisibility = "PUBLIC" | "PRIVATE";
|
|
@@ -1,46 +1,16 @@
|
|
|
1
|
+
import type { TodoSpaceVisibility } from "./todo-space-visibility";
|
|
2
|
+
|
|
1
3
|
export interface ITodoSpace {
|
|
2
4
|
id: string;
|
|
3
5
|
createdAt: string;
|
|
4
6
|
updatedAt?: string;
|
|
5
7
|
deletedAt?: string;
|
|
6
|
-
|
|
7
8
|
name: string;
|
|
8
9
|
icon?: string;
|
|
9
10
|
color?: string;
|
|
10
|
-
|
|
11
11
|
regionId: string;
|
|
12
12
|
visibility: TodoSpaceVisibility;
|
|
13
|
-
|
|
14
13
|
sortOrder: number;
|
|
15
|
-
|
|
16
|
-
metadata?: Record<string, unknown>;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface ITodoSpaceMember {
|
|
20
|
-
id: string;
|
|
21
|
-
createdAt: string;
|
|
22
|
-
updatedAt?: string;
|
|
23
|
-
|
|
24
|
-
spaceId: string;
|
|
25
|
-
userId: string;
|
|
26
|
-
|
|
27
|
-
role: TodoSpaceMemberRole;
|
|
28
|
-
|
|
29
|
-
metadata?: Record<string, unknown>;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export type TodoSpaceMemberRole = "OWNER" | "ADMIN" | "EDITOR" | "VIEWER";
|
|
33
|
-
export type TodoSpaceVisibility = "PUBLIC" | "PRIVATE";
|
|
34
|
-
|
|
35
|
-
export interface ITodoListMember {
|
|
36
|
-
id: string;
|
|
37
|
-
createdAt: string;
|
|
38
|
-
updatedAt?: string;
|
|
39
|
-
|
|
40
|
-
listId: string;
|
|
41
|
-
userId: string;
|
|
42
|
-
|
|
43
|
-
role: TodoSpaceMemberRole;
|
|
44
|
-
|
|
14
|
+
version: number;
|
|
45
15
|
metadata?: Record<string, unknown>;
|
|
46
16
|
}
|
package/dist/types/todo-tag.d.ts
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface ITodoTimeEntry {
|
|
2
|
+
id: string;
|
|
3
|
+
createdAt: string;
|
|
4
|
+
updatedAt?: string;
|
|
5
|
+
todoId: string;
|
|
6
|
+
userId: string;
|
|
7
|
+
startedAt: string;
|
|
8
|
+
stoppedAt?: string;
|
|
9
|
+
duration?: number;
|
|
10
|
+
description?: string;
|
|
11
|
+
metadata?: Record<string, unknown>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TodoViewType = "LIST" | "BOARD" | "GANTT" | "TIMELINE" | "TABLE" | "CALENDAR";
|
|
@@ -1,87 +1,25 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TodoJsonValue } from "./todo-json-value";
|
|
2
|
+
import type { TodoViewType } from "./todo-view-type";
|
|
2
3
|
|
|
3
4
|
export interface ITodoView {
|
|
4
5
|
id: string;
|
|
5
6
|
createdAt: string;
|
|
6
7
|
updatedAt?: string;
|
|
7
8
|
deletedAt?: string;
|
|
8
|
-
|
|
9
9
|
name: string;
|
|
10
10
|
type: TodoViewType;
|
|
11
|
-
|
|
12
11
|
spaceId: string;
|
|
13
12
|
listId?: string;
|
|
14
|
-
|
|
15
13
|
createdById: string;
|
|
16
|
-
|
|
17
14
|
isShared: boolean;
|
|
18
15
|
isDefault: boolean;
|
|
19
|
-
|
|
20
16
|
filters?: TodoJsonValue;
|
|
21
17
|
sortConfig?: TodoJsonValue;
|
|
22
18
|
groupBy?: string;
|
|
23
19
|
columnConfig?: TodoJsonValue;
|
|
24
20
|
viewConfig?: TodoJsonValue;
|
|
25
|
-
|
|
26
21
|
sortOrder: number;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export type TodoViewType = "LIST" | "BOARD" | "GANTT" | "TIMELINE" | "TABLE" | "CALENDAR";
|
|
32
|
-
|
|
33
|
-
export interface ITodoDashboard {
|
|
34
|
-
id: string;
|
|
35
|
-
createdAt: string;
|
|
36
|
-
updatedAt?: string;
|
|
37
|
-
|
|
38
|
-
spaceId: string;
|
|
39
|
-
listId?: string;
|
|
40
|
-
|
|
41
|
-
config: TodoJsonObject;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export interface ITodoDashboardWidget {
|
|
45
|
-
id: string;
|
|
46
|
-
createdAt: string;
|
|
47
|
-
updatedAt?: string;
|
|
48
|
-
|
|
49
|
-
dashboardId: string;
|
|
50
|
-
type: TodoDashboardWidgetType;
|
|
51
|
-
config: TodoJsonObject;
|
|
52
|
-
|
|
53
|
-
x: number;
|
|
54
|
-
y: number;
|
|
55
|
-
w: number;
|
|
56
|
-
h: number;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
export type TodoDashboardWidgetType =
|
|
60
|
-
| "STATUS_BREAKDOWN"
|
|
61
|
-
| "PRIORITY_BREAKDOWN"
|
|
62
|
-
| "ASSIGNEE_WORKLOAD"
|
|
63
|
-
| "DUE_DATE_CALENDAR"
|
|
64
|
-
| "RECENT_ACTIVITY"
|
|
65
|
-
| "COMPLETION_TREND"
|
|
66
|
-
| "OVERDUE_TODOS"
|
|
67
|
-
| "BURNDOWN_CHART"
|
|
68
|
-
| "TAG_DISTRIBUTION"
|
|
69
|
-
| "VELOCITY"
|
|
70
|
-
| "STATS_CARD";
|
|
71
|
-
|
|
72
|
-
export interface ITodoTimeEntry {
|
|
73
|
-
id: string;
|
|
74
|
-
createdAt: string;
|
|
75
|
-
updatedAt?: string;
|
|
76
|
-
|
|
77
|
-
todoId: string;
|
|
78
|
-
userId: string;
|
|
79
|
-
|
|
80
|
-
startedAt: string;
|
|
81
|
-
stoppedAt?: string;
|
|
82
|
-
duration?: number;
|
|
83
|
-
|
|
84
|
-
description?: string;
|
|
85
|
-
|
|
22
|
+
version: number;
|
|
23
|
+
configVersion: number;
|
|
86
24
|
metadata?: Record<string, unknown>;
|
|
87
25
|
}
|
package/dist/types/todo.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TodoRecurrenceSettings } from "./todo-recurrence-settings";
|
|
2
2
|
|
|
3
3
|
export interface ITodo {
|
|
4
4
|
id: string;
|
|
@@ -6,109 +6,19 @@ export interface ITodo {
|
|
|
6
6
|
updatedAt?: string;
|
|
7
7
|
deletedAt?: string;
|
|
8
8
|
version: number;
|
|
9
|
-
|
|
10
9
|
title: string;
|
|
11
10
|
description?: string;
|
|
12
|
-
|
|
13
11
|
statusId: string;
|
|
14
|
-
priority: TodoPriority;
|
|
15
|
-
|
|
16
12
|
listId: string;
|
|
17
13
|
spaceId: string;
|
|
18
|
-
|
|
19
14
|
createdById: string;
|
|
20
15
|
closedById?: string;
|
|
21
|
-
|
|
22
16
|
startDate?: string;
|
|
23
17
|
dueDate?: string;
|
|
24
18
|
completedAt?: string;
|
|
25
19
|
closedAt?: string;
|
|
26
|
-
|
|
27
20
|
sortOrder: number;
|
|
28
|
-
|
|
29
21
|
parentId?: string;
|
|
30
|
-
|
|
31
|
-
estimatedHours?: number;
|
|
32
|
-
sprintPoints?: number;
|
|
33
|
-
timeEstimate?: number; // seconds
|
|
34
22
|
recurringSettings?: TodoRecurrenceSettings;
|
|
35
|
-
taskType?: string;
|
|
36
|
-
|
|
37
|
-
metadata?: Record<string, unknown>;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export interface ITodoAssignee {
|
|
41
|
-
id: string;
|
|
42
|
-
createdAt: string;
|
|
43
|
-
|
|
44
|
-
todoId: string;
|
|
45
|
-
userId?: string;
|
|
46
|
-
employeeId?: string;
|
|
47
|
-
|
|
48
|
-
metadata?: Record<string, unknown>;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export interface ITodoWatcher {
|
|
52
|
-
id: string;
|
|
53
|
-
createdAt: string;
|
|
54
|
-
|
|
55
|
-
todoId: string;
|
|
56
|
-
userId: string;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
export interface ITodoDependency {
|
|
60
|
-
id: string;
|
|
61
|
-
createdAt: string;
|
|
62
|
-
|
|
63
|
-
todoId: string;
|
|
64
|
-
dependsOnId: string;
|
|
65
|
-
|
|
66
|
-
type: TodoDependencyType;
|
|
67
|
-
|
|
68
|
-
createdById: string;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export interface ITodoCustomFieldValue {
|
|
72
|
-
id: string;
|
|
73
|
-
createdAt: string;
|
|
74
|
-
updatedAt?: string;
|
|
75
|
-
|
|
76
|
-
todoId: string;
|
|
77
|
-
fieldId: string;
|
|
78
|
-
|
|
79
|
-
value: TodoJsonValue;
|
|
80
|
-
|
|
81
23
|
metadata?: Record<string, unknown>;
|
|
82
24
|
}
|
|
83
|
-
|
|
84
|
-
export interface ITodoListItem {
|
|
85
|
-
id: string;
|
|
86
|
-
createdAt: string;
|
|
87
|
-
|
|
88
|
-
todoId: string;
|
|
89
|
-
listId: string;
|
|
90
|
-
|
|
91
|
-
addedById: string;
|
|
92
|
-
|
|
93
|
-
sortOrder: number;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export interface ITodoTagAssignment {
|
|
97
|
-
id: string;
|
|
98
|
-
createdAt: string;
|
|
99
|
-
|
|
100
|
-
todoId: string;
|
|
101
|
-
tagId: string;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
export type TodoPriority = "URGENT" | "HIGH" | "NORMAL" | "LOW";
|
|
105
|
-
|
|
106
|
-
export interface TodoRecurrenceSettings {
|
|
107
|
-
frequency: "DAILY" | "WEEKLY" | "MONTHLY" | "YEARLY";
|
|
108
|
-
interval: number;
|
|
109
|
-
days?: number[];
|
|
110
|
-
endDate?: string;
|
|
111
|
-
timezone?: string;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
export type TodoDependencyType = "FINISH_TO_START" | "START_TO_START" | "FINISH_TO_FINISH" | "START_TO_FINISH";
|
package/package.json
CHANGED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
export interface IPhoneAdminAssignedQueue {
|
|
2
|
-
id: string;
|
|
3
|
-
key: string;
|
|
4
|
-
name: string;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export interface IPhoneAdminQueueWorkingHoursDay {
|
|
8
|
-
enabled: boolean;
|
|
9
|
-
startTime: string;
|
|
10
|
-
endTime: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export interface IPhoneAdminQueueWorkingHours {
|
|
14
|
-
monday: IPhoneAdminQueueWorkingHoursDay;
|
|
15
|
-
tuesday: IPhoneAdminQueueWorkingHoursDay;
|
|
16
|
-
wednesday: IPhoneAdminQueueWorkingHoursDay;
|
|
17
|
-
thursday: IPhoneAdminQueueWorkingHoursDay;
|
|
18
|
-
friday: IPhoneAdminQueueWorkingHoursDay;
|
|
19
|
-
saturday: IPhoneAdminQueueWorkingHoursDay;
|
|
20
|
-
sunday: IPhoneAdminQueueWorkingHoursDay;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export interface IPhoneAdminPromptFields {
|
|
24
|
-
onGreetingBusinessHoursFile: string;
|
|
25
|
-
onGreetingAfterHoursFile: string;
|
|
26
|
-
onQueueEntryFile: string;
|
|
27
|
-
onHoldLoopFile: string;
|
|
28
|
-
onQueueMessagePeriodicFile: string;
|
|
29
|
-
onQueuePositionFile: string;
|
|
30
|
-
onConnectingFile: string;
|
|
31
|
-
onTransferFile: string;
|
|
32
|
-
onRingbackFile: string;
|
|
33
|
-
onBusyUnavailableFile: string;
|
|
34
|
-
onNoAnswerFile: string;
|
|
35
|
-
onAnnouncementFile: string;
|
|
36
|
-
onGoodbyeEndCallFile: string;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export interface IPhoneAdminAgent {
|
|
40
|
-
id: string;
|
|
41
|
-
orgId: string;
|
|
42
|
-
orgName?: string | null;
|
|
43
|
-
name: string;
|
|
44
|
-
role: "agent" | "user";
|
|
45
|
-
extension: string;
|
|
46
|
-
queueId: string | null;
|
|
47
|
-
queueKey?: string | null;
|
|
48
|
-
queueName?: string | null;
|
|
49
|
-
assignedQueueIds: string[];
|
|
50
|
-
assignedQueues: IPhoneAdminAssignedQueue[];
|
|
51
|
-
sipProfileId: string | null;
|
|
52
|
-
sipProfileName?: string | null;
|
|
53
|
-
metadata?: Record<string, string | undefined>;
|
|
54
|
-
localEntityId?: string;
|
|
55
|
-
syncStatus?: string | null;
|
|
56
|
-
syncError?: string | null;
|
|
57
|
-
syncedAt?: string | null;
|
|
58
|
-
createdAt: string;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
export interface IPhoneAdminQueue extends IPhoneAdminPromptFields {
|
|
62
|
-
id: string;
|
|
63
|
-
orgId: string;
|
|
64
|
-
key: string;
|
|
65
|
-
name: string;
|
|
66
|
-
sipProfileId: string | null;
|
|
67
|
-
noAnswerTimeoutSeconds: number;
|
|
68
|
-
workingHoursEnabled: boolean;
|
|
69
|
-
workingHoursTimezone: string;
|
|
70
|
-
workingHours: IPhoneAdminQueueWorkingHours;
|
|
71
|
-
localQueueId?: string;
|
|
72
|
-
zoneId?: string;
|
|
73
|
-
employeeGroupId?: string;
|
|
74
|
-
syncStatus?: string | null;
|
|
75
|
-
syncError?: string | null;
|
|
76
|
-
syncedAt?: string | null;
|
|
77
|
-
createdAt: string;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
export interface IPhoneAdminSystemConfig extends IPhoneAdminPromptFields {
|
|
81
|
-
id: string;
|
|
82
|
-
orgId: string;
|
|
83
|
-
updatedAt: string;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
export interface IPhoneAdminSummary {
|
|
87
|
-
agentCount: number;
|
|
88
|
-
userCount: number;
|
|
89
|
-
queueCount: number;
|
|
90
|
-
defaultQueueId: string | null;
|
|
91
|
-
phoneConfigured: boolean;
|
|
92
|
-
resolveAgentUrlConfigured: boolean;
|
|
93
|
-
reconcileActionsEnabled?: boolean;
|
|
94
|
-
syncedAgentCount?: number;
|
|
95
|
-
syncedUserCount?: number;
|
|
96
|
-
syncedQueueCount?: number;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
export interface IPhoneAdminSnapshot {
|
|
100
|
-
agents: IPhoneAdminAgent[];
|
|
101
|
-
users: IPhoneAdminAgent[];
|
|
102
|
-
queues: IPhoneAdminQueue[];
|
|
103
|
-
sipProfiles?: unknown[];
|
|
104
|
-
promptAudio?: unknown[];
|
|
105
|
-
systemConfig?: IPhoneAdminSystemConfig | null;
|
|
106
|
-
summary: IPhoneAdminSummary;
|
|
107
|
-
}
|