@wildix/wda-insights-client 1.1.5 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist-cjs/WdaInsights.js +36 -0
  2. package/dist-cjs/commands/AssociatePlaylistItemCommand.js +21 -0
  3. package/dist-cjs/commands/CreateDashboardCommand.js +21 -0
  4. package/dist-cjs/commands/CreatePlaylistCommand.js +21 -0
  5. package/dist-cjs/commands/DeleteDashboardCommand.js +21 -0
  6. package/dist-cjs/commands/DeletePlaylistCommand.js +21 -0
  7. package/dist-cjs/commands/DisassociatePlaylistItemCommand.js +21 -0
  8. package/dist-cjs/commands/GetDashboardCommand.js +21 -0
  9. package/dist-cjs/commands/ListDashboardsCommand.js +21 -0
  10. package/dist-cjs/commands/ListPinnedDashboardsCommand.js +21 -0
  11. package/dist-cjs/commands/ListPlaylistItemsCommand.js +21 -0
  12. package/dist-cjs/commands/ListPlaylistsCommand.js +21 -0
  13. package/dist-cjs/commands/ListWatchHistoryCommand.js +21 -0
  14. package/dist-cjs/commands/UpdateDashboardAccessCommand.js +21 -0
  15. package/dist-cjs/commands/UpdateDashboardCommand.js +21 -0
  16. package/dist-cjs/commands/UpdatePinnedDashboardsCommand.js +21 -0
  17. package/dist-cjs/commands/UpdatePlaylistAccessCommand.js +21 -0
  18. package/dist-cjs/commands/UpdatePlaylistCommand.js +21 -0
  19. package/dist-cjs/commands/WatchCommand.js +21 -0
  20. package/dist-cjs/commands/index.js +18 -0
  21. package/dist-cjs/models/models_0.js +40 -13
  22. package/dist-cjs/protocols/Aws_restJson1.js +702 -5
  23. package/dist-es/WdaInsights.js +36 -0
  24. package/dist-es/commands/AssociatePlaylistItemCommand.js +17 -0
  25. package/dist-es/commands/CreateDashboardCommand.js +17 -0
  26. package/dist-es/commands/CreatePlaylistCommand.js +17 -0
  27. package/dist-es/commands/DeleteDashboardCommand.js +17 -0
  28. package/dist-es/commands/DeletePlaylistCommand.js +17 -0
  29. package/dist-es/commands/DisassociatePlaylistItemCommand.js +17 -0
  30. package/dist-es/commands/GetDashboardCommand.js +17 -0
  31. package/dist-es/commands/ListDashboardsCommand.js +17 -0
  32. package/dist-es/commands/ListPinnedDashboardsCommand.js +17 -0
  33. package/dist-es/commands/ListPlaylistItemsCommand.js +17 -0
  34. package/dist-es/commands/ListPlaylistsCommand.js +17 -0
  35. package/dist-es/commands/ListWatchHistoryCommand.js +17 -0
  36. package/dist-es/commands/UpdateDashboardAccessCommand.js +17 -0
  37. package/dist-es/commands/UpdateDashboardCommand.js +17 -0
  38. package/dist-es/commands/UpdatePinnedDashboardsCommand.js +17 -0
  39. package/dist-es/commands/UpdatePlaylistAccessCommand.js +17 -0
  40. package/dist-es/commands/UpdatePlaylistCommand.js +17 -0
  41. package/dist-es/commands/WatchCommand.js +17 -0
  42. package/dist-es/commands/index.js +18 -0
  43. package/dist-es/models/models_0.js +38 -12
  44. package/dist-es/protocols/Aws_restJson1.js +665 -4
  45. package/dist-types/WdaInsights.d.ts +130 -0
  46. package/dist-types/WdaInsightsClient.d.ts +20 -2
  47. package/dist-types/commands/AssociatePlaylistItemCommand.d.ts +90 -0
  48. package/dist-types/commands/CreateDashboardCommand.d.ts +155 -0
  49. package/dist-types/commands/CreatePlaylistCommand.d.ts +109 -0
  50. package/dist-types/commands/DeleteDashboardCommand.d.ts +75 -0
  51. package/dist-types/commands/DeletePlaylistCommand.d.ts +75 -0
  52. package/dist-types/commands/DisassociatePlaylistItemCommand.d.ts +90 -0
  53. package/dist-types/commands/GetDashboardCommand.d.ts +123 -0
  54. package/dist-types/commands/ListConversationsCommand.d.ts +1 -0
  55. package/dist-types/commands/ListDashboardsCommand.d.ts +123 -0
  56. package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +126 -0
  57. package/dist-types/commands/ListPlaylistItemsCommand.d.ts +82 -0
  58. package/dist-types/commands/ListPlaylistsCommand.d.ts +99 -0
  59. package/dist-types/commands/ListWatchHistoryCommand.d.ts +455 -0
  60. package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +132 -0
  61. package/dist-types/commands/UpdateDashboardCommand.d.ts +145 -0
  62. package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +78 -0
  63. package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +108 -0
  64. package/dist-types/commands/UpdatePlaylistCommand.d.ts +99 -0
  65. package/dist-types/commands/WatchCommand.d.ts +87 -0
  66. package/dist-types/commands/index.d.ts +18 -0
  67. package/dist-types/models/models_0.d.ts +701 -131
  68. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  69. package/package.json +1 -1
