o2g-node-sdk 2.5.0 → 2.5.2
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 +20 -9
- package/dist/o2g-node-sdk.js +451 -27
- package/dist/o2g-node-sdk.js.map +1 -1
- package/dist/types/internal/types/cc-stats/cc-stat-types.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/subscription.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/events/events.d.ts +46 -0
- package/dist/types/types/events/events.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cc-stat-types.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/cc-stat-types.ts"],"names":[],"mappings":"AAyBA,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;
|
|
1
|
+
{"version":3,"file":"cc-stat-types.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/cc-stat-types.ts"],"names":[],"mappings":"AAyBA,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;AAyZvD,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;IACtB,WAAW,EAAE,OAAO,CAAC;CACxB,CAAC"}
|
package/dist/types/o2g-rsi.d.ts
CHANGED
|
@@ -53,9 +53,10 @@ export declare class Rsi extends EventEmitter {
|
|
|
53
53
|
/**
|
|
54
54
|
* Enables the specified rsi point.
|
|
55
55
|
*
|
|
56
|
-
* @param rsiNumber the rsi point extension number
|
|
56
|
+
* @param rsiNumber the rsi point extension number.
|
|
57
|
+
* @param [backup=false] true to enable the RSI point in backup mode.
|
|
57
58
|
*/
|
|
58
|
-
enableRsiPoint(rsiNumber: string): Promise<boolean>;
|
|
59
|
+
enableRsiPoint(rsiNumber: string, backup?: boolean): Promise<boolean>;
|
|
59
60
|
/**
|
|
60
61
|
* Disables the specified rsi point.
|
|
61
62
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"o2g-rsi.d.ts","sourceRoot":"","sources":["../../src/o2g-rsi.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,GAAI,SAAQ,YAAY;;IAGjC;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,kBAAkB,sBAAsB;IAExD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,uBAAuB,0BAA0B;IAEjE;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,sBAAsB,yBAAyB;IAE/D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,YAAY,gBAAgB;IAE5C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,gBAAgB,oBAAoB;IAiBpD;;OAEG;IACG,YAAY,IAAI,OAAO,CAAC,QAAQ,EAAE,GAAG,IAAI,CAAC;IAIhD
|
|
1
|
+
{"version":3,"file":"o2g-rsi.d.ts","sourceRoot":"","sources":["../../src/o2g-rsi.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,GAAI,SAAQ,YAAY;;IAGjC;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,kBAAkB,sBAAsB;IAExD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,uBAAuB,0BAA0B;IAEjE;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,sBAAsB,yBAAyB;IAE/D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,YAAY,gBAAgB;IAE5C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,gBAAgB,oBAAoB;IAiBpD;;OAEG;IACG,YAAY,IAAI,OAAO,CAAC,QAAQ,EAAE,GAAG,IAAI,CAAC;IAIhD;;;;;OAKG;IACG,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,GAAE,OAAe,GAAG,OAAO,CAAC,OAAO,CAAC;IAIlF;;;;OAIG;IACG,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAI1D;;;;;;;;;;;;;;;OAeG;IACG,kBAAkB,CACpB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,SAAS,GAAE,MAAM,GAAG,IAAW,EAC/B,OAAO,GAAE,MAAM,GAAG,IAAW,EAC7B,kBAAkB,GAAE,iCAAiC,GAAG,IAAW,GACpE,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAI1B;;;;;;OAMG;IACG,iBAAiB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAI9E;;;;;;;;;OASG;IACG,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAInG;;;;;;;OAOG;IACG,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAItE;;;;;;;;;OASG;IACG,cAAc,CAChB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,MAAM,EACnB,QAAQ,GAAE,MAAM,GAAG,IAAW,GAC/B,OAAO,CAAC,OAAO,CAAC;IAInB;;;;;;OAMG;IACG,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAItE;;;;;;;;;;OAUG;IACG,WAAW,CACb,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,EACrB,WAAW,GAAE,MAAM,GAAG,IAAW,EACjC,cAAc,GAAE,MAAM,GAAG,IAAW,EACpC,gBAAgB,GAAE,OAAO,GAAG,IAAW,GACxC,OAAO,CAAC,OAAO,CAAC;IAWnB;;;;OAIG;IACG,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,EAAE,GAAG,IAAI,CAAC;IAIzE;;;;;OAKG;IACG,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;CAG5F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../src/subscription.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../src/subscription.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAchE,cAAM,WAAW;IACb,OAAO,CAAC,SAAS,CAAa;;IAM9B,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;IAIjC,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,YAAY,EAAE,YAAY;CAGvD;AAED;;;;GAIG;AACH,MAAM,WAAW,OAAO;IACpB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;;OAKG;IACH,iBAAiB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CACnD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAM,WAAW,OAAO;IACpB;;;;;;;;;;;;;;;;OAgBG;IACH,gBAAgB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;IAE7C;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,kBAAkB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;IAE/C;;;;;;;;;;;;;;OAcG;IACH,wBAAwB,EAAE,MAAM,OAAO,CAAC;IAExC;;;;;;;;;;;;;;;;OAgBG;IACH,qBAAqB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;IAElD;;;;;;;;;;;;;;;OAeG;IACH,sBAAsB,EAAE,MAAM,OAAO,CAAC;IAEtC;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,yBAAyB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;IAEtD;;;;;;;;;;;;;;;;;;;OAmBG;IACH,wBAAwB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;IAErD;;;;;;;;;;;;;;;;;;OAkBG;IACH,wBAAwB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;IAErD;;;;;;;;;;;;;;;;;OAiBG;IACH,2BAA2B,EAAE,MAAM,OAAO,CAAC;IAE3C;;;;;;;;OAQG;IACH,6BAA6B,EAAE,MAAM,OAAO,CAAC;IAE7C;;;;;;;;;;;;;;;;;;;OAmBG;IACH,oBAAoB,EAAE,MAAM,OAAO,CAAC;IAEpC;;;;;;;;;;;;;;;;OAgBG;IACH,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;IAE1C;;;;;OAKG;IACH,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;IAEvC;;;;;OAKG;IACH,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;IAEvC;;;;;;OAMG;IACH,UAAU,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC;IAE1C;;;;OAIG;IACH,KAAK,EAAE,MAAM,YAAY,CAAC;CAC7B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,8BAAsB,YAAY;IAC9B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,QAAQ,CAAiB;IAYjC,IAAI,OAAO,IAAI,MAAM,CAEpB;IAED,IAAI,OAAO,IAAI,MAAM,CAEpB;IAED,IAAI,MAAM,IAAI,WAAW,CAExB;IAED,IAAI,OAAO,IAAI,OAAO,GAAG,IAAI,CAE5B;IAED;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,OAAO,EAAE,OAAO,CAgGlB;CACR"}
|
|
@@ -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"}
|
|
@@ -76,4 +76,50 @@ export interface EventMap {
|
|
|
76
76
|
OnRouteRequest: OnRouteRequest;
|
|
77
77
|
OnRouteEnd: OnRouteEnd;
|
|
78
78
|
}
|
|
79
|
+
/**
|
|
80
|
+
* Dispatches O2G events received on a Webhook endpoint to the SDK event system.
|
|
81
|
+
* <p>
|
|
82
|
+
* When a subscription is created with a Webhook URL, the SDK initialises an
|
|
83
|
+
* `EventDispatcher` instance that the application must use to forward incoming
|
|
84
|
+
* HTTP event payloads into the SDK.
|
|
85
|
+
* <p>
|
|
86
|
+
* The dispatcher is provided by the SDK after a successful
|
|
87
|
+
* {@link O2G.subscribe} call with a Webhook-based subscription. The application
|
|
88
|
+
* is responsible for exposing the Webhook endpoint and calling
|
|
89
|
+
* {@link dispatch} for each received request body.
|
|
90
|
+
*
|
|
91
|
+
* @example
|
|
92
|
+
* ```typescript
|
|
93
|
+
* // Set up the Webhook endpoint in your Express application
|
|
94
|
+
* app.post('/events', (req: Request, res: Response) => {
|
|
95
|
+
* if (!dispatcher) {
|
|
96
|
+
* res.status(404).send();
|
|
97
|
+
* } else {
|
|
98
|
+
* dispatcher.dispatch(req.body);
|
|
99
|
+
* res.status(200).send();
|
|
100
|
+
* }
|
|
101
|
+
* });
|
|
102
|
+
* ```
|
|
103
|
+
*
|
|
104
|
+
* @see O2G.subscribe
|
|
105
|
+
*/
|
|
106
|
+
export interface EventDispatcher {
|
|
107
|
+
/**
|
|
108
|
+
* Dispatches an event payload received on the Webhook endpoint into the SDK.
|
|
109
|
+
* <p>
|
|
110
|
+
* The payload must be the raw JSON body of the HTTP POST request sent by
|
|
111
|
+
* the O2G server to the Webhook URL. The SDK will parse the event name and
|
|
112
|
+
* route it to the appropriate registered listeners.
|
|
113
|
+
* <p>
|
|
114
|
+
* If the dispatcher has not been initialised — for example because no
|
|
115
|
+
* subscription is active — the application should return an HTTP `404`
|
|
116
|
+
* response and not call this method.
|
|
117
|
+
*
|
|
118
|
+
* @param event the raw event payload from the Webhook HTTP request body
|
|
119
|
+
*/
|
|
120
|
+
dispatch(event: {
|
|
121
|
+
eventName: keyof EventMap;
|
|
122
|
+
[key: string]: any;
|
|
123
|
+
}): void;
|
|
124
|
+
}
|
|
79
125
|
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events/events.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events/events.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED