@wildix/wda-stream-client 1.0.5 → 1.0.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.
@@ -223,6 +223,128 @@ export interface DescribeEventCommandOutput extends DescribeEventOutput, __Metad
223
223
  * // ],
224
224
  * // event: "chat" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "call_transcription_complete" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_transcription_complete", // required
225
225
  * // },
226
+ * // CallAnalyticsRecordEvent: { // CallAnalyticsRecordEvent
227
+ * // id: "STRING_VALUE", // required
228
+ * // pbx: "STRING_VALUE", // required
229
+ * // time: Number("long"), // required
230
+ * // company: "STRING_VALUE", // required
231
+ * // licenses: "<LicensesList>", // required
232
+ * // flows: [ // CallAnalyticsRecordEventFlowsList // required
233
+ * // { // CallAnalyticsRecordEventFlow
234
+ * // startTime: Number("long"), // required
235
+ * // connectTime: Number("long"),
236
+ * // talkTime: Number("long"),
237
+ * // waitTime: Number("long"),
238
+ * // caller: {
239
+ * // type: "REMOTE" || "LOCAL", // required
240
+ * // phone: "STRING_VALUE",
241
+ * // name: "STRING_VALUE",
242
+ * // company: "STRING_VALUE",
243
+ * // email: "STRING_VALUE",
244
+ * // userId: "STRING_VALUE",
245
+ * // userExtension: "STRING_VALUE",
246
+ * // userDepartment: "STRING_VALUE",
247
+ * // groupId: "STRING_VALUE",
248
+ * // groupName: "STRING_VALUE",
249
+ * // userAgent: "STRING_VALUE",
250
+ * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
251
+ * // role: "CLIENT" || "AGENT", // required
252
+ * // license: "STRING_VALUE",
253
+ * // },
254
+ * // callee: {
255
+ * // type: "REMOTE" || "LOCAL", // required
256
+ * // phone: "STRING_VALUE",
257
+ * // name: "STRING_VALUE",
258
+ * // company: "STRING_VALUE",
259
+ * // email: "STRING_VALUE",
260
+ * // userId: "STRING_VALUE",
261
+ * // userExtension: "STRING_VALUE",
262
+ * // userDepartment: "STRING_VALUE",
263
+ * // groupId: "STRING_VALUE",
264
+ * // groupName: "STRING_VALUE",
265
+ * // userAgent: "STRING_VALUE",
266
+ * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
267
+ * // role: "CLIENT" || "AGENT", // required
268
+ * // license: "STRING_VALUE",
269
+ * // },
270
+ * // service: "STRING_VALUE",
271
+ * // serviceNumber: "STRING_VALUE",
272
+ * // destination: "STRING_VALUE",
273
+ * // direction: "INTERNAL" || "INBOUND" || "OUTBOUND" || "UNDEFINED",
274
+ * // trunkName: "STRING_VALUE",
275
+ * // trunkDirection: "STRING_VALUE",
276
+ * // queueName: "STRING_VALUE",
277
+ * // queueId: "STRING_VALUE",
278
+ * // tags: [
279
+ * // "STRING_VALUE",
280
+ * // ],
281
+ * // flags: [
282
+ * // "STRING_VALUE",
283
+ * // ],
284
+ * // callerMos: "STRING_VALUE",
285
+ * // calleeMos: "STRING_VALUE",
286
+ * // xhoppersConfId: "STRING_VALUE",
287
+ * // recordings: [
288
+ * // "STRING_VALUE",
289
+ * // ],
290
+ * // mergeWith: "STRING_VALUE",
291
+ * // splitReason: "STRING_VALUE",
292
+ * // splitTransferType: "STRING_VALUE",
293
+ * // remotePhone: "STRING_VALUE",
294
+ * // remotePhoneCountryCode: Number("int"),
295
+ * // remotePhoneCountryCodeStr: "STRING_VALUE",
296
+ * // remotePhoneLocation: "STRING_VALUE",
297
+ * // callStatus: "COMPLETED" || "MISSED",
298
+ * // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
299
+ * // attachment: "STRING_VALUE",
300
+ * // attachmentType: "VOICEMAIL" || "FAX",
301
+ * // attachmentDestinations: [
302
+ * // {
303
+ * // phone: "STRING_VALUE",
304
+ * // name: "STRING_VALUE",
305
+ * // email: "STRING_VALUE",
306
+ * // userId: "STRING_VALUE",
307
+ * // userExtension: "STRING_VALUE",
308
+ * // userDepartment: "STRING_VALUE",
309
+ * // groupId: "STRING_VALUE",
310
+ * // groupName: "STRING_VALUE",
311
+ * // },
312
+ * // ],
313
+ * // },
314
+ * // ],
315
+ * // endCause: "STRING_VALUE",
316
+ * // endCauseStr: "STRING_VALUE",
317
+ * // endBy: "CALLER" || "CALLEE", // required
318
+ * // totalConnectTime: Number("int"), // required
319
+ * // totalTalkTime: Number("int"), // required
320
+ * // totalWaitTime: Number("int"), // required
321
+ * // type: "STRING_VALUE",
322
+ * // },
323
+ * // CallAnalyticsTranscriptionRecordEvent: { // CallAnalyticsTranscriptionRecordEvent
324
+ * // id: "STRING_VALUE", // required
325
+ * // pbx: "STRING_VALUE", // required
326
+ * // time: Number("long"), // required
327
+ * // company: "STRING_VALUE", // required
328
+ * // licenses: "<LicensesList>", // required
329
+ * // transcriptions: [ // CallTranscriptionList // required
330
+ * // { // CallTranscription
331
+ * // flowIndex: Number("int"), // required
332
+ * // flowStartTime: Number("long"), // required
333
+ * // callStartTime: Number("long"), // required
334
+ * // chunks: { // CallTranscriptionChunksMap // required
335
+ * // "<keys>": {
336
+ * // id: "STRING_VALUE", // required
337
+ * // time: Number("long"), // required
338
+ * // speaker: "callee" || "caller", // required
339
+ * // text: "STRING_VALUE", // required
340
+ * // language: "STRING_VALUE",
341
+ * // isFinal: true || false, // required
342
+ * // },
343
+ * // },
344
+ * // },
345
+ * // ],
346
+ * // type: "STRING_VALUE",
347
+ * // },
226
348
  * // ConferenceAnalyticsLiveProgressEvent: { // ConferenceAnalyticsLiveProgressEvent
