@wildix/wda-insights-client 1.0.52 → 1.0.53
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/protocols/Aws_restJson1.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +3 -3
- package/dist-types/commands/CreateFilterCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +2 -0
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +2 -0
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +2 -0
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +2 -0
- package/dist-types/commands/GetProjectionCommand.d.ts +2 -0
- package/dist-types/commands/ListConversationsCommand.d.ts +5 -0
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +5 -0
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +5 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +2 -0
- package/dist-types/commands/ListProjectionsCommand.d.ts +2 -0
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +5 -0
- package/dist-types/commands/ScheduleCallPostAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/ScheduleConferencePostAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/package.json +2 -2
|
@@ -979,15 +979,15 @@ const de_CommandError = async (output, context) => {
|
|
|
979
979
|
case "ForbiddenException":
|
|
980
980
|
case "smithy.framework#ForbiddenException":
|
|
981
981
|
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
982
|
+
case "NotFoundException":
|
|
983
|
+
case "smithy.framework#NotFoundException":
|
|
984
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
982
985
|
case "ValidationException":
|
|
983
986
|
case "smithy.framework#ValidationException":
|
|
984
987
|
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
985
988
|
case "FilterNotFoundException":
|
|
986
989
|
case "wildix.wda.insights#FilterNotFoundException":
|
|
987
990
|
throw await de_FilterNotFoundExceptionRes(parsedOutput, context);
|
|
988
|
-
case "NotFoundException":
|
|
989
|
-
case "smithy.framework#NotFoundException":
|
|
990
|
-
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
991
991
|
case "FileNotFoundException":
|
|
992
992
|
case "wildix.xbees.conversations#FileNotFoundException":
|
|
993
993
|
throw await de_FileNotFoundExceptionRes(parsedOutput, context);
|
|
@@ -915,15 +915,15 @@ const de_CommandError = async (output, context) => {
|
|
|
915
915
|
case "ForbiddenException":
|
|
916
916
|
case "smithy.framework#ForbiddenException":
|
|
917
917
|
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
918
|
+
case "NotFoundException":
|
|
919
|
+
case "smithy.framework#NotFoundException":
|
|
920
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
918
921
|
case "ValidationException":
|
|
919
922
|
case "smithy.framework#ValidationException":
|
|
920
923
|
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
921
924
|
case "FilterNotFoundException":
|
|
922
925
|
case "wildix.wda.insights#FilterNotFoundException":
|
|
923
926
|
throw await de_FilterNotFoundExceptionRes(parsedOutput, context);
|
|
924
|
-
case "NotFoundException":
|
|
925
|
-
case "smithy.framework#NotFoundException":
|
|
926
|
-
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
927
927
|
case "FileNotFoundException":
|
|
928
928
|
case "wildix.xbees.conversations#FileNotFoundException":
|
|
929
929
|
throw await de_FileNotFoundExceptionRes(parsedOutput, context);
|
|
@@ -63,6 +63,8 @@ declare const CreateFilterCommand_base: {
|
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ForbiddenException} (client fault)
|
|
65
65
|
*
|
|
66
|
+
* @throws {@link NotFoundException} (client fault)
|
|
67
|
+
*
|
|
66
68
|
* @throws {@link WdaInsightsServiceException}
|
|
67
69
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
68
70
|
*
|
|
@@ -168,6 +168,8 @@ declare const CreateProjectionCommand_base: {
|
|
|
168
168
|
*
|
|
169
169
|
* @throws {@link ForbiddenException} (client fault)
|
|
170
170
|
*
|
|
171
|
+
* @throws {@link NotFoundException} (client fault)
|
|
172
|
+
*
|
|
171
173
|
* @throws {@link WdaInsightsServiceException}
|
|
172
174
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
173
175
|
*
|
|
@@ -61,6 +61,8 @@ declare const CreateProjectionsCategoryCommand_base: {
|
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ForbiddenException} (client fault)
|
|
63
63
|
*
|
|
64
|
+
* @throws {@link NotFoundException} (client fault)
|
|
65
|
+
*
|
|
64
66
|
* @throws {@link WdaInsightsServiceException}
|
|
65
67
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
66
68
|
*
|
|
@@ -56,6 +56,8 @@ declare const DeleteFilterCommand_base: {
|
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ForbiddenException} (client fault)
|
|
58
58
|
*
|
|
59
|
+
* @throws {@link NotFoundException} (client fault)
|
|
60
|
+
*
|
|
59
61
|
* @throws {@link WdaInsightsServiceException}
|
|
60
62
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
61
63
|
*
|
|
@@ -116,6 +116,8 @@ declare const GetCallCharacteristicsCommand_base: {
|
|
|
116
116
|
*
|
|
117
117
|
* @throws {@link ForbiddenException} (client fault)
|
|
118
118
|
*
|
|
119
|
+
* @throws {@link NotFoundException} (client fault)
|
|
120
|
+
*
|
|
119
121
|
* @throws {@link WdaInsightsServiceException}
|
|
120
122
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
121
123
|
*
|
|
@@ -60,6 +60,8 @@ declare const GetConferenceRecordingPresignedDownloadUrlCommand_base: {
|
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ValidationException} (client fault)
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link NotFoundException} (client fault)
|
|
64
|
+
*
|
|
63
65
|
* @throws {@link WdaInsightsServiceException}
|
|
64
66
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
65
67
|
*
|
|
@@ -67,6 +67,8 @@ declare const GetConferenceTimeFramesCommand_base: {
|
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ForbiddenException} (client fault)
|
|
69
69
|
*
|
|
70
|
+
* @throws {@link NotFoundException} (client fault)
|
|
71
|
+
*
|
|
70
72
|
* @throws {@link WdaInsightsServiceException}
|
|
71
73
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
72
74
|
*
|
|
@@ -117,6 +117,8 @@ declare const GetProjectionCommand_base: {
|
|
|
117
117
|
*
|
|
118
118
|
* @throws {@link ForbiddenException} (client fault)
|
|
119
119
|
*
|
|
120
|
+
* @throws {@link NotFoundException} (client fault)
|
|
121
|
+
*
|
|
120
122
|
* @throws {@link WdaInsightsServiceException}
|
|
121
123
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
122
124
|
*
|
|
@@ -61,6 +61,9 @@ declare const ListConversationsCommand_base: {
|
|
|
61
61
|
* service: [ // ListConversationsFilterService
|
|
62
62
|
* "STRING_VALUE",
|
|
63
63
|
* ],
|
|
64
|
+
* group: [ // ListConversationsFilterGroup
|
|
65
|
+
* "STRING_VALUE",
|
|
66
|
+
* ],
|
|
64
67
|
* phases: [ // ListConversationsFilterPhases
|
|
65
68
|
* "STRING_VALUE",
|
|
66
69
|
* ],
|
|
@@ -366,6 +369,8 @@ declare const ListConversationsCommand_base: {
|
|
|
366
369
|
*
|
|
367
370
|
* @throws {@link ForbiddenException} (client fault)
|
|
368
371
|
*
|
|
372
|
+
* @throws {@link NotFoundException} (client fault)
|
|
373
|
+
*
|
|
369
374
|
* @throws {@link WdaInsightsServiceException}
|
|
370
375
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
371
376
|
*
|
|
@@ -92,6 +92,9 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
|
|
|
92
92
|
* service: [ // ListConversationsFilterService
|
|
93
93
|
* "STRING_VALUE",
|
|
94
94
|
* ],
|
|
95
|
+
* group: [ // ListConversationsFilterGroup
|
|
96
|
+
* "STRING_VALUE",
|
|
97
|
+
* ],
|
|
95
98
|
* phases: [ // ListConversationsFilterPhases
|
|
96
99
|
* "STRING_VALUE",
|
|
97
100
|
* ],
|
|
@@ -225,6 +228,8 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
|
|
|
225
228
|
*
|
|
226
229
|
* @throws {@link ForbiddenException} (client fault)
|
|
227
230
|
*
|
|
231
|
+
* @throws {@link NotFoundException} (client fault)
|
|
232
|
+
*
|
|
228
233
|
* @throws {@link WdaInsightsServiceException}
|
|
229
234
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
230
235
|
*
|
|
@@ -84,6 +84,9 @@ declare const ListConversationsInsightsCommand_base: {
|
|
|
84
84
|
* service: [ // ListConversationsFilterService
|
|
85
85
|
* "STRING_VALUE",
|
|
86
86
|
* ],
|
|
87
|
+
* group: [ // ListConversationsFilterGroup
|
|
88
|
+
* "STRING_VALUE",
|
|
89
|
+
* ],
|
|
87
90
|
* phases: [ // ListConversationsFilterPhases
|
|
88
91
|
* "STRING_VALUE",
|
|
89
92
|
* ],
|
|
@@ -171,6 +174,8 @@ declare const ListConversationsInsightsCommand_base: {
|
|
|
171
174
|
*
|
|
172
175
|
* @throws {@link ForbiddenException} (client fault)
|
|
173
176
|
*
|
|
177
|
+
* @throws {@link NotFoundException} (client fault)
|
|
178
|
+
*
|
|
174
179
|
* @throws {@link WdaInsightsServiceException}
|
|
175
180
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
176
181
|
*
|
|
@@ -62,6 +62,8 @@ declare const ListFiltersCommand_base: {
|
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ForbiddenException} (client fault)
|
|
64
64
|
*
|
|
65
|
+
* @throws {@link NotFoundException} (client fault)
|
|
66
|
+
*
|
|
65
67
|
* @throws {@link WdaInsightsServiceException}
|
|
66
68
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
67
69
|
*
|
|
@@ -124,6 +124,8 @@ declare const ListProjectionsCommand_base: {
|
|
|
124
124
|
*
|
|
125
125
|
* @throws {@link ForbiddenException} (client fault)
|
|
126
126
|
*
|
|
127
|
+
* @throws {@link NotFoundException} (client fault)
|
|
128
|
+
*
|
|
127
129
|
* @throws {@link WdaInsightsServiceException}
|
|
128
130
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
129
131
|
*
|
|
@@ -61,6 +61,9 @@ declare const QueryConversationsCountCommand_base: {
|
|
|
61
61
|
* service: [ // ListConversationsFilterService
|
|
62
62
|
* "STRING_VALUE",
|
|
63
63
|
* ],
|
|
64
|
+
* group: [ // ListConversationsFilterGroup
|
|
65
|
+
* "STRING_VALUE",
|
|
66
|
+
* ],
|
|
64
67
|
* phases: [ // ListConversationsFilterPhases
|
|
65
68
|
* "STRING_VALUE",
|
|
66
69
|
* ],
|
|
@@ -119,6 +122,8 @@ declare const QueryConversationsCountCommand_base: {
|
|
|
119
122
|
*
|
|
120
123
|
* @throws {@link ForbiddenException} (client fault)
|
|
121
124
|
*
|
|
125
|
+
* @throws {@link NotFoundException} (client fault)
|
|
126
|
+
*
|
|
122
127
|
* @throws {@link WdaInsightsServiceException}
|
|
123
128
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
124
129
|
*
|
|
@@ -57,6 +57,8 @@ declare const ScheduleCallPostAnalysisCommand_base: {
|
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ForbiddenException} (client fault)
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link NotFoundException} (client fault)
|
|
61
|
+
*
|
|
60
62
|
* @throws {@link WdaInsightsServiceException}
|
|
61
63
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
62
64
|
*
|
|
@@ -56,6 +56,8 @@ declare const ScheduleConferencePostAnalysisCommand_base: {
|
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ForbiddenException} (client fault)
|
|
58
58
|
*
|
|
59
|
+
* @throws {@link NotFoundException} (client fault)
|
|
60
|
+
*
|
|
59
61
|
* @throws {@link WdaInsightsServiceException}
|
|
60
62
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
61
63
|
*
|
|
@@ -66,6 +66,8 @@ declare const UpdateFilterCommand_base: {
|
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ForbiddenException} (client fault)
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link NotFoundException} (client fault)
|
|
70
|
+
*
|
|
69
71
|
* @throws {@link WdaInsightsServiceException}
|
|
70
72
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
71
73
|
*
|
|
@@ -1939,6 +1939,7 @@ export interface ListConversationsFilter {
|
|
|
1939
1939
|
participantsToInclude?: (ListConversationsFilterParticipant)[] | undefined;
|
|
1940
1940
|
participantsToExclude?: (ListConversationsFilterParticipant)[] | undefined;
|
|
1941
1941
|
service?: (string)[] | undefined;
|
|
1942
|
+
group?: (string)[] | undefined;
|
|
1942
1943
|
phases?: (string)[] | undefined;
|
|
1943
1944
|
language?: (string)[] | undefined;
|
|
1944
1945
|
duration?: ListConversationsFilterDuration | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-insights-client",
|
|
3
3
|
"description": "@wildix/wda-insights-client client",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.53",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -80,4 +80,4 @@
|
|
|
80
80
|
"react-native": {
|
|
81
81
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
82
82
|
}
|
|
83
|
-
}
|
|
83
|
+
}
|