@wildix/wda-history-client 1.0.30 → 1.0.32
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 +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/GetCallCommand.d.ts +5 -2
- package/dist-types/commands/GetConferenceCommand.d.ts +1 -0
- package/dist-types/commands/QueryConversationsCommand.d.ts +6 -2
- package/dist-types/commands/QueryUserCallsCommand.d.ts +5 -2
- package/dist-types/models/models_0.d.ts +8 -0
- package/package.json +1 -1
|
@@ -87,6 +87,7 @@ export const CallDevice = {
|
|
|
87
87
|
COLLABORATION_IOS: "COLLABORATION_IOS",
|
|
88
88
|
COLLABORATION_WEB: "COLLABORATION_WEB",
|
|
89
89
|
UNKNOWN: "UNKNOWN",
|
|
90
|
+
VOICEBOT: "VOICEBOT",
|
|
90
91
|
WILDIX_DEVICE: "WILDIX_DEVICE",
|
|
91
92
|
WILDIX_PHONE: "WILDIX_PHONE",
|
|
92
93
|
XBEES_ANDROID: "XBEES_ANDROID",
|
|
@@ -65,9 +65,10 @@ declare const GetCallCommand_base: {
|
|
|
65
65
|
* // groupId: "STRING_VALUE",
|
|
66
66
|
* // groupName: "STRING_VALUE",
|
|
67
67
|
* // userAgent: "STRING_VALUE",
|
|
68
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
68
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
69
69
|
* // role: "CLIENT" || "AGENT", // required
|
|
70
70
|
* // license: "STRING_VALUE",
|
|
71
|
+
* // sipCallId: "STRING_VALUE",
|
|
71
72
|
* // },
|
|
72
73
|
* // callee: {
|
|
73
74
|
* // type: "REMOTE" || "LOCAL", // required
|
|
@@ -81,9 +82,10 @@ declare const GetCallCommand_base: {
|
|
|
81
82
|
* // groupId: "STRING_VALUE",
|
|
82
83
|
* // groupName: "STRING_VALUE",
|
|
83
84
|
* // userAgent: "STRING_VALUE",
|
|
84
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
85
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
85
86
|
* // role: "CLIENT" || "AGENT", // required
|
|
86
87
|
* // license: "STRING_VALUE",
|
|
88
|
+
* // sipCallId: "STRING_VALUE",
|
|
87
89
|
* // },
|
|
88
90
|
* // service: "STRING_VALUE",
|
|
89
91
|
* // serviceNumber: "STRING_VALUE",
|
|
@@ -131,6 +133,7 @@ declare const GetCallCommand_base: {
|
|
|
131
133
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
132
134
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
133
135
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
136
|
+
* // transcriptionSeconds: Number("int"),
|
|
134
137
|
* // attachment: "STRING_VALUE",
|
|
135
138
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
136
139
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -87,6 +87,7 @@ declare const GetConferenceCommand_base: {
|
|
|
87
87
|
* // ],
|
|
88
88
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
89
89
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
90
|
+
* // transcriptionSeconds: Number("int"),
|
|
90
91
|
* // type: "call" || "call_transcription" || "conference" || "conference_transcription", // required
|
|
91
92
|
* // },
|
|
92
93
|
* // };
|
|
@@ -74,9 +74,10 @@ declare const QueryConversationsCommand_base: {
|
|
|
74
74
|
* // groupId: "STRING_VALUE",
|
|
75
75
|
* // groupName: "STRING_VALUE",
|
|
76
76
|
* // userAgent: "STRING_VALUE",
|
|
77
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
77
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
78
78
|
* // role: "CLIENT" || "AGENT", // required
|
|
79
79
|
* // license: "STRING_VALUE",
|
|
80
|
+
* // sipCallId: "STRING_VALUE",
|
|
80
81
|
* // },
|
|
81
82
|
* // callee: {
|
|
82
83
|
* // type: "REMOTE" || "LOCAL", // required
|
|
@@ -90,9 +91,10 @@ declare const QueryConversationsCommand_base: {
|
|
|
90
91
|
* // groupId: "STRING_VALUE",
|
|
91
92
|
* // groupName: "STRING_VALUE",
|
|
92
93
|
* // userAgent: "STRING_VALUE",
|
|
93
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
94
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
94
95
|
* // role: "CLIENT" || "AGENT", // required
|
|
95
96
|
* // license: "STRING_VALUE",
|
|
97
|
+
* // sipCallId: "STRING_VALUE",
|
|
96
98
|
* // },
|
|
97
99
|
* // service: "STRING_VALUE",
|
|
98
100
|
* // serviceNumber: "STRING_VALUE",
|
|
@@ -140,6 +142,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
140
142
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
141
143
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
142
144
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
145
|
+
* // transcriptionSeconds: Number("int"),
|
|
143
146
|
* // attachment: "STRING_VALUE",
|
|
144
147
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
145
148
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -260,6 +263,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
260
263
|
* // ],
|
|
261
264
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
262
265
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
266
|
+
* // transcriptionSeconds: Number("int"),
|
|
263
267
|
* // type: "call" || "call_transcription" || "conference" || "conference_transcription", // required
|
|
264
268
|
* // },
|
|
265
269
|
* // },
|
|
@@ -74,9 +74,10 @@ declare const QueryUserCallsCommand_base: {
|
|
|
74
74
|
* // groupId: "STRING_VALUE",
|
|
75
75
|
* // groupName: "STRING_VALUE",
|
|
76
76
|
* // userAgent: "STRING_VALUE",
|
|
77
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
77
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
78
78
|
* // role: "CLIENT" || "AGENT", // required
|
|
79
79
|
* // license: "STRING_VALUE",
|
|
80
|
+
* // sipCallId: "STRING_VALUE",
|
|
80
81
|
* // },
|
|
81
82
|
* // callee: {
|
|
82
83
|
* // type: "REMOTE" || "LOCAL", // required
|
|
@@ -90,9 +91,10 @@ declare const QueryUserCallsCommand_base: {
|
|
|
90
91
|
* // groupId: "STRING_VALUE",
|
|
91
92
|
* // groupName: "STRING_VALUE",
|
|
92
93
|
* // userAgent: "STRING_VALUE",
|
|
93
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
94
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
94
95
|
* // role: "CLIENT" || "AGENT", // required
|
|
95
96
|
* // license: "STRING_VALUE",
|
|
97
|
+
* // sipCallId: "STRING_VALUE",
|
|
96
98
|
* // },
|
|
97
99
|
* // service: "STRING_VALUE",
|
|
98
100
|
* // serviceNumber: "STRING_VALUE",
|
|
@@ -140,6 +142,7 @@ declare const QueryUserCallsCommand_base: {
|
|
|
140
142
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
141
143
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
142
144
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
145
|
+
* // transcriptionSeconds: Number("int"),
|
|
143
146
|
* // attachment: "STRING_VALUE",
|
|
144
147
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
145
148
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -242,6 +242,7 @@ export declare const CallDevice: {
|
|
|
242
242
|
readonly COLLABORATION_IOS: "COLLABORATION_IOS";
|
|
243
243
|
readonly COLLABORATION_WEB: "COLLABORATION_WEB";
|
|
244
244
|
readonly UNKNOWN: "UNKNOWN";
|
|
245
|
+
readonly VOICEBOT: "VOICEBOT";
|
|
245
246
|
readonly WILDIX_DEVICE: "WILDIX_DEVICE";
|
|
246
247
|
readonly WILDIX_PHONE: "WILDIX_PHONE";
|
|
247
248
|
readonly XBEES_ANDROID: "XBEES_ANDROID";
|
|
@@ -270,6 +271,11 @@ export interface CallParticipant {
|
|
|
270
271
|
userDevice?: CallDevice | undefined;
|
|
271
272
|
role: CallParticipantRole;
|
|
272
273
|
license?: string | undefined;
|
|
274
|
+
/**
|
|
275
|
+
* A unique identifier for the SIP call session used to control the call e.g., answer, hold, transfer, hang up.
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
sipCallId?: string | undefined;
|
|
273
279
|
}
|
|
274
280
|
/**
|
|
275
281
|
* @public
|
|
@@ -385,6 +391,7 @@ export interface CallRecord {
|
|
|
385
391
|
callStatus?: ConversationStatus | undefined;
|
|
386
392
|
transcriptionStatus?: CallFlowTranscriptionStatus | undefined;
|
|
387
393
|
transcriptionLanguage?: string | undefined;
|
|
394
|
+
transcriptionSeconds?: number | undefined;
|
|
388
395
|
/**
|
|
389
396
|
* Consider to use `attachments` instead.
|
|
390
397
|
*
|
|
@@ -604,6 +611,7 @@ export interface ConferenceRecord {
|
|
|
604
611
|
recordings?: (ConferenceRecording)[] | undefined;
|
|
605
612
|
transcriptionStatus: ConferenceTranscriptionStatus;
|
|
606
613
|
transcriptionLanguage?: string | undefined;
|
|
614
|
+
transcriptionSeconds?: number | undefined;
|
|
607
615
|
type: RecordType;
|
|
608
616
|
}
|
|
609
617
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-history-client",
|
|
3
3
|
"description": "@wildix/wda-history-client client",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.32",
|
|
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",
|