o2g-node-sdk 2.4.1 → 2.5.0

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 (70) hide show
  1. package/README.md +1 -1
  2. package/dist/o2g-node-sdk.js +1667 -430
  3. package/dist/o2g-node-sdk.js.map +1 -1
  4. package/dist/types/internal/rest/ccStatistics-rest.d.ts +6 -6
  5. package/dist/types/internal/rest/ccStatistics-rest.d.ts.map +1 -1
  6. package/dist/types/internal/types/cc-stats/abstract-filter.d.ts.map +1 -0
  7. package/dist/types/internal/types/cc-stats/ag-filter-impl.d.ts.map +1 -0
  8. package/dist/types/internal/types/{cc-stat → cc-stats}/cc-stat-types.d.ts +1 -0
  9. package/dist/types/internal/types/cc-stats/cc-stat-types.d.ts.map +1 -0
  10. package/dist/types/internal/types/cc-stats/context-impl.d.ts.map +1 -0
  11. package/dist/types/internal/types/cc-stats/on-stats-progress.d.ts.map +1 -0
  12. package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts +2 -0
  13. package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts.map +1 -0
  14. package/dist/types/internal/types/cc-stats/pil-filter-impl.d.ts.map +1 -0
  15. package/dist/types/internal/types/cc-stats/requester-impl.d.ts.map +1 -0
  16. package/dist/types/internal/types/cc-stats/scheduled-rep-impl.d.ts.map +1 -0
  17. package/dist/types/internal/types/telephony/telephony-types.d.ts +3 -1
  18. package/dist/types/internal/types/telephony/telephony-types.d.ts.map +1 -1
  19. package/dist/types/internal/util/logger.d.ts +39 -6
  20. package/dist/types/internal/util/logger.d.ts.map +1 -1
  21. package/dist/types/o2g-cc-stat.d.ts +8 -4
  22. package/dist/types/o2g-cc-stat.d.ts.map +1 -1
  23. package/dist/types/o2g-maint.d.ts +10 -0
  24. package/dist/types/o2g-maint.d.ts.map +1 -1
  25. package/dist/types/types/cc-agent/agent-skill-set.d.ts +36 -6
  26. package/dist/types/types/cc-agent/agent-skill-set.d.ts.map +1 -1
  27. package/dist/types/types/cc-agent/agent-skill.d.ts +50 -6
  28. package/dist/types/types/cc-agent/agent-skill.d.ts.map +1 -1
  29. package/dist/types/types/cc-agent/operator-config.d.ts +30 -34
  30. package/dist/types/types/cc-agent/operator-config.d.ts.map +1 -1
  31. package/dist/types/types/cc-stats/agent-filter.d.ts +1 -1
  32. package/dist/types/types/cc-stats/agent-filter.d.ts.map +1 -1
  33. package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts +1 -1
  34. package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts.map +1 -1
  35. package/dist/types/types/cc-stats/pilot-abandoned-calls-attributes.d.ts +48 -0
  36. package/dist/types/types/cc-stats/pilot-abandoned-calls-attributes.d.ts.map +1 -0
  37. package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.d.ts +46 -0
  38. package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.d.ts.map +1 -0
  39. package/dist/types/types/cc-stats/pilot-filter.d.ts +1 -1
  40. package/dist/types/types/cc-stats/pilot-filter.d.ts.map +1 -1
  41. package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts +5 -0
  42. package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts.map +1 -1
  43. package/dist/types/types/cc-stats/stats-context.d.ts +6 -0
  44. package/dist/types/types/cc-stats/stats-context.d.ts.map +1 -1
  45. package/dist/types/types/cc-stats/stats-filter.d.ts +7 -0
  46. package/dist/types/types/cc-stats/stats-filter.d.ts.map +1 -1
  47. package/dist/types/types/events/events.d.ts +4 -2
  48. package/dist/types/types/events/events.d.ts.map +1 -1
  49. package/dist/types/types/maint/maint-events.d.ts +26 -0
  50. package/dist/types/types/maint/maint-events.d.ts.map +1 -1
  51. package/dist/types/types/maint/sys-status.d.ts +4 -0
  52. package/dist/types/types/maint/sys-status.d.ts.map +1 -1
  53. package/dist/types/types/telephony/telephonic-state.d.ts +7 -0
  54. package/dist/types/types/telephony/telephonic-state.d.ts.map +1 -1
  55. package/package.json +1 -1
  56. package/dist/types/internal/types/cc-stat/abstract-filter.d.ts.map +0 -1
  57. package/dist/types/internal/types/cc-stat/ag-filter-impl.d.ts.map +0 -1
  58. package/dist/types/internal/types/cc-stat/cc-stat-types.d.ts.map +0 -1
  59. package/dist/types/internal/types/cc-stat/context-impl.d.ts.map +0 -1
  60. package/dist/types/internal/types/cc-stat/on-stats-progress.d.ts.map +0 -1
  61. package/dist/types/internal/types/cc-stat/pil-filter-impl.d.ts.map +0 -1
  62. package/dist/types/internal/types/cc-stat/requester-impl.d.ts.map +0 -1
  63. package/dist/types/internal/types/cc-stat/scheduled-rep-impl.d.ts.map +0 -1
  64. /package/dist/types/internal/types/{cc-stat → cc-stats}/abstract-filter.d.ts +0 -0
  65. /package/dist/types/internal/types/{cc-stat → cc-stats}/ag-filter-impl.d.ts +0 -0
  66. /package/dist/types/internal/types/{cc-stat → cc-stats}/context-impl.d.ts +0 -0
  67. /package/dist/types/internal/types/{cc-stat → cc-stats}/on-stats-progress.d.ts +0 -0
  68. /package/dist/types/internal/types/{cc-stat → cc-stats}/pil-filter-impl.d.ts +0 -0
  69. /package/dist/types/internal/types/{cc-stat → cc-stats}/requester-impl.d.ts +0 -0
  70. /package/dist/types/internal/types/{cc-stat → cc-stats}/scheduled-rep-impl.d.ts +0 -0