@@ -2,13 +2,19 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.WdaInsights = void 0;
4
4
  const WdaInsightsClient_1 = require("./WdaInsightsClient");
5
+ const AssociatePlaylistItemCommand_1 = require("./commands/AssociatePlaylistItemCommand");
6
+ const CreateDashboardCommand_1 = require("./commands/CreateDashboardCommand");
5
7
  const CreateFilterCommand_1 = require("./commands/CreateFilterCommand");
8
+ const CreatePlaylistCommand_1 = require("./commands/CreatePlaylistCommand");
6
9
  const CreateProjectionCommand_1 = require("./commands/CreateProjectionCommand");
7
10
  const CreateProjectionsCategoryCommand_1 = require("./commands/CreateProjectionsCategoryCommand");
11
+ const DeleteDashboardCommand_1 = require("./commands/DeleteDashboardCommand");
8
12
  const DeleteFilterCommand_1 = require("./commands/DeleteFilterCommand");
13
+ const DeletePlaylistCommand_1 = require("./commands/DeletePlaylistCommand");
9
14
  const DeleteProjectionCommand_1 = require("./commands/DeleteProjectionCommand");
10
15
  const DeleteProjectionsCategoryCommand_1 = require("./commands/DeleteProjectionsCategoryCommand");
11
16
  const DisableProjectionCommand_1 = require("./commands/DisableProjectionCommand");
17
+ const DisassociatePlaylistItemCommand_1 = require("./commands/DisassociatePlaylistItemCommand");
12
18
  const EnableProjectionCommand_1 = require("./commands/EnableProjectionCommand");
13
19
  const GetCallCharacteristicsCommand_1 = require("./commands/GetCallCharacteristicsCommand");
14
20
  const GetCallInsightsCommand_1 = require("./commands/GetCallInsightsCommand");
