@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,34 +1,35 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PerformanceCallsTimersResponseOptionsAllCallsDuration, PerformanceCallsTimersResponseOptionsCallsDurationByDirection, PerformanceCallsTimersResponseOptionsCallsDurationByOrigin, PerformanceCallsTimersResponseOptionsCallsDurationByResponse, PerformanceCallsTimersResponseOptionsCallsSegmentsDuration, PerformanceCallsTimersResponseOptionsCallsDurationByResult, PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours, PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla, PerformanceCallsTimersResponseOptionsCallsDurationByType } from './index';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* The formula is defined by `aggregationType` and `aggregationInterval` for every timer individually. If `aggregationType` is `Sum` or `Percent`, `aggregationInterval` is not supported. If `aggregationType` is `Min`, `Max` or `Average`,`aggregationInterval` is supported, but not required. If left empty, aggregation will be performed on per-call basis
|
|
4
4
|
*/
|
|
5
5
|
declare class PerformanceCallsTimersResponseOptions {
|
|
6
6
|
/**
|
|
7
7
|
*/
|
|
8
|
-
allCallsDuration?:
|
|
8
|
+
allCallsDuration?: PerformanceCallsTimersResponseOptionsAllCallsDuration;
|
|
9
9
|
/**
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
callsDurationByDirection?: PerformanceCallsTimersResponseOptionsCallsDurationByDirection;
|
|
12
12
|
/**
|
|
13
13
|
*/
|
|
14
|
-
|
|
14
|
+
callsDurationByOrigin?: PerformanceCallsTimersResponseOptionsCallsDurationByOrigin;
|
|
15
15
|
/**
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
callsDurationByResponse?: PerformanceCallsTimersResponseOptionsCallsDurationByResponse;
|
|
18
18
|
/**
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
callsSegmentsDuration?: PerformanceCallsTimersResponseOptionsCallsSegmentsDuration;
|
|
21
21
|
/**
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
callsDurationByResult?: PerformanceCallsTimersResponseOptionsCallsDurationByResult;
|
|
24
24
|
/**
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
callsDurationByCompanyHours?: PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours;
|
|
27
27
|
/**
|
|
28
|
+
* This timer is only applicable to Queues grouping
|
|
28
29
|
*/
|
|
29
|
-
|
|
30
|
+
callsDurationByQueueSla?: PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla;
|
|
30
31
|
/**
|
|
31
32
|
*/
|
|
32
|
-
|
|
33
|
+
callsDurationByType?: PerformanceCallsTimersResponseOptionsCallsDurationByType;
|
|
33
34
|
}
|
|
34
35
|
export default PerformanceCallsTimersResponseOptions;
|
|
@@ -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 timer individually. If `aggregationType` is `Sum` or `Percent`, `aggregationInterval` is not supported. If `aggregationType` is `Min`, `Max` or `Average`,`aggregationInterval` is supported, but not required. If left empty, aggregation will be performed on per-call basis
|
|
5
5
|
*/
|
|
6
6
|
class PerformanceCallsTimersResponseOptions {
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceCallsTimersResponseOptions.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptions.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptions.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptions.ts"],"names":[],"mappings":";;AAYA;;GAEG;AACH,MAAM,qCAAqC;CAqC1C;AACD,kBAAe,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsTimersResponseOptionsAllCallsDuration {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsTimersResponseOptionsAllCallsDuration;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsTimersResponseOptionsAllCallsDuration {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsTimersResponseOptionsAllCallsDuration;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsTimersResponseOptionsAllCallsDuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptionsAllCallsDuration.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptionsAllCallsDuration.ts"],"names":[],"mappings":";;AAAA,MAAM,qDAAqD;CAQ1D;AACD,kBAAe,qDAAqD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours.js.map
|
package/lib/definitions/PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours.ts"],"names":[],"mappings":";;AAAA,MAAM,gEAAgE;CAQrE;AACD,kBAAe,gEAAgE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsTimersResponseOptionsCallsDurationByDirection {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsTimersResponseOptionsCallsDurationByDirection;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsTimersResponseOptionsCallsDurationByDirection {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsTimersResponseOptionsCallsDurationByDirection;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsTimersResponseOptionsCallsDurationByDirection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptionsCallsDurationByDirection.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptionsCallsDurationByDirection.ts"],"names":[],"mappings":";;AAAA,MAAM,6DAA6D;CAQlE;AACD,kBAAe,6DAA6D,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsTimersResponseOptionsCallsDurationByOrigin {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsTimersResponseOptionsCallsDurationByOrigin;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsTimersResponseOptionsCallsDurationByOrigin {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsTimersResponseOptionsCallsDurationByOrigin;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsTimersResponseOptionsCallsDurationByOrigin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptionsCallsDurationByOrigin.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptionsCallsDurationByOrigin.ts"],"names":[],"mappings":";;AAAA,MAAM,0DAA0D;CAQ/D;AACD,kBAAe,0DAA0D,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla.ts"],"names":[],"mappings":";;AAAA,MAAM,4DAA4D;CAQjE;AACD,kBAAe,4DAA4D,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsTimersResponseOptionsCallsDurationByResponse {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsTimersResponseOptionsCallsDurationByResponse;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsTimersResponseOptionsCallsDurationByResponse {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsTimersResponseOptionsCallsDurationByResponse;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsTimersResponseOptionsCallsDurationByResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptionsCallsDurationByResponse.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResponse.ts"],"names":[],"mappings":";;AAAA,MAAM,4DAA4D;CAQjE;AACD,kBAAe,4DAA4D,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsTimersResponseOptionsCallsDurationByResult {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsTimersResponseOptionsCallsDurationByResult;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsTimersResponseOptionsCallsDurationByResult {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsTimersResponseOptionsCallsDurationByResult;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsTimersResponseOptionsCallsDurationByResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptionsCallsDurationByResult.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptionsCallsDurationByResult.ts"],"names":[],"mappings":";;AAAA,MAAM,0DAA0D;CAQ/D;AACD,kBAAe,0DAA0D,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsTimersResponseOptionsCallsDurationByType {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsTimersResponseOptionsCallsDurationByType;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsTimersResponseOptionsCallsDurationByType {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsTimersResponseOptionsCallsDurationByType;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsTimersResponseOptionsCallsDurationByType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptionsCallsDurationByType.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptionsCallsDurationByType.ts"],"names":[],"mappings":";;AAAA,MAAM,wDAAwD;CAQ7D;AACD,kBAAe,wDAAwD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare class PerformanceCallsTimersResponseOptionsCallsSegmentsDuration {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
aggregationType?: 'Sum' | 'Average' | 'Max' | 'Min' | 'Percent';
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
aggregationInterval?: 'Hour' | 'Day' | 'Week' | 'Month';
|
|
8
|
+
}
|
|
9
|
+
export default PerformanceCallsTimersResponseOptionsCallsSegmentsDuration;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
class PerformanceCallsTimersResponseOptionsCallsSegmentsDuration {
|
|
4
|
+
}
|
|
5
|
+
exports.default = PerformanceCallsTimersResponseOptionsCallsSegmentsDuration;
|
|
6
|
+
//# sourceMappingURL=PerformanceCallsTimersResponseOptionsCallsSegmentsDuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceCallsTimersResponseOptionsCallsSegmentsDuration.js","sourceRoot":"","sources":["../../definitions/PerformanceCallsTimersResponseOptionsCallsSegmentsDuration.ts"],"names":[],"mappings":";;AAAA,MAAM,0DAA0D;CAQ/D;AACD,kBAAe,0DAA0D,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare class
|
|
1
|
+
declare class ResponsePaging {
|
|
2
2
|
/**
|
|
3
3
|
* The current page number
|
|
4
4
|
* Required
|
|
@@ -6,7 +6,7 @@ declare class PerformanceCallsPaging {
|
|
|
6
6
|
*/
|
|
7
7
|
page?: number;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* How many items are displayed on the page
|
|
10
10
|
* Required
|
|
11
11
|
* Format: int64
|
|
12
12
|
*/
|
|
@@ -24,4 +24,4 @@ declare class PerformanceCallsPaging {
|
|
|
24
24
|
*/
|
|
25
25
|
totalElements?: number;
|
|
26
26
|
}
|
|
27
|
-
export default
|
|
27
|
+
export default ResponsePaging;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResponsePaging.js","sourceRoot":"","sources":["../../definitions/ResponsePaging.ts"],"names":[],"mappings":";;AAAA,MAAM,cAAc;CA4BnB;AACD,kBAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare class TimelineCountersResponseOptions {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
allCalls?: boolean;
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
callsByDirection?: boolean;
|
|
8
|
+
/**
|
|
9
|
+
*/
|
|
10
|
+
callsByOrigin?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
*/
|
|
13
|
+
callsByResponse?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
*/
|
|
16
|
+
callsSegments?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
*/
|
|
19
|
+
callsByResult?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
*/
|
|
22
|
+
callsByCompanyHours?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* This counter is only applicable to Queues grouping
|
|
25
|
+
*/
|
|
26
|
+
callsByQueueSla?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
*/
|
|
29
|
+
callsByActions?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
*/
|
|
32
|
+
callsByType?: boolean;
|
|
33
|
+
}
|
|
34
|
+
export default TimelineCountersResponseOptions;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimelineCountersResponseOptions.js","sourceRoot":"","sources":["../../definitions/TimelineCountersResponseOptions.ts"],"names":[],"mappings":";;AAAA,MAAM,+BAA+B;CAyCpC;AACD,kBAAe,+BAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimelineData.js","sourceRoot":"","sources":["../../definitions/TimelineData.ts"],"names":[],"mappings":";;AAEA,MAAM,YAAY;
|
|
1
|
+
{"version":3,"file":"TimelineData.js","sourceRoot":"","sources":["../../definitions/TimelineData.ts"],"names":[],"mappings":";;AAEA,MAAM,YAAY;CAajB;AACD,kBAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This field specifies the dimensions by which the response should be grouped and specific IDs to narrow the response. If this field is **undefined or null**, the response will contain one record with data aggregated by the whole company
|
|
3
|
+
*/
|
|
4
|
+
declare class TimelinePerformanceCallsGrouping {
|
|
5
|
+
/**
|
|
6
|
+
* This field describes the dimensions by which the response should be grouped. See also *The [Developer Guide](https://developers.ringcentral.com/guide/analytics/timeline)*
|
|
7
|
+
* Required
|
|
8
|
+
*/
|
|
9
|
+
groupBy?: 'Users' | 'Queues' | 'IVRs' | 'SharedLines';
|
|
10
|
+
/**
|
|
11
|
+
* This field can be used to specify unique identifiers of groups in GroupBy types
|
|
12
|
+
*/
|
|
13
|
+
ids?: string[];
|
|
14
|
+
}
|
|
15
|
+
export default TimelinePerformanceCallsGrouping;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* This field specifies the dimensions by which the response should be grouped and specific IDs to narrow the response. If this field is **undefined or null**, the response will contain one record with data aggregated by the whole company
|
|
5
|
+
*/
|
|
6
|
+
class TimelinePerformanceCallsGrouping {
|
|
7
|
+
}
|
|
8
|
+
exports.default = TimelinePerformanceCallsGrouping;
|
|
9
|
+
//# sourceMappingURL=TimelinePerformanceCallsGrouping.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimelinePerformanceCallsGrouping.js","sourceRoot":"","sources":["../../definitions/TimelinePerformanceCallsGrouping.ts"],"names":[],"mappings":";;AAAA;;GAEG;AACH,MAAM,gCAAgC;CAWrC;AACD,kBAAe,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TimelineCountersResponseOptions, TimelineTimersResponseOptions } from './index';
|
|
2
|
+
/**
|
|
3
|
+
* This field provides mapping of possible breakdown options for call aggregation time intervals
|
|
4
|
+
*/
|
|
5
|
+
declare class TimelineResponseDataOptions {
|
|
6
|
+
/**
|
|
7
|
+
*/
|
|
8
|
+
counters?: TimelineCountersResponseOptions;
|
|
9
|
+
/**
|
|
10
|
+
*/
|
|
11
|
+
timers?: TimelineTimersResponseOptions;
|
|
12
|
+
}
|
|
13
|
+
export default TimelineResponseDataOptions;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* This field provides mapping of possible breakdown options for call aggregation time intervals
|
|
5
|
+
*/
|
|
6
|
+
class TimelineResponseDataOptions {
|
|
7
|
+
}
|
|
8
|
+
exports.default = TimelineResponseDataOptions;
|
|
9
|
+
//# sourceMappingURL=TimelineResponseDataOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimelineResponseDataOptions.js","sourceRoot":"","sources":["../../definitions/TimelineResponseDataOptions.ts"],"names":[],"mappings":";;AAKA;;GAEG;AACH,MAAM,2BAA2B;CAQhC;AACD,kBAAe,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare class TimelineTimersResponseOptions {
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
allCallsDuration?: boolean;
|
|
5
|
+
/**
|
|
6
|
+
*/
|
|
7
|
+
callsDurationByDirection?: boolean;
|
|
8
|
+
/**
|
|
9
|
+
*/
|
|
10
|
+
callsDurationByOrigin?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
*/
|
|
13
|
+
callsDurationByResponse?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
*/
|
|
16
|
+
callsSegmentsDuration?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
*/
|
|
19
|
+
callsDurationByResult?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
*/
|
|
22
|
+
callsDurationByCompanyHours?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* This timer is only applicable to Queues grouping
|
|
25
|
+
*/
|
|
26
|
+
callsDurationByQueueSla?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
*/
|
|
29
|
+
callsDurationByType?: boolean;
|
|
30
|
+
}
|
|
31
|
+
export default TimelineTimersResponseOptions;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimelineTimersResponseOptions.js","sourceRoot":"","sources":["../../definitions/TimelineTimersResponseOptions.ts"],"names":[],"mappings":";;AAAA,MAAM,6BAA6B;CAqClC;AACD,kBAAe,6BAA6B,CAAC"}
|
|
@@ -43,6 +43,7 @@ export { default as AddressBookBulkUploadResponse } from './AddressBookBulkUploa
|
|
|
43
43
|
export { default as AddressBookBulkUploadTaskResult } from './AddressBookBulkUploadTaskResult';
|
|
44
44
|
export { default as AddressBookSync } from './AddressBookSync';
|
|
45
45
|
export { default as AggregateA2PSMSStatusesParameters } from './AggregateA2PSMSStatusesParameters';
|
|
46
|
+
export { default as AggregatePerformanceCallsGrouping } from './AggregatePerformanceCallsGrouping';
|
|
46
47
|
export { default as AggregatePerformanceReportCallsParameters } from './AggregatePerformanceReportCallsParameters';
|
|
47
48
|
export { default as AlertInfo } from './AlertInfo';
|
|
48
49
|
export { default as AnswerTarget } from './AnswerTarget';
|
|
@@ -97,6 +98,7 @@ export { default as BusinessAddressInfo } from './BusinessAddressInfo';
|
|
|
97
98
|
export { default as BusinessSiteCollectionRequest } from './BusinessSiteCollectionRequest';
|
|
98
99
|
export { default as BusinessSiteCollectionResource } from './BusinessSiteCollectionResource';
|
|
99
100
|
export { default as BusinessSiteResource } from './BusinessSiteResource';
|
|
101
|
+
export { default as CallActionFilter } from './CallActionFilter';
|
|
100
102
|
export { default as CallHandlingExtensionInfo } from './CallHandlingExtensionInfo';
|
|
101
103
|
export { default as CallHandlingNavigationInfo } from './CallHandlingNavigationInfo';
|
|
102
104
|
export { default as CallHandlingNavigationInfoUri } from './CallHandlingNavigationInfoUri';
|
|
@@ -122,7 +124,6 @@ export { default as CallParty } from './CallParty';
|
|
|
122
124
|
export { default as CallPartyFlip } from './CallPartyFlip';
|
|
123
125
|
export { default as CallPartyInfo } from './CallPartyInfo';
|
|
124
126
|
export { default as CallPartyReply } from './CallPartyReply';
|
|
125
|
-
export { default as CallPerformanceActionInfo } from './CallPerformanceActionInfo';
|
|
126
127
|
export { default as CallQueueBulkAssignResource } from './CallQueueBulkAssignResource';
|
|
127
128
|
export { default as CallQueueDetails } from './CallQueueDetails';
|
|
128
129
|
export { default as CallQueueExtensionInfo } from './CallQueueExtensionInfo';
|
|
@@ -513,6 +514,7 @@ export { default as InstantMessageEvent } from './InstantMessageEvent';
|
|
|
513
514
|
export { default as InstantMessageEventBody } from './InstantMessageEventBody';
|
|
514
515
|
export { default as InternalServerErrorResponse } from './InternalServerErrorResponse';
|
|
515
516
|
export { default as InvalidRequestResponse } from './InvalidRequestResponse';
|
|
517
|
+
export { default as KeyInfo } from './KeyInfo';
|
|
516
518
|
export { default as LanguageInfo } from './LanguageInfo';
|
|
517
519
|
export { default as LanguageList } from './LanguageList';
|
|
518
520
|
export { default as LastModifiedByInfo } from './LastModifiedByInfo';
|
|
@@ -691,7 +693,6 @@ export { default as PatchOperation } from './PatchOperation';
|
|
|
691
693
|
export { default as PauseResumeCallRecordingParameters } from './PauseResumeCallRecordingParameters';
|
|
692
694
|
export { default as PeerInfo } from './PeerInfo';
|
|
693
695
|
export { default as PerformanceCallsActions } from './PerformanceCallsActions';
|
|
694
|
-
export { default as PerformanceCallsAdditionalFilters } from './PerformanceCallsAdditionalFilters';
|
|
695
696
|
export { default as PerformanceCallsAdvancedTimeSettings } from './PerformanceCallsAdvancedTimeSettings';
|
|
696
697
|
export { default as PerformanceCallsAggregatesRequest } from './PerformanceCallsAggregatesRequest';
|
|
697
698
|
export { default as PerformanceCallsAggregatesResponse } from './PerformanceCallsAggregatesResponse';
|
|
@@ -703,15 +704,22 @@ export { default as PerformanceCallsByResponse } from './PerformanceCallsByRespo
|
|
|
703
704
|
export { default as PerformanceCallsByResult } from './PerformanceCallsByResult';
|
|
704
705
|
export { default as PerformanceCallsByType } from './PerformanceCallsByType';
|
|
705
706
|
export { default as PerformanceCallsCallSegmentLengthFilter } from './PerformanceCallsCallSegmentLengthFilter';
|
|
706
|
-
export { default as PerformanceCallsCounter } from './PerformanceCallsCounter';
|
|
707
707
|
export { default as PerformanceCallsCounters } from './PerformanceCallsCounters';
|
|
708
708
|
export { default as PerformanceCallsCountersResponseOptions } from './PerformanceCallsCountersResponseOptions';
|
|
709
|
+
export { default as PerformanceCallsCountersResponseOptionsAllCalls } from './PerformanceCallsCountersResponseOptionsAllCalls';
|
|
710
|
+
export { default as PerformanceCallsCountersResponseOptionsCallsByActions } from './PerformanceCallsCountersResponseOptionsCallsByActions';
|
|
711
|
+
export { default as PerformanceCallsCountersResponseOptionsCallsByCompanyHours } from './PerformanceCallsCountersResponseOptionsCallsByCompanyHours';
|
|
712
|
+
export { default as PerformanceCallsCountersResponseOptionsCallsByDirection } from './PerformanceCallsCountersResponseOptionsCallsByDirection';
|
|
713
|
+
export { default as PerformanceCallsCountersResponseOptionsCallsByOrigin } from './PerformanceCallsCountersResponseOptionsCallsByOrigin';
|
|
714
|
+
export { default as PerformanceCallsCountersResponseOptionsCallsByQueueSla } from './PerformanceCallsCountersResponseOptionsCallsByQueueSla';
|
|
715
|
+
export { default as PerformanceCallsCountersResponseOptionsCallsByResponse } from './PerformanceCallsCountersResponseOptionsCallsByResponse';
|
|
716
|
+
export { default as PerformanceCallsCountersResponseOptionsCallsByResult } from './PerformanceCallsCountersResponseOptionsCallsByResult';
|
|
717
|
+
export { default as PerformanceCallsCountersResponseOptionsCallsByType } from './PerformanceCallsCountersResponseOptionsCallsByType';
|
|
718
|
+
export { default as PerformanceCallsCountersResponseOptionsCallsSegments } from './PerformanceCallsCountersResponseOptionsCallsSegments';
|
|
709
719
|
export { default as PerformanceCallsData } from './PerformanceCallsData';
|
|
710
720
|
export { default as PerformanceCallsFilterByLength } from './PerformanceCallsFilterByLength';
|
|
711
721
|
export { default as PerformanceCallsFilterTimeSpentByMailbox } from './PerformanceCallsFilterTimeSpentByMailbox';
|
|
712
|
-
export { default as
|
|
713
|
-
export { default as PerformanceCallsKeyInfo } from './PerformanceCallsKeyInfo';
|
|
714
|
-
export { default as PerformanceCallsPaging } from './PerformanceCallsPaging';
|
|
722
|
+
export { default as PerformanceCallsFilters } from './PerformanceCallsFilters';
|
|
715
723
|
export { default as PerformanceCallsResponseDataOptions } from './PerformanceCallsResponseDataOptions';
|
|
716
724
|
export { default as PerformanceCallsSegments } from './PerformanceCallsSegments';
|
|
717
725
|
export { default as PerformanceCallsTimeInterval } from './PerformanceCallsTimeInterval';
|
|
@@ -719,9 +727,17 @@ export { default as PerformanceCallsTimeRange } from './PerformanceCallsTimeRang
|
|
|
719
727
|
export { default as PerformanceCallsTimeSettings } from './PerformanceCallsTimeSettings';
|
|
720
728
|
export { default as PerformanceCallsTimelineRequest } from './PerformanceCallsTimelineRequest';
|
|
721
729
|
export { default as PerformanceCallsTimelineResponse } from './PerformanceCallsTimelineResponse';
|
|
722
|
-
export { default as PerformanceCallsTimer } from './PerformanceCallsTimer';
|
|
723
730
|
export { default as PerformanceCallsTimers } from './PerformanceCallsTimers';
|
|
724
731
|
export { default as PerformanceCallsTimersResponseOptions } from './PerformanceCallsTimersResponseOptions';
|
|
732
|
+
export { default as PerformanceCallsTimersResponseOptionsAllCallsDuration } from './PerformanceCallsTimersResponseOptionsAllCallsDuration';
|
|
733
|
+
export { default as PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours } from './PerformanceCallsTimersResponseOptionsCallsDurationByCompanyHours';
|
|
734
|
+
export { default as PerformanceCallsTimersResponseOptionsCallsDurationByDirection } from './PerformanceCallsTimersResponseOptionsCallsDurationByDirection';
|
|
735
|
+
export { default as PerformanceCallsTimersResponseOptionsCallsDurationByOrigin } from './PerformanceCallsTimersResponseOptionsCallsDurationByOrigin';
|
|
736
|
+
export { default as PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla } from './PerformanceCallsTimersResponseOptionsCallsDurationByQueueSla';
|
|
737
|
+
export { default as PerformanceCallsTimersResponseOptionsCallsDurationByResponse } from './PerformanceCallsTimersResponseOptionsCallsDurationByResponse';
|
|
738
|
+
export { default as PerformanceCallsTimersResponseOptionsCallsDurationByResult } from './PerformanceCallsTimersResponseOptionsCallsDurationByResult';
|
|
739
|
+
export { default as PerformanceCallsTimersResponseOptionsCallsDurationByType } from './PerformanceCallsTimersResponseOptionsCallsDurationByType';
|
|
740
|
+
export { default as PerformanceCallsTimersResponseOptionsCallsSegmentsDuration } from './PerformanceCallsTimersResponseOptionsCallsSegmentsDuration';
|
|
725
741
|
export { default as PerformanceCallsTotal } from './PerformanceCallsTotal';
|
|
726
742
|
export { default as PerformanceReportCallsTimelineParameters } from './PerformanceReportCallsTimelineParameters';
|
|
727
743
|
export { default as PermissionCategoryCollectionResource } from './PermissionCategoryCollectionResource';
|
|
@@ -798,6 +814,7 @@ export { default as RegionalSettings } from './RegionalSettings';
|
|
|
798
814
|
export { default as RejectedMessageInfo } from './RejectedMessageInfo';
|
|
799
815
|
export { default as ReplyParty } from './ReplyParty';
|
|
800
816
|
export { default as ReplyWithPattern } from './ReplyWithPattern';
|
|
817
|
+
export { default as ResponsePaging } from './ResponsePaging';
|
|
801
818
|
export { default as RevokeTokenRequest } from './RevokeTokenRequest';
|
|
802
819
|
export { default as RingOutStatusInfo } from './RingOutStatusInfo';
|
|
803
820
|
export { default as RoleIdResource } from './RoleIdResource';
|
|
@@ -869,8 +886,12 @@ export { default as TelephonyUserMeetingSettings } from './TelephonyUserMeetingS
|
|
|
869
886
|
export { default as TemplateInfo } from './TemplateInfo';
|
|
870
887
|
export { default as TemporaryNumberInfo } from './TemporaryNumberInfo';
|
|
871
888
|
export { default as TimeInterval } from './TimeInterval';
|
|
889
|
+
export { default as TimelineCountersResponseOptions } from './TimelineCountersResponseOptions';
|
|
872
890
|
export { default as TimelineData } from './TimelineData';
|
|
873
891
|
export { default as TimelineDataPoint } from './TimelineDataPoint';
|
|
892
|
+
export { default as TimelinePerformanceCallsGrouping } from './TimelinePerformanceCallsGrouping';
|
|
893
|
+
export { default as TimelineResponseDataOptions } from './TimelineResponseDataOptions';
|
|
894
|
+
export { default as TimelineTimersResponseOptions } from './TimelineTimersResponseOptions';
|
|
874
895
|
export { default as TimezoneInfo } from './TimezoneInfo';
|
|
875
896
|
export { default as TokenInfo } from './TokenInfo';
|
|
876
897
|
export { default as TransferExtensionInfo } from './TransferExtensionInfo';
|