o2g-node-sdk 2.4.1 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -3
- package/dist/o2g-node-sdk.js +2324 -663
- package/dist/o2g-node-sdk.js.map +1 -1
- package/dist/types/internal/rest/ccStatistics-rest.d.ts +6 -6
- package/dist/types/internal/rest/ccStatistics-rest.d.ts.map +1 -1
- package/dist/types/internal/types/cc-stats/abstract-filter.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/ag-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/{cc-stat → cc-stats}/cc-stat-types.d.ts +1 -0
- package/dist/types/internal/types/cc-stats/cc-stat-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/context-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/on-stats-progress.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/pil-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/requester-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/scheduled-rep-impl.d.ts.map +1 -0
- package/dist/types/internal/types/telephony/telephony-types.d.ts +3 -1
- package/dist/types/internal/types/telephony/telephony-types.d.ts.map +1 -1
- package/dist/types/internal/util/logger.d.ts +39 -6
- package/dist/types/internal/util/logger.d.ts.map +1 -1
- package/dist/types/o2g-cc-stat.d.ts +8 -4
- package/dist/types/o2g-cc-stat.d.ts.map +1 -1
- package/dist/types/o2g-maint.d.ts +10 -0
- package/dist/types/o2g-maint.d.ts.map +1 -1
- package/dist/types/o2g-rsi.d.ts +3 -2
- package/dist/types/o2g-rsi.d.ts.map +1 -1
- package/dist/types/types/cc-agent/agent-skill-set.d.ts +36 -6
- package/dist/types/types/cc-agent/agent-skill-set.d.ts.map +1 -1
- package/dist/types/types/cc-agent/agent-skill.d.ts +50 -6
- package/dist/types/types/cc-agent/agent-skill.d.ts.map +1 -1
- package/dist/types/types/cc-agent/operator-config.d.ts +30 -34
- package/dist/types/types/cc-agent/operator-config.d.ts.map +1 -1
- package/dist/types/types/cc-stats/agent-filter.d.ts +1 -1
- package/dist/types/types/cc-stats/agent-filter.d.ts.map +1 -1
- package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts +1 -1
- package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts.map +1 -1
- package/dist/types/types/cc-stats/data/pil-aband-call-stat-row.d.ts +157 -0
- package/dist/types/types/cc-stats/data/pil-aband-call-stat-row.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/stat-value.d.ts +10 -0
- package/dist/types/types/cc-stats/data/stat-value.d.ts.map +1 -1
- package/dist/types/types/cc-stats/data/stats-data.d.ts +33 -8
- package/dist/types/types/cc-stats/data/stats-data.d.ts.map +1 -1
- package/dist/types/types/cc-stats/pilot-abandoned-calls-attributes.d.ts +48 -0
- package/dist/types/types/cc-stats/pilot-abandoned-calls-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.d.ts +46 -0
- package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.d.ts.map +1 -0
- package/dist/types/types/cc-stats/pilot-filter.d.ts +1 -1
- package/dist/types/types/cc-stats/pilot-filter.d.ts.map +1 -1
- package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts +5 -0
- package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts.map +1 -1
- package/dist/types/types/cc-stats/stats-context.d.ts +6 -0
- package/dist/types/types/cc-stats/stats-context.d.ts.map +1 -1
- package/dist/types/types/cc-stats/stats-filter.d.ts +7 -0
- package/dist/types/types/cc-stats/stats-filter.d.ts.map +1 -1
- package/dist/types/types/events/events.d.ts +4 -2
- package/dist/types/types/events/events.d.ts.map +1 -1
- package/dist/types/types/maint/maint-events.d.ts +26 -0
- package/dist/types/types/maint/maint-events.d.ts.map +1 -1
- package/dist/types/types/maint/sys-status.d.ts +4 -0
- package/dist/types/types/maint/sys-status.d.ts.map +1 -1
- package/dist/types/types/telephony/telephonic-state.d.ts +7 -0
- package/dist/types/types/telephony/telephonic-state.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/internal/types/cc-stat/abstract-filter.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/ag-filter-impl.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/cc-stat-types.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/context-impl.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/on-stats-progress.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/pil-filter-impl.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/requester-impl.d.ts.map +0 -1
- package/dist/types/internal/types/cc-stat/scheduled-rep-impl.d.ts.map +0 -1
- /package/dist/types/internal/types/{cc-stat → cc-stats}/abstract-filter.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/ag-filter-impl.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/context-impl.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/on-stats-progress.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/pil-filter-impl.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/requester-impl.d.ts +0 -0
- /package/dist/types/internal/types/{cc-stat → cc-stats}/scheduled-rep-impl.d.ts +0 -0
|
@@ -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,
|
|
38
|
-
createOneTimeScheduledReport(context: StatsContext, id: string, description: string, observationPeriod: ReportObservationPeriod,
|
|
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":"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;
|
|
1
|
+
{"version":3,"file":"ccStatistics-rest.d.ts","sourceRoot":"","sources":["../../../../src/internal/rest/ccStatistics-rest.ts"],"names":[],"mappings":"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"}
|
|
@@ -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":""}
|
|
@@ -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;AAyZvD,oBAAY,oBAAoB;IAC5B,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,SAAS,cAAc;CAC1B;AAED,MAAM,MAAM,sBAAsB,GAAG;IACjC,sBAAsB;IACtB,UAAU,EAAE,MAAM,CAAC;IAEnB,8BAA8B;IAC9B,IAAI,EAAE,oBAAoB,CAAC;IAE3B,uDAAuD;IACvD,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,qDAAqD;IACrD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,0DAA0D;IAC1D,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,iDAAiD;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACjC,UAAU,EAAE,uBAAuB,CAAC,UAAU,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,eAAe;IACvB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,YAAY;CACrB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAC9B,WAAW,EAAE,eAAe,CAAC;IAC7B,UAAU,CAAC,EAAE,aAAa,EAAE,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,sBAAsB,CAAC;IAClC,SAAS,EAAE,mBAAmB,CAAC;IAC/B,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,KAAK,EAAE,eAAe,CAAC,KAAK,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,WAAW,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;CACxB,CAAC"}
|
|
@@ -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 @@
|
|
|
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 +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
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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":"
|
|
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":"AAoBA,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AAEvF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,qBAAa,oBAAoB;;IAW7B;;;;;;;OAOG;IACH,yBAAyB,IAAI,OAAO;IAIpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACG,eAAe,CACjB,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,MAAM,EAChB,GAAG,MAAM,EAAE,MAAM,EAAE,GACpB,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IAI5B;;;;;;;;OAQG;IACG,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC;IAI7D;;;;;;;;;;OAUG;IACG,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IAIzD;;;;;;;;;;;;OAYG;IACG,aAAa,CACf,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,WAAW,GACpB,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IAI/B;;;;;;;;;;;OAWG;IACG,cAAc,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC;IAI5D;;;;;;;;;;OAUG;IACG,WAAW,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,YAAY,EAAE,GAAG,IAAI,CAAC;IAIvE;;;;;;;;;;OAUG;IACG,UAAU,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IAIvF;;;;;;;;;;OAUG;IACG,aAAa,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC;IAI5D
|
|
1
|
+
{"version":3,"file":"o2g-cc-stat.d.ts","sourceRoot":"","sources":["../../src/o2g-cc-stat.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AAEvF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,qBAAa,oBAAoB;;IAW7B;;;;;;;OAOG;IACH,yBAAyB,IAAI,OAAO;IAIpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACG,eAAe,CACjB,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,MAAM,EAChB,GAAG,MAAM,EAAE,MAAM,EAAE,GACpB,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IAI5B;;;;;;;;OAQG;IACG,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC;IAI7D;;;;;;;;;;OAUG;IACG,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IAIzD;;;;;;;;;;;;OAYG;IACG,aAAa,CACf,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,WAAW,GACpB,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IAI/B;;;;;;;;;;;OAWG;IACG,cAAc,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC;IAI5D;;;;;;;;;;OAUG;IACG,WAAW,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,YAAY,EAAE,GAAG,IAAI,CAAC;IAIvE;;;;;;;;;;OAUG;IACG,UAAU,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IAIvF;;;;;;;;;;OAUG;IACG,aAAa,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC;IAI5D;;;;;;;;;;;;;;;OAeG;IACG,WAAW,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,SAAS,EAAE,WAAW,GAAE,OAAe,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAIxH;;;;;;;;;;;;;;;OAeG;IACG,UAAU,CAAC,OAAO,EAAE,YAAY,EAAE,IAAI,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,EAAE,YAAY,EAAE,WAAW,GAAE,OAAe,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAI/I;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4CG;IACG,cAAc,CAChB,OAAO,EAAE,YAAY,EACrB,IAAI,EAAE,IAAI,EACV,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,WAAW,EACnB,WAAW,EAAE,OAAO,YAAQ,EAC5B,SAAS,EAAE,MAAM,EACjB,gBAAgB,CAAC,EAAE,gBAAgB,GACpC,OAAO,CAAC,MAAM,CAAC;IAIlB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2CG;IACG,eAAe,CACjB,OAAO,EAAE,YAAY,EACrB,KAAK,EAAE,SAAS,EAChB,MAAM,EAAE,WAAW,EACnB,WAAW,EAAE,OAAO,YAAQ,EAC5B,SAAS,EAAE,MAAM,EACjB,gBAAgB,CAAC,EAAE,gBAAgB,GACpC,OAAO,CAAC,MAAM,CAAC;IAIlB;;;;;;;;;;;;OAYG;IACG,aAAa,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC;IAI5D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAsCG;IACG,8BAA8B,CAChC,OAAO,EAAE,YAAY,EACrB,EAAE,EAAE,MAAM,EACV,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,uBAAuB,EAC1C,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,WAAW,EACnB,UAAU,EAAE,MAAM,EAAE,GACrB,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;IAYlC;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACG,4BAA4B,CAC9B,OAAO,EAAE,YAAY,EACrB,EAAE,EAAE,MAAM,EACV,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,uBAAuB,EAC1C,MAAM,EAAE,WAAW,EACnB,UAAU,EAAE,MAAM,EAAE,GACrB,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;IAWlC;;;;;;OAMG;IACG,mBAAmB,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,eAAe,EAAE,GAAG,IAAI,CAAC;IAInF;;;;;OAKG;IACG,qBAAqB,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,OAAO,CAAC;IAItE;;;;;;OAMG;IACG,yBAAyB,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;IAI5F;;;;;;;;;;OAUG;IACG,kBAAkB,CAAC,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;IAI1G;;;;;;;;;;OAUG;IACG,qBAAqB,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,OAAO,CAAC;CAGzE"}
|
|
@@ -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;
|
|
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"}
|
package/dist/types/o2g-rsi.d.ts
CHANGED
|
@@ -53,9 +53,10 @@ export declare class Rsi extends EventEmitter {
|
|
|
53
53
|
/**
|
|
54
54
|
* Enables the specified rsi point.
|
|
55
55
|
*
|
|
56
|
-
* @param rsiNumber the rsi point extension number
|
|
56
|
+
* @param rsiNumber the rsi point extension number.
|
|
57
|
+
* @param [backup=false] true to enable the RSI point in backup mode.
|
|
57
58
|
*/
|
|
58
|
-
enableRsiPoint(rsiNumber: string): Promise<boolean>;
|
|
59
|
+
enableRsiPoint(rsiNumber: string, backup?: boolean): Promise<boolean>;
|
|
59
60
|
/**
|
|
60
61
|
* Disables the specified rsi point.
|
|
61
62
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"o2g-rsi.d.ts","sourceRoot":"","sources":["../../src/o2g-rsi.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,GAAI,SAAQ,YAAY;;IAGjC;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,kBAAkB,sBAAsB;IAExD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,uBAAuB,0BAA0B;IAEjE;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,sBAAsB,yBAAyB;IAE/D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,YAAY,gBAAgB;IAE5C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,gBAAgB,oBAAoB;IAiBpD;;OAEG;IACG,YAAY,IAAI,OAAO,CAAC,QAAQ,EAAE,GAAG,IAAI,CAAC;IAIhD
|
|
1
|
+
{"version":3,"file":"o2g-rsi.d.ts","sourceRoot":"","sources":["../../src/o2g-rsi.ts"],"names":[],"mappings":"AAmBA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAElC,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,GAAI,SAAQ,YAAY;;IAGjC;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,kBAAkB,sBAAsB;IAExD;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,uBAAuB,0BAA0B;IAEjE;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,sBAAsB,yBAAyB;IAE/D;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,YAAY,gBAAgB;IAE5C;;;OAGG;IACH,MAAM,CAAC,QAAQ,CAAC,gBAAgB,oBAAoB;IAiBpD;;OAEG;IACG,YAAY,IAAI,OAAO,CAAC,QAAQ,EAAE,GAAG,IAAI,CAAC;IAIhD;;;;;OAKG;IACG,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,GAAE,OAAe,GAAG,OAAO,CAAC,OAAO,CAAC;IAIlF;;;;OAIG;IACG,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAI1D;;;;;;;;;;;;;;;OAeG;IACG,kBAAkB,CACpB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,SAAS,GAAE,MAAM,GAAG,IAAW,EAC/B,OAAO,GAAE,MAAM,GAAG,IAAW,EAC7B,kBAAkB,GAAE,iCAAiC,GAAG,IAAW,GACpE,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAI1B;;;;;;OAMG;IACG,iBAAiB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAI9E;;;;;;;;;OASG;IACG,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAInG;;;;;;;OAOG;IACG,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAItE;;;;;;;;;OASG;IACG,cAAc,CAChB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,MAAM,EACnB,QAAQ,GAAE,MAAM,GAAG,IAAW,GAC/B,OAAO,CAAC,OAAO,CAAC;IAInB;;;;;;OAMG;IACG,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAItE;;;;;;;;;;OAUG;IACG,WAAW,CACb,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,EACrB,WAAW,GAAE,MAAM,GAAG,IAAW,EACjC,cAAc,GAAE,MAAM,GAAG,IAAW,EACpC,gBAAgB,GAAE,OAAO,GAAG,IAAW,GACxC,OAAO,CAAC,OAAO,CAAC;IAWnB;;;;OAIG;IACG,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,EAAE,GAAG,IAAI,CAAC;IAIzE;;;;;OAKG;IACG,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;CAG5F"}
|
|
@@ -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
|
|
7
|
-
*
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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;;
|
|
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
|
|
3
|
-
*
|
|
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
|
-
|
|
8
|
-
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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":"
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
21
|
+
* The type of this CCD operator.
|
|
17
22
|
*
|
|
18
|
-
* @returns
|
|
23
|
+
* @returns the {@link OperatorType} of this operator
|
|
19
24
|
*/
|
|
20
25
|
get type(): OperatorType;
|
|
21
26
|
/**
|
|
22
|
-
*
|
|
27
|
+
* The pro-ACD station extension number associated with this operator.
|
|
23
28
|
*
|
|
24
|
-
* @returns
|
|
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
|
-
*
|
|
30
|
-
*
|
|
33
|
+
* The agent groups this operator belongs to, including the preferred
|
|
34
|
+
* group if defined.
|
|
31
35
|
*
|
|
32
|
-
* @returns
|
|
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
|
-
*
|
|
40
|
+
* The skills assigned to this operator.
|
|
39
41
|
*
|
|
40
|
-
* @returns
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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-
|
|
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,
|
|
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-
|
|
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
|
|
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"}
|