@@ -19,28 +25,46 @@ const GetConferenceInsightsCommand_1 = require("./commands/GetConferenceInsights
19
25
  const GetConferenceRecordingPresignedDownloadUrlCommand_1 = require("./commands/GetConferenceRecordingPresignedDownloadUrlCommand");
20
26
  const GetConferenceSummaryCommand_1 = require("./commands/GetConferenceSummaryCommand");
21
27
  const GetConferenceTimeFramesCommand_1 = require("./commands/GetConferenceTimeFramesCommand");
28
+ const GetDashboardCommand_1 = require("./commands/GetDashboardCommand");
22
29
  const GetProjectionCommand_1 = require("./commands/GetProjectionCommand");
23
30
  const ListConversationsCommand_1 = require("./commands/ListConversationsCommand");
24
31
  const ListConversationsInsightsAggregationsCommand_1 = require("./commands/ListConversationsInsightsAggregationsCommand");
25
32
  const ListConversationsInsightsCommand_1 = require("./commands/ListConversationsInsightsCommand");
33
+ const ListDashboardsCommand_1 = require("./commands/ListDashboardsCommand");
26
34
  const ListFiltersCommand_1 = require("./commands/ListFiltersCommand");
35
+ const ListPinnedDashboardsCommand_1 = require("./commands/ListPinnedDashboardsCommand");
36
+ const ListPlaylistItemsCommand_1 = require("./commands/ListPlaylistItemsCommand");
37
+ const ListPlaylistsCommand_1 = require("./commands/ListPlaylistsCommand");
27
38
  const ListProjectionsCommand_1 = require("./commands/ListProjectionsCommand");
39
+ const ListWatchHistoryCommand_1 = require("./commands/ListWatchHistoryCommand");
28
40
  const PauseProjectionCommand_1 = require("./commands/PauseProjectionCommand");
29
41
  const QueryConversationsCountCommand_1 = require("./commands/QueryConversationsCountCommand");
30
42
  const ScheduleCallSummaryGenerationCommand_1 = require("./commands/ScheduleCallSummaryGenerationCommand");
31
43
  const ScheduleConferenceSummaryGenerationCommand_1 = require("./commands/ScheduleConferenceSummaryGenerationCommand");
44
+ const UpdateDashboardAccessCommand_1 = require("./commands/UpdateDashboardAccessCommand");
45
+ const UpdateDashboardCommand_1 = require("./commands/UpdateDashboardCommand");
32
46
  const UpdateFilterCommand_1 = require("./commands/UpdateFilterCommand");
47
+ const UpdatePinnedDashboardsCommand_1 = require("./commands/UpdatePinnedDashboardsCommand");
48
+ const UpdatePlaylistAccessCommand_1 = require("./commands/UpdatePlaylistAccessCommand");
49
+ const UpdatePlaylistCommand_1 = require("./commands/UpdatePlaylistCommand");
33
50
  const UpdateProjectionCommand_1 = require("./commands/UpdateProjectionCommand");
34
51
  const UpdateProjectionsCategoryCommand_1 = require("./commands/UpdateProjectionsCategoryCommand");
52
+ const WatchCommand_1 = require("./commands/WatchCommand");
35
53
  const smithy_client_1 = require("@smithy/smithy-client");
36
54
  const commands = {
55
+ AssociatePlaylistItemCommand: AssociatePlaylistItemCommand_1.AssociatePlaylistItemCommand,
56
+ CreateDashboardCommand: CreateDashboardCommand_1.CreateDashboardCommand,
37
57
  CreateFilterCommand: CreateFilterCommand_1.CreateFilterCommand,
58
+ CreatePlaylistCommand: CreatePlaylistCommand_1.CreatePlaylistCommand,
38
59
  CreateProjectionCommand: CreateProjectionCommand_1.CreateProjectionCommand,
39
60
  CreateProjectionsCategoryCommand: CreateProjectionsCategoryCommand_1.CreateProjectionsCategoryCommand,
61
+ DeleteDashboardCommand: DeleteDashboardCommand_1.DeleteDashboardCommand,
40
62
  DeleteFilterCommand: DeleteFilterCommand_1.DeleteFilterCommand,
63
+ DeletePlaylistCommand: DeletePlaylistCommand_1.DeletePlaylistCommand,
41
64
  DeleteProjectionCommand: DeleteProjectionCommand_1.DeleteProjectionCommand,
42
65
  DeleteProjectionsCategoryCommand: DeleteProjectionsCategoryCommand_1.DeleteProjectionsCategoryCommand,
43
66
  DisableProjectionCommand: DisableProjectionCommand_1.DisableProjectionCommand,
67
+ DisassociatePlaylistItemCommand: DisassociatePlaylistItemCommand_1.DisassociatePlaylistItemCommand,
44
68
  EnableProjectionCommand: EnableProjectionCommand_1.EnableProjectionCommand,
45
69
  GetCallCharacteristicsCommand: GetCallCharacteristicsCommand_1.GetCallCharacteristicsCommand,
46
70
  GetCallInsightsCommand: GetCallInsightsCommand_1.GetCallInsightsCommand,
@@ -51,19 +75,31 @@ const commands = {
51
75
  GetConferenceRecordingPresignedDownloadUrlCommand: GetConferenceRecordingPresignedDownloadUrlCommand_1.GetConferenceRecordingPresignedDownloadUrlCommand,
52
76
  GetConferenceSummaryCommand: GetConferenceSummaryCommand_1.GetConferenceSummaryCommand,
53
77
  GetConferenceTimeFramesCommand: GetConferenceTimeFramesCommand_1.GetConferenceTimeFramesCommand,
78
+ GetDashboardCommand: GetDashboardCommand_1.GetDashboardCommand,
54
79
  GetProjectionCommand: GetProjectionCommand_1.GetProjectionCommand,
55
80
  ListConversationsCommand: ListConversationsCommand_1.ListConversationsCommand,
56
81
  ListConversationsInsightsCommand: ListConversationsInsightsCommand_1.ListConversationsInsightsCommand,
57
82
  ListConversationsInsightsAggregationsCommand: ListConversationsInsightsAggregationsCommand_1.ListConversationsInsightsAggregationsCommand,
83
+ ListDashboardsCommand: ListDashboardsCommand_1.ListDashboardsCommand,
58
84
  ListFiltersCommand: ListFiltersCommand_1.ListFiltersCommand,
85
+ ListPinnedDashboardsCommand: ListPinnedDashboardsCommand_1.ListPinnedDashboardsCommand,
86
+ ListPlaylistItemsCommand: ListPlaylistItemsCommand_1.ListPlaylistItemsCommand,
87
+ ListPlaylistsCommand: ListPlaylistsCommand_1.ListPlaylistsCommand,
59
88
  ListProjectionsCommand: ListProjectionsCommand_1.ListProjectionsCommand,
89
+ ListWatchHistoryCommand: ListWatchHistoryCommand_1.ListWatchHistoryCommand,
60
90
  PauseProjectionCommand: PauseProjectionCommand_1.PauseProjectionCommand,
61
91
  QueryConversationsCountCommand: QueryConversationsCountCommand_1.QueryConversationsCountCommand,
62
92
  ScheduleCallSummaryGenerationCommand: ScheduleCallSummaryGenerationCommand_1.ScheduleCallSummaryGenerationCommand,
63
93
  ScheduleConferenceSummaryGenerationCommand: ScheduleConferenceSummaryGenerationCommand_1.ScheduleConferenceSummaryGenerationCommand,
94
+ UpdateDashboardCommand: UpdateDashboardCommand_1.UpdateDashboardCommand,
95
+ UpdateDashboardAccessCommand: UpdateDashboardAccessCommand_1.UpdateDashboardAccessCommand,
64
96
  UpdateFilterCommand: UpdateFilterCommand_1.UpdateFilterCommand,
97
+ UpdatePinnedDashboardsCommand: UpdatePinnedDashboardsCommand_1.UpdatePinnedDashboardsCommand,
98
+ UpdatePlaylistCommand: UpdatePlaylistCommand_1.UpdatePlaylistCommand,
99
+ UpdatePlaylistAccessCommand: UpdatePlaylistAccessCommand_1.UpdatePlaylistAccessCommand,
65
100
  UpdateProjectionCommand: UpdateProjectionCommand_1.UpdateProjectionCommand,
66
101
  UpdateProjectionsCategoryCommand: UpdateProjectionsCategoryCommand_1.UpdateProjectionsCategoryCommand,
102
+ WatchCommand: WatchCommand_1.WatchCommand,
67
103
  };
68
104
  class WdaInsights extends WdaInsightsClient_1.WdaInsightsClient {
69
105
  }
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AssociatePlaylistItemCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class AssociatePlaylistItemCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "AssociatePlaylistItem", {})
15
+ .n("WdaInsightsClient", "AssociatePlaylistItemCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_AssociatePlaylistItemCommand)
18
+ .de(Aws_restJson1_1.de_AssociatePlaylistItemCommand)
19
+ .build() {
20
+ }
21
+ exports.AssociatePlaylistItemCommand = AssociatePlaylistItemCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateDashboardCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class CreateDashboardCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "CreateDashboard", {})
15
+ .n("WdaInsightsClient", "CreateDashboardCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_CreateDashboardCommand)
18
+ .de(Aws_restJson1_1.de_CreateDashboardCommand)
19
+ .build() {
20
+ }
21
+ exports.CreateDashboardCommand = CreateDashboardCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreatePlaylistCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class CreatePlaylistCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "CreatePlaylist", {})
15
+ .n("WdaInsightsClient", "CreatePlaylistCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_CreatePlaylistCommand)
18
+ .de(Aws_restJson1_1.de_CreatePlaylistCommand)
19
+ .build() {
20
+ }
21
+ exports.CreatePlaylistCommand = CreatePlaylistCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteDashboardCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class DeleteDashboardCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "DeleteDashboard", {})
15
+ .n("WdaInsightsClient", "DeleteDashboardCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_DeleteDashboardCommand)
18
+ .de(Aws_restJson1_1.de_DeleteDashboardCommand)
19
+ .build() {
20
+ }
21
+ exports.DeleteDashboardCommand = DeleteDashboardCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeletePlaylistCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class DeletePlaylistCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "DeletePlaylist", {})
15
+ .n("WdaInsightsClient", "DeletePlaylistCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_DeletePlaylistCommand)
18
+ .de(Aws_restJson1_1.de_DeletePlaylistCommand)
19
+ .build() {
20
+ }
21
+ exports.DeletePlaylistCommand = DeletePlaylistCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DisassociatePlaylistItemCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class DisassociatePlaylistItemCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "DisassociatePlaylistItem", {})
15
+ .n("WdaInsightsClient", "DisassociatePlaylistItemCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_DisassociatePlaylistItemCommand)
18
+ .de(Aws_restJson1_1.de_DisassociatePlaylistItemCommand)
19
+ .build() {
20
+ }
21
+ exports.DisassociatePlaylistItemCommand = DisassociatePlaylistItemCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetDashboardCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class GetDashboardCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "GetDashboard", {})
15
+ .n("WdaInsightsClient", "GetDashboardCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_GetDashboardCommand)
18
+ .de(Aws_restJson1_1.de_GetDashboardCommand)
19
+ .build() {
20
+ }
21
+ exports.GetDashboardCommand = GetDashboardCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListDashboardsCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class ListDashboardsCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "ListDashboards", {})
15
+ .n("WdaInsightsClient", "ListDashboardsCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_ListDashboardsCommand)
18
+ .de(Aws_restJson1_1.de_ListDashboardsCommand)
19
+ .build() {
20
+ }
21
+ exports.ListDashboardsCommand = ListDashboardsCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListPinnedDashboardsCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class ListPinnedDashboardsCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "ListPinnedDashboards", {})
15
+ .n("WdaInsightsClient", "ListPinnedDashboardsCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_ListPinnedDashboardsCommand)
18
+ .de(Aws_restJson1_1.de_ListPinnedDashboardsCommand)
19
+ .build() {
20
+ }
21
+ exports.ListPinnedDashboardsCommand = ListPinnedDashboardsCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListPlaylistItemsCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class ListPlaylistItemsCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "ListPlaylistItems", {})
15
+ .n("WdaInsightsClient", "ListPlaylistItemsCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_ListPlaylistItemsCommand)
18
+ .de(Aws_restJson1_1.de_ListPlaylistItemsCommand)
19
+ .build() {
20
+ }
21
+ exports.ListPlaylistItemsCommand = ListPlaylistItemsCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListPlaylistsCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class ListPlaylistsCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "ListPlaylists", {})
15
+ .n("WdaInsightsClient", "ListPlaylistsCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_ListPlaylistsCommand)
18
+ .de(Aws_restJson1_1.de_ListPlaylistsCommand)
19
+ .build() {
20
+ }
21
+ exports.ListPlaylistsCommand = ListPlaylistsCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListWatchHistoryCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class ListWatchHistoryCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "ListWatchHistory", {})
15
+ .n("WdaInsightsClient", "ListWatchHistoryCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_ListWatchHistoryCommand)
18
+ .de(Aws_restJson1_1.de_ListWatchHistoryCommand)
19
+ .build() {
20
+ }
21
+ exports.ListWatchHistoryCommand = ListWatchHistoryCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateDashboardAccessCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class UpdateDashboardAccessCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "UpdateDashboardAccess", {})
15
+ .n("WdaInsightsClient", "UpdateDashboardAccessCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_UpdateDashboardAccessCommand)
18
+ .de(Aws_restJson1_1.de_UpdateDashboardAccessCommand)
19
+ .build() {
20
+ }
21
+ exports.UpdateDashboardAccessCommand = UpdateDashboardAccessCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateDashboardCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class UpdateDashboardCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "UpdateDashboard", {})
15
+ .n("WdaInsightsClient", "UpdateDashboardCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_UpdateDashboardCommand)
18
+ .de(Aws_restJson1_1.de_UpdateDashboardCommand)
19
+ .build() {
20
+ }
21
+ exports.UpdateDashboardCommand = UpdateDashboardCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePinnedDashboardsCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class UpdatePinnedDashboardsCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "UpdatePinnedDashboards", {})
15
+ .n("WdaInsightsClient", "UpdatePinnedDashboardsCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_UpdatePinnedDashboardsCommand)
18
+ .de(Aws_restJson1_1.de_UpdatePinnedDashboardsCommand)
19
+ .build() {
20
+ }
21
+ exports.UpdatePinnedDashboardsCommand = UpdatePinnedDashboardsCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePlaylistAccessCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class UpdatePlaylistAccessCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "UpdatePlaylistAccess", {})
15
+ .n("WdaInsightsClient", "UpdatePlaylistAccessCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_UpdatePlaylistAccessCommand)
18
+ .de(Aws_restJson1_1.de_UpdatePlaylistAccessCommand)
19
+ .build() {
20
+ }
21
+ exports.UpdatePlaylistAccessCommand = UpdatePlaylistAccessCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePlaylistCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class UpdatePlaylistCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "UpdatePlaylist", {})
15
+ .n("WdaInsightsClient", "UpdatePlaylistCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_UpdatePlaylistCommand)
18
+ .de(Aws_restJson1_1.de_UpdatePlaylistCommand)
19
+ .build() {
20
+ }
21
+ exports.UpdatePlaylistCommand = UpdatePlaylistCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WatchCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class WatchCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("WdaInsights", "Watch", {})
15
+ .n("WdaInsightsClient", "WatchCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_WatchCommand)
18
+ .de(Aws_restJson1_1.de_WatchCommand)
19
+ .build() {
20
+ }
21
+ exports.WatchCommand = WatchCommand;
@@ -1,13 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./AssociatePlaylistItemCommand"), exports);
5
+ tslib_1.__exportStar(require("./CreateDashboardCommand"), exports);
4
6
  tslib_1.__exportStar(require("./CreateFilterCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreatePlaylistCommand"), exports);
5
8
  tslib_1.__exportStar(require("./CreateProjectionCommand"), exports);
6
9
  tslib_1.__exportStar(require("./CreateProjectionsCategoryCommand"), exports);
10
+ tslib_1.__exportStar(require("./DeleteDashboardCommand"), exports);
7
11
  tslib_1.__exportStar(require("./DeleteFilterCommand"), exports);
12
+ tslib_1.__exportStar(require("./DeletePlaylistCommand"), exports);
8
13
  tslib_1.__exportStar(require("./DeleteProjectionCommand"), exports);
9
14
  tslib_1.__exportStar(require("./DeleteProjectionsCategoryCommand"), exports);
10
15
  tslib_1.__exportStar(require("./DisableProjectionCommand"), exports);
16
+ tslib_1.__exportStar(require("./DisassociatePlaylistItemCommand"), exports);
11
17
  tslib_1.__exportStar(require("./EnableProjectionCommand"), exports);
12
18
  tslib_1.__exportStar(require("./GetCallCharacteristicsCommand"), exports);
13
19
  tslib_1.__exportStar(require("./GetCallInsightsCommand"), exports);
@@ -18,16 +24,28 @@ tslib_1.__exportStar(require("./GetConferenceInsightsCommand"), exports);
18
24
  tslib_1.__exportStar(require("./GetConferenceRecordingPresignedDownloadUrlCommand"), exports);
19
25
  tslib_1.__exportStar(require("./GetConferenceSummaryCommand"), exports);
20
26
  tslib_1.__exportStar(require("./GetConferenceTimeFramesCommand"), exports);
27
+ tslib_1.__exportStar(require("./GetDashboardCommand"), exports);
21
28
  tslib_1.__exportStar(require("./GetProjectionCommand"), exports);
22
29
  tslib_1.__exportStar(require("./ListConversationsCommand"), exports);
23
30
  tslib_1.__exportStar(require("./ListConversationsInsightsCommand"), exports);
24
31
  tslib_1.__exportStar(require("./ListConversationsInsightsAggregationsCommand"), exports);
32
+ tslib_1.__exportStar(require("./ListDashboardsCommand"), exports);
25
33
  tslib_1.__exportStar(require("./ListFiltersCommand"), exports);
34
+ tslib_1.__exportStar(require("./ListPinnedDashboardsCommand"), exports);
35
+ tslib_1.__exportStar(require("./ListPlaylistItemsCommand"), exports);
36
+ tslib_1.__exportStar(require("./ListPlaylistsCommand"), exports);
26
37
  tslib_1.__exportStar(require("./ListProjectionsCommand"), exports);
38
+ tslib_1.__exportStar(require("./ListWatchHistoryCommand"), exports);
27
39
  tslib_1.__exportStar(require("./PauseProjectionCommand"), exports);
28
40
  tslib_1.__exportStar(require("./QueryConversationsCountCommand"), exports);
29
41
  tslib_1.__exportStar(require("./ScheduleCallSummaryGenerationCommand"), exports);
30
42
  tslib_1.__exportStar(require("./ScheduleConferenceSummaryGenerationCommand"), exports);
43
+ tslib_1.__exportStar(require("./UpdateDashboardCommand"), exports);
44
+ tslib_1.__exportStar(require("./UpdateDashboardAccessCommand"), exports);
31
45
  tslib_1.__exportStar(require("./UpdateFilterCommand"), exports);
46
+ tslib_1.__exportStar(require("./UpdatePinnedDashboardsCommand"), exports);
47
+ tslib_1.__exportStar(require("./UpdatePlaylistCommand"), exports);
48
+ tslib_1.__exportStar(require("./UpdatePlaylistAccessCommand"), exports);
32
49
  tslib_1.__exportStar(require("./UpdateProjectionCommand"), exports);
33
50
  tslib_1.__exportStar(require("./UpdateProjectionsCategoryCommand"), exports);
51
+ tslib_1.__exportStar(require("./WatchCommand"), exports);
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConversationsItemEvent = exports.ListConversationsFilterParticipant = exports.ListConversationsFilterDate = exports.ListConversationsFilterPredefinedDateType = exports.InsightsDefinition = exports.InsightsResultDefinition = exports.FileNotFoundException = exports.DownloadStrategy = exports.ConversationFileCategory = exports.InsightsReason = exports.InsightsStatus = exports.FilterNotFoundException = exports.ProjectionStatus = exports.ProjectionProvider = exports.ProjectionParameter = exports.ProjectionCondition = exports.ProjectionEntityConditionValue = exports.AggregationDefinition = exports.AggregationDateDefinitionPrecision = 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.RecordType = exports.CallFlowTranscriptionStatus = exports.License = exports.CallDevice = exports.CallParticipantType = exports.CallParticipantRole = exports.CallFlowAttachmentType = exports.CallFlowAttachment = exports.CallRecordPauseReason = exports.CallFlowAttachmentStatus = exports.CallRecordOwner = exports.ForbiddenException = exports.ConversationStatus = exports.CallDirection = exports.ValidationException = exports.NotFoundException = void 0;
3
+ exports.InsightsDefinition = exports.InsightsResultDefinition = exports.ListConversationsItemEvent = exports.FileNotFoundException = exports.DownloadStrategy = exports.ConversationFileCategory = exports.InsightsReason = exports.InsightsStatus = exports.FilterNotFoundException = exports.ProjectionStatus = exports.ProjectionProvider = exports.ProjectionParameter = exports.ProjectionCondition = exports.ProjectionEntityConditionValue = exports.DashboardAccessControlType = exports.DashboardAccessControlTarget = exports.ConversationTarget = exports.AggregationDefinition = exports.AggregationDateDefinitionPrecision = 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.RecordType = exports.CallFlowTranscriptionStatus = exports.License = exports.CallDevice = exports.CallParticipantType = exports.CallParticipantRole = exports.CallFlowAttachmentType = exports.CallFlowAttachment = exports.CallRecordPauseReason = exports.CallFlowAttachmentStatus = exports.CallRecordOwner = exports.ForbiddenException = exports.ConversationStatus = exports.CallDirection = exports.ValidationException = exports.NotFoundException = void 0;
4
+ exports.ListConversationsFilterParticipant = exports.ListConversationsFilterDate = exports.ListConversationsFilterPredefinedDateType = void 0;
4
5
  const WdaInsightsServiceException_1 = require("./WdaInsightsServiceException");
5
6
  class NotFoundException extends WdaInsightsServiceException_1.WdaInsightsServiceException {
6
7
  name = "NotFoundException";
@@ -225,6 +226,32 @@ var AggregationDefinition;
225
226
  return visitor._(value.$unknown[0], value.$unknown[1]);
226
227
  };
227
228
  })(AggregationDefinition || (exports.AggregationDefinition = AggregationDefinition = {}));
229
+ var ConversationTarget;
230
+ (function (ConversationTarget) {
231
+ ConversationTarget.visit = (value, visitor) => {
232
+ if (value.call !== undefined)
233
+ return visitor.call(value.call);
234
+ if (value.conference !== undefined)
235
+ return visitor.conference(value.conference);
236
+ if (value.chat !== undefined)
237
+ return visitor.chat(value.chat);
238
+ return visitor._(value.$unknown[0], value.$unknown[1]);
239
+ };
240
+ })(ConversationTarget || (exports.ConversationTarget = ConversationTarget = {}));
241
+ var DashboardAccessControlTarget;
242
+ (function (DashboardAccessControlTarget) {
243
+ DashboardAccessControlTarget.visit = (value, visitor) => {
244
+ if (value.userId !== undefined)
245
+ return visitor.userId(value.userId);
246
+ if (value.groupId !== undefined)
247
+ return visitor.groupId(value.groupId);
248
+ return visitor._(value.$unknown[0], value.$unknown[1]);
249
+ };
250
+ })(DashboardAccessControlTarget || (exports.DashboardAccessControlTarget = DashboardAccessControlTarget = {}));
251
+ exports.DashboardAccessControlType = {
252
+ EDIT: "edit",
253
+ VIEW: "view",
254
+ };
228
255
  exports.ProjectionEntityConditionValue = {
229
256
  CALL: "call",
230
257
  CHAT: "chat",
@@ -313,6 +340,18 @@ class FileNotFoundException extends WdaInsightsServiceException_1.WdaInsightsSer
313
340
  }
314
341
  }
