o2g-node-sdk 2.4.1 → 2.5.1
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/README.md +8 -3
- package/dist/o2g-node-sdk.js +2324 -663
- package/dist/o2g-node-sdk.js.map +1 -1
- package/dist/types/internal/rest/ccStatistics-rest.d.ts +6 -6
- package/dist/types/internal/rest/ccStatistics-rest.d.ts.map +1 -1
- package/dist/types/internal/types/cc-stats/abstract-filter.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/ag-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/{cc-stat → cc-stats}/cc-stat-types.d.ts +1 -0
- package/dist/types/internal/types/cc-stats/cc-stat-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/context-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/on-stats-progress.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/pil-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/requester-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/scheduled-rep-impl.d.ts.map +1 -0
- package/dist/types/internal/types/telephony/telephony-types.d.ts +3 -1
- package/dist/types/internal/types/telephony/telephony-types.d.ts.map +1 -1
- package/dist/types/internal/util/logger.d.ts +39 -6
- package/dist/types/internal/util/logger.d.ts.map +1 -1
- package/dist/types/o2g-cc-stat.d.ts +8 -4
- package/dist/types/o2g-cc-stat.d.ts.map +1 -1
- package/dist/types/o2g-maint.d.ts +10 -0
- package/dist/types/o2g-maint.d.ts.map +1 -1
- package/dist/types/o2g-rsi.d.ts +3 -2
- package/dist/types/o2g-rsi.d.ts.map +1 -1
- package/dist/types/types/cc-agent/agent-skill-set.d.ts +36 -6
- package/dist/types/types/cc-agent/agent-skill-set.d.ts.map +1 -1
- package/dist/types/types/cc-agent/agent-skill.d.ts +50 -6
- package/dist/types/types/cc-agent/agent-skill.d.ts.map +1 -1
- package/dist/types/types/cc-agent/operator-config.d.ts +30 -34
- package/dist/types/types/cc-agent/operator-config.d.ts.map +1 -1
- package/dist/types/types/cc-stats/agent-filter.d.ts +1 -1
- package/dist/types/types/cc-stats/agent-filter.d.ts.map +1 -1
- package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts +1 -1
- package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts.map +1 -1
- package/dist/types/types/cc-stats/data/pil-aband-call-stat-row.d.ts +157 -0
- package/dist/types/types/cc-stats/data/pil-aband-call-stat-row.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/stat-value.d.ts +10 -0
- package/dist/types/types/cc-stats/data/stat-value.d.ts.map +1 -1
- package/dist/types/types/cc-stats/data/stats-data.d.ts +33 -8
- package/dist/types/types/cc-stats/data/stats-data.d.ts.map +1 -1
- package/dist/types/types/cc-stats/pilot-abandoned-calls-attributes.d.ts +48 -0
- package/dist/types/types/cc-stats/pilot-abandoned-calls-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.d.ts +46 -0
- package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.d.ts.map +1 -0
- package/dist/types/types/cc-stats/pilot-filter.d.ts +1 -1
- package/dist/types/types/cc-stats/pilot-filter.d.ts.map +1 -1
- package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts +5 -0
- package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts.map +1 -1
- package/dist/types/types/cc-stats/stats-context.d.ts +6 -0
- package/dist/types/types/cc-stats/stats-context.d.ts.map +1 -1
- package/dist/types/types/cc-stats/stats-filter.d.ts +7 -0
- package/dist/types/types/cc-stats/stats-filter.d.ts.map +1 -1
- package/dist/types/types/events/events.d.ts +4 -2
- package/dist/types/types/events/events.d.ts.map +1 -1
- package/dist/types/types/maint/maint-events.d.ts +26 -0
- package/dist/types/types/maint/maint-events.d.ts.map +1 -1
- package/dist/types/types/maint/sys-status.d.ts +4 -0
- package/dist/types/types/maint/sys-status.d.ts.map +1 -1
- package/dist/types/types/telephony/telephonic-state.d.ts +7 -0
- package/dist/types/types/telephony/telephonic-state.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/internal/types/cc-stat/abstract-filter.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/ag-filter-impl.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/cc-stat-types.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/context-impl.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/on-stats-progress.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/pil-filter-impl.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/requester-impl.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/scheduled-rep-impl.d.ts.map +0 -1
- /package/dist/types/internal/types/{cc-stat → cc-stats}/abstract-filter.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/ag-filter-impl.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/context-impl.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/on-stats-progress.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/pil-filter-impl.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/requester-impl.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/scheduled-rep-impl.d.ts +0 -0
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import { StatValue } from './stat-value';
|
|
2
|
+
import { StatsPilotAbandonedCallsAttributes } from '../pilot-abandoned-calls-attributes';
|
|
3
|
+
/**
|
|
4
|
+
* Represents a single row of abandoned call statistics for a CCD pilot.
|
|
5
|
+
* <p>
|
|
6
|
+
* Each row corresponds to one abandoned call event and provides the caller's
|
|
7
|
+
* waiting time, the pilot and queue involved, and a set of boolean flags
|
|
8
|
+
* indicating at which point in the call flow the caller hung up.
|
|
9
|
+
* <p>
|
|
10
|
+
* Boolean flag fields follow the O2G convention: `true` when the value is `1`,
|
|
11
|
+
* absent (treated as `false`) when the field is not present in the response.
|
|
12
|
+
* <p>
|
|
13
|
+
* Rows are returned as part of a {@link StatisticsData} object via
|
|
14
|
+
* {@link CallCenterStatistics.getDayData} or {@link CallCenterStatistics.getDaysData}.
|
|
15
|
+
*
|
|
16
|
+
* @see StatsPilotAbandonedCallAttributes
|
|
17
|
+
* @see CallCenterStatistics.getDayData
|
|
18
|
+
* @see CallCenterStatistics.getDaysData
|
|
19
|
+
*/
|
|
20
|
+
export declare class PilotAbandonedCallsStatisticsRow {
|
|
21
|
+
#private;
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
private values;
|
|
24
|
+
private initializeFromJson;
|
|
25
|
+
/**
|
|
26
|
+
* Returns the value of the specified statistical attribute for this row.
|
|
27
|
+
* <p>
|
|
28
|
+
* Always returns a {@link StatValue} — if the attribute is not present in
|
|
29
|
+
* the data, a `StatValue` wrapping `null` is returned.
|
|
30
|
+
*
|
|
31
|
+
* @param attr the attribute to retrieve
|
|
32
|
+
* @returns the {@link StatValue} for the specified attribute
|
|
33
|
+
*/
|
|
34
|
+
get(attr: StatsPilotAbandonedCallsAttributes): StatValue;
|
|
35
|
+
/**
|
|
36
|
+
* The date this row was recorded.
|
|
37
|
+
* <p>
|
|
38
|
+
* For a single-day request the format is `yyyy-MM-dd'T'HH:mm`;
|
|
39
|
+
* for a multi-day request the format is `yyyy-MM-dd`.
|
|
40
|
+
*
|
|
41
|
+
* @returns the date as a JavaScript `Date`, or `null` if not set
|
|
42
|
+
*/
|
|
43
|
+
get dateValue(): Date | null;
|
|
44
|
+
/**
|
|
45
|
+
* The name of the queue associated with this abandoned call.
|
|
46
|
+
*
|
|
47
|
+
* @returns the queue name, or `null` if not set
|
|
48
|
+
*/
|
|
49
|
+
get queueNameValue(): string | null;
|
|
50
|
+
/**
|
|
51
|
+
* The total time in seconds the caller waited before hanging up.
|
|
52
|
+
*
|
|
53
|
+
* @returns the waiting time in seconds, or `null` if not set
|
|
54
|
+
*/
|
|
55
|
+
get waitingTime(): number | null;
|
|
56
|
+
/**
|
|
57
|
+
* The name of the pilot on which the call was abandoned.
|
|
58
|
+
*
|
|
59
|
+
* @returns the pilot name, or `null` if not set
|
|
60
|
+
*/
|
|
61
|
+
get pilotNameValue(): string | null;
|
|
62
|
+
/**
|
|
63
|
+
* The phone number of the pilot on which the call was abandoned.
|
|
64
|
+
*
|
|
65
|
+
* @returns the pilot number, or `null` if not set
|
|
66
|
+
*/
|
|
67
|
+
get pilotNumberValue(): string | null;
|
|
68
|
+
/**
|
|
69
|
+
* Whether the caller abandoned during the greeting voice guide.
|
|
70
|
+
* <p>
|
|
71
|
+
* `true` when the value is `1`; `false` when absent.
|
|
72
|
+
*
|
|
73
|
+
* @returns `true` if the caller abandoned on the greeting voice guide; `false` otherwise
|
|
74
|
+
*/
|
|
75
|
+
get abandonedOnGreetingVG(): boolean;
|
|
76
|
+
/**
|
|
77
|
+
* Whether the caller abandoned during the 1st waiting voice guide.
|
|
78
|
+
* <p>
|
|
79
|
+
* `true` when the value is `1`; `false` when absent.
|
|
80
|
+
*
|
|
81
|
+
* @returns `true` if the caller abandoned on the 1st waiting voice guide; `false` otherwise
|
|
82
|
+
*/
|
|
83
|
+
get abandonedOn1stWaitingVG(): boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Whether the caller abandoned during the 2nd waiting voice guide.
|
|
86
|
+
* <p>
|
|
87
|
+
* `true` when the value is `1`; `false` when absent.
|
|
88
|
+
*
|
|
89
|
+
* @returns `true` if the caller abandoned on the 2nd waiting voice guide; `false` otherwise
|
|
90
|
+
*/
|
|
91
|
+
get abandonedOn2ndWaitingVG(): boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Whether the caller abandoned during the 3rd waiting voice guide.
|
|
94
|
+
* <p>
|
|
95
|
+
* `true` when the value is `1`; `false` when absent.
|
|
96
|
+
*
|
|
97
|
+
* @returns `true` if the caller abandoned on the 3rd waiting voice guide; `false` otherwise
|
|
98
|
+
*/
|
|
99
|
+
get abandonedOn3rdWaitingVG(): boolean;
|
|
100
|
+
/**
|
|
101
|
+
* Whether the caller abandoned during the 4th waiting voice guide.
|
|
102
|
+
* <p>
|
|
103
|
+
* `true` when the value is `1`; `false` when absent.
|
|
104
|
+
*
|
|
105
|
+
* @returns `true` if the caller abandoned on the 4th waiting voice guide; `false` otherwise
|
|
106
|
+
*/
|
|
107
|
+
get abandonedOn4thWaitingVG(): boolean;
|
|
108
|
+
/**
|
|
109
|
+
* Whether the caller abandoned during the 5th waiting voice guide.
|
|
110
|
+
* <p>
|
|
111
|
+
* `true` when the value is `1`; `false` when absent.
|
|
112
|
+
*
|
|
113
|
+
* @returns `true` if the caller abandoned on the 5th waiting voice guide; `false` otherwise
|
|
114
|
+
*/
|
|
115
|
+
get abandonedOn5thWaitingVG(): boolean;
|
|
116
|
+
/**
|
|
117
|
+
* Whether the caller abandoned during the 6th waiting voice guide.
|
|
118
|
+
* <p>
|
|
119
|
+
* `true` when the value is `1`; `false` when absent.
|
|
120
|
+
*
|
|
121
|
+
* @returns `true` if the caller abandoned on the 6th waiting voice guide; `false` otherwise
|
|
122
|
+
*/
|
|
123
|
+
get abandonedOn6thWaitingVG(): boolean;
|
|
124
|
+
/**
|
|
125
|
+
* Whether the caller abandoned while ringing an agent.
|
|
126
|
+
* <p>
|
|
127
|
+
* `true` when the value is `1`; `false` when absent.
|
|
128
|
+
*
|
|
129
|
+
* @returns `true` if the caller abandoned on ringing; `false` otherwise
|
|
130
|
+
*/
|
|
131
|
+
get abandonedOnRinging(): boolean;
|
|
132
|
+
/**
|
|
133
|
+
* Whether the caller abandoned during the general forwarding voice guide.
|
|
134
|
+
* <p>
|
|
135
|
+
* `true` when the value is `1`; `false` when absent.
|
|
136
|
+
*
|
|
137
|
+
* @returns `true` if the caller abandoned on the general forwarding voice guide; `false` otherwise
|
|
138
|
+
*/
|
|
139
|
+
get abandonedOnGeneralFwdVG(): boolean;
|
|
140
|
+
/**
|
|
141
|
+
* Whether the caller abandoned during the blocked voice guide.
|
|
142
|
+
* <p>
|
|
143
|
+
* `true` when the value is `1`; `false` when absent.
|
|
144
|
+
*
|
|
145
|
+
* @returns `true` if the caller abandoned on the blocked voice guide; `false` otherwise
|
|
146
|
+
*/
|
|
147
|
+
get abandonedOnBlockedVG(): boolean;
|
|
148
|
+
/**
|
|
149
|
+
* Whether the caller abandoned while waiting on a direct call to a busy agent.
|
|
150
|
+
* <p>
|
|
151
|
+
* `true` when the value is `1`; `false` when absent.
|
|
152
|
+
*
|
|
153
|
+
* @returns `true` if the caller abandoned on direct call waiting; `false` otherwise
|
|
154
|
+
*/
|
|
155
|
+
get abandonedOnDirectCallWaiting(): boolean;
|
|
156
|
+
}
|
|
157
|
+
//# sourceMappingURL=pil-aband-call-stat-row.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pil-aband-call-stat-row.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/pil-aband-call-stat-row.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,kCAAkC,EAAE,MAAM,qCAAqC,CAAC;AAEzF;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,gCAAgC;;IACzC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IAEnB,OAAO,CAAC,MAAM,CAAiE;IAc/E,OAAO,CAAC,kBAAkB;IA0B1B;;;;;;;;OAQG;IACH,GAAG,CAAC,IAAI,EAAE,kCAAkC,GAAG,SAAS;IAOxD;;;;;;;OAOG;IACH,IAAI,SAAS,IAAI,IAAI,GAAG,IAAI,CAI3B;IAED;;;;OAIG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,IAAI,CAElC;IAED;;;;OAIG;IACH,IAAI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;IAED;;;;OAIG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,IAAI,CAElC;IAED;;;;OAIG;IACH,IAAI,gBAAgB,IAAI,MAAM,GAAG,IAAI,CAEpC;IAED;;;;;;OAMG;IACH,IAAI,qBAAqB,IAAI,OAAO,CAEnC;IAED;;;;;;OAMG;IACH,IAAI,uBAAuB,IAAI,OAAO,CAErC;IAED;;;;;;OAMG;IACH,IAAI,uBAAuB,IAAI,OAAO,CAErC;IAED;;;;;;OAMG;IACH,IAAI,uBAAuB,IAAI,OAAO,CAErC;IAED;;;;;;OAMG;IACH,IAAI,uBAAuB,IAAI,OAAO,CAErC;IAED;;;;;;OAMG;IACH,IAAI,uBAAuB,IAAI,OAAO,CAErC;IAED;;;;;;OAMG;IACH,IAAI,uBAAuB,IAAI,OAAO,CAErC;IAED;;;;;;OAMG;IACH,IAAI,kBAAkB,IAAI,OAAO,CAEhC;IAED;;;;;;OAMG;IACH,IAAI,uBAAuB,IAAI,OAAO,CAErC;IAED;;;;;;OAMG;IACH,IAAI,oBAAoB,IAAI,OAAO,CAElC;IAED;;;;;;OAMG;IACH,IAAI,4BAA4B,IAAI,OAAO,CAE1C;CACJ"}
|
|
@@ -26,6 +26,16 @@ export declare class StatValue {
|
|
|
26
26
|
* @returns the string representation, or `null` if the value is not set
|
|
27
27
|
*/
|
|
28
28
|
asString(): string | null;
|
|
29
|
+
/**
|
|
30
|
+
* Returns the value as a boolean.
|
|
31
|
+
* <p>
|
|
32
|
+
* The following values are interpreted as `true`: `"true"`, `"1"`, `1`.
|
|
33
|
+
* The following values are interpreted as `false`: `"false"`, `"0"`, `0`.
|
|
34
|
+
* All other values return `false`.
|
|
35
|
+
*
|
|
36
|
+
* @returns the boolean value, or `false` if the value is not set or cannot be interpreted as a boolean
|
|
37
|
+
*/
|
|
38
|
+
asBoolean(): boolean;
|
|
29
39
|
/**
|
|
30
40
|
* Returns the value as a duration string in `hh:mm:ss` format.
|
|
31
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stat-value.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/stat-value.ts"],"names":[],"mappings":"AAmBA;;;;;;;GAOG;AACH,qBAAa,SAAS;IAIN,OAAO,CAAC,KAAK;IAEzB;;;;OAIG;IACH,SAAS,IAAI,MAAM,GAAG,IAAI;IAO1B;;;;OAIG;IACH,OAAO,IAAI,MAAM,GAAG,IAAI;IAOxB;;;;OAIG;IACH,QAAQ,IAAI,MAAM,GAAG,IAAI;IAKzB;;;;OAIG;IACH,UAAU,IAAI,MAAM,GAAG,IAAI;CAG9B"}
|
|
1
|
+
{"version":3,"file":"stat-value.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/stat-value.ts"],"names":[],"mappings":"AAmBA;;;;;;;GAOG;AACH,qBAAa,SAAS;IAIN,OAAO,CAAC,KAAK;IAEzB;;;;OAIG;IACH,SAAS,IAAI,MAAM,GAAG,IAAI;IAO1B;;;;OAIG;IACH,OAAO,IAAI,MAAM,GAAG,IAAI;IAOxB;;;;OAIG;IACH,QAAQ,IAAI,MAAM,GAAG,IAAI;IAKzB;;;;;;;;OAQG;IACH,SAAS,IAAI,OAAO;IAOpB;;;;OAIG;IACH,UAAU,IAAI,MAAM,GAAG,IAAI;CAG9B"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AgentStatisticsRow } from './ag-stats-row';
|
|
2
|
+
import { PilotAbandonedCallsStatisticsRow } from './pil-aband-call-stat-row';
|
|
2
3
|
import { PilotStatisticsRow } from './pil-stats-row';
|
|
3
4
|
import { SelectedPeriod } from './selected-period';
|
|
4
5
|
/**
|
|
@@ -18,15 +19,8 @@ import { SelectedPeriod } from './selected-period';
|
|
|
18
19
|
* @see CallCenterStatistics.getDayData
|
|
19
20
|
* @see CallCenterStatistics.getDaysData
|
|
20
21
|
*/
|
|
21
|
-
export declare class
|
|
22
|
+
export declare class BasicObjectStatistics<T> {
|
|
22
23
|
#private;
|
|
23
|
-
/**
|
|
24
|
-
* The start date and time of this time slot.
|
|
25
|
-
* <p>
|
|
26
|
-
* The time slot represents the period during which the statistics were aggregated
|
|
27
|
-
* (e.g. `2025-09-02T10:00` for a 15-minute interval starting at 10:00).
|
|
28
|
-
*/
|
|
29
|
-
get timeSlot(): Date | null;
|
|
30
24
|
/**
|
|
31
25
|
* The selected period during which these statistics were collected.
|
|
32
26
|
*/
|
|
@@ -36,6 +30,33 @@ export declare class ObjectStatistics<T> {
|
|
|
36
30
|
*/
|
|
37
31
|
get rows(): T[] | null;
|
|
38
32
|
}
|
|
33
|
+
/**
|
|
34
|
+
* Represents the statistical results for a specific observation period and time slot.
|
|
35
|
+
* <p>
|
|
36
|
+
* Each `ObjectStatistics<T>` instance groups the data rows collected for a given
|
|
37
|
+
* {@link SelectedPeriod} and an optional time slot (e.g. a 15-minute or hourly interval).
|
|
38
|
+
* <p>
|
|
39
|
+
* The class is generic and can represent either agent-level or pilot-level statistics:
|
|
40
|
+
* <ul>
|
|
41
|
+
* <li>`ObjectStatistics<AgentStatisticsRow>` — for agent statistics</li>
|
|
42
|
+
* <li>`ObjectStatistics<PilotStatisticsRow>` — for pilot statistics</li>
|
|
43
|
+
* </ul>
|
|
44
|
+
*
|
|
45
|
+
* @template T the type of the statistics row, either `AgentStatisticsRow` or `PilotStatisticsRow`
|
|
46
|
+
* @see StatisticsData
|
|
47
|
+
* @see CallCenterStatistics.getDayData
|
|
48
|
+
* @see CallCenterStatistics.getDaysData
|
|
49
|
+
*/
|
|
50
|
+
export declare class ObjectStatistics<T> extends BasicObjectStatistics<T> {
|
|
51
|
+
#private;
|
|
52
|
+
/**
|
|
53
|
+
* The start date and time of this time slot.
|
|
54
|
+
* <p>
|
|
55
|
+
* The time slot represents the period during which the statistics were aggregated
|
|
56
|
+
* (e.g. `2025-09-02T10:00` for a 15-minute interval starting at 10:00).
|
|
57
|
+
*/
|
|
58
|
+
get timeSlot(): Date | null;
|
|
59
|
+
}
|
|
39
60
|
/**
|
|
40
61
|
* Represents the statistical data returned for a requester, including agent-level
|
|
41
62
|
* and pilot-level statistics grouped by time slot and observation period.
|
|
@@ -60,5 +81,9 @@ export declare class StatisticsData {
|
|
|
60
81
|
* The pilot-level statistics, grouped by time slot and observation period.
|
|
61
82
|
*/
|
|
62
83
|
get pilotsStats(): ObjectStatistics<PilotStatisticsRow>[] | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* The pilot abandoned calls.
|
|
86
|
+
*/
|
|
87
|
+
get pilotAbandonedCalls(): BasicObjectStatistics<PilotAbandonedCallsStatisticsRow> | undefined;
|
|
63
88
|
}
|
|
64
89
|
//# sourceMappingURL=stats-data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stats-data.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/stats-data.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"stats-data.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/stats-data.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gCAAgC,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGnD;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,qBAAqB,CAAC,CAAC;;IAYhC;;OAEG;IACH,IAAI,cAAc,IAAI,cAAc,GAAG,IAAI,CAE1C;IAED;;OAEG;IACH,IAAI,IAAI,IAAI,CAAC,EAAE,GAAG,IAAI,CAErB;CAaJ;AAID;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,gBAAgB,CAAC,CAAC,CAAE,SAAQ,qBAAqB,CAAC,CAAC,CAAC;;IAW7D;;;;;OAKG;IACH,IAAI,QAAQ,IAAI,IAAI,GAAG,IAAI,CAG1B;CAcJ;AAED;;;;;;;;;GASG;AACH,qBAAa,cAAc;;IAqBvB;;OAEG;IACH,IAAI,WAAW,IAAI,MAAM,CAExB;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,GAAG,SAAS,CAEpE;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,GAAG,SAAS,CAEpE;IAED;;OAEG;IACH,IAAI,mBAAmB,IAAI,qBAAqB,CAAC,gCAAgC,CAAC,GAAG,SAAS,CAE7F;CAoBJ"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `StatsPilotAbandonedCallsAttributes` defines the set of statistical attributes
|
|
3
|
+
* available for abandoned calls on a CCD pilot.
|
|
4
|
+
*
|
|
5
|
+
* These attributes are used in reports generated by `CallCenterStatisticsService`
|
|
6
|
+
* to provide insight into call abandonment patterns on a pilot, including when
|
|
7
|
+
* and where in the call flow the caller hung up.
|
|
8
|
+
*
|
|
9
|
+
* **Note:** The `ALL` attribute is intended for use in context creation only and
|
|
10
|
+
* should not be used in production reporting contexts.
|
|
11
|
+
*
|
|
12
|
+
* @since 2.7.5
|
|
13
|
+
*/
|
|
14
|
+
export declare enum StatsPilotAbandonedCallsAttributes {
|
|
15
|
+
/** Total time in seconds the caller waited before hanging up. */
|
|
16
|
+
waitingTime = "waitingTime",
|
|
17
|
+
/** The name of the pilot. */
|
|
18
|
+
pilotName = "pilotName",
|
|
19
|
+
/** The number of the pilot. */
|
|
20
|
+
pilotNumber = "pilotNumber",
|
|
21
|
+
/** The phone number of the caller. */
|
|
22
|
+
callerNumber = "callerNumber",
|
|
23
|
+
/** The caller abandoned during the greeting voice guide. */
|
|
24
|
+
abandonedOnGreetingVG = "abandonedOnGreetingVG",
|
|
25
|
+
/** The caller abandoned during the 1st waiting voice guide. */
|
|
26
|
+
abandonedOn1stWaitingVG = "abandonedOn1stWaitingVG",
|
|
27
|
+
/** The caller abandoned during the 2nd waiting voice guide. */
|
|
28
|
+
abandonedOn2ndWaitingVG = "abandonedOn2ndWaitingVG",
|
|
29
|
+
/** The caller abandoned during the 3rd waiting voice guide. */
|
|
30
|
+
abandonedOn3rdWaitingVG = "abandonedOn3rdWaitingVG",
|
|
31
|
+
/** The caller abandoned during the 4th waiting voice guide. */
|
|
32
|
+
abandonedOn4thWaitingVG = "abandonedOn4thWaitingVG",
|
|
33
|
+
/** The caller abandoned during the 5th waiting voice guide. */
|
|
34
|
+
abandonedOn5thWaitingVG = "abandonedOn5thWaitingVG",
|
|
35
|
+
/** The caller abandoned during the 6th waiting voice guide. */
|
|
36
|
+
abandonedOn6thWaitingVG = "abandonedOn6thWaitingVG",
|
|
37
|
+
/** The caller abandoned while ringing an agent. */
|
|
38
|
+
abandonedOnRinging = "abandonedOnRinging",
|
|
39
|
+
/** The caller abandoned during the general forwarding voice guide. */
|
|
40
|
+
abandonedOnGeneralFwdVG = "abandonedOnGeneralFwdVG",
|
|
41
|
+
/** The caller abandoned during the blocked voice guide. */
|
|
42
|
+
abandonedOnBlockedVG = "abandonedOnBlockedVG",
|
|
43
|
+
/** The caller abandoned while waiting on a direct call to a busy agent. */
|
|
44
|
+
abandonedOnDirectCallWaiting = "abandonedOnDirectCallWaiting",
|
|
45
|
+
/** All attributes — for use in context creation only. */
|
|
46
|
+
ALL = "ALL"
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=pilot-abandoned-calls-attributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pilot-abandoned-calls-attributes.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/pilot-abandoned-calls-attributes.ts"],"names":[],"mappings":"AAmBA;;;;;;;;;;;;GAYG;AACH,oBAAY,kCAAkC;IAE1C,iEAAiE;IACjE,WAAW,gBAAgB;IAE3B,6BAA6B;IAC7B,SAAS,cAAc;IAEvB,+BAA+B;IAC/B,WAAW,gBAAgB;IAE3B,sCAAsC;IACtC,YAAY,iBAAiB;IAE7B,4DAA4D;IAC5D,qBAAqB,0BAA0B;IAE/C,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,mDAAmD;IACnD,kBAAkB,uBAAuB;IAEzC,sEAAsE;IACtE,uBAAuB,4BAA4B;IAEnD,2DAA2D;IAC3D,oBAAoB,yBAAyB;IAE7C,2EAA2E;IAC3E,4BAA4B,iCAAiC;IAE7D,yDAAyD;IACzD,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { AbstractFilter } from '../../internal/types/cc-stats/abstract-filter';
|
|
2
|
+
import { StatsPilotAbandonedCallsAttributes } from './pilot-abandoned-calls-attributes';
|
|
3
|
+
/**
|
|
4
|
+
* Filter for selecting pilots in abandoned call statistics reports.
|
|
5
|
+
* <p>
|
|
6
|
+
* A `PilotAbandonedCallsFilter` specifies which pilots to include and which
|
|
7
|
+
* abandoned call attributes to collect when generating statistics.
|
|
8
|
+
* <p>
|
|
9
|
+
* Instances should be created via {@link StatsFilter.createPilotAbandonedCallsFilter}.
|
|
10
|
+
*
|
|
11
|
+
* @see StatsFilter.createPilotAbandonedCallsFilter
|
|
12
|
+
* @see StatsPilotAbandonedCallAttributes
|
|
13
|
+
* @since 2.7.5
|
|
14
|
+
*/
|
|
15
|
+
export interface PilotAbandonedCallsFilter extends AbstractFilter {
|
|
16
|
+
/**
|
|
17
|
+
* The pilot directory numbers included in this filter.
|
|
18
|
+
*
|
|
19
|
+
* @returns the list of pilot directory numbers; never `null`, but may be empty
|
|
20
|
+
*/
|
|
21
|
+
get numbers(): string[];
|
|
22
|
+
/**
|
|
23
|
+
* Adds one or more pilot directory numbers to this filter.
|
|
24
|
+
* <p>
|
|
25
|
+
* The corresponding pilots will be included in the scope of the
|
|
26
|
+
* abandoned call statistics report.
|
|
27
|
+
*
|
|
28
|
+
* @param numbers the pilot directory numbers to add
|
|
29
|
+
*/
|
|
30
|
+
addNumbers(...numbers: string[]): void;
|
|
31
|
+
/**
|
|
32
|
+
* The abandoned call attributes to collect for the pilots in this filter.
|
|
33
|
+
*
|
|
34
|
+
* @returns the set of {@link StatsPilotAbandonedCallAttributes} to include
|
|
35
|
+
*/
|
|
36
|
+
get pilotAbandonedCallsAttributes(): Set<StatsPilotAbandonedCallsAttributes>;
|
|
37
|
+
/**
|
|
38
|
+
* Sets the abandoned call attributes to collect for the pilots in this filter.
|
|
39
|
+
* <p>
|
|
40
|
+
* Replaces any previously configured attributes.
|
|
41
|
+
*
|
|
42
|
+
* @param attributes the {@link StatsPilotAbandonedCallAttributes} to include
|
|
43
|
+
*/
|
|
44
|
+
setPilotAbandonedCallsAttributes(...attributes: StatsPilotAbandonedCallsAttributes[]): void;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=pilot-abandonned-calls-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pilot-abandonned-calls-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/pilot-abandonned-calls-filter.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC/E,OAAO,EAAE,kCAAkC,EAAE,MAAM,oCAAoC,CAAC;AAExF;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,yBAA0B,SAAQ,cAAc;IAE7D;;;;OAIG;IACH,IAAI,OAAO,IAAI,MAAM,EAAE,CAAC;IAExB;;;;;;;OAOG;IACH,UAAU,CAAC,GAAG,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IAEvC;;;;OAIG;IACH,IAAI,6BAA6B,IAAI,GAAG,CAAC,kCAAkC,CAAC,CAAC;IAE7E;;;;;;OAMG;IACH,gCAAgC,CAAC,GAAG,UAAU,EAAE,kCAAkC,EAAE,GAAG,IAAI,CAAC;CAC/F"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AbstractFilter } from '../../internal/types/cc-
|
|
1
|
+
import { AbstractFilter } from '../../internal/types/cc-stats/abstract-filter';
|
|
2
2
|
import { StatsPilotAttributes } from './pilot-attributes';
|
|
3
3
|
/**
|
|
4
4
|
* Filter for selecting pilots in Call Center StatisticsData reports.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pilot-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/pilot-filter.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"pilot-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/pilot-filter.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC/E,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;;;;;;GASG;AACH,MAAM,WAAW,WAAY,SAAQ,cAAc;IAC/C;;;;;;OAMG;IACH,IAAI,OAAO,IAAI,MAAM,EAAE,CAAC;IAExB;;;;;;;OAOG;IACH,UAAU,CAAC,GAAG,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IAEvC;;;;OAIG;IACH,IAAI,eAAe,IAAI,GAAG,CAAC,oBAAoB,CAAC,CAAC;IAEjD;;;;;OAKG;IACH,kBAAkB,CAAC,GAAG,UAAU,EAAE,oBAAoB,EAAE,GAAG,IAAI,CAAC;CACnE"}
|
|
@@ -93,6 +93,11 @@ export interface ScheduledReport {
|
|
|
93
93
|
* @return true if the report is enabled, false otherwise
|
|
94
94
|
*/
|
|
95
95
|
get enabled(): boolean;
|
|
96
|
+
/**
|
|
97
|
+
* Indicates whether the data are returned with short header (compact number of header attributes).
|
|
98
|
+
* @returns `true` if the short header is considered; otherwise `false`.
|
|
99
|
+
*/
|
|
100
|
+
get shortHeader(): boolean;
|
|
96
101
|
/**
|
|
97
102
|
* Returns the date and time when the report was last executed.
|
|
98
103
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduled-report.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/scheduled/scheduled-report.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,EAAE,IAAI,MAAM,CAAC;IAEjB;;;;OAIG;IACH,IAAI,WAAW,IAAI,MAAM,CAAC;IAE1B;;;;OAIG;IACH,IAAI,WAAW,CAAC,WAAW,EAAE,MAAM,EAAE;IAErC;;;;OAIG;IACH,IAAI,iBAAiB,IAAI,uBAAuB,CAAC;IAEjD;;;;OAIG;IACH,IAAI,iBAAiB,CAAC,iBAAiB,EAAE,uBAAuB,EAAE;IAElE;;;;OAIG;IACH,IAAI,UAAU,IAAI,UAAU,GAAG,IAAI,CAAC;IAEpC;;;;OAIG;IACH,IAAI,UAAU,CAAC,UAAU,EAAE,UAAU,GAAG,IAAI,EAAE;IAE9C;;;;OAIG;IACH,IAAI,IAAI,IAAI,OAAO,CAAC;IAEpB;;;;OAIG;IACH,IAAI,MAAM,IAAI,WAAW,CAAC;IAE1B;;;;OAIG;IACH,IAAI,MAAM,CAAC,MAAM,EAAE,WAAW,EAAE;IAEhC;;;;;OAKG;IACH,IAAI,UAAU,IAAI,MAAM,EAAE,CAAC;IAE3B;;;;OAIG;IACH,IAAI,UAAU,CAAC,UAAU,EAAE,MAAM,EAAE,EAAE;IAErC;;;;OAIG;IACH,IAAI,KAAK,IAAI,eAAe,CAAC,KAAK,CAAC;IAEnC;;;;OAIG;IACH,IAAI,OAAO,IAAI,OAAO,CAAC;IAEvB;;;;OAIG;IACH,IAAI,iBAAiB,IAAI,IAAI,GAAG,IAAI,CAAC;IAErC;;;;OAIG;IACH,IAAI,OAAO,IAAI,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC7B;;OAEG;IACH,KAAY,KAAK;QACb,wCAAwC;QACxC,YAAY,iBAAiB;QAE7B,6CAA6C;QAC7C,QAAQ,aAAa;QAErB,8CAA8C;QAC9C,kBAAkB,uBAAuB;QAEzC,2DAA2D;QAC3D,mBAAmB,wBAAwB;QAE3C,iDAAiD;QACjD,WAAW,gBAAgB;QAE3B,+DAA+D;QAC/D,OAAO,YAAY;KACtB;CACJ"}
|
|
1
|
+
{"version":3,"file":"scheduled-report.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/scheduled/scheduled-report.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,EAAE,IAAI,MAAM,CAAC;IAEjB;;;;OAIG;IACH,IAAI,WAAW,IAAI,MAAM,CAAC;IAE1B;;;;OAIG;IACH,IAAI,WAAW,CAAC,WAAW,EAAE,MAAM,EAAE;IAErC;;;;OAIG;IACH,IAAI,iBAAiB,IAAI,uBAAuB,CAAC;IAEjD;;;;OAIG;IACH,IAAI,iBAAiB,CAAC,iBAAiB,EAAE,uBAAuB,EAAE;IAElE;;;;OAIG;IACH,IAAI,UAAU,IAAI,UAAU,GAAG,IAAI,CAAC;IAEpC;;;;OAIG;IACH,IAAI,UAAU,CAAC,UAAU,EAAE,UAAU,GAAG,IAAI,EAAE;IAE9C;;;;OAIG;IACH,IAAI,IAAI,IAAI,OAAO,CAAC;IAEpB;;;;OAIG;IACH,IAAI,MAAM,IAAI,WAAW,CAAC;IAE1B;;;;OAIG;IACH,IAAI,MAAM,CAAC,MAAM,EAAE,WAAW,EAAE;IAEhC;;;;;OAKG;IACH,IAAI,UAAU,IAAI,MAAM,EAAE,CAAC;IAE3B;;;;OAIG;IACH,IAAI,UAAU,CAAC,UAAU,EAAE,MAAM,EAAE,EAAE;IAErC;;;;OAIG;IACH,IAAI,KAAK,IAAI,eAAe,CAAC,KAAK,CAAC;IAEnC;;;;OAIG;IACH,IAAI,OAAO,IAAI,OAAO,CAAC;IAEvB;;;OAGG;IACH,IAAI,WAAW,IAAI,OAAO,CAAC;IAE3B;;;;OAIG;IACH,IAAI,iBAAiB,IAAI,IAAI,GAAG,IAAI,CAAC;IAErC;;;;OAIG;IACH,IAAI,OAAO,IAAI,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC7B;;OAEG;IACH,KAAY,KAAK;QACb,wCAAwC;QACxC,YAAY,iBAAiB;QAE7B,6CAA6C;QAC7C,QAAQ,aAAa;QAErB,8CAA8C;QAC9C,kBAAkB,uBAAuB;QAEzC,2DAA2D;QAC3D,mBAAmB,wBAAwB;QAE3C,iDAAiD;QACjD,WAAW,gBAAgB;QAE3B,+DAA+D;QAC/D,OAAO,YAAY;KACtB;CACJ"}
|
|
@@ -34,9 +34,15 @@ export interface StatsContext {
|
|
|
34
34
|
* @returns The context description.
|
|
35
35
|
*/
|
|
36
36
|
get description(): string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Indicates whether the data are returned with short header (compact number of header attributes).
|
|
39
|
+
* @returns `true` if the short header is considered; otherwise `false`.
|
|
40
|
+
*/
|
|
41
|
+
get shortHeader(): boolean;
|
|
37
42
|
/**
|
|
38
43
|
* Indicates whether this context is associated with a scheduled report.
|
|
39
44
|
* @returns `true` if the context is scheduled; otherwise `false`.
|
|
45
|
+
* @since 2.7.5
|
|
40
46
|
*/
|
|
41
47
|
get scheduled(): boolean;
|
|
42
48
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stats-context.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/stats-context.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,IAAI,EAAE,IAAI,MAAM,CAAC;IAEjB;;;OAGG;IACH,IAAI,WAAW,IAAI,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,KAAK,IAAI,MAAM,GAAG,SAAS,CAAC;IAEhC;;;OAGG;IACH,IAAI,WAAW,IAAI,MAAM,GAAG,SAAS,CAAC;IAEtC;;;OAGG;IACH,IAAI,SAAS,IAAI,OAAO,CAAC;IAEzB;;;;;;OAMG;IACH,IAAI,MAAM,IAAI,WAAW,GAAG,IAAI,CAAC;IAEjC;;;OAGG;IACH,IAAI,MAAM,CAAC,MAAM,EAAE,WAAW,EAAE;IAEhC;;;OAGG;IACH,IAAI,WAAW,CAAC,WAAW,EAAE,MAAM,EAAE;IAErC;;;OAGG;IACH,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE;CAC5B"}
|
|
1
|
+
{"version":3,"file":"stats-context.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/stats-context.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,IAAI,EAAE,IAAI,MAAM,CAAC;IAEjB;;;OAGG;IACH,IAAI,WAAW,IAAI,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,KAAK,IAAI,MAAM,GAAG,SAAS,CAAC;IAEhC;;;OAGG;IACH,IAAI,WAAW,IAAI,MAAM,GAAG,SAAS,CAAC;IAEtC;;;OAGG;IACH,IAAI,WAAW,IAAK,OAAO,CAAC;IAE5B;;;;OAIG;IACH,IAAI,SAAS,IAAI,OAAO,CAAC;IAEzB;;;;;;OAMG;IACH,IAAI,MAAM,IAAI,WAAW,GAAG,IAAI,CAAC;IAEjC;;;OAGG;IACH,IAAI,MAAM,CAAC,MAAM,EAAE,WAAW,EAAE;IAEhC;;;OAGG;IACH,IAAI,WAAW,CAAC,WAAW,EAAE,MAAM,EAAE;IAErC;;;OAGG;IACH,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE;CAC5B"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AgentFilter } from './agent-filter';
|
|
2
|
+
import { PilotAbandonedCallsFilter } from './pilot-abandonned-calls-filter';
|
|
2
3
|
import { PilotFilter } from './pilot-filter';
|
|
3
4
|
/**
|
|
4
5
|
* Base interface for filters used in the Call Center StatisticsData SDK.
|
|
@@ -30,5 +31,11 @@ export declare abstract class StatsFilter {
|
|
|
30
31
|
* @returns a new `PilotFilter` instance
|
|
31
32
|
*/
|
|
32
33
|
static createPilotFilter(): PilotFilter;
|
|
34
|
+
/**
|
|
35
|
+
* Creates a new filter for selecting calls abandoned on pilots.
|
|
36
|
+
*
|
|
37
|
+
* @returns a new `PilotAbandonedCallsFilter` instance
|
|
38
|
+
*/
|
|
39
|
+
static createPilotAbandonedCallsFilter(): PilotAbandonedCallsFilter;
|
|
33
40
|
}
|
|
34
41
|
//# sourceMappingURL=stats-filter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stats-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/stats-filter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stats-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/stats-filter.ts"],"names":[],"mappings":"AAuBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;;;;;;;;;;;;;;;GAgBG;AACH,8BAAsB,WAAW;IAC7B;;;;OAIG;IACH,MAAM,CAAC,iBAAiB,IAAI,WAAW;IAIvC;;;;OAIG;IACH,MAAM,CAAC,iBAAiB,IAAI,WAAW;IAIvC;;;;OAIG;IACH,MAAM,CAAC,+BAA+B,IAAI,yBAAyB;CAqBtE"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnAcdStatsProgress } from '../../internal/types/cc-
|
|
1
|
+
import { OnAcdStatsProgress } from '../../internal/types/cc-stats/on-stats-progress';
|
|
2
2
|
import { OnAgentSkillChanged, OnAgentStateChanged, OnSupervisorHelpCancelled, OnSupervisorHelpRequested } from '../cc-agent/cc-agent-events';
|
|
3
3
|
import { OnPilotCallCreated, OnPilotCallQueued, OnPilotCallRemoved } from '../cc-pilot/cc-pilot-events';
|
|
4
4
|
import { OnAgentProcessingGroupRtiChanged, OnAgentRtiChanged, OnOtherProcessingGroupRtiChanged, OnPilotRtiChanged, OnQueueRtiChanged } from '../cc-rt/cc-rt-events';
|
|
5
5
|
import { OnComRecordCreated, OnComRecordModified, OnComRecordsAck, OnComRecordsDeleted, OnComRecordsUnAck } from '../comlog/comlog-events';
|
|
6
6
|
import { OnEventSummaryUpdated } from '../eventsummary/event-summary-events';
|
|
7
|
-
import { OnCtiLinkUp, OnCtiLinkDown, OnLicenseExpiration, OnPbxLoaded, OnServerStart, OnPbxLinkDown, OnPbxLinkUp } from '../maint/maint-events';
|
|
7
|
+
import { OnCtiLinkUp, OnCtiLinkDown, OnLicenseExpiration, OnPbxLoaded, OnServerStart, OnPbxLinkDown, OnPbxLinkUp, OnRemoteServerLinkDown, OnRemoteServerLinkUp } from '../maint/maint-events';
|
|
8
8
|
import { OnPbxObjectInstanceCreated, OnPbxObjectInstanceDeleted, OnPbxObjectInstanceModified } from '../pbxmngt/pbxmngt-events';
|
|
9
9
|
import { OnRoutingStateChanged } from '../routing/routing-events';
|
|
10
10
|
import { OnToneGeneratedStart, OnToneGeneratedStop, OnDigitCollected, OnRouteRequest, OnRouteEnd } from '../rsi/rsi-events';
|
|
@@ -52,6 +52,8 @@ export interface EventMap {
|
|
|
52
52
|
OnLicenseExpiration: OnLicenseExpiration;
|
|
53
53
|
OnPbxLoaded: OnPbxLoaded;
|
|
54
54
|
OnServerStart: OnServerStart;
|
|
55
|
+
OnRemoteServerLinkDown: OnRemoteServerLinkDown;
|
|
56
|
+
OnRemoteServerLinkUp: OnRemoteServerLinkUp;
|
|
55
57
|
OnPbxObjectInstanceCreated: OnPbxObjectInstanceCreated;
|
|
56
58
|
OnPbxObjectInstanceDeleted: OnPbxObjectInstanceDeleted;
|
|
57
59
|
OnPbxObjectInstanceModified: OnPbxObjectInstanceModified;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events/events.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events/events.ts"],"names":[],"mappings":"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"}
|
|
@@ -102,4 +102,30 @@ export declare class OnServerStart {
|
|
|
102
102
|
*/
|
|
103
103
|
get serverId(): string;
|
|
104
104
|
}
|
|
105
|
+
/**
|
|
106
|
+
* Notification sent when connection to remote twin server is lost.
|
|
107
|
+
*/
|
|
108
|
+
export declare class OnRemoteServerLinkDown {
|
|
109
|
+
#private;
|
|
110
|
+
private constructor();
|
|
111
|
+
/**
|
|
112
|
+
* Gets the node identifier for which the PBX link is down.
|
|
113
|
+
*
|
|
114
|
+
* @returns The node ID.
|
|
115
|
+
*/
|
|
116
|
+
get host(): string;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Notification sent when connection to remote twin server is recovered.
|
|
120
|
+
*/
|
|
121
|
+
export declare class OnRemoteServerLinkUp {
|
|
122
|
+
#private;
|
|
123
|
+
private constructor();
|
|
124
|
+
/**
|
|
125
|
+
* Gets the node identifier for which the PBX link is down.
|
|
126
|
+
*
|
|
127
|
+
* @returns The node ID.
|
|
128
|
+
*/
|
|
129
|
+
get host(): string;
|
|
130
|
+
}
|
|
105
131
|
//# sourceMappingURL=maint-events.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maint-events.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/maint-events.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"maint-events.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/maint-events.ts"],"names":[],"mappings":"AA+BA;;;;GAIG;AACH,qBAAa,aAAa;;IAGtB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAaJ;AAED;;GAEG;AACH,qBAAa,WAAW;;IAGpB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;GAEG;AACH,qBAAa,mBAAmB;;IAI5B,OAAO;IAKP;;;;OAIG;IACH,IAAI,OAAO,IAAI,MAAM,CAEpB;IAED;;;;;;;OAOG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;GAEG;AACH,qBAAa,WAAW;;IAGpB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;GAEG;AACH,qBAAa,aAAa;;IAGtB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;GAEG;AACH,qBAAa,WAAW;;IAGpB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;;;GAIG;AACH,qBAAa,aAAa;;IAGtB,OAAO;IAIP;;;;OAIG;IACH,IAAI,QAAQ,IAAI,MAAM,CAErB;CAOJ;AAGD;;GAEG;AACH,qBAAa,sBAAsB;;IAG/B,OAAO;IAIP;;;;OAIG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;CAOJ;AAED;;GAEG;AACH,qBAAa,oBAAoB;;IAG7B,OAAO;IAIP;;;;OAIG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;CAOJ"}
|
|
@@ -63,6 +63,10 @@ export declare class SystemStatus {
|
|
|
63
63
|
* @returns {LicenseStatus | null} License status or null if not available
|
|
64
64
|
*/
|
|
65
65
|
get license(): LicenseStatus | null;
|
|
66
|
+
/** System resources of this O2G server
|
|
67
|
+
* @returns {LicenseStatus | null} System resources or null if not available
|
|
68
|
+
*/
|
|
69
|
+
get systemResources(): ServerAddress | null;
|
|
66
70
|
/** Configuration type of the O2G server
|
|
67
71
|
* @returns {ConfigurationType | null} Configuration type or null if not available
|
|
68
72
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sys-status.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/sys-status.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAE3D;;;;;;;;;;GAUG;AACH,qBAAa,YAAY;;
|
|
1
|
+
{"version":3,"file":"sys-status.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/sys-status.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAE3D;;;;;;;;;;GAUG;AACH,qBAAa,YAAY;;IAiBrB,OAAO;IAkCP;;OAEG;IACH,IAAI,cAAc,IAAI,aAAa,GAAG,IAAI,CAEzC;IAED;;OAEG;IACH,IAAI,SAAS,IAAI,IAAI,GAAG,IAAI,CAE3B;IAED;;OAEG;IACH,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,CAE3B;IAED;;OAEG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,IAAI,CAElC;IAED;;OAEG;IACH,IAAI,oBAAoB,IAAI,mBAAmB,GAAG,IAAI,CAErD;IAED;;OAEG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;OAEG;IACH,IAAI,gBAAgB,IAAI,MAAM,GAAG,IAAI,CAEpC;IAED;;OAEG;IACH,IAAI,uBAAuB,IAAI,aAAa,GAAG,IAAI,CAElD;IAED;;OAEG;IACH,IAAI,IAAI,IAAI,SAAS,EAAE,GAAG,IAAI,CAE7B;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,aAAa,GAAG,IAAI,CAElC;IAED;;OAEG;IACH,IAAI,eAAe,IAAI,aAAa,GAAG,IAAI,CAE1C;IAGD;;OAEG;IACH,IAAI,iBAAiB,IAAI,iBAAiB,GAAG,IAAI,CAEhD;IAED;;OAEG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;OAEG;IACH,IAAI,gBAAgB,IAAI,gBAAgB,GAAG,IAAI,CAE9C;CA8BJ"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Device } from '../common/device';
|
|
2
2
|
import { Call } from './call';
|
|
3
|
+
import { DeviceState } from './device/device-state';
|
|
3
4
|
import { UserState } from './user/user-state';
|
|
4
5
|
/**
|
|
5
6
|
* Represents the telephonic state of a user, including active calls,
|
|
@@ -30,5 +31,11 @@ export declare class TelephonicState {
|
|
|
30
31
|
* @returns The `UserState` of the user, or `null` if not set
|
|
31
32
|
*/
|
|
32
33
|
get userState(): UserState | null;
|
|
34
|
+
/**
|
|
35
|
+
* Returns the current devices state.
|
|
36
|
+
*
|
|
37
|
+
* @returns The `DeviceState` of the all user's device, or `null` if not set
|
|
38
|
+
*/
|
|
39
|
+
get deviceStates(): DeviceState[] | null;
|
|
33
40
|
}
|
|
34
41
|
//# sourceMappingURL=telephonic-state.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"telephonic-state.d.ts","sourceRoot":"","sources":["../../../../src/types/telephony/telephonic-state.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C;;;;;;;;GAQG;AACH,qBAAa,eAAe;;
|
|
1
|
+
{"version":3,"file":"telephonic-state.d.ts","sourceRoot":"","sources":["../../../../src/types/telephony/telephonic-state.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C;;;;;;;;GAQG;AACH,qBAAa,eAAe;;IAgBxB;;;;OAIG;IACH,IAAI,KAAK,IAAI,IAAI,EAAE,GAAG,IAAI,CAEzB;IAED;;;;OAIG;IACH,IAAI,kBAAkB,IAAI,MAAM,CAAC,YAAY,EAAE,GAAG,IAAI,CAErD;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,SAAS,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAK,WAAW,EAAE,GAAG,IAAI,CAExC;CAcJ"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"abstract-filter.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stat/abstract-filter.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ag-filter-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stat/ag-filter-impl.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cc-stat-types.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stat/cc-stat-types.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,uBAAuB,EAAE,MAAM,qDAAqD,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,oDAAoD,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAEnE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AA6WvD,oBAAY,oBAAoB;IAC5B,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,SAAS,cAAc;CAC1B;AAED,MAAM,MAAM,sBAAsB,GAAG;IACjC,sBAAsB;IACtB,UAAU,EAAE,MAAM,CAAC;IAEnB,8BAA8B;IAC9B,IAAI,EAAE,oBAAoB,CAAC;IAE3B,uDAAuD;IACvD,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,qDAAqD;IACrD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,0DAA0D;IAC1D,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,iDAAiD;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACjC,UAAU,EAAE,uBAAuB,CAAC,UAAU,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,eAAe;IACvB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,YAAY;CACrB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAC9B,WAAW,EAAE,eAAe,CAAC;IAC7B,UAAU,CAAC,EAAE,aAAa,EAAE,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,sBAAsB,CAAC;IAClC,SAAS,EAAE,mBAAmB,CAAC;IAC/B,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,KAAK,EAAE,eAAe,CAAC,KAAK,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,WAAW,CAAC;CACzB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stat/context-impl.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"on-stats-progress.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stat/on-stats-progress.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pil-filter-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stat/pil-filter-impl.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"requester-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stat/requester-impl.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scheduled-rep-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stat/scheduled-rep-impl.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|