@wildix/wda-insights-client 1.0.36 → 1.0.37
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.
|
@@ -360,7 +360,19 @@ export interface CallRecord {
|
|
|
360
360
|
callerMos?: string;
|
|
361
361
|
calleeMos?: string;
|
|
362
362
|
xhoppersConfId?: string;
|
|
363
|
+
/**
|
|
364
|
+
* @deprecated
|
|
365
|
+
*
|
|
366
|
+
* Consider to use `attachments` instead.
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
363
369
|
recordings?: (string)[];
|
|
370
|
+
/**
|
|
371
|
+
* @deprecated
|
|
372
|
+
*
|
|
373
|
+
* Consider to use `attachments` instead.
|
|
374
|
+
* @public
|
|
375
|
+
*/
|
|
364
376
|
recordingsData?: (CallFlowRecording)[];
|
|
365
377
|
mergeWith?: string;
|
|
366
378
|
splitReason?: string;
|
|
@@ -372,8 +384,26 @@ export interface CallRecord {
|
|
|
372
384
|
callStatus?: ConversationStatus;
|
|
373
385
|
transcriptionStatus?: CallFlowTranscriptionStatus;
|
|
374
386
|
transcriptionLanguage?: string;
|
|
387
|
+
/**
|
|
388
|
+
* @deprecated
|
|
389
|
+
*
|
|
390
|
+
* Consider to use `attachments` instead.
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
375
393
|
attachment?: string;
|
|
394
|
+
/**
|
|
395
|
+
* @deprecated
|
|
396
|
+
*
|
|
397
|
+
* Consider to use `attachments` instead.
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
376
400
|
attachmentType?: CallFlowAttachmentType;
|
|
401
|
+
/**
|
|
402
|
+
* @deprecated
|
|
403
|
+
*
|
|
404
|
+
* Consider to use `attachments` instead.
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
377
407
|
attachmentDestinations?: (CallFlowAttachmentDestination)[];
|
|
378
408
|
attachments?: (CallFlowAttachment)[];
|
|
379
409
|
id: string;
|
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.37",
|
|
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",
|