315
342
  exports.FileNotFoundException = FileNotFoundException;
343
+ var ListConversationsItemEvent;
344
+ (function (ListConversationsItemEvent) {
345
+ ListConversationsItemEvent.visit = (value, visitor) => {
346
+ if (value.call !== undefined)
347
+ return visitor.call(value.call);
348
+ if (value.conference !== undefined)
349
+ return visitor.conference(value.conference);
350
+ if (value.chat !== undefined)
351
+ return visitor.chat(value.chat);
352
+ return visitor._(value.$unknown[0], value.$unknown[1]);
353
+ };
354
+ })(ListConversationsItemEvent || (exports.ListConversationsItemEvent = ListConversationsItemEvent = {}));
316
355
  var InsightsResultDefinition;
317
356
  (function (InsightsResultDefinition) {
318
357
  InsightsResultDefinition.visit = (value, visitor) => {
@@ -381,15 +420,3 @@ var ListConversationsFilterParticipant;
381
420
  return visitor._(value.$unknown[0], value.$unknown[1]);
382
421
  };
383
422
  })(ListConversationsFilterParticipant || (exports.ListConversationsFilterParticipant = ListConversationsFilterParticipant = {}));
384
- var ListConversationsItemEvent;
385
- (function (ListConversationsItemEvent) {
386
- ListConversationsItemEvent.visit = (value, visitor) => {
387
- if (value.call !== undefined)
388
- return visitor.call(value.call);
389
- if (value.conference !== undefined)
390
- return visitor.conference(value.conference);
391
- if (value.chat !== undefined)
392
- return visitor.chat(value.chat);
393
- return visitor._(value.$unknown[0], value.$unknown[1]);
394
- };
395
- })(ListConversationsItemEvent || (exports.ListConversationsItemEvent = ListConversationsItemEvent = {}));