@wildix/wda-stream-client 1.1.59 → 1.1.60
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/WdaStream.js +0 -6
- package/dist-cjs/commands/index.js +0 -3
- package/dist-cjs/models/models_0.js +31 -70
- package/dist-cjs/models/models_1.js +1 -7
- package/dist-cjs/protocols/Aws_restJson1.js +3 -396
- package/dist-es/WdaStream.js +0 -6
- package/dist-es/commands/index.js +0 -3
- package/dist-es/models/models_0.js +29 -68
- package/dist-es/models/models_1.js +0 -6
- package/dist-es/protocols/Aws_restJson1.js +4 -391
- package/dist-types/WdaStream.d.ts +0 -21
- package/dist-types/WdaStreamClient.d.ts +2 -5
- package/dist-types/commands/ConsumeEventCommand.d.ts +88 -146
- package/dist-types/commands/DescribeEventCommand.d.ts +196 -467
- package/dist-types/commands/GetOngoingCallCommand.d.ts +1 -1
- package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +2 -2
- package/dist-types/commands/GetOngoingConferenceCommand.d.ts +1 -2
- package/dist-types/commands/GetOngoingConferenceTranscriptionCommand.d.ts +2 -3
- package/dist-types/commands/ListServicesCommand.d.ts +1 -0
- package/dist-types/commands/QueryConversationsCommand.d.ts +4 -6
- package/dist-types/commands/index.d.ts +0 -3
- package/dist-types/models/models_0.d.ts +786 -770
- package/dist-types/models/models_1.d.ts +18 -353
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -27
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/package.json +1 -1
- package/dist-cjs/commands/GetOngoingCallAnnotationsCommand.js +0 -21
- package/dist-cjs/commands/GetOngoingChatAnnotationsCommand.js +0 -21
- package/dist-cjs/commands/GetOngoingConferenceAnnotationsCommand.js +0 -21
- package/dist-es/commands/GetOngoingCallAnnotationsCommand.js +0 -17
- package/dist-es/commands/GetOngoingChatAnnotationsCommand.js +0 -17
- package/dist-es/commands/GetOngoingConferenceAnnotationsCommand.js +0 -17
- package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +0 -286
- package/dist-types/commands/GetOngoingChatAnnotationsCommand.d.ts +0 -190
- package/dist-types/commands/GetOngoingConferenceAnnotationsCommand.d.ts +0 -134
|
@@ -101,6 +101,7 @@ declare const GetOngoingCallCommand_base: {
|
|
|
101
101
|
* // trunkDirection: "STRING_VALUE",
|
|
102
102
|
* // queueName: "STRING_VALUE",
|
|
103
103
|
* // queueId: "STRING_VALUE",
|
|
104
|
+
* // queuePosition: Number("int"),
|
|
104
105
|
* // tags: [ // CallFlowTags
|
|
105
106
|
* // "STRING_VALUE",
|
|
106
107
|
* // ],
|
|
@@ -140,7 +141,6 @@ declare const GetOngoingCallCommand_base: {
|
|
|
140
141
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
141
142
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
142
143
|
* // transcriptionSeconds: Number("int"),
|
|
143
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
144
144
|
* // attachment: "STRING_VALUE",
|
|
145
145
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
146
146
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -101,6 +101,7 @@ declare const GetOngoingCallTranscriptionCommand_base: {
|
|
|
101
101
|
* // trunkDirection: "STRING_VALUE",
|
|
102
102
|
* // queueName: "STRING_VALUE",
|
|
103
103
|
* // queueId: "STRING_VALUE",
|
|
104
|
+
* // queuePosition: Number("int"),
|
|
104
105
|
* // tags: [ // CallFlowTags
|
|
105
106
|
* // "STRING_VALUE",
|
|
106
107
|
* // ],
|
|
@@ -140,7 +141,6 @@ declare const GetOngoingCallTranscriptionCommand_base: {
|
|
|
140
141
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
141
142
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
142
143
|
* // transcriptionSeconds: Number("int"),
|
|
143
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
144
144
|
* // attachment: "STRING_VALUE",
|
|
145
145
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
146
146
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -226,7 +226,7 @@ declare const GetOngoingCallTranscriptionCommand_base: {
|
|
|
226
226
|
* // licenses: [ // LicensesList // required
|
|
227
227
|
* // "x-bees" || "uc",
|
|
228
228
|
* // ],
|
|
229
|
-
* // event: "chat" || "
|
|
229
|
+
* // event: "chat" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
230
230
|
* // flowIndex: Number("int"), // required
|
|
231
231
|
* // flowStartTime: Number("long"), // required
|
|
232
232
|
* // callStartTime: Number("long"), // required
|
|
@@ -45,7 +45,7 @@ declare const GetOngoingConferenceCommand_base: {
|
|
|
45
45
|
* // id: "STRING_VALUE", // required
|
|
46
46
|
* // time: Number("long"), // required
|
|
47
47
|
* // company: "STRING_VALUE", // required
|
|
48
|
-
* // event: "chat" || "
|
|
48
|
+
* // event: "chat" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
49
49
|
* // start: "STRING_VALUE", // required
|
|
50
50
|
* // subject: "STRING_VALUE", // required
|
|
51
51
|
* // participants: [ // ConferenceParticipantsList // required
|
|
@@ -67,7 +67,6 @@ declare const GetOngoingConferenceCommand_base: {
|
|
|
67
67
|
* // ],
|
|
68
68
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
69
69
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
70
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
71
70
|
* // participantsGroupIds: [ // ConversationParticipantsGroupList
|
|
72
71
|
* // "STRING_VALUE",
|
|
73
72
|
* // ],
|
|
@@ -45,7 +45,7 @@ declare const GetOngoingConferenceTranscriptionCommand_base: {
|
|
|
45
45
|
* // id: "STRING_VALUE", // required
|
|
46
46
|
* // time: Number("long"), // required
|
|
47
47
|
* // company: "STRING_VALUE", // required
|
|
48
|
-
* // event: "chat" || "
|
|
48
|
+
* // event: "chat" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
49
49
|
* // start: "STRING_VALUE", // required
|
|
50
50
|
* // subject: "STRING_VALUE", // required
|
|
51
51
|
* // participants: [ // ConferenceParticipantsList // required
|
|
@@ -67,7 +67,6 @@ declare const GetOngoingConferenceTranscriptionCommand_base: {
|
|
|
67
67
|
* // ],
|
|
68
68
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
69
69
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
70
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
71
70
|
* // participantsGroupIds: [ // ConversationParticipantsGroupList
|
|
72
71
|
* // "STRING_VALUE",
|
|
73
72
|
* // ],
|
|
@@ -77,7 +76,7 @@ declare const GetOngoingConferenceTranscriptionCommand_base: {
|
|
|
77
76
|
* // id: "STRING_VALUE", // required
|
|
78
77
|
* // time: Number("long"), // required
|
|
79
78
|
* // company: "STRING_VALUE", // required
|
|
80
|
-
* // event: "chat" || "
|
|
79
|
+
* // event: "chat" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
81
80
|
* // conferenceStartTime: Number("long"), // required
|
|
82
81
|
* // transcriptionStartTime: Number("long"), // required
|
|
83
82
|
* // chunk: { // ConferenceTranscriptionChunk
|
|
@@ -56,7 +56,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
56
56
|
* // licenses: [ // LicensesList // required
|
|
57
57
|
* // "x-bees" || "uc",
|
|
58
58
|
* // ],
|
|
59
|
-
* // event: "chat" || "
|
|
59
|
+
* // event: "chat" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
60
60
|
* // eventTrigger: "call.start" || "call.update" || "call.split" || "call.agents_start" || "call.agents_cancel" || "call.record_start" || "call.record_stop" || "call.record_pause" || "call.record_unpause" || "call.transcription" || "call.attachment", // required
|
|
61
61
|
* // start: "STRING_VALUE", // required
|
|
62
62
|
* // flows: [ // CallAnalyticsLiveProgressEventFlowList // required
|
|
@@ -118,6 +118,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
118
118
|
* // trunkDirection: "STRING_VALUE",
|
|
119
119
|
* // queueName: "STRING_VALUE",
|
|
120
120
|
* // queueId: "STRING_VALUE",
|
|
121
|
+
* // queuePosition: Number("int"),
|
|
121
122
|
* // tags: [ // CallFlowTags
|
|
122
123
|
* // "STRING_VALUE",
|
|
123
124
|
* // ],
|
|
@@ -157,7 +158,6 @@ declare const QueryConversationsCommand_base: {
|
|
|
157
158
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
158
159
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
159
160
|
* // transcriptionSeconds: Number("int"),
|
|
160
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
161
161
|
* // attachment: "STRING_VALUE",
|
|
162
162
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
163
163
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -244,7 +244,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
244
244
|
* // id: "STRING_VALUE", // required
|
|
245
245
|
* // time: Number("long"), // required
|
|
246
246
|
* // company: "STRING_VALUE", // required
|
|
247
|
-
* // event: "chat" || "
|
|
247
|
+
* // event: "chat" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
248
248
|
* // start: "STRING_VALUE", // required
|
|
249
249
|
* // subject: "STRING_VALUE", // required
|
|
250
250
|
* // participants: [ // ConferenceParticipantsList // required
|
|
@@ -266,7 +266,6 @@ declare const QueryConversationsCommand_base: {
|
|
|
266
266
|
* // ],
|
|
267
267
|
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
268
268
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
269
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
270
269
|
* // participantsGroupIds: [
|
|
271
270
|
* // "STRING_VALUE",
|
|
272
271
|
* // ],
|
|
@@ -278,7 +277,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
278
277
|
* // chatId: "STRING_VALUE",
|
|
279
278
|
* // time: Number("long"), // required
|
|
280
279
|
* // company: "STRING_VALUE", // required
|
|
281
|
-
* // event: "chat" || "
|
|
280
|
+
* // event: "chat" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
282
281
|
* // start: "STRING_VALUE", // required
|
|
283
282
|
* // channelId: "STRING_VALUE", // required
|
|
284
283
|
* // channelType: "direct" || "group", // required
|
|
@@ -357,7 +356,6 @@ declare const QueryConversationsCommand_base: {
|
|
|
357
356
|
* // ],
|
|
358
357
|
* // direction: "INTERNAL" || "INBOUND" || "OUTBOUND", // required
|
|
359
358
|
* // status: "WAITFIRSTREPLY" || "WAITREPLYFROMGUEST" || "WAITREPLYFROMAGENT" || "COMPLETED" || "MISSED", // required
|
|
360
|
-
* // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
361
359
|
* // },
|
|
362
360
|
* // ],
|
|
363
361
|
* // };
|
|
@@ -2,11 +2,8 @@ export * from "./ConsumeEventCommand";
|
|
|
2
2
|
export * from "./DescribeEventCommand";
|
|
3
3
|
export * from "./GetConferenceIdCommand";
|
|
4
4
|
export * from "./GetOngoingCallCommand";
|
|
5
|
-
export * from "./GetOngoingCallAnnotationsCommand";
|
|
6
5
|
export * from "./GetOngoingCallTranscriptionCommand";
|
|
7
|
-
export * from "./GetOngoingChatAnnotationsCommand";
|
|
8
6
|
export * from "./GetOngoingConferenceCommand";
|
|
9
|
-
export * from "./GetOngoingConferenceAnnotationsCommand";
|
|
10
7
|
export * from "./GetOngoingConferenceTranscriptionCommand";
|
|
11
8
|
export * from "./ListServicesCommand";
|
|
12
9
|
export * from "./QueryConversationsCommand";
|