@wildix/wda-insights-client 1.1.44 → 1.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/models/models_0.js +28 -14
- package/dist-es/models/models_0.js +26 -12
- package/dist-types/commands/ListConversationsCommand.d.ts +8 -5
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +8 -5
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +8 -5
- package/dist-types/models/models_0.d.ts +53 -28
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.PlaylistItemStatus = exports.ListConversationsItemEvent = exports.FileNotFoundException = exports.DownloadStrategy = exports.ConversationFileCategory = exports.InsightsReason = void 0;
|
|
3
|
+
exports.FilterNotFoundException = exports.ProjectionStatus = exports.ProjectionParameter = exports.ProjectionCondition = exports.ProjectionEntityConditionValue = exports.PlaylistVisibility = exports.PlaylistPrincipal = exports.PlaylistPermission = exports.DashboardVisibility = exports.DashboardPrincipal = exports.DashboardPermission = exports.AggregationDateInterval = exports.ListConversationsFilterParticipant = exports.ConversationTarget = exports.ListConversationsFilterDate = exports.ListConversationsFilterPredefinedDateType = exports.ListConversationsFilterField = exports.AggregationDefinition = 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.CallFlowAttachment = exports.CallRecordPauseReason = exports.CallFlowAttachmentStatus = exports.CallRecordOwner = exports.AnnotationsStatus = exports.RecordType = exports.License = exports.ConversationStatus = exports.CallDirection = exports.ValidationException = exports.NotFoundException = exports.ForbiddenException = void 0;
|
|
4
|
+
exports.PlaylistItemStatus = exports.ListConversationsItemEvent = exports.FileNotFoundException = exports.DownloadStrategy = exports.ConversationFileCategory = exports.InsightsReason = exports.InsightsStatus = void 0;
|
|
5
5
|
const WdaInsightsServiceException_1 = require("./WdaInsightsServiceException");
|
|
6
6
|
class ForbiddenException extends WdaInsightsServiceException_1.WdaInsightsServiceException {
|
|
7
7
|
name = "ForbiddenException";
|
|
@@ -52,6 +52,25 @@ exports.ConversationStatus = {
|
|
|
52
52
|
COMPLETED: "COMPLETED",
|
|
53
53
|
MISSED: "MISSED",
|
|
54
54
|
};
|
|
55
|
+
exports.License = {
|
|
56
|
+
UC: "uc",
|
|
57
|
+
XBEES: "x-bees",
|
|
58
|
+
};
|
|
59
|
+
exports.RecordType = {
|
|
60
|
+
CALL: "call",
|
|
61
|
+
CALL_ANNOTATIONS: "call_annotations",
|
|
62
|
+
CALL_TRANSCRIPTION: "call_transcription",
|
|
63
|
+
CHAT: "chat",
|
|
64
|
+
CHAT_ANNOTATIONS: "chat_annotations",
|
|
65
|
+
CHAT_TRANSCRIPTION: "chat_transcription",
|
|
66
|
+
CONFERENCE: "conference",
|
|
67
|
+
CONFERENCE_ANNOTATIONS: "conference_annotations",
|
|
68
|
+
CONFERENCE_TRANSCRIPTION: "conference_transcription",
|
|
69
|
+
};
|
|
70
|
+
exports.AnnotationsStatus = {
|
|
71
|
+
AVAILABLE: "AVAILABLE",
|
|
72
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
73
|
+
};
|
|
55
74
|
exports.CallRecordOwner = {
|
|
56
75
|
CALLEE: "callee",
|
|
57
76
|
CALLER: "caller",
|
|
@@ -90,9 +109,13 @@ exports.CallParticipantType = {
|
|
|
90
109
|
REMOTE: "REMOTE",
|
|
91
110
|
};
|
|
92
111
|
exports.CallDevice = {
|
|
112
|
+
COLLABORATION7_ANDROID: "COLLABORATION7_ANDROID",
|
|
113
|
+
COLLABORATION7_IOS: "COLLABORATION7_IOS",
|
|
114
|
+
COLLABORATION7_WEB: "COLLABORATION7_WEB",
|
|
93
115
|
COLLABORATION_ANDROID: "COLLABORATION_ANDROID",
|
|
94
116
|
COLLABORATION_IOS: "COLLABORATION_IOS",
|
|
95
117
|
COLLABORATION_WEB: "COLLABORATION_WEB",
|
|
118
|
+
TEAMS4WILDIX: "TEAMS4WILDIX",
|
|
96
119
|
UNKNOWN: "UNKNOWN",
|
|
97
120
|
VOICEBOT: "VOICEBOT",
|
|
98
121
|
WILDIX_DEVICE: "WILDIX_DEVICE",
|
|
@@ -100,24 +123,15 @@ exports.CallDevice = {
|
|
|
100
123
|
XBEES_ANDROID: "XBEES_ANDROID",
|
|
101
124
|
XBEES_IOS: "XBEES_IOS",
|
|
102
125
|
XBEES_WEB: "XBEES_WEB",
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
XBEES: "x-bees",
|
|
126
|
+
XHOPPERS_ANDROID: "XHOPPERS_ANDROID",
|
|
127
|
+
XHOPPERS_IOS: "XHOPPERS_IOS",
|
|
128
|
+
XHOPPERS_WEB: "XHOPPERS_WEB",
|
|
107
129
|
};
|
|
108
130
|
exports.CallFlowTranscriptionStatus = {
|
|
109
131
|
AVAILABLE: "AVAILABLE",
|
|
110
132
|
POST_TRANSCRIPTION: "POST_TRANSCRIPTION",
|
|
111
133
|
UNAVAILABLE: "UNAVAILABLE",
|
|
112
134
|
};
|
|
113
|
-
exports.RecordType = {
|
|
114
|
-
CALL: "call",
|
|
115
|
-
CALL_TRANSCRIPTION: "call_transcription",
|
|
116
|
-
CHAT: "chat",
|
|
117
|
-
CHAT_TRANSCRIPTION: "chat_transcription",
|
|
118
|
-
CONFERENCE: "conference",
|
|
119
|
-
CONFERENCE_TRANSCRIPTION: "conference_transcription",
|
|
120
|
-
};
|
|
121
135
|
exports.ChannelAccess = {
|
|
122
136
|
PRIVATE: "private",
|
|
123
137
|
PUBLIC: "public",
|
|
@@ -45,6 +45,25 @@ export const ConversationStatus = {
|
|
|
45
45
|
COMPLETED: "COMPLETED",
|
|
46
46
|
MISSED: "MISSED",
|
|
47
47
|
};
|
|
48
|
+
export const License = {
|
|
49
|
+
UC: "uc",
|
|
50
|
+
XBEES: "x-bees",
|
|
51
|
+
};
|
|
52
|
+
export const RecordType = {
|
|
53
|
+
CALL: "call",
|
|
54
|
+
CALL_ANNOTATIONS: "call_annotations",
|
|
55
|
+
CALL_TRANSCRIPTION: "call_transcription",
|
|
56
|
+
CHAT: "chat",
|
|
57
|
+
CHAT_ANNOTATIONS: "chat_annotations",
|
|
58
|
+
CHAT_TRANSCRIPTION: "chat_transcription",
|
|
59
|
+
CONFERENCE: "conference",
|
|
60
|
+
CONFERENCE_ANNOTATIONS: "conference_annotations",
|
|
61
|
+
CONFERENCE_TRANSCRIPTION: "conference_transcription",
|
|
62
|
+
};
|
|
63
|
+
export const AnnotationsStatus = {
|
|
64
|
+
AVAILABLE: "AVAILABLE",
|
|
65
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
66
|
+
};
|
|
48
67
|
export const CallRecordOwner = {
|
|
49
68
|
CALLEE: "callee",
|
|
50
69
|
CALLER: "caller",
|
|
@@ -83,9 +102,13 @@ export const CallParticipantType = {
|
|
|
83
102
|
REMOTE: "REMOTE",
|
|
84
103
|
};
|
|
85
104
|
export const CallDevice = {
|
|
105
|
+
COLLABORATION7_ANDROID: "COLLABORATION7_ANDROID",
|
|
106
|
+
COLLABORATION7_IOS: "COLLABORATION7_IOS",
|
|
107
|
+
COLLABORATION7_WEB: "COLLABORATION7_WEB",
|
|
86
108
|
COLLABORATION_ANDROID: "COLLABORATION_ANDROID",
|
|
87
109
|
COLLABORATION_IOS: "COLLABORATION_IOS",
|
|
88
110
|
COLLABORATION_WEB: "COLLABORATION_WEB",
|
|
111
|
+
TEAMS4WILDIX: "TEAMS4WILDIX",
|
|
89
112
|
UNKNOWN: "UNKNOWN",
|
|
90
113
|
VOICEBOT: "VOICEBOT",
|
|
91
114
|
WILDIX_DEVICE: "WILDIX_DEVICE",
|
|
@@ -93,24 +116,15 @@ export const CallDevice = {
|
|
|
93
116
|
XBEES_ANDROID: "XBEES_ANDROID",
|
|
94
117
|
XBEES_IOS: "XBEES_IOS",
|
|
95
118
|
XBEES_WEB: "XBEES_WEB",
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
XBEES: "x-bees",
|
|
119
|
+
XHOPPERS_ANDROID: "XHOPPERS_ANDROID",
|
|
120
|
+
XHOPPERS_IOS: "XHOPPERS_IOS",
|
|
121
|
+
XHOPPERS_WEB: "XHOPPERS_WEB",
|
|
100
122
|
};
|
|
101
123
|
export const CallFlowTranscriptionStatus = {
|
|
102
124
|
AVAILABLE: "AVAILABLE",
|
|
103
125
|
POST_TRANSCRIPTION: "POST_TRANSCRIPTION",
|
|
104
126
|
UNAVAILABLE: "UNAVAILABLE",
|
|
105
127
|
};
|
|
106
|
-
export const RecordType = {
|
|
107
|
-
CALL: "call",
|
|
108
|
-
CALL_TRANSCRIPTION: "call_transcription",
|
|
109
|
-
CHAT: "chat",
|
|
110
|
-
CHAT_TRANSCRIPTION: "chat_transcription",
|
|
111
|
-
CONFERENCE: "conference",
|
|
112
|
-
CONFERENCE_TRANSCRIPTION: "conference_transcription",
|
|
113
|
-
};
|
|
114
128
|
export const ChannelAccess = {
|
|
115
129
|
PRIVATE: "private",
|
|
116
130
|
PUBLIC: "public",
|
|
@@ -243,7 +243,7 @@ declare const ListConversationsCommand_base: {
|
|
|
243
243
|
* // groupId: "STRING_VALUE",
|
|
244
244
|
* // groupName: "STRING_VALUE",
|
|
245
245
|
* // userAgent: "STRING_VALUE",
|
|
246
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
246
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
247
247
|
* // role: "CLIENT" || "AGENT", // required
|
|
248
248
|
* // license: "STRING_VALUE",
|
|
249
249
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -263,7 +263,7 @@ declare const ListConversationsCommand_base: {
|
|
|
263
263
|
* // groupId: "STRING_VALUE",
|
|
264
264
|
* // groupName: "STRING_VALUE",
|
|
265
265
|
* // userAgent: "STRING_VALUE",
|
|
266
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
266
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
267
267
|
* // role: "CLIENT" || "AGENT", // required
|
|
268
268
|
* // license: "STRING_VALUE",
|
|
269
269
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -319,6 +319,7 @@ declare const ListConversationsCommand_base: {
|
|
|
319
319
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
320
320
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
321
321
|
* // transcriptionSeconds: Number("int"),
|
|
322
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
322
323
|
* // attachment: "STRING_VALUE",
|
|
323
324
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
324
325
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -398,7 +399,7 @@ declare const ListConversationsCommand_base: {
|
|
|
398
399
|
* // licenses: [ // LicensesList // required
|
|
399
400
|
* // "x-bees" || "uc",
|
|
400
401
|
* // ],
|
|
401
|
-
* // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
|
|
402
|
+
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
402
403
|
* // },
|
|
403
404
|
* // conference: { // ConferenceRecord
|
|
404
405
|
* // id: "STRING_VALUE", // required
|
|
@@ -446,7 +447,8 @@ declare const ListConversationsCommand_base: {
|
|
|
446
447
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
447
448
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
448
449
|
* // transcriptionSeconds: Number("int"),
|
|
449
|
-
* //
|
|
450
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
451
|
+
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
450
452
|
* // },
|
|
451
453
|
* // chat: { // ChatRecord
|
|
452
454
|
* // id: "STRING_VALUE",
|
|
@@ -567,7 +569,8 @@ declare const ListConversationsCommand_base: {
|
|
|
567
569
|
* // },
|
|
568
570
|
* // },
|
|
569
571
|
* // ],
|
|
570
|
-
* //
|
|
572
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
573
|
+
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
571
574
|
* // },
|
|
572
575
|
* // },
|
|
573
576
|
* // interaction: { // ListConversationsItemInteraction
|
|
@@ -69,7 +69,7 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
69
69
|
* // groupId: "STRING_VALUE",
|
|
70
70
|
* // groupName: "STRING_VALUE",
|
|
71
71
|
* // userAgent: "STRING_VALUE",
|
|
72
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
72
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
73
73
|
* // role: "CLIENT" || "AGENT", // required
|
|
74
74
|
* // license: "STRING_VALUE",
|
|
75
75
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -89,7 +89,7 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
89
89
|
* // groupId: "STRING_VALUE",
|
|
90
90
|
* // groupName: "STRING_VALUE",
|
|
91
91
|
* // userAgent: "STRING_VALUE",
|
|
92
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
92
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
93
93
|
* // role: "CLIENT" || "AGENT", // required
|
|
94
94
|
* // license: "STRING_VALUE",
|
|
95
95
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -145,6 +145,7 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
145
145
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
146
146
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
147
147
|
* // transcriptionSeconds: Number("int"),
|
|
148
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
148
149
|
* // attachment: "STRING_VALUE",
|
|
149
150
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
150
151
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -224,7 +225,7 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
224
225
|
* // licenses: [ // LicensesList // required
|
|
225
226
|
* // "x-bees" || "uc",
|
|
226
227
|
* // ],
|
|
227
|
-
* // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
|
|
228
|
+
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
228
229
|
* // },
|
|
229
230
|
* // conference: { // ConferenceRecord
|
|
230
231
|
* // id: "STRING_VALUE", // required
|
|
@@ -272,7 +273,8 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
272
273
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
273
274
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
274
275
|
* // transcriptionSeconds: Number("int"),
|
|
275
|
-
* //
|
|
276
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
277
|
+
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
276
278
|
* // },
|
|
277
279
|
* // chat: { // ChatRecord
|
|
278
280
|
* // id: "STRING_VALUE",
|
|
@@ -393,7 +395,8 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
393
395
|
* // },
|
|
394
396
|
* // },
|
|
395
397
|
* // ],
|
|
396
|
-
* //
|
|
398
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
399
|
+
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
397
400
|
* // },
|
|
398
401
|
* // },
|
|
399
402
|
* // interaction: { // ListConversationsItemInteraction
|
|
@@ -67,7 +67,7 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
67
67
|
* // groupId: "STRING_VALUE",
|
|
68
68
|
* // groupName: "STRING_VALUE",
|
|
69
69
|
* // userAgent: "STRING_VALUE",
|
|
70
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
70
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
71
71
|
* // role: "CLIENT" || "AGENT", // required
|
|
72
72
|
* // license: "STRING_VALUE",
|
|
73
73
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -87,7 +87,7 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
87
87
|
* // groupId: "STRING_VALUE",
|
|
88
88
|
* // groupName: "STRING_VALUE",
|
|
89
89
|
* // userAgent: "STRING_VALUE",
|
|
90
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
90
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN" || "COLLABORATION7_WEB" || "COLLABORATION7_IOS" || "COLLABORATION7_ANDROID" || "XHOPPERS_WEB" || "XHOPPERS_IOS" || "XHOPPERS_ANDROID" || "TEAMS4WILDIX",
|
|
91
91
|
* // role: "CLIENT" || "AGENT", // required
|
|
92
92
|
* // license: "STRING_VALUE",
|
|
93
93
|
* // sipCallId: "STRING_VALUE",
|
|
@@ -143,6 +143,7 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
143
143
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
144
144
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
145
145
|
* // transcriptionSeconds: Number("int"),
|
|
146
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
146
147
|
* // attachment: "STRING_VALUE",
|
|
147
148
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
148
149
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -222,7 +223,7 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
222
223
|
* // licenses: [ // LicensesList // required
|
|
223
224
|
* // "x-bees" || "uc",
|
|
224
225
|
* // ],
|
|
225
|
-
* // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
|
|
226
|
+
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
226
227
|
* // },
|
|
227
228
|
* // conference: { // ConferenceRecord
|
|
228
229
|
* // id: "STRING_VALUE", // required
|
|
@@ -270,7 +271,8 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
270
271
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
271
272
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
272
273
|
* // transcriptionSeconds: Number("int"),
|
|
273
|
-
* //
|
|
274
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
275
|
+
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
274
276
|
* // },
|
|
275
277
|
* // chat: { // ChatRecord
|
|
276
278
|
* // id: "STRING_VALUE",
|
|
@@ -391,7 +393,8 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
391
393
|
* // },
|
|
392
394
|
* // },
|
|
393
395
|
* // ],
|
|
394
|
-
* //
|
|
396
|
+
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
397
|
+
* // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
|
|
395
398
|
* // },
|
|
396
399
|
* // },
|
|
397
400
|
* // interaction: { // ListConversationsItemInteraction
|
|
@@ -60,6 +60,49 @@ export declare const ConversationStatus: {
|
|
|
60
60
|
* @public
|
|
61
61
|
*/
|
|
62
62
|
export type ConversationStatus = typeof ConversationStatus[keyof typeof ConversationStatus];
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
* @enum
|
|
66
|
+
*/
|
|
67
|
+
export declare const License: {
|
|
68
|
+
readonly UC: "uc";
|
|
69
|
+
readonly XBEES: "x-bees";
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export type License = typeof License[keyof typeof License];
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
* @enum
|
|
78
|
+
*/
|
|
79
|
+
export declare const RecordType: {
|
|
80
|
+
readonly CALL: "call";
|
|
81
|
+
readonly CALL_ANNOTATIONS: "call_annotations";
|
|
82
|
+
readonly CALL_TRANSCRIPTION: "call_transcription";
|
|
83
|
+
readonly CHAT: "chat";
|
|
84
|
+
readonly CHAT_ANNOTATIONS: "chat_annotations";
|
|
85
|
+
readonly CHAT_TRANSCRIPTION: "chat_transcription";
|
|
86
|
+
readonly CONFERENCE: "conference";
|
|
87
|
+
readonly CONFERENCE_ANNOTATIONS: "conference_annotations";
|
|
88
|
+
readonly CONFERENCE_TRANSCRIPTION: "conference_transcription";
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export type RecordType = typeof RecordType[keyof typeof RecordType];
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
* @enum
|
|
97
|
+
*/
|
|
98
|
+
export declare const AnnotationsStatus: {
|
|
99
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
100
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export type AnnotationsStatus = typeof AnnotationsStatus[keyof typeof AnnotationsStatus];
|
|
63
106
|
/**
|
|
64
107
|
* @public
|
|
65
108
|
*/
|
|
@@ -239,9 +282,13 @@ export type CallParticipantType = typeof CallParticipantType[keyof typeof CallPa
|
|
|
239
282
|
* @enum
|
|
240
283
|
*/
|
|
241
284
|
export declare const CallDevice: {
|
|
285
|
+
readonly COLLABORATION7_ANDROID: "COLLABORATION7_ANDROID";
|
|
286
|
+
readonly COLLABORATION7_IOS: "COLLABORATION7_IOS";
|
|
287
|
+
readonly COLLABORATION7_WEB: "COLLABORATION7_WEB";
|
|
242
288
|
readonly COLLABORATION_ANDROID: "COLLABORATION_ANDROID";
|
|
243
289
|
readonly COLLABORATION_IOS: "COLLABORATION_IOS";
|
|
244
290
|
readonly COLLABORATION_WEB: "COLLABORATION_WEB";
|
|
291
|
+
readonly TEAMS4WILDIX: "TEAMS4WILDIX";
|
|
245
292
|
readonly UNKNOWN: "UNKNOWN";
|
|
246
293
|
readonly VOICEBOT: "VOICEBOT";
|
|
247
294
|
readonly WILDIX_DEVICE: "WILDIX_DEVICE";
|
|
@@ -249,6 +296,9 @@ export declare const CallDevice: {
|
|
|
249
296
|
readonly XBEES_ANDROID: "XBEES_ANDROID";
|
|
250
297
|
readonly XBEES_IOS: "XBEES_IOS";
|
|
251
298
|
readonly XBEES_WEB: "XBEES_WEB";
|
|
299
|
+
readonly XHOPPERS_ANDROID: "XHOPPERS_ANDROID";
|
|
300
|
+
readonly XHOPPERS_IOS: "XHOPPERS_IOS";
|
|
301
|
+
readonly XHOPPERS_WEB: "XHOPPERS_WEB";
|
|
252
302
|
};
|
|
253
303
|
/**
|
|
254
304
|
* @public
|
|
@@ -293,18 +343,6 @@ export interface CallParticipant {
|
|
|
293
343
|
*/
|
|
294
344
|
location?: string | undefined;
|
|
295
345
|
}
|
|
296
|
-
/**
|
|
297
|
-
* @public
|
|
298
|
-
* @enum
|
|
299
|
-
*/
|
|
300
|
-
export declare const License: {
|
|
301
|
-
readonly UC: "uc";
|
|
302
|
-
readonly XBEES: "x-bees";
|
|
303
|
-
};
|
|
304
|
-
/**
|
|
305
|
-
* @public
|
|
306
|
-
*/
|
|
307
|
-
export type License = typeof License[keyof typeof License];
|
|
308
346
|
/**
|
|
309
347
|
* @public
|
|
310
348
|
*/
|
|
@@ -325,22 +363,6 @@ export declare const CallFlowTranscriptionStatus: {
|
|
|
325
363
|
* @public
|
|
326
364
|
*/
|
|
327
365
|
export type CallFlowTranscriptionStatus = typeof CallFlowTranscriptionStatus[keyof typeof CallFlowTranscriptionStatus];
|
|
328
|
-
/**
|
|
329
|
-
* @public
|
|
330
|
-
* @enum
|
|
331
|
-
*/
|
|
332
|
-
export declare const RecordType: {
|
|
333
|
-
readonly CALL: "call";
|
|
334
|
-
readonly CALL_TRANSCRIPTION: "call_transcription";
|
|
335
|
-
readonly CHAT: "chat";
|
|
336
|
-
readonly CHAT_TRANSCRIPTION: "chat_transcription";
|
|
337
|
-
readonly CONFERENCE: "conference";
|
|
338
|
-
readonly CONFERENCE_TRANSCRIPTION: "conference_transcription";
|
|
339
|
-
};
|
|
340
|
-
/**
|
|
341
|
-
* @public
|
|
342
|
-
*/
|
|
343
|
-
export type RecordType = typeof RecordType[keyof typeof RecordType];
|
|
344
366
|
/**
|
|
345
367
|
* @public
|
|
346
368
|
*/
|
|
@@ -423,6 +445,7 @@ export interface CallRecord {
|
|
|
423
445
|
transcriptionStatus?: CallFlowTranscriptionStatus | undefined;
|
|
424
446
|
transcriptionLanguage?: string | undefined;
|
|
425
447
|
transcriptionSeconds?: number | undefined;
|
|
448
|
+
annotationsStatus?: AnnotationsStatus | undefined;
|
|
426
449
|
/**
|
|
427
450
|
* Consider to use `attachments` instead.
|
|
428
451
|
*
|
|
@@ -744,6 +767,7 @@ export interface ChatRecord {
|
|
|
744
767
|
channel: Channel;
|
|
745
768
|
status?: ChatStatus | undefined;
|
|
746
769
|
participants: (ChatParticipant)[];
|
|
770
|
+
annotationsStatus?: AnnotationsStatus | undefined;
|
|
747
771
|
type: RecordType;
|
|
748
772
|
}
|
|
749
773
|
/**
|
|
@@ -875,6 +899,7 @@ export interface ConferenceRecord {
|
|
|
875
899
|
transcriptionStatus: ConferenceTranscriptionStatus;
|
|
876
900
|
transcriptionLanguage?: string | undefined;
|
|
877
901
|
transcriptionSeconds?: number | undefined;
|
|
902
|
+
annotationsStatus?: AnnotationsStatus | undefined;
|
|
878
903
|
type: RecordType;
|
|
879
904
|
}
|
|
880
905
|
/**
|
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.1.
|
|
4
|
+
"version": "1.1.46",
|
|
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",
|