227
349
  * // id: "STRING_VALUE", // required
228
350
  * // time: Number("long"), // required
@@ -294,6 +416,63 @@ export interface DescribeEventCommandOutput extends DescribeEventOutput, __Metad
294
416
  * // company: "STRING_VALUE", // required
295
417
  * // event: "chat" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "call_transcription_complete" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_transcription_complete", // required
296
418
  * // },
419
+ * // ConferenceAnalyticsRecordEvent: { // ConferenceAnalyticsRecordEvent
420
+ * // id: "STRING_VALUE", // required
421
+ * // time: Number("long"), // required
422
+ * // company: "STRING_VALUE", // required
423
+ * // pbx: "STRING_VALUE",
424
+ * // duration: Number("long"),
425
+ * // waitTime: Number("int"),
426
+ * // subject: "STRING_VALUE",
427
+ * // direction: "INTERNAL" || "INBOUND" || "OUTBOUND", // required
428
+ * // service: "STRING_VALUE",
429
+ * // status: "COMPLETED" || "MISSED",
430
+ * // participants: [ // ConferenceAnalyticsRecordParticipantList // required
431
+ * // { // ConferenceAnalyticsRecordParticipant
432
+ * // jid: "STRING_VALUE", // required
433
+ * // info: "<ConferenceParticipant>", // required
434
+ * // totalDuration: Number("int"), // required
435
+ * // totalSpeakDuration: Number("int"), // required
436
+ * // joinTime: Number("long"), // required
437
+ * // },
438
+ * // ],
439
+ * // recordings: [ // ConferenceRecordingList
440
+ * // { // ConferenceRecording
441
+ * // url: "STRING_VALUE", // required
442
+ * // start: Number("long"), // required
443
+ * // end: Number("long"), // required
444
+ * // },
445
+ * // ],
446
+ * // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
447
+ * // type: "STRING_VALUE",
448
+ * // transcriptions: "STRING_VALUE",
449
+ * // },
450
+ * // ConferenceAnalyticsTranscriptionRecordEvent: { // ConferenceAnalyticsTranscriptionRecordEvent
451
+ * // id: "STRING_VALUE", // required
452
+ * // time: Number("long"), // required
453
+ * // company: "STRING_VALUE", // required
454
+ * // transcriptions: [ // ConferenceTranscriptionsList // required
455
+ * // { // ConferenceTranscription
456
+ * // start: Number("long"), // required
457
+ * // end: Number("long"), // required
458
+ * // chunks: { // ConferenceTranscriptionChunksMap // required
459
+ * // "<keys>": {
460
+ * // id: "STRING_VALUE", // required
461
+ * // time: Number("long"), // required
462
+ * // jid: "STRING_VALUE", // required
463
+ * // text: "STRING_VALUE", // required
464
+ * // language: "STRING_VALUE",
465
+ * // isFinal: true || false, // required
466
+ * // },
467
+ * // },
468
+ * // },
469
+ * // ],
470
+ * // type: "STRING_VALUE",
471
+ * // subject: "STRING_VALUE",
472
+ * // participants: { // ConferenceParticipantsMap
473
+ * // "<keys>": "<ConferenceParticipant>",
474
+ * // },
475
+ * // },
297
476
  * // };
298
477
  *
299
478
  * ```