@wildix/wda-history-client 1.0.30 → 1.0.31

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.
@@ -93,6 +93,7 @@ exports.CallDevice = {
93
93
  COLLABORATION_IOS: "COLLABORATION_IOS",
94
94
  COLLABORATION_WEB: "COLLABORATION_WEB",
95
95
  UNKNOWN: "UNKNOWN",
96
+ VOICEBOT: "VOICEBOT",
96
97
  WILDIX_DEVICE: "WILDIX_DEVICE",
97
98
  WILDIX_PHONE: "WILDIX_PHONE",
98
99
  XBEES_ANDROID: "XBEES_ANDROID",
@@ -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,7 +65,7 @@ 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
71
  * // },
@@ -81,7 +81,7 @@ declare const GetCallCommand_base: {
81
81
  * // groupId: "STRING_VALUE",
82
82
  * // groupName: "STRING_VALUE",
83
83
  * // userAgent: "STRING_VALUE",
84
- * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
84
+ * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
85
85
  * // role: "CLIENT" || "AGENT", // required
86
86
  * // license: "STRING_VALUE",
87
87
  * // },
@@ -131,6 +131,7 @@ declare const GetCallCommand_base: {
131
131
  * // callStatus: "COMPLETED" || "MISSED",
132
132
  * // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
133
133
  * // transcriptionLanguage: "STRING_VALUE",
134
+ * // transcriptionSeconds: Number("int"),
134
135
  * // attachment: "STRING_VALUE",
135
136
  * // attachmentType: "VOICEMAIL" || "FAX",
136
137
  * // 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,7 +74,7 @@ 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
80
  * // },
@@ -90,7 +90,7 @@ declare const QueryConversationsCommand_base: {
90
90
  * // groupId: "STRING_VALUE",
91
91
  * // groupName: "STRING_VALUE",
92
92
  * // userAgent: "STRING_VALUE",
93
- * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
93
+ * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
94
94
  * // role: "CLIENT" || "AGENT", // required
95
95
  * // license: "STRING_VALUE",
96
96
  * // },
@@ -140,6 +140,7 @@ declare const QueryConversationsCommand_base: {
140
140
  * // callStatus: "COMPLETED" || "MISSED",
141
141
  * // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
142
142
  * // transcriptionLanguage: "STRING_VALUE",
143
+ * // transcriptionSeconds: Number("int"),
143
144
  * // attachment: "STRING_VALUE",
144
145
  * // attachmentType: "VOICEMAIL" || "FAX",
145
146
  * // attachmentDestinations: [ // CallFlowAttachmentDestinationList
@@ -260,6 +261,7 @@ declare const QueryConversationsCommand_base: {
260
261
  * // ],
261
262
  * // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
262
263
  * // transcriptionLanguage: "STRING_VALUE",
264
+ * // transcriptionSeconds: Number("int"),
263
265
  * // type: "call" || "call_transcription" || "conference" || "conference_transcription", // required
264
266
  * // },
265
267
  * // },
@@ -74,7 +74,7 @@ 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
80
  * // },
@@ -90,7 +90,7 @@ declare const QueryUserCallsCommand_base: {
90
90
  * // groupId: "STRING_VALUE",
91
91
  * // groupName: "STRING_VALUE",
92
92
  * // userAgent: "STRING_VALUE",
93
- * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
93
+ * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
94
94
  * // role: "CLIENT" || "AGENT", // required
95
95
  * // license: "STRING_VALUE",
96
96
  * // },
@@ -140,6 +140,7 @@ declare const QueryUserCallsCommand_base: {
140
140
  * // callStatus: "COMPLETED" || "MISSED",
141
141
  * // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
142
142
  * // transcriptionLanguage: "STRING_VALUE",
143
+ * // transcriptionSeconds: Number("int"),
143
144
  * // attachment: "STRING_VALUE",
144
145
  * // attachmentType: "VOICEMAIL" || "FAX",
145
146
  * // 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";
@@ -385,6 +386,7 @@ export interface CallRecord {
385
386
  callStatus?: ConversationStatus | undefined;
386
387
  transcriptionStatus?: CallFlowTranscriptionStatus | undefined;
387
388
  transcriptionLanguage?: string | undefined;
389
+ transcriptionSeconds?: number | undefined;
388
390
  /**
389
391
  * Consider to use `attachments` instead.
390
392
  *
@@ -604,6 +606,7 @@ export interface ConferenceRecord {
604
606
  recordings?: (ConferenceRecording)[] | undefined;
605
607
  transcriptionStatus: ConferenceTranscriptionStatus;
606
608
  transcriptionLanguage?: string | undefined;
609
+ transcriptionSeconds?: number | undefined;
607
610
  type: RecordType;
608
611
  }
609
612
  /**
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.30",
4
+ "version": "1.0.31",
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",