@wildix/wda-insights-client 1.1.45 → 3.1.46
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/dist-cjs/WdaInsights.js +3 -3
- package/dist-cjs/WdaInsightsClient.js +34 -26
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +58 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +10 -11
- package/dist-cjs/commands/CreateFilterCommand.js +10 -11
- package/dist-cjs/commands/CreatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DeleteDashboardCommand.js +10 -11
- package/dist-cjs/commands/DeleteFilterCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DisableProjectionCommand.js +10 -11
- package/dist-cjs/commands/EnableProjectionCommand.js +10 -11
- package/dist-cjs/commands/GetAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/GetCallCharacteristicsCommand.js +10 -11
- package/dist-cjs/commands/GetCallInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetCallStateCommand.js +10 -11
- package/dist-cjs/commands/GetCallSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetChatInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetChatStateCommand.js +10 -11
- package/dist-cjs/commands/GetChatSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceStateCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceTimeFramesCommand.js +10 -11
- package/dist-cjs/commands/GetDashboardCommand.js +10 -11
- package/dist-cjs/commands/GetPlaylistCommand.js +10 -11
- package/dist-cjs/commands/GetProjectionCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsNestedAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListFiltersCommand.js +10 -11
- package/dist-cjs/commands/ListPinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistItemsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistsCommand.js +10 -11
- package/dist-cjs/commands/ListProjectionsCommand.js +10 -11
- package/dist-cjs/commands/ListWatchHistoryCommand.js +10 -11
- package/dist-cjs/commands/PauseProjectionCommand.js +10 -11
- package/dist-cjs/commands/PutAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/PutPlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/QueryConversationsCountCommand.js +10 -11
- package/dist-cjs/commands/ScheduleCallSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/ScheduleConferenceSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardCommand.js +10 -11
- package/dist-cjs/commands/UpdateFilterCommand.js +10 -11
- package/dist-cjs/commands/UpdatePinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/WatchCommand.js +10 -11
- package/dist-cjs/commands/index.js +4 -4
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/bdd.js +28 -0
- package/dist-cjs/endpoint/endpointResolver.js +16 -0
- package/dist-cjs/index.js +4 -1
- package/dist-cjs/models/WdaInsightsServiceException.js +3 -3
- package/dist-cjs/models/enums.js +225 -0
- package/dist-cjs/models/errors.js +69 -0
- package/dist-cjs/models/models_0.js +0 -471
- package/dist-cjs/runtimeConfig.browser.js +11 -11
- package/dist-cjs/runtimeConfig.js +22 -18
- package/dist-cjs/runtimeConfig.shared.js +30 -10
- package/dist-cjs/runtimeExtensions.js +6 -5
- package/dist-cjs/schemas/schemas_0.js +2178 -0
- package/dist-es/WdaInsights.js +3 -3
- package/dist-es/WdaInsightsClient.js +30 -22
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +52 -0
- package/dist-es/commands/CreateDashboardCommand.js +9 -10
- package/dist-es/commands/CreateFilterCommand.js +9 -10
- package/dist-es/commands/CreatePlaylistCommand.js +9 -10
- package/dist-es/commands/CreateProjectionCommand.js +9 -10
- package/dist-es/commands/CreateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DeleteDashboardCommand.js +9 -10
- package/dist-es/commands/DeleteFilterCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistItemCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DisableProjectionCommand.js +9 -10
- package/dist-es/commands/EnableProjectionCommand.js +9 -10
- package/dist-es/commands/GetAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/GetCallCharacteristicsCommand.js +9 -10
- package/dist-es/commands/GetCallInsightsCommand.js +9 -10
- package/dist-es/commands/GetCallStateCommand.js +9 -10
- package/dist-es/commands/GetCallSummaryCommand.js +9 -10
- package/dist-es/commands/GetChatInsightsCommand.js +9 -10
- package/dist-es/commands/GetChatStateCommand.js +9 -10
- package/dist-es/commands/GetChatSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceInsightsCommand.js +9 -10
- package/dist-es/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +9 -10
- package/dist-es/commands/GetConferenceStateCommand.js +9 -10
- package/dist-es/commands/GetConferenceSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceTimeFramesCommand.js +9 -10
- package/dist-es/commands/GetDashboardCommand.js +9 -10
- package/dist-es/commands/GetPlaylistCommand.js +9 -10
- package/dist-es/commands/GetProjectionCommand.js +9 -10
- package/dist-es/commands/ListConversationsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsCommand.js +9 -10
- package/dist-es/commands/ListConversationsNestedAggregationsCommand.js +9 -10
- package/dist-es/commands/ListDashboardsCommand.js +9 -10
- package/dist-es/commands/ListFiltersCommand.js +9 -10
- package/dist-es/commands/ListPinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistItemsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistsCommand.js +9 -10
- package/dist-es/commands/ListProjectionsCommand.js +9 -10
- package/dist-es/commands/ListWatchHistoryCommand.js +9 -10
- package/dist-es/commands/PauseProjectionCommand.js +9 -10
- package/dist-es/commands/PutAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/PutPlaylistItemCommand.js +9 -10
- package/dist-es/commands/QueryConversationsCountCommand.js +9 -10
- package/dist-es/commands/ScheduleCallSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/ScheduleConferenceSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardAccessCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardCommand.js +9 -10
- package/dist-es/commands/UpdateFilterCommand.js +9 -10
- package/dist-es/commands/UpdatePinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistAccessCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/WatchCommand.js +9 -10
- package/dist-es/commands/index.js +4 -4
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/bdd.js +25 -0
- package/dist-es/endpoint/endpointResolver.js +12 -0
- package/dist-es/index.js +4 -1
- package/dist-es/models/WdaInsightsServiceException.js +1 -1
- package/dist-es/models/enums.js +222 -0
- package/dist-es/models/errors.js +61 -0
- package/dist-es/models/models_0.js +1 -464
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +17 -13
- package/dist-es/runtimeConfig.shared.js +24 -4
- package/dist-es/runtimeExtensions.js +6 -5
- package/dist-es/schemas/schemas_0.js +2170 -0
- package/dist-types/WdaInsights.d.ts +57 -57
- package/dist-types/WdaInsightsClient.d.ts +86 -68
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +81 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +11 -7
- package/dist-types/commands/CreateFilterCommand.d.ts +11 -7
- package/dist-types/commands/CreatePlaylistCommand.d.ts +11 -7
- package/dist-types/commands/CreateProjectionCommand.d.ts +11 -7
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +12 -8
- package/dist-types/commands/DeleteDashboardCommand.d.ts +11 -7
- package/dist-types/commands/DeleteFilterCommand.d.ts +11 -7
- package/dist-types/commands/DeletePlaylistCommand.d.ts +11 -7
- package/dist-types/commands/DeletePlaylistItemCommand.d.ts +11 -7
- package/dist-types/commands/DeleteProjectionCommand.d.ts +11 -7
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +12 -8
- package/dist-types/commands/DisableProjectionCommand.d.ts +11 -7
- package/dist-types/commands/EnableProjectionCommand.d.ts +11 -7
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +11 -7
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +11 -7
- package/dist-types/commands/GetCallInsightsCommand.d.ts +11 -7
- package/dist-types/commands/GetCallStateCommand.d.ts +11 -7
- package/dist-types/commands/GetCallSummaryCommand.d.ts +11 -7
- package/dist-types/commands/GetChatInsightsCommand.d.ts +11 -7
- package/dist-types/commands/GetChatStateCommand.d.ts +11 -7
- package/dist-types/commands/GetChatSummaryCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceStateCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +11 -7
- package/dist-types/commands/GetDashboardCommand.d.ts +11 -7
- package/dist-types/commands/GetPlaylistCommand.d.ts +11 -7
- package/dist-types/commands/GetProjectionCommand.d.ts +11 -7
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +11 -7
- package/dist-types/commands/ListConversationsCommand.d.ts +13 -9
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +12 -8
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +12 -8
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +11 -7
- package/dist-types/commands/ListDashboardsCommand.d.ts +11 -7
- package/dist-types/commands/ListFiltersCommand.d.ts +11 -7
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +11 -7
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +13 -9
- package/dist-types/commands/ListPlaylistsCommand.d.ts +11 -7
- package/dist-types/commands/ListProjectionsCommand.d.ts +11 -7
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +13 -9
- package/dist-types/commands/PauseProjectionCommand.d.ts +11 -7
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +11 -7
- package/dist-types/commands/PutPlaylistItemCommand.d.ts +11 -7
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +11 -7
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +12 -8
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +12 -8
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +11 -7
- package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -7
- package/dist-types/commands/UpdateFilterCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePlaylistCommand.d.ts +11 -7
- package/dist-types/commands/UpdateProjectionCommand.d.ts +11 -7
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +12 -8
- package/dist-types/commands/WatchCommand.d.ts +11 -7
- package/dist-types/commands/index.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +41 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/extensionConfiguration.d.ts +4 -3
- package/dist-types/index.d.ts +5 -1
- package/dist-types/models/WdaInsightsServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +541 -0
- package/dist-types/models/errors.d.ts +57 -0
- package/dist-types/models/models_0.d.ts +172 -727
- package/dist-types/runtimeConfig.browser.d.ts +35 -16
- package/dist-types/runtimeConfig.d.ts +34 -15
- package/dist-types/runtimeConfig.native.d.ts +36 -17
- package/dist-types/runtimeConfig.shared.d.ts +20 -3
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +299 -0
- package/package.json +14 -40
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/protocols/Aws_restJson1.js +0 -2406
- package/dist-es/models/index.js +0 -1
- package/dist-es/protocols/Aws_restJson1.js +0 -2289
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -506
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateDashboardCommand = exports.$Command = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
|
|
6
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
7
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
8
|
+
const schemas_0_1 = require("../schemas/schemas_0");
|
|
9
|
+
class UpdateDashboardCommand extends client_1.Command
|
|
10
|
+
.classBuilder()
|
|
11
|
+
.ep(EndpointParameters_1.commonParams)
|
|
9
12
|
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
+
return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
|
|
13
14
|
})
|
|
14
15
|
.s("WdaInsights", "UpdateDashboard", {})
|
|
15
16
|
.n("WdaInsightsClient", "UpdateDashboardCommand")
|
|
16
|
-
.
|
|
17
|
-
.ser(Aws_restJson1_1.se_UpdateDashboardCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_UpdateDashboardCommand)
|
|
17
|
+
.sc(schemas_0_1.UpdateDashboard$)
|
|
19
18
|
.build() {
|
|
20
19
|
}
|
|
21
20
|
exports.UpdateDashboardCommand = UpdateDashboardCommand;
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateFilterCommand = exports.$Command = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
|
|
6
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
7
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
8
|
+
const schemas_0_1 = require("../schemas/schemas_0");
|
|
9
|
+
class UpdateFilterCommand extends client_1.Command
|
|
10
|
+
.classBuilder()
|
|
11
|
+
.ep(EndpointParameters_1.commonParams)
|
|
9
12
|
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
+
return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
|
|
13
14
|
})
|
|
14
15
|
.s("WdaInsights", "UpdateFilter", {})
|
|
15
16
|
.n("WdaInsightsClient", "UpdateFilterCommand")
|
|
16
|
-
.
|
|
17
|
-
.ser(Aws_restJson1_1.se_UpdateFilterCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_UpdateFilterCommand)
|
|
17
|
+
.sc(schemas_0_1.UpdateFilter$)
|
|
19
18
|
.build() {
|
|
20
19
|
}
|
|
21
20
|
exports.UpdateFilterCommand = UpdateFilterCommand;
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdatePinnedDashboardsCommand = exports.$Command = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
|
|
6
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
7
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
8
|
+
const schemas_0_1 = require("../schemas/schemas_0");
|
|
9
|
+
class UpdatePinnedDashboardsCommand extends client_1.Command
|
|
10
|
+
.classBuilder()
|
|
11
|
+
.ep(EndpointParameters_1.commonParams)
|
|
9
12
|
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
+
return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
|
|
13
14
|
})
|
|
14
15
|
.s("WdaInsights", "UpdatePinnedDashboards", {})
|
|
15
16
|
.n("WdaInsightsClient", "UpdatePinnedDashboardsCommand")
|
|
16
|
-
.
|
|
17
|
-
.ser(Aws_restJson1_1.se_UpdatePinnedDashboardsCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_UpdatePinnedDashboardsCommand)
|
|
17
|
+
.sc(schemas_0_1.UpdatePinnedDashboards$)
|
|
19
18
|
.build() {
|
|
20
19
|
}
|
|
21
20
|
exports.UpdatePinnedDashboardsCommand = UpdatePinnedDashboardsCommand;
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdatePlaylistAccessCommand = exports.$Command = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
|
|
6
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
7
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
8
|
+
const schemas_0_1 = require("../schemas/schemas_0");
|
|
9
|
+
class UpdatePlaylistAccessCommand extends client_1.Command
|
|
10
|
+
.classBuilder()
|
|
11
|
+
.ep(EndpointParameters_1.commonParams)
|
|
9
12
|
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
+
return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
|
|
13
14
|
})
|
|
14
15
|
.s("WdaInsights", "UpdatePlaylistAccess", {})
|
|
15
16
|
.n("WdaInsightsClient", "UpdatePlaylistAccessCommand")
|
|
16
|
-
.
|
|
17
|
-
.ser(Aws_restJson1_1.se_UpdatePlaylistAccessCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_UpdatePlaylistAccessCommand)
|
|
17
|
+
.sc(schemas_0_1.UpdatePlaylistAccess$)
|
|
19
18
|
.build() {
|
|
20
19
|
}
|
|
21
20
|
exports.UpdatePlaylistAccessCommand = UpdatePlaylistAccessCommand;
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdatePlaylistCommand = exports.$Command = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
|
|
6
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
7
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
8
|
+
const schemas_0_1 = require("../schemas/schemas_0");
|
|
9
|
+
class UpdatePlaylistCommand extends client_1.Command
|
|
10
|
+
.classBuilder()
|
|
11
|
+
.ep(EndpointParameters_1.commonParams)
|
|
9
12
|
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
+
return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
|
|
13
14
|
})
|
|
14
15
|
.s("WdaInsights", "UpdatePlaylist", {})
|
|
15
16
|
.n("WdaInsightsClient", "UpdatePlaylistCommand")
|
|
16
|
-
.
|
|
17
|
-
.ser(Aws_restJson1_1.se_UpdatePlaylistCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_UpdatePlaylistCommand)
|
|
17
|
+
.sc(schemas_0_1.UpdatePlaylist$)
|
|
19
18
|
.build() {
|
|
20
19
|
}
|
|
21
20
|
exports.UpdatePlaylistCommand = UpdatePlaylistCommand;
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateProjectionCommand = exports.$Command = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
|
|
6
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
7
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
8
|
+
const schemas_0_1 = require("../schemas/schemas_0");
|
|
9
|
+
class UpdateProjectionCommand extends client_1.Command
|
|
10
|
+
.classBuilder()
|
|
11
|
+
.ep(EndpointParameters_1.commonParams)
|
|
9
12
|
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
+
return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
|
|
13
14
|
})
|
|
14
15
|
.s("WdaInsights", "UpdateProjection", {})
|
|
15
16
|
.n("WdaInsightsClient", "UpdateProjectionCommand")
|
|
16
|
-
.
|
|
17
|
-
.ser(Aws_restJson1_1.se_UpdateProjectionCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_UpdateProjectionCommand)
|
|
17
|
+
.sc(schemas_0_1.UpdateProjection$)
|
|
19
18
|
.build() {
|
|
20
19
|
}
|
|
21
20
|
exports.UpdateProjectionCommand = UpdateProjectionCommand;
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateProjectionsCategoryCommand = exports.$Command = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
|
|
6
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
7
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
8
|
+
const schemas_0_1 = require("../schemas/schemas_0");
|
|
9
|
+
class UpdateProjectionsCategoryCommand extends client_1.Command
|
|
10
|
+
.classBuilder()
|
|
11
|
+
.ep(EndpointParameters_1.commonParams)
|
|
9
12
|
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
+
return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
|
|
13
14
|
})
|
|
14
15
|
.s("WdaInsights", "UpdateProjectionsCategory", {})
|
|
15
16
|
.n("WdaInsightsClient", "UpdateProjectionsCategoryCommand")
|
|
16
|
-
.
|
|
17
|
-
.ser(Aws_restJson1_1.se_UpdateProjectionsCategoryCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_UpdateProjectionsCategoryCommand)
|
|
17
|
+
.sc(schemas_0_1.UpdateProjectionsCategory$)
|
|
19
18
|
.build() {
|
|
20
19
|
}
|
|
21
20
|
exports.UpdateProjectionsCategoryCommand = UpdateProjectionsCategoryCommand;
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.WatchCommand = exports.$Command = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return client_1.Command; } });
|
|
6
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
7
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
8
|
+
const schemas_0_1 = require("../schemas/schemas_0");
|
|
9
|
+
class WatchCommand extends client_1.Command
|
|
10
|
+
.classBuilder()
|
|
11
|
+
.ep(EndpointParameters_1.commonParams)
|
|
9
12
|
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
+
return [(0, endpoints_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())];
|
|
13
14
|
})
|
|
14
15
|
.s("WdaInsights", "Watch", {})
|
|
15
16
|
.n("WdaInsightsClient", "WatchCommand")
|
|
16
|
-
.
|
|
17
|
-
.ser(Aws_restJson1_1.se_WatchCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_WatchCommand)
|
|
17
|
+
.sc(schemas_0_1.Watch$)
|
|
19
18
|
.build() {
|
|
20
19
|
}
|
|
21
20
|
exports.WatchCommand = WatchCommand;
|
|
@@ -30,10 +30,10 @@ tslib_1.__exportStar(require("./GetConferenceTimeFramesCommand"), exports);
|
|
|
30
30
|
tslib_1.__exportStar(require("./GetDashboardCommand"), exports);
|
|
31
31
|
tslib_1.__exportStar(require("./GetPlaylistCommand"), exports);
|
|
32
32
|
tslib_1.__exportStar(require("./GetProjectionCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListConversationsCommand"), exports);
|
|
34
33
|
tslib_1.__exportStar(require("./ListConversationsAggregationsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./
|
|
34
|
+
tslib_1.__exportStar(require("./ListConversationsCommand"), exports);
|
|
36
35
|
tslib_1.__exportStar(require("./ListConversationsInsightsAggregationsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./ListConversationsInsightsCommand"), exports);
|
|
37
37
|
tslib_1.__exportStar(require("./ListConversationsNestedAggregationsCommand"), exports);
|
|
38
38
|
tslib_1.__exportStar(require("./ListDashboardsCommand"), exports);
|
|
39
39
|
tslib_1.__exportStar(require("./ListFiltersCommand"), exports);
|
|
@@ -48,12 +48,12 @@ tslib_1.__exportStar(require("./PutPlaylistItemCommand"), exports);
|
|
|
48
48
|
tslib_1.__exportStar(require("./QueryConversationsCountCommand"), exports);
|
|
49
49
|
tslib_1.__exportStar(require("./ScheduleCallSummaryGenerationCommand"), exports);
|
|
50
50
|
tslib_1.__exportStar(require("./ScheduleConferenceSummaryGenerationCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./UpdateDashboardCommand"), exports);
|
|
52
51
|
tslib_1.__exportStar(require("./UpdateDashboardAccessCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./UpdateDashboardCommand"), exports);
|
|
53
53
|
tslib_1.__exportStar(require("./UpdateFilterCommand"), exports);
|
|
54
54
|
tslib_1.__exportStar(require("./UpdatePinnedDashboardsCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./UpdatePlaylistCommand"), exports);
|
|
56
55
|
tslib_1.__exportStar(require("./UpdatePlaylistAccessCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./UpdatePlaylistCommand"), exports);
|
|
57
57
|
tslib_1.__exportStar(require("./UpdateProjectionCommand"), exports);
|
|
58
58
|
tslib_1.__exportStar(require("./UpdateProjectionsCategoryCommand"), exports);
|
|
59
59
|
tslib_1.__exportStar(require("./WatchCommand"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
+
const clientContextParamDefaults = {};
|
|
5
|
+
const resolveClientEndpointParameters = (options) => {
|
|
6
|
+
return Object.assign(options, {
|
|
7
|
+
env: options.env ?? "prod",
|
|
8
|
+
defaultSigningName: "",
|
|
9
|
+
clientContextParams: Object.assign(clientContextParamDefaults, options.clientContextParams),
|
|
10
|
+
});
|
|
11
|
+
};
|
|
12
|
+
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
+
exports.commonParams = {
|
|
14
|
+
env: { type: "clientContextParams", name: "env" },
|
|
15
|
+
endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bdd = void 0;
|
|
4
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
5
|
+
const a = "stringEquals", b = { "ref": "endpoint" }, c = { "ref": "env" };
|
|
6
|
+
const _data = {
|
|
7
|
+
conditions: [
|
|
8
|
+
["isSet", [b]],
|
|
9
|
+
[a, [c, "stable"]],
|
|
10
|
+
[a, [c, "stage"]]
|
|
11
|
+
],
|
|
12
|
+
results: [
|
|
13
|
+
[-1],
|
|
14
|
+
[b, {}],
|
|
15
|
+
["https://wda-stable.wildix.com", {}],
|
|
16
|
+
["https://wda-stage.wildix.com", {}],
|
|
17
|
+
["https://wda.wildix.com", {}]
|
|
18
|
+
]
|
|
19
|
+
};
|
|
20
|
+
const root = 2;
|
|
21
|
+
const r = 100_000_000;
|
|
22
|
+
const nodes = new Int32Array([
|
|
23
|
+
-1, 1, -1,
|
|
24
|
+
0, r + 1, 3,
|
|
25
|
+
1, r + 2, 4,
|
|
26
|
+
2, r + 3, r + 4,
|
|
27
|
+
]);
|
|
28
|
+
exports.bdd = endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defaultEndpointResolver = void 0;
|
|
4
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
5
|
+
const bdd_1 = require("./bdd");
|
|
6
|
+
const cache = new endpoints_1.EndpointCache({
|
|
7
|
+
size: 50,
|
|
8
|
+
params: ["endpoint", "env"],
|
|
9
|
+
});
|
|
10
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
11
|
+
return cache.get(endpointParams, () => (0, endpoints_1.decideEndpoint)(bdd_1.bdd, {
|
|
12
|
+
endpointParams: endpointParams,
|
|
13
|
+
logger: context.logger,
|
|
14
|
+
}));
|
|
15
|
+
};
|
|
16
|
+
exports.defaultEndpointResolver = defaultEndpointResolver;
|
package/dist-cjs/index.js
CHANGED
|
@@ -5,6 +5,9 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
tslib_1.__exportStar(require("./WdaInsightsClient"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./WdaInsights"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
8
|
+
tslib_1.__exportStar(require("./schemas/schemas_0"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./models/enums"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./models/errors"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./models/models_0"), exports);
|
|
9
12
|
var WdaInsightsServiceException_1 = require("./models/WdaInsightsServiceException");
|
|
10
13
|
Object.defineProperty(exports, "WdaInsightsServiceException", { enumerable: true, get: function () { return WdaInsightsServiceException_1.WdaInsightsServiceException; } });
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.WdaInsightsServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return
|
|
6
|
-
class WdaInsightsServiceException extends
|
|
4
|
+
const client_1 = require("@smithy/core/client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return client_1.ServiceException; } });
|
|
6
|
+
class WdaInsightsServiceException extends client_1.ServiceException {
|
|
7
7
|
constructor(options) {
|
|
8
8
|
super(options);
|
|
9
9
|
Object.setPrototypeOf(this, WdaInsightsServiceException.prototype);
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PlaylistItemStatus = exports.DownloadStrategy = exports.ConversationFileCategory = exports.InsightsReason = exports.InsightsStatus = exports.ProjectionStatus = exports.ProjectionEntityConditionValue = exports.PlaylistVisibility = exports.PlaylistPermission = exports.DashboardVisibility = exports.DashboardPermission = exports.AggregationDateInterval = exports.ListConversationsFilterPredefinedDateType = exports.ConferenceTranscriptionStatus = exports.ConferenceParticipantType = exports.ConferenceParticipantRole = exports.PbxLicenseType = exports.ConferenceDirection = exports.ChatTag = exports.ChatStatus = exports.ChatParticipantType = exports.ChatParticipantRole = exports.ChatDirection = exports.ChannelWhatsAppStatus = exports.ChannelContextSource = exports.ChannelContextEventAttendeeStatus = exports.ChannelType = exports.ChannelAccess = exports.CallFlowTranscriptionStatus = exports.CallDevice = exports.CallParticipantType = exports.CallParticipantRole = exports.CallFlowAttachmentType = exports.CallRecordPauseReason = exports.CallFlowAttachmentStatus = exports.CallRecordOwner = exports.AnnotationsStatus = exports.RecordType = exports.License = exports.ConversationStatus = exports.CallDirection = void 0;
|
|
4
|
+
exports.CallDirection = {
|
|
5
|
+
INBOUND: "INBOUND",
|
|
6
|
+
INTERNAL: "INTERNAL",
|
|
7
|
+
OUTBOUND: "OUTBOUND",
|
|
8
|
+
UNDEFINED: "UNDEFINED",
|
|
9
|
+
};
|
|
10
|
+
exports.ConversationStatus = {
|
|
11
|
+
COMPLETED: "COMPLETED",
|
|
12
|
+
MISSED: "MISSED",
|
|
13
|
+
};
|
|
14
|
+
exports.License = {
|
|
15
|
+
UC: "uc",
|
|
16
|
+
XBEES: "x-bees",
|
|
17
|
+
};
|
|
18
|
+
exports.RecordType = {
|
|
19
|
+
CALL: "call",
|
|
20
|
+
CALL_ANNOTATIONS: "call_annotations",
|
|
21
|
+
CALL_TRANSCRIPTION: "call_transcription",
|
|
22
|
+
CHAT: "chat",
|
|
23
|
+
CHAT_ANNOTATIONS: "chat_annotations",
|
|
24
|
+
CHAT_TRANSCRIPTION: "chat_transcription",
|
|
25
|
+
CONFERENCE: "conference",
|
|
26
|
+
CONFERENCE_ANNOTATIONS: "conference_annotations",
|
|
27
|
+
CONFERENCE_TRANSCRIPTION: "conference_transcription",
|
|
28
|
+
};
|
|
29
|
+
exports.AnnotationsStatus = {
|
|
30
|
+
AVAILABLE: "AVAILABLE",
|
|
31
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
32
|
+
};
|
|
33
|
+
exports.CallRecordOwner = {
|
|
34
|
+
CALLEE: "callee",
|
|
35
|
+
CALLER: "caller",
|
|
36
|
+
SYSTEM: "system",
|
|
37
|
+
};
|
|
38
|
+
exports.CallFlowAttachmentStatus = {
|
|
39
|
+
ERROR: "error",
|
|
40
|
+
OK: "ok",
|
|
41
|
+
};
|
|
42
|
+
exports.CallRecordPauseReason = {
|
|
43
|
+
HOLD: "hold",
|
|
44
|
+
PAUSE: "pause",
|
|
45
|
+
};
|
|
46
|
+
exports.CallFlowAttachmentType = {
|
|
47
|
+
FAX: "FAX",
|
|
48
|
+
VOICEMAIL: "VOICEMAIL",
|
|
49
|
+
};
|
|
50
|
+
exports.CallParticipantRole = {
|
|
51
|
+
AGENT: "AGENT",
|
|
52
|
+
CLIENT: "CLIENT",
|
|
53
|
+
};
|
|
54
|
+
exports.CallParticipantType = {
|
|
55
|
+
LOCAL: "LOCAL",
|
|
56
|
+
REMOTE: "REMOTE",
|
|
57
|
+
};
|
|
58
|
+
exports.CallDevice = {
|
|
59
|
+
COLLABORATION7_ANDROID: "COLLABORATION7_ANDROID",
|
|
60
|
+
COLLABORATION7_IOS: "COLLABORATION7_IOS",
|
|
61
|
+
COLLABORATION7_WEB: "COLLABORATION7_WEB",
|
|
62
|
+
COLLABORATION_ANDROID: "COLLABORATION_ANDROID",
|
|
63
|
+
COLLABORATION_IOS: "COLLABORATION_IOS",
|
|
64
|
+
COLLABORATION_WEB: "COLLABORATION_WEB",
|
|
65
|
+
TEAMS4WILDIX: "TEAMS4WILDIX",
|
|
66
|
+
UNKNOWN: "UNKNOWN",
|
|
67
|
+
VOICEBOT: "VOICEBOT",
|
|
68
|
+
WILDIX_DEVICE: "WILDIX_DEVICE",
|
|
69
|
+
WILDIX_PHONE: "WILDIX_PHONE",
|
|
70
|
+
XBEES_ANDROID: "XBEES_ANDROID",
|
|
71
|
+
XBEES_IOS: "XBEES_IOS",
|
|
72
|
+
XBEES_WEB: "XBEES_WEB",
|
|
73
|
+
XHOPPERS_ANDROID: "XHOPPERS_ANDROID",
|
|
74
|
+
XHOPPERS_IOS: "XHOPPERS_IOS",
|
|
75
|
+
XHOPPERS_WEB: "XHOPPERS_WEB",
|
|
76
|
+
};
|
|
77
|
+
exports.CallFlowTranscriptionStatus = {
|
|
78
|
+
AVAILABLE: "AVAILABLE",
|
|
79
|
+
POST_TRANSCRIPTION: "POST_TRANSCRIPTION",
|
|
80
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
81
|
+
};
|
|
82
|
+
exports.ChannelAccess = {
|
|
83
|
+
PRIVATE: "private",
|
|
84
|
+
PUBLIC: "public",
|
|
85
|
+
};
|
|
86
|
+
exports.ChannelType = {
|
|
87
|
+
DIRECT: "direct",
|
|
88
|
+
GROUP: "group",
|
|
89
|
+
};
|
|
90
|
+
exports.ChannelContextEventAttendeeStatus = {
|
|
91
|
+
ACCEPTED: "accepted",
|
|
92
|
+
DECLINED: "declined",
|
|
93
|
+
NONE: "none",
|
|
94
|
+
TENTATIVE: "tentative",
|
|
95
|
+
};
|
|
96
|
+
exports.ChannelContextSource = {
|
|
97
|
+
KITE: "kite",
|
|
98
|
+
};
|
|
99
|
+
exports.ChannelWhatsAppStatus = {
|
|
100
|
+
CHANNEL_CLOSED: "24h_channel_closed",
|
|
101
|
+
};
|
|
102
|
+
exports.ChatDirection = {
|
|
103
|
+
INBOUND: "INBOUND",
|
|
104
|
+
INTERNAL: "INTERNAL",
|
|
105
|
+
OUTBOUND: "OUTBOUND",
|
|
106
|
+
};
|
|
107
|
+
exports.ChatParticipantRole = {
|
|
108
|
+
AGENT: "AGENT",
|
|
109
|
+
CLIENT: "CLIENT",
|
|
110
|
+
};
|
|
111
|
+
exports.ChatParticipantType = {
|
|
112
|
+
LOCAL: "LOCAL",
|
|
113
|
+
REMOTE: "REMOTE",
|
|
114
|
+
};
|
|
115
|
+
exports.ChatStatus = {
|
|
116
|
+
COMPLETED: "COMPLETED",
|
|
117
|
+
MISSED: "MISSED",
|
|
118
|
+
WAITFIRSTREPLY: "WAITFIRSTREPLY",
|
|
119
|
+
WAITREPLYFROMAGENT: "WAITREPLYFROMAGENT",
|
|
120
|
+
WAITREPLYFROMGUEST: "WAITREPLYFROMGUEST",
|
|
121
|
+
};
|
|
122
|
+
exports.ChatTag = {
|
|
123
|
+
SMS: "sms",
|
|
124
|
+
TELEPHONY: "telephony",
|
|
125
|
+
WHATSAPP: "whatsapp",
|
|
126
|
+
};
|
|
127
|
+
exports.ConferenceDirection = {
|
|
128
|
+
INBOUND: "INBOUND",
|
|
129
|
+
INTERNAL: "INTERNAL",
|
|
130
|
+
OUTBOUND: "OUTBOUND",
|
|
131
|
+
};
|
|
132
|
+
exports.PbxLicenseType = {
|
|
133
|
+
BASIC: "basic",
|
|
134
|
+
BUSINESS: "business",
|
|
135
|
+
ESSENTIAL: "essential",
|
|
136
|
+
PREMIUM: "premium",
|
|
137
|
+
WIZYCONF: "wizyconf",
|
|
138
|
+
};
|
|
139
|
+
exports.ConferenceParticipantRole = {
|
|
140
|
+
AGENT: "AGENT",
|
|
141
|
+
CLIENT: "CLIENT",
|
|
142
|
+
};
|
|
143
|
+
exports.ConferenceParticipantType = {
|
|
144
|
+
EXTERNAL: "EXTERNAL",
|
|
145
|
+
EXTERNAL_DIAL_IN: "EXTERNAL_DIAL_IN",
|
|
146
|
+
PBX: "PBX",
|
|
147
|
+
PBX_SIP: "PBX_SIP",
|
|
148
|
+
XBS: "XBS",
|
|
149
|
+
};
|
|
150
|
+
exports.ConferenceTranscriptionStatus = {
|
|
151
|
+
AVAILABLE: "AVAILABLE",
|
|
152
|
+
POST_TRANSCRIPTION: "POST_TRANSCRIPTION",
|
|
153
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
154
|
+
};
|
|
155
|
+
exports.ListConversationsFilterPredefinedDateType = {
|
|
156
|
+
LAST_30_DAYS: "LAST_30_DAYS",
|
|
157
|
+
PREVIOUS_MONTH: "PREVIOUS_MONTH",
|
|
158
|
+
PREVIOUS_WEEK: "PREVIOUS_WEEK",
|
|
159
|
+
THIS_MONTH: "THIS_MONTH",
|
|
160
|
+
THIS_QUARTER: "THIS_QUARTER",
|
|
161
|
+
THIS_WEEK: "THIS_WEEK",
|
|
162
|
+
TODAY: "TODAY",
|
|
163
|
+
YESTERDAY: "YESTERDAY",
|
|
164
|
+
};
|
|
165
|
+
exports.AggregationDateInterval = {
|
|
166
|
+
DAY: "day",
|
|
167
|
+
HOUR: "hour",
|
|
168
|
+
MINUTE: "minute",
|
|
169
|
+
MONTH: "month",
|
|
170
|
+
WEEK: "week",
|
|
171
|
+
};
|
|
172
|
+
exports.DashboardPermission = {
|
|
173
|
+
EDIT: "edit",
|
|
174
|
+
VIEW: "view",
|
|
175
|
+
};
|
|
176
|
+
exports.DashboardVisibility = {
|
|
177
|
+
EXPLICIT: "explicit",
|
|
178
|
+
ORGANIZATION: "organization",
|
|
179
|
+
};
|
|
180
|
+
exports.PlaylistPermission = {
|
|
181
|
+
EDIT: "edit",
|
|
182
|
+
VIEW: "view",
|
|
183
|
+
};
|
|
184
|
+
exports.PlaylistVisibility = {
|
|
185
|
+
EXPLICIT: "explicit",
|
|
186
|
+
ORGANIZATION: "organization",
|
|
187
|
+
};
|
|
188
|
+
exports.ProjectionEntityConditionValue = {
|
|
189
|
+
CALL: "call",
|
|
190
|
+
CHAT: "chat",
|
|
191
|
+
CONFERENCE: "conference",
|
|
192
|
+
};
|
|
193
|
+
exports.ProjectionStatus = {
|
|
194
|
+
DISABLED: "DISABLED",
|
|
195
|
+
ENABLED: "ENABLED",
|
|
196
|
+
PAUSED: "PAUSED",
|
|
197
|
+
};
|
|
198
|
+
exports.InsightsStatus = {
|
|
199
|
+
FAILED: "FAILED",
|
|
200
|
+
NONE: "NONE",
|
|
201
|
+
SCHEDULED: "SCHEDULED",
|
|
202
|
+
STARTED: "STARTED",
|
|
203
|
+
SUCCEEDED: "SUCCEEDED",
|
|
204
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
205
|
+
};
|
|
206
|
+
exports.InsightsReason = {
|
|
207
|
+
CONDITIONS_NOT_MATCH: "CONDITIONS_NOT_MATCH",
|
|
208
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
209
|
+
TRANSCRIPTION_TOO_SMALL: "TRANSCRIPTION_TOO_SMALL",
|
|
210
|
+
};
|
|
211
|
+
exports.ConversationFileCategory = {
|
|
212
|
+
GENERAL: "channels",
|
|
213
|
+
RECORDING: "recordings",
|
|
214
|
+
WIZY_RECORDING: "wizyconfRecordings",
|
|
215
|
+
};
|
|
216
|
+
var DownloadStrategy;
|
|
217
|
+
(function (DownloadStrategy) {
|
|
218
|
+
DownloadStrategy[DownloadStrategy["DEFAULT"] = 0] = "DEFAULT";
|
|
219
|
+
DownloadStrategy[DownloadStrategy["DOWNLOAD"] = 1] = "DOWNLOAD";
|
|
220
|
+
})(DownloadStrategy || (exports.DownloadStrategy = DownloadStrategy = {}));
|
|
221
|
+
exports.PlaylistItemStatus = {
|
|
222
|
+
AVAILABLE: "AVAILABLE",
|
|
223
|
+
NO_ACCESS: "NO_ACCESS",
|
|
224
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
225
|
+
};
|