o2g-node-sdk 2.5.3 → 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.
Files changed (88) hide show
  1. package/README.md +315 -21
  2. package/dist/o2g-node-sdk.js +3008 -2262
  3. package/dist/o2g-node-sdk.js.map +1 -1
  4. package/dist/types/events/chunk-eventing.d.ts.map +1 -0
  5. package/dist/types/events/event-dispatcher.d.ts.map +1 -0
  6. package/dist/types/events/event-packages.d.ts.map +1 -0
  7. package/dist/types/internal/o2g-application.d.ts +7 -1
  8. package/dist/types/internal/o2g-application.d.ts.map +1 -1
  9. package/dist/types/internal/rest/ccStatistics-rest.d.ts +1 -1
  10. package/dist/types/internal/rest/ccStatistics-rest.d.ts.map +1 -1
  11. package/dist/types/internal/util/logger.d.ts +3 -7
  12. package/dist/types/internal/util/logger.d.ts.map +1 -1
  13. package/dist/types/log-level.d.ts +17 -0
  14. package/dist/types/log-level.d.ts.map +1 -0
  15. package/dist/types/o2g-node-sdk.d.ts +126 -59
  16. package/dist/types/o2g-node-sdk.d.ts.map +1 -1
  17. package/dist/types/o2g-servers.d.ts +111 -0
  18. package/dist/types/o2g-servers.d.ts.map +1 -0
  19. package/dist/types/services/o2g-analytics.d.ts +70 -0
  20. package/dist/types/services/o2g-analytics.d.ts.map +1 -0
  21. package/dist/types/{o2g-cc-agent.d.ts → services/o2g-cc-agent.d.ts} +15 -11
  22. package/dist/types/services/o2g-cc-agent.d.ts.map +1 -0
  23. package/dist/types/{o2g-cc-mngt.d.ts → services/o2g-cc-mngt.d.ts} +68 -47
  24. package/dist/types/services/o2g-cc-mngt.d.ts.map +1 -0
  25. package/dist/types/{o2g-cc-pilot.d.ts → services/o2g-cc-pilot.d.ts} +7 -5
  26. package/dist/types/services/o2g-cc-pilot.d.ts.map +1 -0
  27. package/dist/types/{o2g-cc-rt.d.ts → services/o2g-cc-rt.d.ts} +7 -6
  28. package/dist/types/services/o2g-cc-rt.d.ts.map +1 -0
  29. package/dist/types/{o2g-cc-stat.d.ts → services/o2g-cc-stat.d.ts} +172 -175
  30. package/dist/types/services/o2g-cc-stat.d.ts.map +1 -0
  31. package/dist/types/{o2g-comlog.d.ts → services/o2g-comlog.d.ts} +72 -71
  32. package/dist/types/services/o2g-comlog.d.ts.map +1 -0
  33. package/dist/types/{o2g-directory.d.ts → services/o2g-directory.d.ts} +37 -42
  34. package/dist/types/services/o2g-directory.d.ts.map +1 -0
  35. package/dist/types/{o2g-eventSummary.d.ts → services/o2g-eventSummary.d.ts} +8 -9
  36. package/dist/types/services/o2g-eventSummary.d.ts.map +1 -0
  37. package/dist/types/{o2g-maint.d.ts → services/o2g-maint.d.ts} +11 -11
  38. package/dist/types/services/o2g-maint.d.ts.map +1 -0
  39. package/dist/types/{o2g-messaging.d.ts → services/o2g-messaging.d.ts} +6 -5
  40. package/dist/types/services/o2g-messaging.d.ts.map +1 -0
  41. package/dist/types/{o2g-pbx-mngt.d.ts → services/o2g-pbx-mngt.d.ts} +5 -5
  42. package/dist/types/services/o2g-pbx-mngt.d.ts.map +1 -0
  43. package/dist/types/{o2g-phone-set-prog.d.ts → services/o2g-phone-set-prog.d.ts} +5 -5
  44. package/dist/types/services/o2g-phone-set-prog.d.ts.map +1 -0
  45. package/dist/types/{o2g-routing.d.ts → services/o2g-routing.d.ts} +44 -26
  46. package/dist/types/services/o2g-routing.d.ts.map +1 -0
  47. package/dist/types/services/o2g-rsi.d.ts +164 -0
  48. package/dist/types/services/o2g-rsi.d.ts.map +1 -0
  49. package/dist/types/{o2g-telephony.d.ts → services/o2g-telephony.d.ts} +269 -238
  50. package/dist/types/services/o2g-telephony.d.ts.map +1 -0
  51. package/dist/types/{o2g-users-mngt.d.ts → services/o2g-users-mngt.d.ts} +22 -14
  52. package/dist/types/services/o2g-users-mngt.d.ts.map +1 -0
  53. package/dist/types/{o2g-users.d.ts → services/o2g-users.d.ts} +11 -8
  54. package/dist/types/services/o2g-users.d.ts.map +1 -0
  55. package/dist/types/session-monitoring-policy.d.ts +152 -0
  56. package/dist/types/session-monitoring-policy.d.ts.map +1 -0
  57. package/dist/types/subscription.d.ts +1 -1
  58. package/dist/types/subscription.d.ts.map +1 -1
  59. package/dist/types/types/telephony/call/ccd/call-profile.d.ts.map +1 -1
  60. package/package.json +2 -2
  61. package/dist/types/host.d.ts +0 -18
  62. package/dist/types/host.d.ts.map +0 -1
  63. package/dist/types/internal/events/chunk-eventing.d.ts.map +0 -1
  64. package/dist/types/internal/events/event-dispatcher.d.ts.map +0 -1
  65. package/dist/types/internal/events/event-packages.d.ts.map +0 -1
  66. package/dist/types/o2g-analytics.d.ts +0 -61
  67. package/dist/types/o2g-analytics.d.ts.map +0 -1
  68. package/dist/types/o2g-cc-agent.d.ts.map +0 -1
  69. package/dist/types/o2g-cc-mngt.d.ts.map +0 -1
  70. package/dist/types/o2g-cc-pilot.d.ts.map +0 -1
  71. package/dist/types/o2g-cc-rt.d.ts.map +0 -1
  72. package/dist/types/o2g-cc-stat.d.ts.map +0 -1
  73. package/dist/types/o2g-comlog.d.ts.map +0 -1
  74. package/dist/types/o2g-directory.d.ts.map +0 -1
  75. package/dist/types/o2g-eventSummary.d.ts.map +0 -1
  76. package/dist/types/o2g-maint.d.ts.map +0 -1
  77. package/dist/types/o2g-messaging.d.ts.map +0 -1
  78. package/dist/types/o2g-pbx-mngt.d.ts.map +0 -1
  79. package/dist/types/o2g-phone-set-prog.d.ts.map +0 -1
  80. package/dist/types/o2g-routing.d.ts.map +0 -1
  81. package/dist/types/o2g-rsi.d.ts +0 -156
  82. package/dist/types/o2g-rsi.d.ts.map +0 -1
  83. package/dist/types/o2g-telephony.d.ts.map +0 -1
  84. package/dist/types/o2g-users-mngt.d.ts.map +0 -1
  85. package/dist/types/o2g-users.d.ts.map +0 -1
  86. /package/dist/types/{internal/events → events}/chunk-eventing.d.ts +0 -0
  87. /package/dist/types/{internal/events → events}/event-dispatcher.d.ts +0 -0
  88. /package/dist/types/{internal/events → events}/event-packages.d.ts +0 -0
