@rc-ex/core 0.12.1 → 0.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/definitions/AggregatePerformanceCallsGrouping.ts +28 -0
- package/definitions/AggregatePerformanceReportCallsParameters.ts +2 -1
- package/definitions/{CallPerformanceActionInfo.ts → CallActionFilter.ts} +2 -2
- package/definitions/CallSegmentFilter.ts +0 -4
- package/definitions/CallsByDirection.ts +2 -2
- package/definitions/CallsByOrigin.ts +2 -2
- package/definitions/KeyInfo.ts +9 -0
- package/definitions/PerformanceCallsAdvancedTimeSettings.ts +1 -2
- package/definitions/PerformanceCallsAggregatesRequest.ts +5 -4
- package/definitions/PerformanceCallsAggregatesResponse.ts +4 -3
- package/definitions/PerformanceCallsCounters.ts +1 -1
- package/definitions/PerformanceCallsCountersResponseOptions.ts +24 -12
- package/definitions/PerformanceCallsCountersResponseOptionsAllCalls.ts +10 -0
- package/definitions/PerformanceCallsCountersResponseOptionsCallsByActions.ts +10 -0
- package/definitions/PerformanceCallsCountersResponseOptionsCallsByCompanyHours.ts +10 -0
- package/definitions/PerformanceCallsCountersResponseOptionsCallsByDirection.ts +10 -0
- package/definitions/PerformanceCallsCountersResponseOptionsCallsByOrigin.ts +10 -0
- package/definitions/PerformanceCallsCountersResponseOptionsCallsByQueueSla.ts +10 -0
- package/definitions/PerformanceCallsCountersResponseOptionsCallsByResponse.ts +10 -0
- package/definitions/PerformanceCallsCountersResponseOptionsCallsByResult.ts +10 -0
- package/definitions/PerformanceCallsCountersResponseOptionsCallsByType.ts +10 -0
- package/definitions/PerformanceCallsCountersResponseOptionsCallsSegments.ts +10 -0
- package/definitions/PerformanceCallsData.ts +3 -6
- package/definitions/PerformanceCallsFilterTimeSpentByMailbox.ts +1 -1
- package/definitions/{PerformanceCallsAdditionalFilters.ts → PerformanceCallsFilters.ts} +24 -24
- package/definitions/PerformanceCallsResponseDataOptions.ts +1 -1
- package/definitions/PerformanceCallsTimeInterval.ts +2 -4
- package/definitions/PerformanceCallsTimeRange.ts +2 -5
- package/definitions/PerformanceCallsTimeSettings.ts +1 -1
- package/definitions/PerformanceCallsTimelineRequest.ts +9 -8
- package/definitions/PerformanceCallsTimers.ts +1 -1
- package/definitions/PerformanceCallsTimersResponseOptions.ts +22 -11
- package/definitions/PerformanceCallsTimersResponseOptionsAllCallsDuration.ts +10 -0
- package/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours.ts +10 -0
- package/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByDirection.ts +10 -0
- package/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByOrigin.ts +10 -0
- package/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla.ts +10 -0
- package/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResponse.ts +10 -0
- package/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResult.ts +10 -0
- package/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByType.ts +10 -0
- package/definitions/PerformanceCallsTimersResponseOptionsCallsSegmentsDuration.ts +10 -0
- package/definitions/{PerformanceCallsPaging.ts → ResponsePaging.ts} +3 -3
- package/definitions/TimelineCountersResponseOptions.ts +43 -0
- package/definitions/TimelineData.ts +5 -1
- package/definitions/TimelinePerformanceCallsGrouping.ts +16 -0
- package/definitions/TimelineResponseDataOptions.ts +18 -0
- package/definitions/TimelineTimersResponseOptions.ts +39 -0
- package/definitions/index.ts +28 -7
- package/lib/definitions/AggregatePerformanceCallsGrouping.d.ts +15 -0
- package/lib/definitions/AggregatePerformanceCallsGrouping.js +9 -0
- package/lib/definitions/AggregatePerformanceCallsGrouping.js.map +1 -0
- package/lib/definitions/AggregatePerformanceReportCallsParameters.d.ts +2 -1
- package/lib/definitions/AggregatePerformanceReportCallsParameters.js.map +1 -1
- package/lib/definitions/{CallPerformanceActionInfo.d.ts → CallActionFilter.d.ts} +2 -2
- package/lib/definitions/CallActionFilter.js +6 -0
- package/lib/definitions/CallActionFilter.js.map +1 -0
- package/lib/definitions/CallSegmentFilter.d.ts +0 -4
- package/lib/definitions/CallSegmentFilter.js +0 -3
- package/lib/definitions/CallSegmentFilter.js.map +1 -1
- package/lib/definitions/CallsByDirection.d.ts +2 -2
- package/lib/definitions/CallsByOrigin.d.ts +2 -2
- package/lib/definitions/KeyInfo.d.ts +9 -0
- package/lib/definitions/KeyInfo.js +9 -0
- package/lib/definitions/KeyInfo.js.map +1 -0
- package/lib/definitions/PerformanceCallsAdvancedTimeSettings.d.ts +1 -2
- package/lib/definitions/PerformanceCallsAdvancedTimeSettings.js.map +1 -1
- package/lib/definitions/PerformanceCallsAggregatesRequest.d.ts +4 -3
- package/lib/definitions/PerformanceCallsAggregatesRequest.js.map +1 -1
- package/lib/definitions/PerformanceCallsAggregatesResponse.d.ts +4 -3
- package/lib/definitions/PerformanceCallsAggregatesResponse.js.map +1 -1
- package/lib/definitions/PerformanceCallsCounters.d.ts +1 -1
- package/lib/definitions/PerformanceCallsCounters.js +1 -1
- package/lib/definitions/PerformanceCallsCountersResponseOptions.d.ts +13 -12
- package/lib/definitions/PerformanceCallsCountersResponseOptions.js +1 -1
- package/lib/definitions/PerformanceCallsCountersResponseOptions.js.map +1 -1
- package/lib/definitions/PerformanceCallsCountersResponseOptionsAllCalls.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsAllCalls.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsAllCalls.js.map +1 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByActions.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByActions.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByActions.js.map +1 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByCompanyHours.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByCompanyHours.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByCompanyHours.js.map +1 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByDirection.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByDirection.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByDirection.js.map +1 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByOrigin.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByOrigin.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByOrigin.js.map +1 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByQueueSla.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByQueueSla.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByQueueSla.js.map +1 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByResponse.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByResponse.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByResponse.js.map +1 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByResult.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByResult.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByResult.js.map +1 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByType.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByType.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsByType.js.map +1 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsSegments.d.ts +9 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsSegments.js +6 -0
- package/lib/definitions/PerformanceCallsCountersResponseOptionsCallsSegments.js.map +1 -0
- package/lib/definitions/PerformanceCallsData.d.ts +3 -6
- package/lib/definitions/PerformanceCallsData.js +0 -3
- package/lib/definitions/PerformanceCallsData.js.map +1 -1
- package/lib/definitions/PerformanceCallsFilterTimeSpentByMailbox.d.ts +1 -1
- package/lib/definitions/PerformanceCallsFilterTimeSpentByMailbox.js +1 -1
- package/lib/definitions/PerformanceCallsFilters.d.ts +61 -0
- package/lib/definitions/PerformanceCallsFilters.js +9 -0
- package/lib/definitions/PerformanceCallsFilters.js.map +1 -0
- package/lib/definitions/PerformanceCallsResponseDataOptions.d.ts +1 -1
- package/lib/definitions/PerformanceCallsResponseDataOptions.js +1 -1
- package/lib/definitions/PerformanceCallsTimeInterval.d.ts +2 -4
- package/lib/definitions/PerformanceCallsTimeInterval.js.map +1 -1
- package/lib/definitions/PerformanceCallsTimeRange.d.ts +2 -5
- package/lib/definitions/PerformanceCallsTimeRange.js +0 -3
- package/lib/definitions/PerformanceCallsTimeRange.js.map +1 -1
- package/lib/definitions/PerformanceCallsTimeSettings.d.ts +1 -1
- package/lib/definitions/PerformanceCallsTimeSettings.js +1 -1
- package/lib/definitions/PerformanceCallsTimelineRequest.d.ts +6 -5
- package/lib/definitions/PerformanceCallsTimelineRequest.js.map +1 -1
- package/lib/definitions/PerformanceCallsTimers.d.ts +1 -1
- package/lib/definitions/PerformanceCallsTimers.js +1 -1
- package/lib/definitions/PerformanceCallsTimersResponseOptions.d.ts +12 -11
- package/lib/definitions/PerformanceCallsTimersResponseOptions.js +1 -1
- package/lib/definitions/PerformanceCallsTimersResponseOptions.js.map +1 -1
- package/lib/definitions/PerformanceCallsTimersResponseOptionsAllCallsDuration.d.ts +9 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsAllCallsDuration.js +6 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsAllCallsDuration.js.map +1 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours.d.ts +9 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours.js +6 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours.js.map +1 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByDirection.d.ts +9 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByDirection.js +6 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByDirection.js.map +1 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByOrigin.d.ts +9 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByOrigin.js +6 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByOrigin.js.map +1 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla.d.ts +9 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla.js +6 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla.js.map +1 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResponse.d.ts +9 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResponse.js +6 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResponse.js.map +1 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResult.d.ts +9 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResult.js +6 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResult.js.map +1 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByType.d.ts +9 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByType.js +6 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByType.js.map +1 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsSegmentsDuration.d.ts +9 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsSegmentsDuration.js +6 -0
- package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsSegmentsDuration.js.map +1 -0
- package/lib/definitions/{PerformanceCallsPaging.d.ts → ResponsePaging.d.ts} +3 -3
- package/lib/definitions/ResponsePaging.js +6 -0
- package/lib/definitions/ResponsePaging.js.map +1 -0
- package/lib/definitions/TimelineCountersResponseOptions.d.ts +34 -0
- package/lib/definitions/TimelineCountersResponseOptions.js +6 -0
- package/lib/definitions/TimelineCountersResponseOptions.js.map +1 -0
- package/lib/definitions/TimelineData.d.ts +4 -1
- package/lib/definitions/TimelineData.js.map +1 -1
- package/lib/definitions/TimelinePerformanceCallsGrouping.d.ts +15 -0
- package/lib/definitions/TimelinePerformanceCallsGrouping.js +9 -0
- package/lib/definitions/TimelinePerformanceCallsGrouping.js.map +1 -0
- package/lib/definitions/TimelineResponseDataOptions.d.ts +13 -0
- package/lib/definitions/TimelineResponseDataOptions.js +9 -0
- package/lib/definitions/TimelineResponseDataOptions.js.map +1 -0
- package/lib/definitions/TimelineTimersResponseOptions.d.ts +31 -0
- package/lib/definitions/TimelineTimersResponseOptions.js +6 -0
- package/lib/definitions/TimelineTimersResponseOptions.js.map +1 -0
- package/lib/definitions/index.d.ts +28 -7
- package/lib/definitions/index.js +76 -33
- package/lib/definitions/index.js.map +1 -1
- package/lib/package.json +2 -2
- package/lib/paths/Analytics/Phone/Performance/V1/Accounts/Calls/Aggregate/index.d.ts +2 -1
- package/lib/paths/Analytics/Phone/Performance/V1/Accounts/Calls/Aggregate/index.js +2 -1
- package/lib/paths/Analytics/Phone/Performance/V1/Accounts/Calls/Aggregate/index.js.map +1 -1
- package/lib/paths/Analytics/Phone/Performance/V1/Accounts/Calls/Timeline/index.d.ts +2 -1
- package/lib/paths/Analytics/Phone/Performance/V1/Accounts/Calls/Timeline/index.js +2 -1
- package/lib/paths/Analytics/Phone/Performance/V1/Accounts/Calls/Timeline/index.js.map +1 -1
- package/package.json +2 -2
- package/paths/Analytics/Phone/Performance/V1/Accounts/Calls/Aggregate/index.ts +2 -1
- package/paths/Analytics/Phone/Performance/V1/Accounts/Calls/Timeline/index.ts +2 -1
- package/samples.md +6 -6
- package/definitions/PerformanceCallsCounter.ts +0 -13
- package/definitions/PerformanceCallsGrouping.ts +0 -63
- package/definitions/PerformanceCallsKeyInfo.ts +0 -10
- package/definitions/PerformanceCallsTimer.ts +0 -13
- package/lib/definitions/CallPerformanceActionInfo.js +0 -6
- package/lib/definitions/CallPerformanceActionInfo.js.map +0 -1
- package/lib/definitions/PerformanceCallsAdditionalFilters.d.ts +0 -61
- package/lib/definitions/PerformanceCallsAdditionalFilters.js +0 -9
- package/lib/definitions/PerformanceCallsAdditionalFilters.js.map +0 -1
- package/lib/definitions/PerformanceCallsCounter.d.ts +0 -12
- package/lib/definitions/PerformanceCallsCounter.js +0 -6
- package/lib/definitions/PerformanceCallsCounter.js.map +0 -1
- package/lib/definitions/PerformanceCallsGrouping.d.ts +0 -50
- package/lib/definitions/PerformanceCallsGrouping.js +0 -44
- package/lib/definitions/PerformanceCallsGrouping.js.map +0 -1
- package/lib/definitions/PerformanceCallsKeyInfo.d.ts +0 -10
- package/lib/definitions/PerformanceCallsKeyInfo.js +0 -9
- package/lib/definitions/PerformanceCallsKeyInfo.js.map +0 -1
- package/lib/definitions/PerformanceCallsPaging.js +0 -6
- package/lib/definitions/PerformanceCallsPaging.js.map +0 -1
- package/lib/definitions/PerformanceCallsTimer.d.ts +0 -12
- package/lib/definitions/PerformanceCallsTimer.js +0 -6
- package/lib/definitions/PerformanceCallsTimer.js.map +0 -1
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ResponsePaging, PerformanceCallsData } from './index';
|
|
2
2
|
declare class PerformanceCallsAggregatesResponse {
|
|
3
3
|
/**
|
|
4
4
|
* Required
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
paging?: ResponsePaging;
|
|
7
7
|
/**
|
|
8
|
+
* A list of call aggregations as per the grouping and filtering options specified in the request
|
|
8
9
|
*/
|
|
9
|
-
|
|
10
|
+
data?: PerformanceCallsData[];
|
|
10
11
|
}
|
|
11
12
|
export default PerformanceCallsAggregatesResponse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceCallsAggregatesResponse.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsAggregatesResponse.ts"],"names":[],"mappings":";;AAEA,MAAM,kCAAkC;
|
|
1
|
+
{"version":3,"file":"PerformanceCallsAggregatesResponse.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsAggregatesResponse.ts"],"names":[],"mappings":";;AAEA,MAAM,kCAAkC;CAUvC;AACD,kBAAe,kCAAkC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PerformanceCallsTotal, PerformanceCallsByDirection, PerformanceCallsByOrigin, PerformanceCallsByResponse, PerformanceCallsSegments, PerformanceCallsByResult, PerformanceCallsActions, PerformanceCallsByCompanyHours, PerformanceCallsByQueueSla, PerformanceCallsByType } from './index';
|
|
2
2
|
/**
|
|
3
|
-
* Call volume data for the specified grouping
|
|
3
|
+
* Call volume data for the specified grouping
|
|
4
4
|
*/
|
|
5
5
|
declare class PerformanceCallsCounters {
|
|
6
6
|
/**
|
|
@@ -1,37 +1,38 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PerformanceCallsCountersResponseOptionsAllCalls, PerformanceCallsCountersResponseOptionsCallsByDirection, PerformanceCallsCountersResponseOptionsCallsByOrigin, PerformanceCallsCountersResponseOptionsCallsByResponse, PerformanceCallsCountersResponseOptionsCallsSegments, PerformanceCallsCountersResponseOptionsCallsByResult, PerformanceCallsCountersResponseOptionsCallsByCompanyHours, PerformanceCallsCountersResponseOptionsCallsByQueueSla, PerformanceCallsCountersResponseOptionsCallsByActions, PerformanceCallsCountersResponseOptionsCallsByType } from './index';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* The formula is defined by `aggregationType` and `aggregationInterval` for every counter individually. If `aggregationType` is `Sum` or `Percent`, `aggregationInterval` is not supported. If `aggregationType` is `Min`, `Max` or `Average`,`aggregationInterval` is required
|
|
4
4
|
*/
|
|
5
5
|
declare class PerformanceCallsCountersResponseOptions {
|
|
6
6
|
/**
|
|
7
7
|
*/
|
|
8
|
-
allCalls?:
|
|
8
|
+
allCalls?: PerformanceCallsCountersResponseOptionsAllCalls;
|
|
9
9
|
/**
|
|
10
10
|
*/
|
|
11
|
-
callsByDirection?:
|
|
11
|
+
callsByDirection?: PerformanceCallsCountersResponseOptionsCallsByDirection;
|
|
12
12
|
/**
|
|
13
13
|
*/
|
|
14
|
-
callsByOrigin?:
|
|
14
|
+
callsByOrigin?: PerformanceCallsCountersResponseOptionsCallsByOrigin;
|
|
15
15
|
/**
|
|
16
16
|
*/
|
|
17
|
-
callsByResponse?:
|
|
17
|
+
callsByResponse?: PerformanceCallsCountersResponseOptionsCallsByResponse;
|
|
18
18
|
/**
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
callsSegments?: PerformanceCallsCountersResponseOptionsCallsSegments;
|
|
21
21
|
/**
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
callsByResult?: PerformanceCallsCountersResponseOptionsCallsByResult;
|
|
24
24
|
/**
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
callsByCompanyHours?: PerformanceCallsCountersResponseOptionsCallsByCompanyHours;
|
|
27
27
|
/**
|
|
28
|
+
* This counter is only applicable to Queues grouping
|
|
28
29
|
*/
|
|
29
|
-
|
|
30
|
+
callsByQueueSla?: PerformanceCallsCountersResponseOptionsCallsByQueueSla;
|
|
30
31
|
/**
|
|
31
32
|
*/
|
|
32
|
-
|
|
33
|
+
callsByActions?: PerformanceCallsCountersResponseOptionsCallsByActions;
|
|
33
34
|
/**
|
|
34
35
|
*/
|
|
35
|
-
|
|
36
|
+
callsByType?: PerformanceCallsCountersResponseOptionsCallsByType;
|
|
36
37
|
}
|
|
37
38
|
export default PerformanceCallsCountersResponseOptions;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* The formula is defined by `aggregationType` and `aggregationInterval` for every counter individually. If `aggregationType` is `Sum` or `Percent`, `aggregationInterval` is not supported. If `aggregationType` is `Min`, `Max` or `Average`,`aggregationInterval` is required
|
|
5
5
|
*/
|
|
6
6
|
class PerformanceCallsCountersResponseOptions {
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceCallsCountersResponseOptions.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptions.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptions.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptions.ts"],"names":[],"mappings":";;AAaA;;GAEG;AACH,MAAM,uCAAuC;CAyC5C;AACD,kBAAe,uCAAuC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsAllCalls {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsAllCalls;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsAllCalls {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsAllCalls;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsAllCalls.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsAllCalls.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsAllCalls.ts"],"names":[],"mappings":";;AAAA,MAAM,+CAA+C;CAQpD;AACD,kBAAe,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsCallsByActions {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsCallsByActions;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsCallsByActions {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsCallsByActions;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsCallsByActions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsCallsByActions.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsCallsByActions.ts"],"names":[],"mappings":";;AAAA,MAAM,qDAAqD;CAQ1D;AACD,kBAAe,qDAAqD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsCallsByCompanyHours {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsCallsByCompanyHours;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsCallsByCompanyHours {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsCallsByCompanyHours;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsCallsByCompanyHours.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsCallsByCompanyHours.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsCallsByCompanyHours.ts"],"names":[],"mappings":";;AAAA,MAAM,0DAA0D;CAQ/D;AACD,kBAAe,0DAA0D,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsCallsByDirection {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsCallsByDirection;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsCallsByDirection {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsCallsByDirection;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsCallsByDirection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsCallsByDirection.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsCallsByDirection.ts"],"names":[],"mappings":";;AAAA,MAAM,uDAAuD;CAQ5D;AACD,kBAAe,uDAAuD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsCallsByOrigin {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsCallsByOrigin;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsCallsByOrigin {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsCallsByOrigin;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsCallsByOrigin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsCallsByOrigin.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsCallsByOrigin.ts"],"names":[],"mappings":";;AAAA,MAAM,oDAAoD;CAQzD;AACD,kBAAe,oDAAoD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsCallsByQueueSla {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsCallsByQueueSla;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsCallsByQueueSla {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsCallsByQueueSla;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsCallsByQueueSla.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsCallsByQueueSla.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsCallsByQueueSla.ts"],"names":[],"mappings":";;AAAA,MAAM,sDAAsD;CAQ3D;AACD,kBAAe,sDAAsD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsCallsByResponse {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsCallsByResponse;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsCallsByResponse {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsCallsByResponse;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsCallsByResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsCallsByResponse.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsCallsByResponse.ts"],"names":[],"mappings":";;AAAA,MAAM,sDAAsD;CAQ3D;AACD,kBAAe,sDAAsD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsCallsByResult {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsCallsByResult;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsCallsByResult {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsCallsByResult;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsCallsByResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsCallsByResult.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsCallsByResult.ts"],"names":[],"mappings":";;AAAA,MAAM,oDAAoD;CAQzD;AACD,kBAAe,oDAAoD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsCallsByType {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsCallsByType;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsCallsByType {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsCallsByType;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsCallsByType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsCallsByType.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsCallsByType.ts"],"names":[],"mappings":";;AAAA,MAAM,kDAAkD;CAQvD;AACD,kBAAe,kDAAkD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsCountersResponseOptionsCallsSegments {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsCountersResponseOptionsCallsSegments;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsCountersResponseOptionsCallsSegments {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsCountersResponseOptionsCallsSegments;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsCountersResponseOptionsCallsSegments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsCountersResponseOptionsCallsSegments.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsCountersResponseOptionsCallsSegments.ts"],"names":[],"mappings":";;AAAA,MAAM,oDAAoD;CAQzD;AACD,kBAAe,oDAAoD,CAAC"}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
/**
|
|
3
|
-
* A list of call aggregations as per the grouping and filtering options specified in the request.
|
|
4
|
-
*/
|
|
1
|
+
import { KeyInfo, PerformanceCallsTimers, PerformanceCallsCounters } from './index';
|
|
5
2
|
declare class PerformanceCallsData {
|
|
6
3
|
/**
|
|
7
|
-
* Grouping key
|
|
4
|
+
* Grouping key.
|
|
8
5
|
* Required
|
|
9
6
|
*/
|
|
10
7
|
key?: string;
|
|
11
8
|
/**
|
|
12
9
|
*/
|
|
13
|
-
keyInfo?:
|
|
10
|
+
keyInfo?: KeyInfo;
|
|
14
11
|
/**
|
|
15
12
|
*/
|
|
16
13
|
timers?: PerformanceCallsTimers;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
/**
|
|
4
|
-
* A list of call aggregations as per the grouping and filtering options specified in the request.
|
|
5
|
-
*/
|
|
6
3
|
class PerformanceCallsData {
|
|
7
4
|
}
|
|
8
5
|
exports.default = PerformanceCallsData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceCallsData.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsData.ts"],"names":[],"mappings":";;AAMA
|
|
1
|
+
{"version":3,"file":"PerformanceCallsData.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsData.ts"],"names":[],"mappings":";;AAMA,MAAM,oBAAoB;CAkBzB;AACD,kBAAe,oBAAoB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/**
|
|
4
|
-
* Conditional aggregation of calls based on the time spent
|
|
4
|
+
* Conditional aggregation of calls based on the time spent by specified mailbox(es) on call
|
|
5
5
|
*/
|
|
6
6
|
class PerformanceCallsFilterTimeSpentByMailbox {
|
|
7
7
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { CallSegmentFilter, CallActionFilter, PerformanceCallsFilterByLength, PerformanceCallsFilterTimeSpentByMailbox } from './index';
|
|
2
|
+
/**
|
|
3
|
+
* Optional filters that limit the scope of calls to be aggregated (joined via AND)
|
|
4
|
+
*/
|
|
5
|
+
declare class PerformanceCallsFilters {
|
|
6
|
+
/**
|
|
7
|
+
* Specifies whether the call was inbound or outbound relative to the scope specified in grouping object. Not applicable to internal calls with company scope (when grouping is not specified)
|
|
8
|
+
*/
|
|
9
|
+
direction?: 'Inbound' | 'Outbound';
|
|
10
|
+
/**
|
|
11
|
+
* Specifies whether an external party was present in the initial segment of the call
|
|
12
|
+
*/
|
|
13
|
+
origin?: 'Internal' | 'External';
|
|
14
|
+
/**
|
|
15
|
+
* Aggregation of calls by first response
|
|
16
|
+
*/
|
|
17
|
+
callResponse?: 'Answered' | 'NotAnswered' | 'Connected' | 'NotConnected';
|
|
18
|
+
/**
|
|
19
|
+
* Aggregation of calls by the nature of call result (joined via OR)
|
|
20
|
+
*/
|
|
21
|
+
callResult?: ('Completed' | 'Abandoned' | 'Voicemail' | 'Unknown' | 'Missed' | 'Accepted')[];
|
|
22
|
+
/**
|
|
23
|
+
* Aggregation of calls by presence of specific segment (joined via OR)
|
|
24
|
+
*/
|
|
25
|
+
callSegments?: CallSegmentFilter[];
|
|
26
|
+
/**
|
|
27
|
+
* Aggregation of calls by presence of specific action (joined via OR)
|
|
28
|
+
*/
|
|
29
|
+
callActions?: CallActionFilter[];
|
|
30
|
+
/**
|
|
31
|
+
* Aggregation of calls by company's business hours or after hours
|
|
32
|
+
*/
|
|
33
|
+
companyHours?: 'BusinessHours' | 'AfterHours';
|
|
34
|
+
/**
|
|
35
|
+
*/
|
|
36
|
+
callDuration?: PerformanceCallsFilterByLength;
|
|
37
|
+
/**
|
|
38
|
+
*/
|
|
39
|
+
timeSpent?: PerformanceCallsFilterTimeSpentByMailbox;
|
|
40
|
+
/**
|
|
41
|
+
* List of extension Ids from which users specified in groupBy received calls, items are joined via OR condition
|
|
42
|
+
*/
|
|
43
|
+
callerExtensionIds?: string[];
|
|
44
|
+
/**
|
|
45
|
+
* List of extension Ids to which users specified in groupBy placed calls, items are joined via OR condition
|
|
46
|
+
*/
|
|
47
|
+
calledExtensionIds?: string[];
|
|
48
|
+
/**
|
|
49
|
+
* The direct company numbers the caller called (joined via OR)
|
|
50
|
+
*/
|
|
51
|
+
calledNumbers?: string[];
|
|
52
|
+
/**
|
|
53
|
+
* This filter allows to get aggregation of calls that were either within or out of queue SLA. Only applicable to Queues grouping
|
|
54
|
+
*/
|
|
55
|
+
queueSla?: 'InSla' | 'OutSla';
|
|
56
|
+
/**
|
|
57
|
+
* This filter allows to get aggregation of calls based on how the call started from the callee perspective (joined via OR). If the call is outbound relative to the grouping scope, callType is Outbound
|
|
58
|
+
*/
|
|
59
|
+
callType?: ('Direct' | 'FromQueue' | 'ParkRetrieval' | 'Transferred' | 'Outbound')[];
|
|
60
|
+
}
|
|
61
|
+
export default PerformanceCallsFilters;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Optional filters that limit the scope of calls to be aggregated (joined via AND)
|
|
5
|
+
*/
|
|
6
|
+
class PerformanceCallsFilters {
|
|
7
|
+
}
|
|
8
|
+
exports.default = PerformanceCallsFilters;
|
|
9
|
+
//# sourceMappingURL=PerformanceCallsFilters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsFilters.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsFilters.ts"],"names":[],"mappings":";;AAOA;;GAEG;AACH,MAAM,uBAAuB;CAiF5B;AACD,kBAAe,uBAAuB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PerformanceCallsCountersResponseOptions, PerformanceCallsTimersResponseOptions } from './index';
|
|
2
2
|
/**
|
|
3
|
-
* Provides mapping of possible breakdown options for call aggregation
|
|
3
|
+
* Provides mapping of possible breakdown options for call aggregation time intervals
|
|
4
4
|
*/
|
|
5
5
|
declare class PerformanceCallsResponseDataOptions {
|
|
6
6
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/**
|
|
4
|
-
* Provides mapping of possible breakdown options for call aggregation
|
|
4
|
+
* Provides mapping of possible breakdown options for call aggregation time intervals
|
|
5
5
|
*/
|
|
6
6
|
class PerformanceCallsResponseDataOptions {
|
|
7
7
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
declare class PerformanceCallsTimeInterval {
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Required
|
|
3
|
+
* Time in format hh:mm
|
|
5
4
|
*/
|
|
6
5
|
from?: string;
|
|
7
6
|
/**
|
|
8
|
-
*
|
|
9
|
-
* Required
|
|
7
|
+
* Time in format hh:mm
|
|
10
8
|
*/
|
|
11
9
|
to?: string;
|
|
12
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceCallsTimeInterval.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimeInterval.ts"],"names":[],"mappings":";;AAAA,MAAM,4BAA4B;
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimeInterval.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimeInterval.ts"],"names":[],"mappings":";;AAAA,MAAM,4BAA4B;CAUjC;AACD,kBAAe,4BAA4B,CAAC"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Date-time range for the calls aggregated. A call is considered to be in the time range if it started within the time frame specified. Both borders are inclusive.
|
|
3
|
-
*/
|
|
4
1
|
declare class PerformanceCallsTimeRange {
|
|
5
2
|
/**
|
|
6
|
-
* The start date-time for resulting records in
|
|
3
|
+
* The start date-time for resulting records in RFC 3339 format including timezone, for example 2016-03-15T18:07:52.534Z
|
|
7
4
|
* Required
|
|
8
5
|
* Format: date-time
|
|
9
6
|
*/
|
|
10
7
|
timeFrom?: string;
|
|
11
8
|
/**
|
|
12
|
-
* The end date-time for resulting records in
|
|
9
|
+
* The end date-time for resulting records in RFC 3339 format including timezone, for example 2016-03-15T18:07:52.534Z
|
|
13
10
|
* Required
|
|
14
11
|
* Format: date-time
|
|
15
12
|
*/
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
/**
|
|
4
|
-
* Date-time range for the calls aggregated. A call is considered to be in the time range if it started within the time frame specified. Both borders are inclusive.
|
|
5
|
-
*/
|
|
6
3
|
class PerformanceCallsTimeRange {
|
|
7
4
|
}
|
|
8
5
|
exports.default = PerformanceCallsTimeRange;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceCallsTimeRange.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimeRange.ts"],"names":[],"mappings":";;AAAA
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimeRange.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimeRange.ts"],"names":[],"mappings":";;AAAA,MAAM,yBAAyB;CAc9B;AACD,kBAAe,yBAAyB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PerformanceCallsTimeRange, PerformanceCallsAdvancedTimeSettings } from './index';
|
|
2
2
|
/**
|
|
3
|
-
* Date-time range for which the calls are aggregated. The call is considered to be within time range if it started within time range. Both borders are inclusive
|
|
3
|
+
* Date-time range for which the calls are aggregated. The call is considered to be within time range if it started within time range. Both borders are inclusive
|
|
4
4
|
*/
|
|
5
5
|
declare class PerformanceCallsTimeSettings {
|
|
6
6
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/**
|
|
4
|
-
* Date-time range for which the calls are aggregated. The call is considered to be within time range if it started within time range. Both borders are inclusive
|
|
4
|
+
* Date-time range for which the calls are aggregated. The call is considered to be within time range if it started within time range. Both borders are inclusive
|
|
5
5
|
*/
|
|
6
6
|
class PerformanceCallsTimeSettings {
|
|
7
7
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TimelinePerformanceCallsGrouping, PerformanceCallsTimeSettings, PerformanceCallsFilters, TimelineResponseDataOptions } from './index';
|
|
2
2
|
declare class PerformanceCallsTimelineRequest {
|
|
3
3
|
/**
|
|
4
|
+
* Required
|
|
4
5
|
*/
|
|
5
|
-
grouping?:
|
|
6
|
+
grouping?: TimelinePerformanceCallsGrouping;
|
|
6
7
|
/**
|
|
7
8
|
* Required
|
|
8
9
|
*/
|
|
9
|
-
|
|
10
|
+
timeSettings?: PerformanceCallsTimeSettings;
|
|
10
11
|
/**
|
|
11
12
|
*/
|
|
12
|
-
additionalFilters?:
|
|
13
|
+
additionalFilters?: PerformanceCallsFilters;
|
|
13
14
|
/**
|
|
14
15
|
* Required
|
|
15
16
|
*/
|
|
16
|
-
responseOptions?:
|
|
17
|
+
responseOptions?: TimelineResponseDataOptions;
|
|
17
18
|
}
|
|
18
19
|
export default PerformanceCallsTimelineRequest;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceCallsTimelineRequest.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimelineRequest.ts"],"names":[],"mappings":";;AAOA,MAAM,+BAA+B;
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimelineRequest.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimelineRequest.ts"],"names":[],"mappings":";;AAOA,MAAM,+BAA+B;CAmBpC;AACD,kBAAe,+BAA+B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PerformanceCallsTotal, PerformanceCallsByDirection, PerformanceCallsByOrigin, PerformanceCallsByResponse, PerformanceCallsSegments, PerformanceCallsByResult, PerformanceCallsByCompanyHours, PerformanceCallsByQueueSla, PerformanceCallsByType } from './index';
|
|
2
2
|
/**
|
|
3
|
-
* Call length data for the specified grouping
|
|
3
|
+
* Call length data for the specified grouping
|
|
4
4
|
*/
|
|
5
5
|
declare class PerformanceCallsTimers {
|
|
6
6
|
/**
|