@@ -29,13 +29,13 @@ export default class CallCenterStatisticsRest extends RestService {
29
29
  deleteContexts(requester: Requester): Promise<boolean>;
30
30
  getContext(requester: Requester, contextId: string): Promise<StatsContext | null>;
31
31
  deleteContext(context: StatsContext): Promise<boolean>;
32
- getDaysData(context: StatsContext, range: DateRange): Promise<StatisticsData | null>;
33
- getDayData(context: StatsContext, date?: Date, timeInterval?: TimeInterval): Promise<StatisticsData | null>;
34
- getDayFileData(context: StatsContext, date: Date, timeInterval: TimeInterval, statFormat: StatsFormat, directory: string, progressCallback?: ProgressCallback): Promise<string>;
35
- getDaysFileData(context: StatsContext, range: DateRange, statFormat: StatsFormat, directory: string, progressCallback?: ProgressCallback): Promise<string>;
32
+ getDaysData(context: StatsContext, shortHeader: boolean, range: DateRange): Promise<StatisticsData | null>;
33
+ getDayData(context: StatsContext, shortHeader: boolean, date?: Date, timeInterval?: TimeInterval): Promise<StatisticsData | null>;
34
+ getDayFileData(context: StatsContext, shortHeader: boolean, date: Date, timeInterval: TimeInterval, statFormat: StatsFormat, directory: string, progressCallback?: ProgressCallback): Promise<string>;
35
+ getDaysFileData(context: StatsContext, shortHeader: boolean, range: DateRange, statFormat: StatsFormat, directory: string, progressCallback?: ProgressCallback): Promise<string>;
36
36
  cancelRequest(context: StatsContext): Promise<boolean>;
37
- createRecurrentScheduledReport(context: StatsContext, id: string, description: string, observationPeriod: ReportObservationPeriod, recurrence: Recurrence, format: StatsFormat, recipients: string[]): Promise<ScheduledReport | null>;
38
- createOneTimeScheduledReport(context: StatsContext, id: string, description: string, observationPeriod: ReportObservationPeriod, format: StatsFormat, recipients: string[]): Promise<ScheduledReport | null>;
37
+ createRecurrentScheduledReport(context: StatsContext, id: string, description: string, observationPeriod: ReportObservationPeriod, recurrence: Recurrence, statFormat: StatsFormat, recipients: string[]): Promise<ScheduledReport | null>;
38
+ createOneTimeScheduledReport(context: StatsContext, id: string, description: string, observationPeriod: ReportObservationPeriod, statFormat: StatsFormat, recipients: string[]): Promise<ScheduledReport | null>;
39
39
  getScheduledReports(context: StatsContext): Promise<ScheduledReport[] | null>;
40
40
  deleteScheduledReport(report: ScheduledReport): Promise<boolean>;
41
41
  setScheduledReportEnabled(report: ScheduledReport, enabled: boolean): Promise<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"ccStatistics-rest.d.ts","sourceRoot":"","sources":["../../../../src/internal/rest/ccStatistics-rest.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ccStatistics-rest.d.ts","sourceRoot":"","sources":["../../../../src/internal/rest/ccStatistics-rest.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAOhE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAS7C,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAc,MAAM,4BAA4B,CAAC;AASvE,OAAO,EAAE,UAAU,EAAE,MAAM,2CAA2C,CAAC;AACvE,OAAO,EAAE,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAC3F,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AA4FlF,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,WAAW;;gBAOjD,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa;IAU9E,OAAO,CAAC,kBAAkB,CAAyE;IAEnG,OAAO,CAAC,eAAe;YA+BT,gBAAgB;IAiB9B,OAAO,CAAC,sBAAsB;IA6C9B,yBAAyB,IAAI,OAAO;IAI9B,eAAe,CACjB,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EAAE,GACjB,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IAkCtB,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC;IAevD,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IAiBnD,aAAa,CACf,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,WAAW,GACpB,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IAqDzB,WAAW,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,YAAY,EAAE,GAAG,IAAI,CAAC;IAyBjE,cAAc,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC;IAgBtD,UAAU,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IA0BjF,aAAa,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC;IAiBtD,WAAW,CAAC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAkC1G,UAAU,CAAC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,OAAO,EAAE,IAAI,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAmCjI,cAAc,CAChB,OAAO,EAAE,YAAY,EACrB,WAAW,EAAE,OAAO,EACpB,IAAI,EAAE,IAAI,EACV,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,WAAW,EACvB,SAAS,EAAE,MAAM,EACjB,gBAAgB,CAAC,EAAE,gBAAgB,GACpC,OAAO,CAAC,MAAM,CAAC;IAiDZ,eAAe,CACjB,OAAO,EAAE,YAAY,EACrB,WAAW,EAAE,OAAO,EACpB,KAAK,EAAE,SAAS,EAChB,UAAU,EAAE,WAAW,EACvB,SAAS,EAAE,MAAM,EACjB,gBAAgB,CAAC,EAAE,gBAAgB,GACpC,OAAO,CAAC,MAAM,CAAC;IAmDZ,aAAa,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC;IAgBtD,8BAA8B,CAChC,OAAO,EAAE,YAAY,EACrB,EAAE,EAAE,MAAM,EACV,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,uBAAuB,EAC1C,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,WAAW,EACvB,UAAU,EAAE,MAAM,EAAE,GACrB,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;IAoD5B,4BAA4B,CAC9B,OAAO,EAAE,YAAY,EACrB,EAAE,EAAE,MAAM,EACV,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,uBAAuB,EAC1C,UAAU,EAAE,WAAW,EACvB,UAAU,EAAE,MAAM,EAAE,GACrB,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;IA+C5B,mBAAmB,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,eAAe,EAAE,GAAG,IAAI,CAAC;IAkC7E,qBAAqB,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,OAAO,CAAC;IAqBhE,yBAAyB,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;IAwBtF,kBAAkB,CAAC,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;IAiCpG,qBAAqB,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,OAAO,CAAC;CAqCzE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"abstract-filter.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/abstract-filter.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ag-filter-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/ag-filter-impl.ts"],"names":[],"mappings":""}
@@ -52,5 +52,6 @@ export type StatsScheduleJson = {
52
52
  enable: boolean;
53
53
  lastExecDate: string;
54
54
  fileType: StatsFormat;
55
+ shortHeader: boolean;
55
56
  };
56
57
  //# sourceMappingURL=cc-stat-types.d.ts.map
@@ -0,0 +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;AAsXvD,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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/context-impl.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"on-stats-progress.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/on-stats-progress.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=pil-aband-calls-filter-impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pil-aband-calls-filter-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/pil-aband-calls-filter-impl.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pil-filter-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/pil-filter-impl.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"requester-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/requester-impl.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scheduled-rep-impl.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/cc-stats/scheduled-rep-impl.ts"],"names":[],"mappings":""}
@@ -1,2 +1,4 @@
1
- export {};
1
+ export type DeviceStatesJson = {
2
+ deviceStates: DeviceStateJson[];
3
+ };
2
4
  //# sourceMappingURL=telephony-types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"telephony-types.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/telephony/telephony-types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"telephony-types.d.ts","sourceRoot":"","sources":["../../../../../src/internal/types/telephony/telephony-types.ts"],"names":[],"mappings":"AAqgBA,MAAM,MAAM,gBAAgB,GAAG;IAC3B,YAAY,EAAE,eAAe,EAAE,CAAC;CACnC,CAAA"}
@@ -1,7 +1,40 @@
1
- declare const _default: {
2
- Colors: typeof Color;
3
- LogLevels: typeof LogLevel;
4
- setLogLevel: (level: LogLevel) => void;
5
- };
6
- export default _default;
1
+ export declare enum LogLevel {
2
+ DEBUG = "DEBUG",
3
+ INFO = "INFO",
4
+ WARN = "WARN",
5
+ ERROR = "ERROR",
6
+ NONE = "NONE"
7
+ }
8
+ export interface LoggerOptions {
9
+ level?: LogLevel;
10
+ useColors?: boolean;
11
+ showTimestamp?: boolean;
12
+ useLocalTime?: boolean;
13
+ }
14
+ type Transport = (level: LogLevel, message: string, meta?: unknown[]) => void;
15
+ export declare class Logger {
16
+ private category;
17
+ private options;
18
+ private transport;
19
+ constructor(category: string, options?: LoggerOptions, transport?: Transport);
20
+ static create(category: string, options?: LoggerOptions): Logger;
21
+ /**
22
+ * Check if the given log level is currently enabled.
23
+ */
24
+ isLevelEnabled(level: LogLevel): boolean;
25
+ private shouldLog;
26
+ private getTimestamp;
27
+ private formatMessage;
28
+ private formatBrowser;
29
+ private write;
30
+ private interpolate;
31
+ debug(format: string, ...args: unknown[]): void;
32
+ info(format: string, ...args: unknown[]): void;
33
+ warn(format: string, ...args: unknown[]): void;
34
+ error(format: string, ...args: unknown[]): void;
35
+ child(sub: string): Logger;
36
+ setLevel(level: LogLevel): void;
37
+ }
38
+ export declare const httpTransport: Transport;
39
+ export {};
7
40
  //# sourceMappingURL=logger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../../src/internal/util/logger.ts"],"names":[],"mappings":";;;yBAkLyB,QAAQ;;AAHjC,wBAYE"}
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../../src/internal/util/logger.ts"],"names":[],"mappings":"AAmBA,oBAAY,QAAQ;IAChB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,IAAI,SAAS;IACb,KAAK,UAAU;IACf,IAAI,SAAS;CAChB;AAUD,MAAM,WAAW,aAAa;IAC1B,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AASD,KAAK,SAAS,GAAG,CAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,OAAO,EAAE,KAAK,IAAI,CAAC;AAU9E,qBAAa,MAAM;IACf,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,OAAO,CAA0B;IACzC,OAAO,CAAC,SAAS,CAAY;gBAEjB,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa,EAAE,SAAS,GAAE,SAA4B;IAM9F,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,MAAM;IAIhE;;OAEG;IACH,cAAc,CAAC,KAAK,EAAE,QAAQ,GAAG,OAAO;IAIxC,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,aAAa;IASrB,OAAO,CAAC,aAAa;IA6BrB,OAAO,CAAC,KAAK;IAoBb,OAAO,CAAC,WAAW;IAKnB,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAIxC,IAAI,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAIvC,IAAI,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAIvC,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAIxC,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAI1B,QAAQ,CAAC,KAAK,EAAE,QAAQ;CAG3B;AAED,eAAO,MAAM,aAAa,EAAE,SAM3B,CAAC"}
@@ -206,10 +206,11 @@ export declare class CallCenterStatistics {
206
206
  *
207
207
  * @param context - The context defining the scope and filters for the statistics.
208
208
  * @param range - The date range over which to collect statistics.
209
+ * @param shortHeader - True to return only limited number of headers in response
209
210
  * @returns A {@link StatisticsData} object containing the data,
210
211
  * or `null` if the data could not be retrieved.
211
212
  */
212
- getDaysData(context: StatsContext, range: DateRange): Promise<StatisticsData | null>;
213
+ getDaysData(context: StatsContext, range: DateRange, shortHeader?: boolean): Promise<StatisticsData | null>;
213
214
  /**
214
215
  * Retrieves statistical data for the specified context for a single day.
215
216
  *
@@ -223,9 +224,10 @@ export declare class CallCenterStatistics {
223
224
  * @param date - (Optional) The specific day for which to collect statistics; defaults to today if not provided
224
225
  * @param timeInterval - (Optional) The time slot interval for reporting (e.g., 15 or 30 minutes);
225
226
  * defaults to `TimeInterval.QUARTE_HOUR` if not provided
227
+ * @param shortHeader - True to return only limited number of headers in response
226
228
  * @returns A `StatisticsData` object containing the data, or `null` if the data could not be retrieved
227
229
  */
228
- getDayData(context: StatsContext, date?: Date, timeInterval?: TimeInterval): Promise<StatisticsData | null>;
230
+ getDayData(context: StatsContext, date?: Date, timeInterval?: TimeInterval, shortHeader?: boolean): Promise<StatisticsData | null>;
229
231
  /**
230
232
  * Asynchronously retrieves statistical data for the specified context for a single day
231
233
  * and stores it as a report file in the given directory.
@@ -261,6 +263,7 @@ export declare class CallCenterStatistics {
261
263
  * @param date the date for which to generate the report
262
264
  * @param timeInterval the length of each reporting interval within the day
263
265
  * @param format the output format for the report file
266
+ * @param shortHeader true to return only limited number of headers in response
264
267
  * @param directory the directory in which to save the generated report file
265
268
  * @param progressCallback optional callback invoked to report progress of the operation
266
269
  * @returns a `Promise` that resolves with the path to the generated report file,
@@ -270,7 +273,7 @@ export declare class CallCenterStatistics {
270
273
  * @see hasAsyncRequestInProgress
271
274
  * @see cancelRequest
272
275
  */
273
- getDayFileData(context: StatsContext, date: Date, timeInterval: TimeInterval, format: StatsFormat, directory: string, progressCallback?: ProgressCallback): Promise<string>;
276
+ getDayFileData(context: StatsContext, date: Date, timeInterval: TimeInterval, format: StatsFormat, shortHeader: boolean | undefined, directory: string, progressCallback?: ProgressCallback): Promise<string>;
274
277
  /**
275
278
  * Asynchronously retrieves statistical data for the specified context over a date range
276
279
  * and stores it as a report file in the given directory.
@@ -305,6 +308,7 @@ export declare class CallCenterStatistics {
305
308
  * @param context the context defining the scope and filters for the statistics
306
309
  * @param range the date range over which to collect statistics
307
310
  * @param format the output format for the report file
311
+ * @param shortHeader true to return only limited number of headers in response
308
312
  * @param directory the directory in which to save the generated report file
309
313
  * @param progressCallback optional callback invoked to report progress of the operation
310
314
  * @returns a `Promise` that resolves with the path to the generated report file,
@@ -314,7 +318,7 @@ export declare class CallCenterStatistics {
314
318
  * @see hasAsyncRequestInProgress
315
319
  * @see cancelRequest
316
320
  */
317
- getDaysFileData(context: StatsContext, range: DateRange, format: StatsFormat, directory: string, progressCallback?: ProgressCallback): Promise<string>;
321
+ getDaysFileData(context: StatsContext, range: DateRange, format: StatsFormat, shortHeader: boolean | undefined, directory: string, progressCallback?: ProgressCallback): Promise<string>;
318
322
  /**
319
323
  * Attempts to cancel an ongoing statistics report generation for the specified context.
320
324
  *
@@ -1 +1 @@
1
- {"version":3,"file":"o2g-cc-stat.d.ts","sourceRoot":"","sources":["../../src/o2g-cc-stat.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"o2g-cc-stat.d.ts","sourceRoot":"","sources":["../../src/o2g-cc-stat.ts"],"names":[],"mappings":"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"}
@@ -34,6 +34,16 @@ import { SystemStatus } from './types/maint/sys-status';
34
34
  */
35
35
  export declare class Maintenance extends EventEmitter {
36
36
  #private;
37
+ /**
38
+ * Occurs when connection to remote twin server is lost.
39
+ * @event
40
+ */
41
+ static readonly ON_REMOTE_SERVER_LINK_DOWN = "OnRemoteServerLinkDown";
42
+ /**
43
+ * Occurs when connection to remote twin server is recovered.
44
+ * @event
45
+ */
46
+ static readonly ON_REMOTE_SERVER_LINK_UP = "OnRemoteServerLinkUp";
37
47
  /**
38
48
  * Occurs when a CTI link is down.
39
49
  * @event
@@ -1 +1 @@
1
- {"version":3,"file":"o2g-maint.d.ts","sourceRoot":"","sources":["../../src/o2g-maint.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAYlC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,qBAAa,WAAY,SAAQ,YAAY;;IAGzC;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,gBAAgB,mBAAmB;IAEnD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,cAAc,iBAAiB;IAE/C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,gBAAgB,mBAAmB;IAEnD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,cAAc,iBAAiB;IAE/C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,aAAa,iBAAiB;IAE9C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,qBAAqB,yBAAyB;IAE9D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,iBAAiB,mBAAmB;IAmBpD;;;;;;;OAOG;IACG,eAAe,IAAI,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;CAGxD"}
1
+ {"version":3,"file":"o2g-maint.d.ts","sourceRoot":"","sources":["../../src/o2g-maint.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAclC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,qBAAa,WAAY,SAAQ,YAAY;;IAGzC;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,0BAA0B,4BAA4B;IAEtE;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,wBAAwB,0BAA0B;IAElE;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,gBAAgB,mBAAmB;IAEnD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,cAAc,iBAAiB;IAE/C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,gBAAgB,mBAAmB;IAEnD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,cAAc,iBAAiB;IAE/C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,aAAa,iBAAiB;IAE9C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,qBAAqB,yBAAyB;IAE9D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,iBAAiB,mBAAmB;IAqBpD;;;;;;;OAOG;IACG,eAAe,IAAI,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;CAGxD"}
@@ -3,9 +3,9 @@ import { AgentSkill } from './agent-skill';
3
3
  * Represents the set of skills assigned to a CCD agent.
4
4
  * <p>
5
5
  * An `AgentSkillSet` is a collection of {@link AgentSkill} objects indexed by
6
- * skill number. It is returned as part of the agent's configuration and state,
7
- * and can be used to check which skills an agent has and whether specific
8
- * skills are active.
6
+ * skill number, and also by domain and name for skills that have both defined.
7
+ * It is returned as part of the agent's configuration and state, and can be
8
+ * used to check which skills an agent has and whether specific skills are active.
9
9
  *
10
10
  * @see CallCenterAgent.getConfiguration
11
11
  * @see CallCenterAgent.activateSkills
@@ -13,6 +13,18 @@ import { AgentSkill } from './agent-skill';
13
13
  */
14
14
  export declare class AgentSkillSet {
15
15
  #private;
16
+ /**
17
+ * The number of skills in this skill set.
18
+ *
19
+ * @returns the number of skills
20
+ */
21
+ get size(): number;
22
+ /**
23
+ * Whether this skill set contains no skills.
24
+ *
25
+ * @returns `true` if this skill set is empty; `false` otherwise
26
+ */
27
+ get isEmpty(): boolean;
16
28
  /**
17
29
  * Returns the skill with the specified number.
18
30
  *
@@ -21,20 +33,38 @@ export declare class AgentSkillSet {
21
33
  */
22
34
  get(number: number): AgentSkill | null;
23
35
  /**
24
- * Returns whether the specified skill number exists in this skill set.
36
+ * Returns the skill with the specified name in the given domain.
37
+ *
38
+ * @param domain the domain id
39
+ * @param name the skill name
40
+ * @returns the {@link AgentSkill} with the given name in the domain, or `null` if not found
41
+ * @since 2.7.4
42
+ */
43
+ get(domain: number, name: string): AgentSkill | null;
44
+ /**
45
+ * Returns whether a skill with the specified number exists in this skill set.
25
46
  *
26
47
  * @param number the skill number to check
27
48
  * @returns `true` if the skill is present; `false` otherwise
28
49
  */
29
50
  contains(number: number): boolean;
30
51
  /**
31
- * Returns the set of skill numbers contained in this skill set.
52
+ * Returns whether a skill with the specified name exists in the given domain.
53
+ *
54
+ * @param domain the domain id
55
+ * @param name the skill name
56
+ * @returns `true` if the skill exists in the domain; `false` otherwise
57
+ * @since 2.7.4
58
+ */
59
+ contains(domain: number, name: string): boolean;
60
+ /**
61
+ * The set of skill numbers contained in this skill set.
32
62
  *
33
63
  * @returns a `Set` of skill numbers
34
64
  */
35
65
  get skillsNumbers(): Set<number>;
36
66
  /**
37
- * Returns all skills in this skill set.
67
+ * All skills in this skill set.
38
68
  *
39
69
  * @returns the list of {@link AgentSkill} objects
40
70
  */
@@ -1 +1 @@
1
- {"version":3,"file":"agent-skill-set.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/agent-skill-set.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;;;;;;;;GAWG;AACH,qBAAa,aAAa;;IAUtB;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI;IAItC;;;;;OAKG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAIjC;;;;OAIG;IACH,IAAI,aAAa,IAAI,GAAG,CAAC,MAAM,CAAC,CAE/B;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,UAAU,EAAE,CAEzB;CAaJ"}
1
+ {"version":3,"file":"agent-skill-set.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/agent-skill-set.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;;;;;;;;GAWG;AACH,qBAAa,aAAa;;IAoBtB;;;;OAIG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED;;;;OAIG;IACH,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI;IAEtC;;;;;;;OAOG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI;IASpD;;;;;OAKG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAEjC;;;;;;;OAOG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO;IAS/C;;;;OAIG;IACH,IAAI,aAAa,IAAI,GAAG,CAAC,MAAM,CAAC,CAE/B;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,UAAU,EAAE,CAEzB;CAaJ"}
@@ -1,15 +1,59 @@
1
1
  /**
2
- * Represents a CCD operator skill.
3
- * Skills are used by the "Advanced Call Routing" strategy.
2
+ * Represents a skill assigned to a CCD agent.
3
+ * <p>
4
+ * Skills are used by the <b>Advanced Call Routing</b> strategy to influence
5
+ * how calls are distributed among agents. Each skill has a unique identifier,
6
+ * a proficiency level, and may belong to a specific domain.
7
+ * <p>
8
+ * An agent's skills are available via {@link AgentSkillSet}, which is returned
9
+ * as part of the agent configuration from {@link CallCenterAgent.getConfiguration}.
10
+ *
11
+ * @see AgentSkillSet
12
+ * @see CallCenterAgent.getConfiguration
4
13
  */
5
14
  export declare class AgentSkill {
6
15
  #private;
7
- private constructor();
8
- /** Getter for the skill number */
16
+ /**
17
+ * The unique identifier of this skill.
18
+ *
19
+ * @returns the skill number, or `-1` if not set
20
+ */
9
21
  get number(): number;
10
- /** Getter for the skill level */
22
+ /**
23
+ * The proficiency level of this skill.
24
+ * <p>
25
+ * A higher level typically indicates greater expertise or priority
26
+ * when routing calls.
27
+ *
28
+ * @returns the skill level, or `-1` if not set
29
+ */
11
30
  get level(): number;
12
- /** Getter for whether the skill is active */
31
+ /**
32
+ * Whether this skill is currently active.
33
+ *
34
+ * @returns `true` if the skill is active; `false` otherwise
35
+ */
13
36
  get active(): boolean;
37
+ /**
38
+ * The domain identifier this skill belongs to.
39
+ *
40
+ * @returns the domain id, or `-1` if not set
41
+ * @since 2.7.5
42
+ */
43
+ get domain(): number;
44
+ /**
45
+ * The full name of this skill.
46
+ *
47
+ * @returns the skill name, or `null` if not set
48
+ * @since 2.7.5
49
+ */
50
+ get name(): string | null;
51
+ /**
52
+ * The abbreviated name of this skill.
53
+ *
54
+ * @returns the abbreviated skill name, or `null` if not set
55
+ * @since 2.7.5
56
+ */
57
+ get abvName(): string | null;
14
58
  }
15
59
  //# sourceMappingURL=agent-skill.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"agent-skill.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/agent-skill.ts"],"names":[],"mappings":"AAmBA;;;GAGG;AACH,qBAAa,UAAU;;IAUnB,OAAO;IAYP,kCAAkC;IAClC,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,iCAAiC;IACjC,IAAI,KAAK,IAAI,MAAM,CAElB;IAED,6CAA6C;IAC7C,IAAI,MAAM,IAAI,OAAO,CAEpB;CACJ"}
1
+ {"version":3,"file":"agent-skill.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/agent-skill.ts"],"names":[],"mappings":"AAqBA;;;;;;;;;;;;GAYG;AACH,qBAAa,UAAU;;IAkCnB;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED;;;;;;;OAOG;IACH,IAAI,KAAK,IAAI,MAAM,CAElB;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED;;;;;OAKG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED;;;;;OAKG;IACH,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;IAED;;;;;OAKG;IACH,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,CAE3B;CACJ"}
@@ -2,74 +2,70 @@ import { AgentGroups } from './agent-groups';
2
2
  import { AgentSkillSet } from './agent-skill-set';
3
3
  import { OperatorType } from './operator-type';
4
4
  /**
5
- * `OperatorConfig` represents the configuration of a CCD operator.
5
+ * Represents the configuration of a CCD operator.
6
+ * <p>
7
+ * A CCD operator can be an {@link OperatorType.AGENT} or an
8
+ * {@link OperatorType.SUPERVISOR}. This class provides access to the
9
+ * operator's type, associated pro-ACD station, group memberships, skills,
10
+ * and feature settings such as headset usage, self-assignment capability
11
+ * and multiline configuration.
12
+ * <p>
13
+ * An `OperatorConfig` instance is returned by
14
+ * {@link CallCenterAgent.getConfiguration}.
6
15
  *
7
- * A CCD operator can be an {@link OperatorType.AGENT | agent}
8
- * or an {@link OperatorType.SUPERVISOR | supervisor}. This class
9
- * provides access to the operator’s type, associated pro-ACD station,
10
- * group memberships, skills, and feature settings
11
- * (such as headset usage, self-assignment capability, or multiline configuration).
16
+ * @see CallCenterAgent.getConfiguration
12
17
  */
13
18
  export declare class OperatorConfig {
14
19
  #private;
15
20
  /**
16
- * Returns the type of CCD operator (agent or supervisor).
21
+ * The type of this CCD operator.
17
22
  *
18
- * @returns The operator type.
23
+ * @returns the {@link OperatorType} of this operator
19
24
  */
20
25
  get type(): OperatorType;
21
26
  /**
22
- * Returns the associated pro-ACD station.
27
+ * The pro-ACD station extension number associated with this operator.
23
28
  *
24
- * @returns The pro-ACD station extension number,
25
- * or `null` if none is associated.
29
+ * @returns the pro-ACD station number, or `null` if none is configured
26
30
  */
27
31
  get proacd(): string | null;
28
32
  /**
29
- * Returns the agent groups the operator is attached to,
30
- * including the preferred group if defined.
33
+ * The agent groups this operator belongs to, including the preferred
34
+ * group if defined.
31
35
  *
32
- * @returns The {@link AgentGroups} instance representing
33
- * the operator’s group memberships,
34
- * or `null` if none are configured.
36
+ * @returns the {@link AgentGroups} instance, or `null` if no groups are configured
35
37
  */
36
38
  get processingGroups(): AgentGroups | null;
37
39
  /**
38
- * Returns the operator’s assigned skills.
40
+ * The skills assigned to this operator.
39
41
  *
40
- * @returns The {@link AgentSkillSet} instance representing
41
- * the operator’s skills,
42
- * or `null` if none are defined.
42
+ * @returns the {@link AgentSkillSet} instance, or `null` if no skills are defined
43
43
  */
44
44
  get skills(): AgentSkillSet | null;
45
45
  /**
46
- * Indicates whether the operator can choose their own processing group.
46
+ * Whether the operator can choose their own processing group.
47
47
  *
48
- * @returns `true` if the operator can self-assign a group;
49
- * `false` otherwise.
48
+ * @returns `true` if the operator can self-assign a group; `false` otherwise
50
49
  */
51
50
  get selfAssign(): boolean;
52
51
  /**
53
- * Indicates whether the operator has the headset feature enabled.
52
+ * Whether the headset feature is enabled for this operator.
53
+ * <p>
54
+ * When enabled, the operator can answer calls using a headset device.
54
55
  *
55
- * The headset feature allows a CCD operator to answer calls using a headset device.
56
- *
57
- * @returns `true` if headset functionality is enabled;
58
- * `false` otherwise.
56
+ * @returns `true` if headset functionality is enabled; `false` otherwise
59
57
  */
60
58
  get headset(): boolean;
61
59
  /**
62
- * Indicates whether the operator can request help from a supervisor.
60
+ * Whether the operator can request help from a supervisor.
63
61
  *
64
- * @returns `true` if the operator can request help;
65
- * `false` otherwise.
62
+ * @returns `true` if the operator can request help; `false` otherwise
66
63
  */
67
64
  get help(): boolean;
68
65
  /**
69
- * Indicates whether the operator is configured as multiline.
66
+ * Whether the operator is configured for multiline handling.
70
67
  *
71
- * @returns `true` if the operator supports multiline handling;
72
- * `false` otherwise.
68
+ * @returns `true` if the operator supports multiline handling; `false` otherwise
73
69
  */
74
70
  get multiline(): boolean;
75
71
  }
@@ -1 +1 @@
1
- {"version":3,"file":"operator-config.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/operator-config.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C;;;;;;;;GAQG;AACH,qBAAa,cAAc;;IAiCvB;;;;OAIG;IACH,IAAI,IAAI,IAAI,YAAY,CAEvB;IAED;;;;;OAKG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;;;;;;OAOG;IACH,IAAI,gBAAgB,IAAI,WAAW,GAAG,IAAI,CAEzC;IAED;;;;;;OAMG;IACH,IAAI,MAAM,IAAI,aAAa,GAAG,IAAI,CAEjC;IAED;;;;;OAKG;IACH,IAAI,UAAU,IAAI,OAAO,CAExB;IAED;;;;;;;OAOG;IACH,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;;;;OAKG;IACH,IAAI,IAAI,IAAI,OAAO,CAElB;IAED;;;;;OAKG;IACH,IAAI,SAAS,IAAI,OAAO,CAEvB;CA2BJ"}
1
+ {"version":3,"file":"operator-config.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/operator-config.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C;;;;;;;;;;;;;GAaG;AACH,qBAAa,cAAc;;IAiCvB;;;;OAIG;IACH,IAAI,IAAI,IAAI,YAAY,CAEvB;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;;;;OAKG;IACH,IAAI,gBAAgB,IAAI,WAAW,GAAG,IAAI,CAEzC;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,aAAa,GAAG,IAAI,CAEjC;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,OAAO,CAExB;IAED;;;;;;OAMG;IACH,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;;;OAIG;IACH,IAAI,IAAI,IAAI,OAAO,CAElB;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,OAAO,CAEvB;CAiBJ"}
@@ -1,4 +1,4 @@
1
- import { AbstractFilter } from '../../internal/types/cc-stat/abstract-filter';
1
+ import { AbstractFilter } from '../../internal/types/cc-stats/abstract-filter';
2
2
  import { StatsAgentByPilotAttributes } from './agbypilot-attributes';
3
3
  import { StatsAgentAttributes } from './agent-attributes';
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"agent-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/agent-filter.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;AAC9E,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;;;;;;;GAUG;AACH,MAAM,WAAW,WAAY,SAAQ,cAAc;IAC/C;;;;;;OAMG;IACH,IAAI,OAAO,IAAI,MAAM,EAAE,CAAC;IAExB;;;;;;;OAOG;IACH,UAAU,CAAC,GAAG,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IAEvC;;;;OAIG;IACH,IAAI,eAAe,IAAI,GAAG,CAAC,oBAAoB,CAAC,CAAC;IAEjD;;;;OAIG;IACH,IAAI,iBAAiB,IAAI,GAAG,CAAC,2BAA2B,CAAC,CAAC;IAE1D;;;;;OAKG;IACH,kBAAkB,CAAC,GAAG,UAAU,EAAE,oBAAoB,EAAE,GAAG,IAAI,CAAC;IAEhE;;;;;OAKG;IACH,yBAAyB,CAAC,GAAG,UAAU,EAAE,2BAA2B,EAAE,GAAG,IAAI,CAAC;CACjF"}
1
+ {"version":3,"file":"agent-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/agent-filter.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC/E,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;;;;;;;GAUG;AACH,MAAM,WAAW,WAAY,SAAQ,cAAc;IAC/C;;;;;;OAMG;IACH,IAAI,OAAO,IAAI,MAAM,EAAE,CAAC;IAExB;;;;;;;OAOG;IACH,UAAU,CAAC,GAAG,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IAEvC;;;;OAIG;IACH,IAAI,eAAe,IAAI,GAAG,CAAC,oBAAoB,CAAC,CAAC;IAEjD;;;;OAIG;IACH,IAAI,iBAAiB,IAAI,GAAG,CAAC,2BAA2B,CAAC,CAAC;IAE1D;;;;;OAKG;IACH,kBAAkB,CAAC,GAAG,UAAU,EAAE,oBAAoB,EAAE,GAAG,IAAI,CAAC;IAEhE;;;;;OAKG;IACH,yBAAyB,CAAC,GAAG,UAAU,EAAE,2BAA2B,EAAE,GAAG,IAAI,CAAC;CACjF"}
@@ -1,4 +1,4 @@
1
- import { AgentByPilotStatisticsRowJson } from '../../../internal/types/cc-stat/cc-stat-types';
1
+ import { AgentByPilotStatisticsRowJson } from '../../../internal/types/cc-stats/cc-stat-types';
2
2
  import { StatValue } from './stat-value';
3
3
  import { StatsAgentByPilotAttributes } from '../agbypilot-attributes';
4
4
  export declare class AgentByPilotStatisticsRow {
@@ -1 +1 @@
1
- {"version":3,"file":"ag-by-pil-stats-row.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/ag-by-pil-stats-row.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAEtE,qBAAa,yBAAyB;;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IAEnB,OAAO,CAAC,MAAM,CAA0D;gBAK5D,IAAI,EAAE,6BAA6B;IAI/C,OAAO,CAAC,kBAAkB;IAwB1B;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,2BAA2B,GAAG,SAAS;IAYjD;;;;OAIG;IACH,IAAI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;;;OAIG;IACH,IAAI,uBAAuB,IAAI,MAAM,GAAG,IAAI,CAE3C;IAED;;;;OAIG;IACH,IAAI,kBAAkB,IAAI,MAAM,GAAG,IAAI,CAEtC;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;;;OAIG;IACH,IAAI,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAExC;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,IAAI,CAElC;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;;OAIG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,gBAAgB,IAAI,MAAM,GAAG,IAAI,CAEpC;IAED;;;;OAIG;IACH,IAAI,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAExC;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;CACJ"}
1
+ {"version":3,"file":"ag-by-pil-stats-row.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/ag-by-pil-stats-row.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,6BAA6B,EAAE,MAAM,gDAAgD,CAAC;AAC/F,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAEtE,qBAAa,yBAAyB;;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IAEnB,OAAO,CAAC,MAAM,CAA0D;gBAK5D,IAAI,EAAE,6BAA6B;IAI/C,OAAO,CAAC,kBAAkB;IAwB1B;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,2BAA2B,GAAG,SAAS;IAYjD;;;;OAIG;IACH,IAAI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;;;OAIG;IACH,IAAI,uBAAuB,IAAI,MAAM,GAAG,IAAI,CAE3C;IAED;;;;OAIG;IACH,IAAI,kBAAkB,IAAI,MAAM,GAAG,IAAI,CAEtC;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;;;OAIG;IACH,IAAI,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAExC;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,IAAI,CAElC;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;;OAIG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,gBAAgB,IAAI,MAAM,GAAG,IAAI,CAEpC;IAED;;;;OAIG;IACH,IAAI,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAExC;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;CACJ"}
@@ -0,0 +1,48 @@
1
+ /**
2
+ * `StatsPilotAbandonedCallsAttributes` defines the set of statistical attributes
3
+ * available for abandoned calls on a CCD pilot.
4
+ *
5
+ * These attributes are used in reports generated by `CallCenterStatisticsService`
6
+ * to provide insight into call abandonment patterns on a pilot, including when
7
+ * and where in the call flow the caller hung up.
8
+ *
9
+ * **Note:** The `ALL` attribute is intended for use in context creation only and
10
+ * should not be used in production reporting contexts.
11
+ *
12
+ * @since 2.7.5
13
+ */
14
+ export declare enum StatsPilotAbandonedCallsAttributes {
15
+ /** Total time in seconds the caller waited before hanging up. */
16
+ waitingTime = "waitingTime",
17
+ /** The name of the pilot. */
18
+ pilotName = "pilotName",
19
+ /** The number of the pilot. */
20
+ pilotNumber = "pilotNumber",
21
+ /** The phone number of the caller. */
22
+ callerNumber = "callerNumber",
23
+ /** The caller abandoned during the greeting voice guide. */
24
+ abandonedOnGreetingVG = "abandonedOnGreetingVG",
25
+ /** The caller abandoned during the 1st waiting voice guide. */
26
+ abandonedOn1stWaitingVG = "abandonedOn1stWaitingVG",
27
+ /** The caller abandoned during the 2nd waiting voice guide. */
28
+ abandonedOn2ndWaitingVG = "abandonedOn2ndWaitingVG",
29
+ /** The caller abandoned during the 3rd waiting voice guide. */
30
+ abandonedOn3rdWaitingVG = "abandonedOn3rdWaitingVG",
31
+ /** The caller abandoned during the 4th waiting voice guide. */
32
+ abandonedOn4thWaitingVG = "abandonedOn4thWaitingVG",
33
+ /** The caller abandoned during the 5th waiting voice guide. */
34
+ abandonedOn5thWaitingVG = "abandonedOn5thWaitingVG",
35
+ /** The caller abandoned during the 6th waiting voice guide. */
36
+ abandonedOn6thWaitingVG = "abandonedOn6thWaitingVG",
37
+ /** The caller abandoned while ringing an agent. */
38
+ abandonedOnRinging = "abandonedOnRinging",
39
+ /** The caller abandoned during the general forwarding voice guide. */
40
+ abandonedOnGeneralFwdVG = "abandonedOnGeneralFwdVG",
41
+ /** The caller abandoned during the blocked voice guide. */
42
+ abandonedOnBlockedVG = "abandonedOnBlockedVG",
43
+ /** The caller abandoned while waiting on a direct call to a busy agent. */
44
+ abandonedOnDirectCallWaiting = "abandonedOnDirectCallWaiting",
45
+ /** All attributes — for use in context creation only. */
46
+ ALL = "ALL"
47
+ }
48
+ //# sourceMappingURL=pilot-abandoned-calls-attributes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pilot-abandoned-calls-attributes.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/pilot-abandoned-calls-attributes.ts"],"names":[],"mappings":"AAmBA;;;;;;;;;;;;GAYG;AACH,oBAAY,kCAAkC;IAE1C,iEAAiE;IACjE,WAAW,gBAAgB;IAE3B,6BAA6B;IAC7B,SAAS,cAAc;IAEvB,+BAA+B;IAC/B,WAAW,gBAAgB;IAE3B,sCAAsC;IACtC,YAAY,iBAAiB;IAE7B,4DAA4D;IAC5D,qBAAqB,0BAA0B;IAE/C,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,+DAA+D;IAC/D,uBAAuB,4BAA4B;IAEnD,mDAAmD;IACnD,kBAAkB,uBAAuB;IAEzC,sEAAsE;IACtE,uBAAuB,4BAA4B;IAEnD,2DAA2D;IAC3D,oBAAoB,yBAAyB;IAE7C,2EAA2E;IAC3E,4BAA4B,iCAAiC;IAE7D,yDAAyD;IACzD,GAAG,QAAQ;CACd"}