@wildix/wda-stream-client 1.1.0 → 1.1.3
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 +91 -37
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/models/models_0.js +89 -35
- package/dist-es/protocols/Aws_restJson1.js +2 -2
- package/dist-types/commands/ConsumeEventCommand.d.ts +205 -104
- package/dist-types/commands/DescribeEventCommand.d.ts +502 -193
- package/dist-types/commands/QueryConversationsCommand.d.ts +103 -57
- package/dist-types/models/models_0.d.ts +605 -302
- package/package.json +1 -1
|
@@ -56,7 +56,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
56
56
|
* // licenses: [ // LicensesList // required
|
|
57
57
|
* // "x-bees" || "uc",
|
|
58
58
|
* // ],
|
|
59
|
-
* // event: "chat" || "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", // required
|
|
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", // required
|
|
60
60
|
* // eventTrigger: "call.start" || "call.update" || "call.split" || "call.agents_start" || "call.agents_cancel" || "call.record_start" || "call.record_stop" || "call.transcription" || "call.attachment", // required
|
|
61
61
|
* // start: "STRING_VALUE", // required
|
|
62
62
|
* // flows: [ // CallAnalyticsLiveProgressEventFlowList // required
|
|
@@ -231,7 +231,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
231
231
|
* // id: "STRING_VALUE", // required
|
|
232
232
|
* // time: Number("long"), // required
|
|
233
233
|
* // company: "STRING_VALUE", // required
|
|
234
|
-
* // event: "chat" || "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", // required
|
|
234
|
+
* // 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", // required
|
|
235
235
|
* // start: "STRING_VALUE", // required
|
|
236
236
|
* // subject: "STRING_VALUE", // required
|
|
237
237
|
* // participants: [ // ConferenceParticipantsList // required
|
|
@@ -261,60 +261,51 @@ declare const QueryConversationsCommand_base: {
|
|
|
261
261
|
* // chats: [ // QueryConversationsChatsList // required
|
|
262
262
|
* // { // ChatAnalyticsLiveProgressEvent
|
|
263
263
|
* // id: "STRING_VALUE", // required
|
|
264
|
+
* // chatId: "STRING_VALUE",
|
|
264
265
|
* // time: Number("long"), // required
|
|
265
266
|
* // company: "STRING_VALUE", // required
|
|
266
|
-
* // event: "chat" || "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", // required
|
|
267
|
+
* // 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", // required
|
|
267
268
|
* // start: "STRING_VALUE", // required
|
|
268
|
-
* //
|
|
269
|
-
* //
|
|
270
|
-
* //
|
|
271
|
-
* //
|
|
272
|
-
* //
|
|
273
|
-
* //
|
|
274
|
-
* //
|
|
275
|
-
* //
|
|
276
|
-
* //
|
|
277
|
-
* //
|
|
278
|
-
* //
|
|
279
|
-
* //
|
|
280
|
-
* //
|
|
281
|
-
* //
|
|
282
|
-
* //
|
|
283
|
-
* //
|
|
284
|
-
* //
|
|
285
|
-
* //
|
|
286
|
-
* //
|
|
287
|
-
* //
|
|
288
|
-
* //
|
|
289
|
-
* //
|
|
290
|
-
* //
|
|
291
|
-
* //
|
|
292
|
-
* //
|
|
293
|
-
* //
|
|
294
|
-
* //
|
|
295
|
-
* //
|
|
296
|
-
* //
|
|
297
|
-
* // id: "STRING_VALUE", // required
|
|
298
|
-
* // name: "STRING_VALUE",
|
|
299
|
-
* // email: "STRING_VALUE",
|
|
300
|
-
* // phone: "STRING_VALUE",
|
|
301
|
-
* // picture: "STRING_VALUE",
|
|
302
|
-
* // locale: "STRING_VALUE",
|
|
303
|
-
* // timeZone: "STRING_VALUE",
|
|
304
|
-
* // company: "STRING_VALUE",
|
|
305
|
-
* // bot: true || false,
|
|
306
|
-
* // pbxDomain: "STRING_VALUE",
|
|
307
|
-
* // pbxPort: "STRING_VALUE",
|
|
308
|
-
* // pbxExtension: "STRING_VALUE",
|
|
309
|
-
* // pbxSerial: "STRING_VALUE",
|
|
310
|
-
* // pbxUserId: "STRING_VALUE",
|
|
311
|
-
* // createdAt: "STRING_VALUE",
|
|
312
|
-
* // updatedAt: "STRING_VALUE",
|
|
269
|
+
* // channel: { // Channel
|
|
270
|
+
* // subject: "STRING_VALUE",
|
|
271
|
+
* // description: "STRING_VALUE",
|
|
272
|
+
* // picture: "STRING_VALUE",
|
|
273
|
+
* // pictureColor: "STRING_VALUE",
|
|
274
|
+
* // access: "private" || "public",
|
|
275
|
+
* // company: "STRING_VALUE",
|
|
276
|
+
* // context: { // ChannelContext
|
|
277
|
+
* // source: "kite",
|
|
278
|
+
* // target: "STRING_VALUE",
|
|
279
|
+
* // events: [ // ChannelContextEventList
|
|
280
|
+
* // { // ChannelContextEvent
|
|
281
|
+
* // id: "STRING_VALUE",
|
|
282
|
+
* // owner: "STRING_VALUE",
|
|
283
|
+
* // start: "STRING_VALUE",
|
|
284
|
+
* // end: "STRING_VALUE",
|
|
285
|
+
* // summary: "STRING_VALUE",
|
|
286
|
+
* // attendees: [ // ChannelContextEventAttendeeList
|
|
287
|
+
* // { // ChannelContextEventAttendee
|
|
288
|
+
* // email: "STRING_VALUE", // required
|
|
289
|
+
* // name: "STRING_VALUE",
|
|
290
|
+
* // status: "accepted" || "tentative" || "declined" || "none", // required
|
|
291
|
+
* // },
|
|
292
|
+
* // ],
|
|
293
|
+
* // },
|
|
294
|
+
* // ],
|
|
295
|
+
* // ptt: { // ChannelContextPushToTalk
|
|
296
|
+
* // broadcastId: "STRING_VALUE",
|
|
297
|
+
* // },
|
|
313
298
|
* // },
|
|
314
|
-
* //
|
|
315
|
-
* //
|
|
316
|
-
* //
|
|
317
|
-
* //
|
|
299
|
+
* // kite: true || false,
|
|
300
|
+
* // kiteTarget: "STRING_VALUE",
|
|
301
|
+
* // kiteVariant: "STRING_VALUE",
|
|
302
|
+
* // kiteAssign: "STRING_VALUE",
|
|
303
|
+
* // kiteServiceName: "STRING_VALUE",
|
|
304
|
+
* // kiteDefaultSubject: "STRING_VALUE",
|
|
305
|
+
* // service: "STRING_VALUE",
|
|
306
|
+
* // serviceTitle: "STRING_VALUE",
|
|
307
|
+
* // serviceRecipient: "STRING_VALUE",
|
|
308
|
+
* // assignee: { // User
|
|
318
309
|
* // id: "STRING_VALUE", // required
|
|
319
310
|
* // name: "STRING_VALUE",
|
|
320
311
|
* // email: "STRING_VALUE",
|
|
@@ -332,11 +323,66 @@ declare const QueryConversationsCommand_base: {
|
|
|
332
323
|
* // createdAt: "STRING_VALUE",
|
|
333
324
|
* // updatedAt: "STRING_VALUE",
|
|
334
325
|
* // },
|
|
335
|
-
* //
|
|
336
|
-
* //
|
|
337
|
-
* //
|
|
338
|
-
* //
|
|
339
|
-
* //
|
|
326
|
+
* // telephony: true || false,
|
|
327
|
+
* // sms: true || false,
|
|
328
|
+
* // mms: true || false,
|
|
329
|
+
* // whatsapp: true || false,
|
|
330
|
+
* // whatsappStatus: "24h_channel_closed",
|
|
331
|
+
* // broadcast: true || false,
|
|
332
|
+
* // external: true || false,
|
|
333
|
+
* // autoRecord: true || false,
|
|
334
|
+
* // transcriptionLanguage: "STRING_VALUE",
|
|
335
|
+
* // channelId: "STRING_VALUE", // required
|
|
336
|
+
* // channelType: "direct" || "group", // required
|
|
337
|
+
* // memberCount: Number("int"), // required
|
|
338
|
+
* // createdAt: "STRING_VALUE", // required
|
|
339
|
+
* // createdBy: "STRING_VALUE", // required
|
|
340
|
+
* // updatedAt: "STRING_VALUE",
|
|
341
|
+
* // },
|
|
342
|
+
* // participants: { // ChatParticipants
|
|
343
|
+
* // agents: [ // UsersList
|
|
344
|
+
* // {
|
|
345
|
+
* // id: "STRING_VALUE", // required
|
|
346
|
+
* // name: "STRING_VALUE",
|
|
347
|
+
* // email: "STRING_VALUE",
|
|
348
|
+
* // phone: "STRING_VALUE",
|
|
349
|
+
* // picture: "STRING_VALUE",
|
|
350
|
+
* // locale: "STRING_VALUE",
|
|
351
|
+
* // timeZone: "STRING_VALUE",
|
|
352
|
+
* // company: "STRING_VALUE",
|
|
353
|
+
* // bot: true || false,
|
|
354
|
+
* // pbxDomain: "STRING_VALUE",
|
|
355
|
+
* // pbxPort: "STRING_VALUE",
|
|
356
|
+
* // pbxExtension: "STRING_VALUE",
|
|
357
|
+
* // pbxSerial: "STRING_VALUE",
|
|
358
|
+
* // pbxUserId: "STRING_VALUE",
|
|
359
|
+
* // createdAt: "STRING_VALUE",
|
|
360
|
+
* // updatedAt: "STRING_VALUE",
|
|
361
|
+
* // },
|
|
362
|
+
* // ],
|
|
363
|
+
* // agentsCount: Number("int"), // required
|
|
364
|
+
* // customers: [
|
|
365
|
+
* // {
|
|
366
|
+
* // id: "STRING_VALUE", // required
|
|
367
|
+
* // name: "STRING_VALUE",
|
|
368
|
+
* // email: "STRING_VALUE",
|
|
369
|
+
* // phone: "STRING_VALUE",
|
|
370
|
+
* // picture: "STRING_VALUE",
|
|
371
|
+
* // locale: "STRING_VALUE",
|
|
372
|
+
* // timeZone: "STRING_VALUE",
|
|
373
|
+
* // company: "STRING_VALUE",
|
|
374
|
+
* // bot: true || false,
|
|
375
|
+
* // pbxDomain: "STRING_VALUE",
|
|
376
|
+
* // pbxPort: "STRING_VALUE",
|
|
377
|
+
* // pbxExtension: "STRING_VALUE",
|
|
378
|
+
* // pbxSerial: "STRING_VALUE",
|
|
379
|
+
* // pbxUserId: "STRING_VALUE",
|
|
380
|
+
* // createdAt: "STRING_VALUE",
|
|
381
|
+
* // updatedAt: "STRING_VALUE",
|
|
382
|
+
* // },
|
|
383
|
+
* // ],
|
|
384
|
+
* // customersCount: Number("int"), // required
|
|
385
|
+
* // },
|
|
340
386
|
* // direction: "INTERNAL" || "INBOUND" || "OUTBOUND", // required
|
|
341
387
|
* // status: "WAITFIRSTREPLY" || "WAITREPLYFROMGUEST" || "WAITREPLYFROMAGENT" || "COMPLETED" || "MISSED", // required
|
|
342
388
|
* // },
|