o2g-node-sdk 2.5.5 → 2.5.6
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 +5 -0
- package/dist/o2g-node-sdk.js +799 -693
- package/dist/o2g-node-sdk.js.map +1 -1
- package/dist/types/services/o2g-analytics.d.ts +40 -31
- package/dist/types/services/o2g-analytics.d.ts.map +1 -1
- package/dist/types/services/o2g-cc-agent.d.ts +11 -7
- package/dist/types/services/o2g-cc-agent.d.ts.map +1 -1
- package/dist/types/services/o2g-cc-mngt.d.ts +61 -40
- package/dist/types/services/o2g-cc-mngt.d.ts.map +1 -1
- package/dist/types/services/o2g-cc-pilot.d.ts +7 -5
- package/dist/types/services/o2g-cc-pilot.d.ts.map +1 -1
- package/dist/types/services/o2g-cc-rt.d.ts +4 -3
- package/dist/types/services/o2g-cc-rt.d.ts.map +1 -1
- package/dist/types/services/o2g-cc-stat.d.ts +160 -163
- package/dist/types/services/o2g-cc-stat.d.ts.map +1 -1
- package/dist/types/services/o2g-comlog.d.ts +68 -67
- package/dist/types/services/o2g-comlog.d.ts.map +1 -1
- package/dist/types/services/o2g-directory.d.ts +35 -40
- package/dist/types/services/o2g-directory.d.ts.map +1 -1
- package/dist/types/services/o2g-eventSummary.d.ts +7 -8
- package/dist/types/services/o2g-eventSummary.d.ts.map +1 -1
- package/dist/types/services/o2g-maint.d.ts +10 -10
- package/dist/types/services/o2g-messaging.d.ts +3 -2
- package/dist/types/services/o2g-messaging.d.ts.map +1 -1
- package/dist/types/services/o2g-routing.d.ts +37 -19
- package/dist/types/services/o2g-routing.d.ts.map +1 -1
- package/dist/types/services/o2g-rsi.d.ts +62 -54
- package/dist/types/services/o2g-rsi.d.ts.map +1 -1
- package/dist/types/services/o2g-telephony.d.ts +255 -224
- package/dist/types/services/o2g-telephony.d.ts.map +1 -1
- package/dist/types/services/o2g-users-mngt.d.ts +21 -13
- package/dist/types/services/o2g-users-mngt.d.ts.map +1 -1
- package/dist/types/services/o2g-users.d.ts +8 -5
- package/dist/types/services/o2g-users.d.ts.map +1 -1
- package/dist/types/types/telephony/call/ccd/call-profile.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -3,58 +3,67 @@ import { ChargingFile } from '../types/analytics/charging-file';
|
|
|
3
3
|
import { ChargingResult } from '../types/analytics/charging-result';
|
|
4
4
|
import { DateRange } from '../types/common/date-range';
|
|
5
5
|
/**
|
|
6
|
-
* The Analytics service
|
|
7
|
-
* <p>Using this service requires having a <b>ANALYTICS</b> license. This service requires an administrative login.
|
|
6
|
+
* The Analytics service provides access to OmniPCX Enterprise charging information and incident reports.
|
|
8
7
|
* <p>
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
8
|
+
* Using this service requires an <b>ANALYTICS</b> license and an administrative login.
|
|
9
|
+
* O2G uses SSH to collect information from an OmniPCX Enterprise node, so
|
|
10
|
+
* <b>SSH must be enabled</b> on the node.
|
|
12
11
|
*/
|
|
13
12
|
export declare class Analytics {
|
|
14
13
|
#private;
|
|
15
14
|
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @param
|
|
15
|
+
* Retrieves a list of incidents from the specified OmniPCX Enterprise node.
|
|
16
|
+
*
|
|
17
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
18
|
+
* @param last the maximum number of incidents to retrieve; pass `0` to retrieve all incidents currently in progress
|
|
19
|
+
* @returns an array of {@link Incident} objects, or `null` if the request fails
|
|
19
20
|
*/
|
|
20
21
|
getIncidents(nodeId: number, last?: number): Promise<Array<Incident> | null>;
|
|
21
22
|
/**
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
* @param
|
|
23
|
+
* Retrieves the list of charging files available on the specified node.
|
|
24
|
+
*
|
|
25
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
26
|
+
* @param filter an optional date range filter; when omitted, all available charging files are returned
|
|
27
|
+
* @returns an array of {@link ChargingFile} objects, or `null` if the request fails
|
|
25
28
|
* @see {@link getChargingsFromFiles}
|
|
26
29
|
*/
|
|
27
30
|
getChargingFiles(nodeId: number, filter?: DateRange | null): Promise<Array<ChargingFile> | null>;
|
|
28
31
|
/**
|
|
29
|
-
*
|
|
32
|
+
* Queries the charging information for the specified node using a date range filter and the given options.
|
|
30
33
|
* <p>
|
|
31
|
-
* If
|
|
32
|
-
* set to
|
|
34
|
+
* If `all` is set to `true`, all tickets are returned, including zero-cost tickets and the called party.
|
|
35
|
+
* If `all` is set to `false`, the total charging information is returned per user, with the call count
|
|
36
|
+
* reflecting only calls that have a non-null charging cost.
|
|
33
37
|
* <p>
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* range must be specified.
|
|
38
|
+
* Processing is limited to a maximum of 100 charging files for performance reasons. If the date range filter
|
|
39
|
+
* is too wide and the number of files to process exceeds 100, the method fails and returns `null`. In that
|
|
40
|
+
* case, a narrower date range must be specified.
|
|
37
41
|
*
|
|
38
|
-
* @param nodeId
|
|
39
|
-
* @param filter
|
|
40
|
-
* @param topResults
|
|
41
|
-
* @param all
|
|
42
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
43
|
+
* @param filter an optional date range filter
|
|
44
|
+
* @param topResults an optional limit to return only the top N tickets
|
|
45
|
+
* @param all `true` to include tickets with a 0 cost
|
|
46
|
+
* @returns a {@link ChargingResult} object, or `null` in case of error or if the filter yields no results
|
|
42
47
|
*/
|
|
43
48
|
getChargingsFromFilter(nodeId: number, filter?: DateRange | null, topResults?: number | null, all?: boolean): Promise<ChargingResult | null>;
|
|
44
49
|
/**
|
|
45
|
-
*
|
|
50
|
+
* Queries the charging information for the specified node, processing the given charging files with the specified options.
|
|
51
|
+
* <p>
|
|
52
|
+
* This method gives finer control over the request by letting the caller specify the exact list of charging files to
|
|
53
|
+
* process. The list can be obtained via {@link getChargingFiles}.
|
|
46
54
|
* <p>
|
|
47
|
-
* If
|
|
48
|
-
* set to
|
|
55
|
+
* If `all` is set to `true`, all tickets are returned, including zero-cost tickets and the called party.
|
|
56
|
+
* If `all` is set to `false`, the total charging information is returned per user, with the call count
|
|
57
|
+
* reflecting only calls that have a non-null charging cost.
|
|
49
58
|
* <p>
|
|
50
|
-
*
|
|
51
|
-
* the
|
|
52
|
-
* range must be specified.
|
|
59
|
+
* Processing is limited to a maximum of 100 files for performance reasons. If the number of files exceeds 100,
|
|
60
|
+
* the method fails and returns `null`.
|
|
53
61
|
*
|
|
54
|
-
* @param nodeId
|
|
55
|
-
* @param files
|
|
56
|
-
* @param topResults
|
|
57
|
-
* @param all
|
|
62
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
63
|
+
* @param files the list of charging files to process
|
|
64
|
+
* @param topResults an optional limit to return only the top N tickets
|
|
65
|
+
* @param all `true` to include tickets with a 0 cost
|
|
66
|
+
* @returns a {@link ChargingResult} object, or `null` in case of error or if the specified files yield no results
|
|
58
67
|
*/
|
|
59
68
|
getChargingsFromFiles(nodeId: number, files: Array<ChargingFile>, topResults?: number | null, all?: boolean): Promise<ChargingResult | null>;
|
|
60
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"o2g-analytics.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-analytics.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD
|
|
1
|
+
{"version":3,"file":"o2g-analytics.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-analytics.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD;;;;;;GAMG;AACH,qBAAa,SAAS;;IAWlB;;;;;;OAMG;IACG,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,GAAE,MAAU,GAAG,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;IAIrF;;;;;;;OAOG;IACG,gBAAgB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,GAAE,SAAS,GAAG,IAAW,GAAG,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;IAI5G;;;;;;;;;;;;;;;;OAgBG;IACG,sBAAsB,CACxB,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,SAAS,GAAG,IAAW,EAC/B,UAAU,GAAE,MAAM,GAAG,IAAW,EAChC,GAAG,GAAE,OAAe,GACrB,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAIjC;;;;;;;;;;;;;;;;;;OAkBG;IACG,qBAAqB,CACvB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,EAC1B,UAAU,GAAE,MAAM,GAAG,IAAW,EAChC,GAAG,GAAE,OAAe,GACrB,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;CAGpC"}
|
|
@@ -4,8 +4,10 @@ import { OperatorConfig } from '../types/cc-agent/operator-config';
|
|
|
4
4
|
import { OperatorState } from '../types/cc-agent/operator-state';
|
|
5
5
|
import { WithdrawReason } from '../types/cc-agent/withdraw-reason';
|
|
6
6
|
/**
|
|
7
|
-
* CallCenterAgent provides
|
|
8
|
-
*
|
|
7
|
+
* `CallCenterAgent` provides access to Contact Center features for CCD operators.
|
|
8
|
+
* A CCD operator can be either a CCD agent or a CCD supervisor.
|
|
9
|
+
* <p>
|
|
10
|
+
* Using this service requires having a <b>CONTACTCENTER_AGENT</b> license.
|
|
9
11
|
*/
|
|
10
12
|
export declare class CallCenterAgent extends EventEmitter {
|
|
11
13
|
#private;
|
|
@@ -52,6 +54,7 @@ export declare class CallCenterAgent extends EventEmitter {
|
|
|
52
54
|
*
|
|
53
55
|
* @param loginName the operator login name
|
|
54
56
|
* @returns the {@link OperatorState} on success; `null` otherwise.
|
|
57
|
+
* @see requestSnapshot
|
|
55
58
|
*/
|
|
56
59
|
getState(loginName?: string | null): Promise<OperatorState | null>;
|
|
57
60
|
/**
|
|
@@ -145,7 +148,7 @@ export declare class CallCenterAgent extends EventEmitter {
|
|
|
145
148
|
*/
|
|
146
149
|
setReady(loginName?: string | null): Promise<boolean>;
|
|
147
150
|
/**
|
|
148
|
-
* Puts the specified agent in pause
|
|
151
|
+
* Puts the specified agent in pause.
|
|
149
152
|
* <p>
|
|
150
153
|
* If the session has been opened for a user, the `loginName` parameter is
|
|
151
154
|
* ignored, but it is mandatory if the session has been opened by an administrator.
|
|
@@ -155,7 +158,7 @@ export declare class CallCenterAgent extends EventEmitter {
|
|
|
155
158
|
*/
|
|
156
159
|
setPause(loginName?: string | null): Promise<boolean>;
|
|
157
160
|
/**
|
|
158
|
-
* Requests a supervisor to listen to the specified agent.
|
|
161
|
+
* Requests a supervisor to listen to the specified agent (permanent listening).
|
|
159
162
|
* <p>
|
|
160
163
|
* On success, an {@link ON_SUPERVISOR_HELP_REQUESTED} event is raised for both the agent and the supervisor.
|
|
161
164
|
* <p>
|
|
@@ -196,7 +199,7 @@ export declare class CallCenterAgent extends EventEmitter {
|
|
|
196
199
|
*/
|
|
197
200
|
cancelPermanentListening(loginName?: string | null): Promise<boolean>;
|
|
198
201
|
/**
|
|
199
|
-
* Requests
|
|
202
|
+
* Requests intrusion in a CCD call.
|
|
200
203
|
* <p>
|
|
201
204
|
* If the session has been opened for a user, the `loginName` parameter is
|
|
202
205
|
* ignored, but it is mandatory if the session has been opened by an administrator.
|
|
@@ -216,7 +219,7 @@ export declare class CallCenterAgent extends EventEmitter {
|
|
|
216
219
|
* await O2G.callCenterAgent.changeIntrusionMode(IntrusionMode.NORMAL);
|
|
217
220
|
* ```
|
|
218
221
|
*
|
|
219
|
-
* @param agentNumber the extension number of the CCD agent
|
|
222
|
+
* @param agentNumber the extension number of the CCD agent who answers the CCD call
|
|
220
223
|
* @param intrusionMode the intrusion mode
|
|
221
224
|
* @param loginName the supervisor login name
|
|
222
225
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
@@ -260,7 +263,7 @@ export declare class CallCenterAgent extends EventEmitter {
|
|
|
260
263
|
* If the session has been opened for a user, the `loginName` parameter is
|
|
261
264
|
* ignored, but it is mandatory if the session has been opened by an administrator.
|
|
262
265
|
*
|
|
263
|
-
* @param agentNumber the extension number of the agent who requested help
|
|
266
|
+
* @param agentNumber the extension number of the agent who has requested help
|
|
264
267
|
* @param loginName the supervisor login name
|
|
265
268
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
266
269
|
* @see cancelSupervisorHelpRequest
|
|
@@ -293,6 +296,7 @@ export declare class CallCenterAgent extends EventEmitter {
|
|
|
293
296
|
*
|
|
294
297
|
* @param loginName the agent login name
|
|
295
298
|
* @returns `true` if the request was successfully submitted; `false` otherwise.
|
|
299
|
+
* @see getState
|
|
296
300
|
*/
|
|
297
301
|
requestSnapshot(loginName?: string | null): Promise<boolean>;
|
|
298
302
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"o2g-cc-agent.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-cc-agent.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAEjE,OAAO,YAAY,MAAM,QAAQ,CAAC;AAQlC,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAEnE
|
|
1
|
+
{"version":3,"file":"o2g-cc-agent.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-cc-agent.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAEjE,OAAO,YAAY,MAAM,QAAQ,CAAC;AAQlC,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAEnE;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,YAAY;;IAG7C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,sBAAsB,yBAAyB;IAE/D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,sBAAsB,yBAAyB;IAE/D;;;;;OAKG;IACH,MAAM,CAAC,QAAQ,CAAC,4BAA4B,+BAA+B;IAE3E;;;;;;OAMG;IACH,MAAM,CAAC,QAAQ,CAAC,4BAA4B,+BAA+B;IAe3E;;;;;;;;OAQG;IACG,gBAAgB,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAIvF;;;;;;;;;OASG;IACG,QAAQ,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;IAI9E;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACG,KAAK,CACP,YAAY,EAAE,MAAM,EACpB,QAAQ,GAAE,MAAM,GAAG,IAAW,EAC9B,OAAO,UAAQ,EACf,SAAS,GAAE,MAAM,GAAG,IAAW,GAChC,OAAO,CAAC,OAAO,CAAC;IAInB;;;;;;;;;;;OAWG;IACG,MAAM,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAI/D;;;;;;;;;;;;;OAaG;IACG,KAAK,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAIhF;;;;;;;;;;;;OAYG;IACG,IAAI,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAI7D;;;;;;;;OAQG;IACG,SAAS,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAIlE;;;;;;;;OAQG;IACG,QAAQ,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAIjE;;;;;;;;OAQG;IACG,QAAQ,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW;IAI9C;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACG,yBAAyB,CAAC,WAAW,EAAE,MAAM,EAAE,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAIvG;;;;;;;;;;;OAWG;IACG,wBAAwB,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAIjF;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACG,gBAAgB,CAClB,WAAW,EAAE,MAAM,EACnB,aAAa,gBAAuB,EACpC,SAAS,GAAE,MAAM,GAAG,IAAW,GAChC,OAAO,CAAC,OAAO,CAAC;IAInB;;;;;;;;;;;;;OAaG;IACG,mBAAmB,CAAC,gBAAgB,EAAE,aAAa,EAAE,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAI7G;;;;;;;;;;;OAWG;IACG,qBAAqB,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAI9E;;;;;;;;;;;;;OAaG;IACG,sBAAsB,CAAC,WAAW,EAAE,MAAM,EAAE,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAIpG;;;;;;;;;;;;;OAaG;IACG,2BAA2B,CAAC,gBAAgB,EAAE,MAAM,EAAE,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAI9G;;;;;;;;;;;;;OAaG;IACG,eAAe,CAAC,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAIxE;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACG,cAAc,CAAC,YAAY,EAAE,MAAM,EAAE,EAAE,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAI/F;;;;;;;;;;;;;OAaG;IACG,gBAAgB,CAAC,YAAY,EAAE,MAAM,EAAE,EAAE,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;IAIjG;;;;;;;;;;OAUG;IACG,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,cAAc,EAAE,GAAG,IAAI,CAAC;IAI7G;;;;;;;;;;;;;;;;;;;;;OAqBG;IACG,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,SAAS,GAAE,MAAM,GAAG,IAAW,GAAG,OAAO,CAAC,OAAO,CAAC;CAG/F"}
|
|
@@ -6,17 +6,30 @@ import { Transition } from '../types/cc-mngt/calendar/transition';
|
|
|
6
6
|
import { Pilot } from '../types/cc-mngt/pilot';
|
|
7
7
|
import { PilotTransferQueryParameters } from '../types/telephony/call/ccd/pilot-transfer-query-param';
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* `CallCenterManagement` provides operations to configure and manage CCD pilots
|
|
10
|
+
* and their associated calendars.
|
|
10
11
|
* <p>
|
|
11
|
-
*
|
|
12
|
+
* Each CCD pilot has two types of calendars:
|
|
13
|
+
* <ul>
|
|
14
|
+
* <li><b>Normal calendar</b> — defines standard pilot behaviour for each day of the
|
|
15
|
+
* week. Each day can have up to 10 transitions (time slots).</li>
|
|
16
|
+
* <li><b>Exception calendar</b> — defines special days that override the normal
|
|
17
|
+
* calendar (e.g. holidays). Each exceptional day can also have up to 10
|
|
18
|
+
* transitions.</li>
|
|
19
|
+
* </ul>
|
|
20
|
+
* A {@link Transition} represents a time slot in a calendar, including the start
|
|
21
|
+
* time, the pilot rule to apply, and the pilot operating mode.
|
|
22
|
+
* <p>
|
|
23
|
+
* Using this service requires having a <b>CONTACTCENTER_SERVICE</b> license in
|
|
24
|
+
* CAPEX mode, or 40 api-tel-f subscriptions in OPEX mode (Purple On Demand).
|
|
12
25
|
*/
|
|
13
26
|
export declare class CallCenterManagement {
|
|
14
27
|
#private;
|
|
15
28
|
/**
|
|
16
|
-
*
|
|
29
|
+
* Returns all CCD pilots configured on the specified OmniPCX Enterprise node.
|
|
17
30
|
*
|
|
18
|
-
* @param nodeId the
|
|
19
|
-
* @returns the list of {@link Pilot} objects
|
|
31
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
32
|
+
* @returns the list of {@link Pilot} objects, or `null` if no pilots are configured.
|
|
20
33
|
*/
|
|
21
34
|
getPilots(nodeId: number): Promise<Pilot[] | null>;
|
|
22
35
|
/**
|
|
@@ -43,35 +56,35 @@ export declare class CallCenterManagement {
|
|
|
43
56
|
* const pilotAdvanced = await O2G.callCenterManagement.getPilot(1, "60141", queryParam);
|
|
44
57
|
* ```
|
|
45
58
|
*
|
|
46
|
-
* @param nodeId the
|
|
59
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
47
60
|
* @param pilotNumber the pilot number
|
|
48
61
|
* @param pilotTransferQueryParam optional call profile context. When provided,
|
|
49
62
|
* the pilot information is evaluated against the
|
|
50
63
|
* specified agent number, skills and transfer type.
|
|
51
64
|
* Requires O2G >= 2.7.4.
|
|
52
|
-
* @returns the {@link Pilot} information
|
|
65
|
+
* @returns the {@link Pilot} information, or `null` if not found.
|
|
53
66
|
*/
|
|
54
67
|
getPilot(nodeId: number, pilotNumber: string, pilotTransferQueryParam?: PilotTransferQueryParameters | null): Promise<Pilot | null>;
|
|
55
68
|
/**
|
|
56
|
-
*
|
|
69
|
+
* Returns the calendar associated with the specified CCD pilot.
|
|
57
70
|
* <p>
|
|
58
|
-
* The calendar
|
|
71
|
+
* The calendar combines the normal and exception schedules that govern
|
|
59
72
|
* the pilot's open/closed state over time.
|
|
60
73
|
*
|
|
61
|
-
* @param nodeId the
|
|
74
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
62
75
|
* @param pilotNumber the pilot number
|
|
63
|
-
* @returns the {@link Calendar}
|
|
76
|
+
* @returns the {@link Calendar} of the pilot, or `null` if not found.
|
|
64
77
|
*/
|
|
65
78
|
getCalendar(nodeId: number, pilotNumber: string): Promise<Calendar | null>;
|
|
66
79
|
/**
|
|
67
|
-
*
|
|
80
|
+
* Returns the exception calendar for the specified CCD pilot.
|
|
68
81
|
* <p>
|
|
69
82
|
* The exception calendar contains date-specific transitions that override
|
|
70
83
|
* the normal weekly schedule.
|
|
71
84
|
*
|
|
72
|
-
* @param nodeId the
|
|
85
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
73
86
|
* @param pilotNumber the pilot number
|
|
74
|
-
* @returns the {@link ExceptionCalendar}
|
|
87
|
+
* @returns the {@link ExceptionCalendar}, or `null` if not found.
|
|
75
88
|
*/
|
|
76
89
|
getExceptionCalendar(nodeId: number, pilotNumber: string): Promise<ExceptionCalendar | null>;
|
|
77
90
|
/**
|
|
@@ -92,43 +105,47 @@ export declare class CallCenterManagement {
|
|
|
92
105
|
* await O2G.callCenterManagement.deleteExceptionTransition(1, "60141", christmas, 0);
|
|
93
106
|
* ```
|
|
94
107
|
*
|
|
95
|
-
* @param nodeId the
|
|
108
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
96
109
|
* @param pilotNumber the pilot number
|
|
97
|
-
* @param dateTransition the
|
|
98
|
-
* @param transition the
|
|
110
|
+
* @param dateTransition the exceptional day to which the transition applies
|
|
111
|
+
* @param transition the {@link Transition} to add
|
|
99
112
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
100
113
|
*/
|
|
101
114
|
addExceptionTransition(nodeId: number, pilotNumber: string, dateTransition: Date, transition: Transition): Promise<boolean>;
|
|
102
115
|
/**
|
|
103
116
|
* Deletes a transition from the exception calendar of the specified CCD pilot.
|
|
117
|
+
* <p>
|
|
118
|
+
* The transition is identified by its zero-based index in the list of transitions for the day.
|
|
104
119
|
*
|
|
105
|
-
* @param nodeId the
|
|
120
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
106
121
|
* @param pilotNumber the pilot number
|
|
107
|
-
* @param dateTransition the
|
|
108
|
-
* @param index the index of the transition to delete
|
|
122
|
+
* @param dateTransition the exceptional day from which to remove the transition
|
|
123
|
+
* @param index the zero-based index of the transition to delete
|
|
109
124
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
110
125
|
*/
|
|
111
126
|
deleteExceptionTransition(nodeId: number, pilotNumber: string, dateTransition: Date, index: number): Promise<boolean>;
|
|
112
127
|
/**
|
|
113
|
-
*
|
|
128
|
+
* Modifies a transition in the exception calendar of the specified CCD pilot.
|
|
129
|
+
* <p>
|
|
130
|
+
* The transition is identified by its zero-based index in the list of transitions for the day.
|
|
114
131
|
*
|
|
115
|
-
* @param nodeId the
|
|
132
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
116
133
|
* @param pilotNumber the pilot number
|
|
117
|
-
* @param dateTransition the
|
|
118
|
-
* @param index the index of the transition to
|
|
119
|
-
* @param transition the new
|
|
134
|
+
* @param dateTransition the exceptional day containing the transition to modify
|
|
135
|
+
* @param index the zero-based index of the transition to modify
|
|
136
|
+
* @param transition the new {@link Transition} value
|
|
120
137
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
121
138
|
*/
|
|
122
139
|
setExceptionTransition(nodeId: number, pilotNumber: string, dateTransition: Date, index: number, transition: Transition): Promise<boolean>;
|
|
123
140
|
/**
|
|
124
|
-
*
|
|
141
|
+
* Returns the normal (weekly) calendar of the specified CCD pilot.
|
|
125
142
|
* <p>
|
|
126
143
|
* The normal calendar defines the recurring weekly schedule of open/closed
|
|
127
144
|
* transitions for each day of the week.
|
|
128
145
|
*
|
|
129
|
-
* @param nodeId the
|
|
146
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
130
147
|
* @param pilotNumber the pilot number
|
|
131
|
-
* @returns the {@link NormalCalendar}
|
|
148
|
+
* @returns the {@link NormalCalendar}, or `null` if not found.
|
|
132
149
|
*/
|
|
133
150
|
getNormalCalendar(nodeId: number, pilotNumber: string): Promise<NormalCalendar | null>;
|
|
134
151
|
/**
|
|
@@ -152,31 +169,35 @@ export declare class CallCenterManagement {
|
|
|
152
169
|
* await O2G.callCenterManagement.deleteNormalTransition(1, "60141", DayOfWeek.MONDAY, 1);
|
|
153
170
|
* ```
|
|
154
171
|
*
|
|
155
|
-
* @param nodeId the
|
|
172
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
156
173
|
* @param pilotNumber the pilot number
|
|
157
174
|
* @param day the day of the week to which the transition applies
|
|
158
|
-
* @param transition the
|
|
175
|
+
* @param transition the {@link Transition} to add
|
|
159
176
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
160
177
|
*/
|
|
161
178
|
addNormalTransition(nodeId: number, pilotNumber: string, day: DayOfWeek, transition: Transition): Promise<boolean>;
|
|
162
179
|
/**
|
|
163
180
|
* Deletes a transition from the normal calendar of the specified CCD pilot.
|
|
181
|
+
* <p>
|
|
182
|
+
* The transition is identified by its zero-based index in the list of transitions for the day.
|
|
164
183
|
*
|
|
165
|
-
* @param nodeId the
|
|
184
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
166
185
|
* @param pilotNumber the pilot number
|
|
167
|
-
* @param day the day of the week from which the transition
|
|
168
|
-
* @param index the index of the transition to delete
|
|
186
|
+
* @param day the day of the week from which to remove the transition
|
|
187
|
+
* @param index the zero-based index of the transition to delete
|
|
169
188
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
170
189
|
*/
|
|
171
190
|
deleteNormalTransition(nodeId: number, pilotNumber: string, day: DayOfWeek, index: number): Promise<boolean>;
|
|
172
191
|
/**
|
|
173
|
-
*
|
|
192
|
+
* Modifies a transition in the normal calendar of the specified CCD pilot.
|
|
193
|
+
* <p>
|
|
194
|
+
* The transition is identified by its zero-based index in the list of transitions for the day.
|
|
174
195
|
*
|
|
175
|
-
* @param nodeId the
|
|
196
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
176
197
|
* @param pilotNumber the pilot number
|
|
177
|
-
* @param day the day of the week containing the transition to
|
|
178
|
-
* @param index the index of the transition to
|
|
179
|
-
* @param transition the new
|
|
198
|
+
* @param day the day of the week containing the transition to modify
|
|
199
|
+
* @param index the zero-based index of the transition to modify
|
|
200
|
+
* @param transition the new {@link Transition} value
|
|
180
201
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
181
202
|
*/
|
|
182
203
|
setNormalTransition(nodeId: number, pilotNumber: string, day: DayOfWeek, index: number, transition: Transition): Promise<boolean>;
|
|
@@ -196,7 +217,7 @@ export declare class CallCenterManagement {
|
|
|
196
217
|
* // scheduled calendar transition occurs.
|
|
197
218
|
* ```
|
|
198
219
|
*
|
|
199
|
-
* @param nodeId the
|
|
220
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
200
221
|
* @param pilotNumber the pilot number
|
|
201
222
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
202
223
|
*/
|
|
@@ -204,7 +225,7 @@ export declare class CallCenterManagement {
|
|
|
204
225
|
/**
|
|
205
226
|
* Forces the specified CCD pilot into the closed state, regardless of its calendar schedule.
|
|
206
227
|
*
|
|
207
|
-
* @param nodeId the
|
|
228
|
+
* @param nodeId the OmniPCX Enterprise node identifier
|
|
208
229
|
* @param pilotNumber the pilot number
|
|
209
230
|
* @returns `true` if the operation succeeded; `false` otherwise.
|
|
210
231
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"o2g-cc-mngt.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-cc-mngt.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAC;AACjF,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAClE,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAC/C,OAAO,EAAE,4BAA4B,EAAE,MAAM,wDAAwD,CAAC;AAEtG
|
|
1
|
+
{"version":3,"file":"o2g-cc-mngt.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-cc-mngt.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import EventEmitter from 'events';
|
|
2
2
|
/**
|
|
3
|
-
* CallCenterPilot allows an administrator to monitor
|
|
4
|
-
* service requires having a <b>CONTACTCENTER_SRV</b> license.
|
|
3
|
+
* `CallCenterPilot` allows an administrator to monitor CCD pilots.
|
|
5
4
|
* <p>
|
|
6
5
|
* Monitoring a pilot consists of starting the monitoring with {@link monitorStart},
|
|
7
6
|
* then listening to events to track call activity on the pilot. When monitoring
|
|
8
7
|
* is no longer needed, stop it with {@link monitorStop}.
|
|
8
|
+
* <p>
|
|
9
|
+
* Using this service requires having a <b>CONTACTCENTER_SERVICE</b> license in
|
|
10
|
+
* CAPEX mode, or 40 api-tel-f subscriptions in OPEX mode (Purple On Demand).
|
|
9
11
|
*
|
|
10
12
|
* @example
|
|
11
13
|
* ```typescript
|
|
@@ -33,17 +35,17 @@ import EventEmitter from 'events';
|
|
|
33
35
|
export declare class CallCenterPilot extends EventEmitter {
|
|
34
36
|
#private;
|
|
35
37
|
/**
|
|
36
|
-
* Occurs when a new call arrives on a pilot.
|
|
38
|
+
* Occurs when a new call arrives on a CCD pilot.
|
|
37
39
|
* @event
|
|
38
40
|
*/
|
|
39
41
|
static readonly ON_PILOT_CALL_CREATED = "OnPilotCallCreated";
|
|
40
42
|
/**
|
|
41
|
-
* Occurs when
|
|
43
|
+
* Occurs when a CCD call is routed into a queue.
|
|
42
44
|
* @event
|
|
43
45
|
*/
|
|
44
46
|
static readonly ON_PILOT_CALL_QUEUED = "OnPilotCallQueued";
|
|
45
47
|
/**
|
|
46
|
-
* Occurs when a call has been removed from the
|
|
48
|
+
* Occurs when a CCD call has been removed from the queue, either by distribution, cancellation, or overflow.
|
|
47
49
|
* @event
|
|
48
50
|
*/
|
|
49
51
|
static readonly ON_PILOT_CALL_REMOVED = "OnPilotCallRemoved";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"o2g-cc-pilot.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-cc-pilot.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAKlC
|
|
1
|
+
{"version":3,"file":"o2g-cc-pilot.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-cc-pilot.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAKlC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBAAa,eAAgB,SAAQ,YAAY;;IAG7C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,qBAAqB,wBAAwB;IAE7D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,oBAAoB,uBAAuB;IAE3D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,qBAAqB,wBAAwB;IAe7D;;;;;;;;OAQG;IACG,YAAY,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAIzD;;;;;;;;OAQG;IACG,WAAW,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAG3D"}
|
|
@@ -85,18 +85,19 @@ export declare class CallCenterRealtime extends EventEmitter {
|
|
|
85
85
|
static readonly ON_OTHER_PG_RTI_CHANGED = "OnPGOtherRtiChanged";
|
|
86
86
|
/**
|
|
87
87
|
* Retrieves all CCD objects that currently provide real-time information.
|
|
88
|
-
*
|
|
88
|
+
* <p>
|
|
89
89
|
* The returned {@link RtiObjects} includes collections of agents, pilots,
|
|
90
90
|
* queues, and processing groups that can be monitored.
|
|
91
91
|
*
|
|
92
|
-
*
|
|
92
|
+
* @returns The {@link RtiObjects} containing the CCD objects, or `null` if no objects
|
|
93
|
+
* are available or an error occurs.
|
|
93
94
|
*/
|
|
94
95
|
getRtiObjects(): Promise<RtiObjects | null>;
|
|
95
96
|
/**
|
|
96
97
|
* Returns all CCD agents that provide real-time information.
|
|
97
98
|
*
|
|
98
99
|
* @returns An array of {@link RtiObjectIdentifier} representing agents,
|
|
99
|
-
* or an empty array if none exist.
|
|
100
|
+
* or an empty array if none exist, or `null` if an error occurs.
|
|
100
101
|
*/
|
|
101
102
|
getAgents(): Promise<RtiObjectIdentifier[] | null>;
|
|
102
103
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"o2g-cc-rt.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-cc-rt.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AASxD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,qBAAa,kBAAmB,SAAQ,YAAY;;IAGhD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,oBAAoB,uBAAuB;IAE3D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,oBAAoB,uBAAuB;IAE3D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,oBAAoB,uBAAuB;IAE3D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,uBAAuB,yBAAyB;IAEhE;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,uBAAuB,yBAAyB;IAgBhE
|
|
1
|
+
{"version":3,"file":"o2g-cc-rt.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-cc-rt.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AASxD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,qBAAa,kBAAmB,SAAQ,YAAY;;IAGhD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,oBAAoB,uBAAuB;IAE3D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,oBAAoB,uBAAuB;IAE3D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,oBAAoB,uBAAuB;IAE3D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,uBAAuB,yBAAyB;IAEhE;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,uBAAuB,yBAAyB;IAgBhE;;;;;;;;OAQG;IACG,aAAa,IAAI,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC;IAIjD;;;;;OAKG;IACG,SAAS,IAAI,OAAO,CAAC,mBAAmB,EAAE,GAAG,IAAI,CAAC;IAIxD;;;;;OAKG;IACG,SAAS,IAAI,OAAO,CAAC,mBAAmB,EAAE,GAAG,IAAI,CAAC;IAIxD;;;;;OAKG;IACG,SAAS,IAAI,OAAO,CAAC,mBAAmB,EAAE,GAAG,IAAI,CAAC;IAIxD;;;;;OAKG;IACG,wBAAwB,IAAI,OAAO,CAAC,mBAAmB,EAAE,GAAG,IAAI,CAAC;IAIvE;;;;;OAKG;IACG,wBAAwB,IAAI,OAAO,CAAC,mBAAmB,EAAE,GAAG,IAAI,CAAC;IAIvE;;;;OAIG;IACG,UAAU,IAAI,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC;IAI9C;;;;;OAKG;IACG,aAAa,IAAI,OAAO,CAAC,OAAO,CAAC;IAIvC;;;;;;;;;OASG;IACG,UAAU,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,OAAO,CAAC;IAIvD;;;;;;OAMG;IACG,KAAK,IAAI,OAAO,CAAC,OAAO,CAAC;CAGlC"}
|