@@ -0,0 +1,70 @@
1
+ import { Incident } from '../types/analytics/incident';
2
+ import { ChargingFile } from '../types/analytics/charging-file';
3
+ import { ChargingResult } from '../types/analytics/charging-result';
4
+ import { DateRange } from '../types/common/date-range';
5
+ /**
6
+ * The Analytics service provides access to OmniPCX Enterprise charging information and incident reports.
7
+ * <p>
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.
11
+ */
12
+ export declare class Analytics {
13
+ #private;
14
+ /**
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
20
+ */
21
+ getIncidents(nodeId: number, last?: number): Promise<Array<Incident> | null>;
22
+ /**
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
28
+ * @see {@link getChargingsFromFiles}
29
+ */
30
+ getChargingFiles(nodeId: number, filter?: DateRange | null): Promise<Array<ChargingFile> | null>;
31
+ /**
32
+ * Queries the charging information for the specified node using a date range filter and the given options.
33
+ * <p>
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.
37
+ * <p>
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.
41
+ *
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
47
+ */
48
+ getChargingsFromFilter(nodeId: number, filter?: DateRange | null, topResults?: number | null, all?: boolean): Promise<ChargingResult | null>;
49
+ /**
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}.
54
+ * <p>
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.
58
+ * <p>
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`.
61
+ *
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
67
+ */
68
+ getChargingsFromFiles(nodeId: number, files: Array<ChargingFile>, topResults?: number | null, all?: boolean): Promise<ChargingResult | null>;
69
+ }
70
+ //# sourceMappingURL=o2g-analytics.d.ts.map
@@ -0,0 +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;;;;;;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"}
@@ -1,11 +1,13 @@
1
- import { IntrusionMode } from './types/cc-agent/intrusion-mode';
1
+ import { IntrusionMode } from '../types/cc-agent/intrusion-mode';
2
2
  import EventEmitter from 'events';
3
- import { OperatorConfig } from './types/cc-agent/operator-config';
4
- import { OperatorState } from './types/cc-agent/operator-state';
5
- import { WithdrawReason } from './types/cc-agent/withdraw-reason';
3
+ import { OperatorConfig } from '../types/cc-agent/operator-config';
4
+ import { OperatorState } from '../types/cc-agent/operator-state';
5
+ import { WithdrawReason } from '../types/cc-agent/withdraw-reason';
6
6
  /**
7
- * CallCenterAgent provides services for CCD operators. Using this
8
- * service requires having a <b>CONTACTCENTER_AGENT</b> license.
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 state.
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 an intrusion in a CCD call.
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 answering the call
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
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"o2g-cc-agent.d.ts","sourceRoot":"","sources":["../../../src/services/o2g-cc-agent.ts"],"names":[],"mappings":"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"}
@@ -1,22 +1,35 @@
1
- import { Calendar } from './types/cc-mngt/calendar/calendar';
2
- import { DayOfWeek } from './types/common/day-of-week';
3
- import { ExceptionCalendar } from './types/cc-mngt/calendar/exception-calendar';
4
- import { NormalCalendar } from './types/cc-mngt/calendar/normal-calendar';
5
- import { Transition } from './types/cc-mngt/calendar/transition';
6
- import { Pilot } from './types/cc-mngt/pilot';
7
- import { PilotTransferQueryParameters } from './types/telephony/call/ccd/pilot-transfer-query-param';
1
+ import { Calendar } from '../types/cc-mngt/calendar/calendar';
2
+ import { DayOfWeek } from '../types/common/day-of-week';
3
+ import { ExceptionCalendar } from '../types/cc-mngt/calendar/exception-calendar';
4
+ import { NormalCalendar } from '../types/cc-mngt/calendar/normal-calendar';
5
+ import { Transition } from '../types/cc-mngt/calendar/transition';
6
+ import { Pilot } from '../types/cc-mngt/pilot';
7
+ import { PilotTransferQueryParameters } from '../types/telephony/call/ccd/pilot-transfer-query-param';
8
8
  /**
9
- * This service allows an administrator session to manage CCD pilot objects.
9
+ * `CallCenterManagement` provides operations to configure and manage CCD pilots
10
+ * and their associated calendars.
10
11
  * <p>
11
- * This service requires having a <b>CONTACTCENTER_SRV</b> license.
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
- * Retrieves the list of CCD pilots configured on the specified OmniPCX Enterprise node.
29
+ * Returns all CCD pilots configured on the specified OmniPCX Enterprise node.
17
30
  *
18
- * @param nodeId the PCX Enterprise node id
19
- * @returns the list of {@link Pilot} objects on success; `null` otherwise.
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 PCX Enterprise node id
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 on success; `null` otherwise.
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
- * Retrieves the routing calendar of the specified CCD pilot.
69
+ * Returns the calendar associated with the specified CCD pilot.
57
70
  * <p>
58
- * The calendar defines the normal and exception schedules that govern
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 PCX Enterprise node id
74
+ * @param nodeId the OmniPCX Enterprise node identifier
62
75
  * @param pilotNumber the pilot number
63
- * @returns the {@link Calendar} on success; `null` otherwise.
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
- * Retrieves the exception calendar of the specified CCD pilot.
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 PCX Enterprise node id
85
+ * @param nodeId the OmniPCX Enterprise node identifier
73
86
  * @param pilotNumber the pilot number
74
- * @returns the {@link ExceptionCalendar} on success; `null` otherwise.
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 PCX Enterprise node id
108
+ * @param nodeId the OmniPCX Enterprise node identifier
96
109
  * @param pilotNumber the pilot number
97
- * @param dateTransition the date for which the exception transition applies
98
- * @param transition the transition to add
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 PCX Enterprise node id
120
+ * @param nodeId the OmniPCX Enterprise node identifier
106
121
  * @param pilotNumber the pilot number
107
- * @param dateTransition the date of the exception transition to delete
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
- * Updates a transition in the exception calendar of the specified CCD pilot.
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 PCX Enterprise node id
132
+ * @param nodeId the OmniPCX Enterprise node identifier
116
133
  * @param pilotNumber the pilot number
117
- * @param dateTransition the date of the exception transition to update
118
- * @param index the index of the transition to update
119
- * @param transition the new transition value
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
- * Retrieves the normal (weekly) calendar of the specified CCD pilot.
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 PCX Enterprise node id
146
+ * @param nodeId the OmniPCX Enterprise node identifier
130
147
  * @param pilotNumber the pilot number
131
- * @returns the {@link NormalCalendar} on success; `null` otherwise.
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 PCX Enterprise node id
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 transition to add
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 PCX Enterprise node id
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 is deleted
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
- * Updates a transition in the normal calendar of the specified CCD pilot.
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 PCX Enterprise node id
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 update
178
- * @param index the index of the transition to update
179
- * @param transition the new transition value
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 PCX Enterprise node id
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 PCX Enterprise node id
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
  */
@@ -0,0 +1 @@
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 the CCD pilots. Using this
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 the call has been queued.
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 pilot: by distribution, cancellation or overflow.
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";
@@ -0,0 +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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
@@ -1,7 +1,7 @@
1
1
  import EventEmitter from 'events';
2
- import { RtiObjects } from './types/cc-rt/rti-objects';
3
- import { RtiObjectIdentifier } from './types/cc-rt/rti-object-identifier';
4
- import { RtiContext } from './types/cc-rt/rti-context';
2
+ import { RtiObjects } from '../types/cc-rt/rti-objects';
3
+ import { RtiObjectIdentifier } from '../types/cc-rt/rti-object-identifier';
4
+ import { RtiContext } from '../types/cc-rt/rti-context';
5
5
  /**
6
6
  * Provides real-time information about CCD objects from an OXE system
7
7
  * in the form of events.
@@ -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
- * Returns `null` if no objects are available or an error occurs.
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
  /**
@@ -0,0 +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;;;;;;;;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"}