@wildix/wda-stream-client 1.0.50 → 1.0.52
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/ConsumeEventCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCommand.d.ts +24 -10
- package/dist-types/commands/GetConversationsCommand.d.ts +3 -2
- package/dist-types/models/models_0.d.ts +11 -0
- package/package.json +1 -1
|
@@ -106,6 +106,7 @@ exports.CallDevice = {
|
|
|
106
106
|
COLLABORATION_IOS: "COLLABORATION_IOS",
|
|
107
107
|
COLLABORATION_WEB: "COLLABORATION_WEB",
|
|
108
108
|
UNKNOWN: "UNKNOWN",
|
|
109
|
+
VOICEBOT: "VOICEBOT",
|
|
109
110
|
WILDIX_DEVICE: "WILDIX_DEVICE",
|
|
110
111
|
WILDIX_PHONE: "WILDIX_PHONE",
|
|
111
112
|
XBEES_ANDROID: "XBEES_ANDROID",
|
|
@@ -99,6 +99,7 @@ export const CallDevice = {
|
|
|
99
99
|
COLLABORATION_IOS: "COLLABORATION_IOS",
|
|
100
100
|
COLLABORATION_WEB: "COLLABORATION_WEB",
|
|
101
101
|
UNKNOWN: "UNKNOWN",
|
|
102
|
+
VOICEBOT: "VOICEBOT",
|
|
102
103
|
WILDIX_DEVICE: "WILDIX_DEVICE",
|
|
103
104
|
WILDIX_PHONE: "WILDIX_PHONE",
|
|
104
105
|
XBEES_ANDROID: "XBEES_ANDROID",
|
|
@@ -600,6 +600,7 @@ declare const ConsumeEventCommand_base: {
|
|
|
600
600
|
* from: "STRING_VALUE", // required
|
|
601
601
|
* to: "STRING_VALUE", // required
|
|
602
602
|
* status: "sent" || "delivered" || "trying" || "error", // required
|
|
603
|
+
* reason: "STRING_VALUE",
|
|
603
604
|
* channel: "1-way-sms" || "2-way-sms", // required
|
|
604
605
|
* parts: Number("int"), // required
|
|
605
606
|
* },
|
|
@@ -58,6 +58,7 @@ declare const DescribeEventCommand_base: {
|
|
|
58
58
|
* from: "STRING_VALUE", // required
|
|
59
59
|
* to: "STRING_VALUE", // required
|
|
60
60
|
* status: "sent" || "delivered" || "trying" || "error", // required
|
|
61
|
+
* reason: "STRING_VALUE",
|
|
61
62
|
* channel: "1-way-sms" || "2-way-sms", // required
|
|
62
63
|
* parts: Number("int"), // required
|
|
63
64
|
* },
|
|
@@ -150,7 +151,7 @@ declare const DescribeEventCommand_base: {
|
|
|
150
151
|
* // groupId: "STRING_VALUE",
|
|
151
152
|
* // groupName: "STRING_VALUE",
|
|
152
153
|
* // userAgent: "STRING_VALUE",
|
|
153
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
154
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
154
155
|
* // role: "CLIENT" || "AGENT", // required
|
|
155
156
|
* // license: "STRING_VALUE",
|
|
156
157
|
* // },
|
|
@@ -166,7 +167,7 @@ declare const DescribeEventCommand_base: {
|
|
|
166
167
|
* // groupId: "STRING_VALUE",
|
|
167
168
|
* // groupName: "STRING_VALUE",
|
|
168
169
|
* // userAgent: "STRING_VALUE",
|
|
169
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
170
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
170
171
|
* // role: "CLIENT" || "AGENT", // required
|
|
171
172
|
* // license: "STRING_VALUE",
|
|
172
173
|
* // },
|
|
@@ -216,6 +217,7 @@ declare const DescribeEventCommand_base: {
|
|
|
216
217
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
217
218
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
218
219
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
220
|
+
* // transcriptionSeconds: Number("int"),
|
|
219
221
|
* // attachment: "STRING_VALUE",
|
|
220
222
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
221
223
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -344,7 +346,7 @@ declare const DescribeEventCommand_base: {
|
|
|
344
346
|
* // groupId: "STRING_VALUE",
|
|
345
347
|
* // groupName: "STRING_VALUE",
|
|
346
348
|
* // userAgent: "STRING_VALUE",
|
|
347
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
349
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
348
350
|
* // role: "CLIENT" || "AGENT", // required
|
|
349
351
|
* // license: "STRING_VALUE",
|
|
350
352
|
* // },
|
|
@@ -380,7 +382,7 @@ declare const DescribeEventCommand_base: {
|
|
|
380
382
|
* // groupId: "STRING_VALUE",
|
|
381
383
|
* // groupName: "STRING_VALUE",
|
|
382
384
|
* // userAgent: "STRING_VALUE",
|
|
383
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
385
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
384
386
|
* // role: "CLIENT" || "AGENT", // required
|
|
385
387
|
* // license: "STRING_VALUE",
|
|
386
388
|
* // },
|
|
@@ -396,7 +398,7 @@ declare const DescribeEventCommand_base: {
|
|
|
396
398
|
* // groupId: "STRING_VALUE",
|
|
397
399
|
* // groupName: "STRING_VALUE",
|
|
398
400
|
* // userAgent: "STRING_VALUE",
|
|
399
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
401
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
400
402
|
* // role: "CLIENT" || "AGENT", // required
|
|
401
403
|
* // license: "STRING_VALUE",
|
|
402
404
|
* // },
|
|
@@ -446,6 +448,7 @@ declare const DescribeEventCommand_base: {
|
|
|
446
448
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
447
449
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
448
450
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
451
|
+
* // transcriptionSeconds: Number("int"),
|
|
449
452
|
* // attachment: "STRING_VALUE",
|
|
450
453
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
451
454
|
* // attachmentDestinations: [
|
|
@@ -860,6 +863,7 @@ declare const DescribeEventCommand_base: {
|
|
|
860
863
|
* // ],
|
|
861
864
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
862
865
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
866
|
+
* // transcriptionSeconds: Number("int"),
|
|
863
867
|
* // type: "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
|
|
864
868
|
* // transcriptions: "STRING_VALUE",
|
|
865
869
|
* // },
|
|
@@ -1166,6 +1170,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1166
1170
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
1167
1171
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
1168
1172
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1173
|
+
* // transcriptionSeconds: Number("int"),
|
|
1169
1174
|
* // attachment: "STRING_VALUE",
|
|
1170
1175
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
1171
1176
|
* // attachmentDestinations: "<CallFlowAttachmentDestinationList>",
|
|
@@ -1306,6 +1311,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1306
1311
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
1307
1312
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
1308
1313
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1314
|
+
* // transcriptionSeconds: Number("int"),
|
|
1309
1315
|
* // attachment: "STRING_VALUE",
|
|
1310
1316
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
1311
1317
|
* // attachmentDestinations: "<CallFlowAttachmentDestinationList>",
|
|
@@ -1393,6 +1399,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1393
1399
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
1394
1400
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
1395
1401
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1402
|
+
* // transcriptionSeconds: Number("int"),
|
|
1396
1403
|
* // attachment: "STRING_VALUE",
|
|
1397
1404
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
1398
1405
|
* // attachmentDestinations: "<CallFlowAttachmentDestinationList>",
|
|
@@ -1476,6 +1483,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1476
1483
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
1477
1484
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
1478
1485
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1486
|
+
* // transcriptionSeconds: Number("int"),
|
|
1479
1487
|
* // attachment: "STRING_VALUE",
|
|
1480
1488
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
1481
1489
|
* // attachmentDestinations: "<CallFlowAttachmentDestinationList>",
|
|
@@ -1535,6 +1543,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1535
1543
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
1536
1544
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
1537
1545
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1546
|
+
* // transcriptionSeconds: Number("int"),
|
|
1538
1547
|
* // attachment: "STRING_VALUE",
|
|
1539
1548
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
1540
1549
|
* // attachmentDestinations: "<CallFlowAttachmentDestinationList>",
|
|
@@ -1725,6 +1734,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1725
1734
|
* // ],
|
|
1726
1735
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
1727
1736
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1737
|
+
* // transcriptionSeconds: Number("int"),
|
|
1728
1738
|
* // type: "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
|
|
1729
1739
|
* // transcriptions: "STRING_VALUE",
|
|
1730
1740
|
* // },
|
|
@@ -1754,6 +1764,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1754
1764
|
* // recordings: "<ConferenceRecordingList>",
|
|
1755
1765
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
1756
1766
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1767
|
+
* // transcriptionSeconds: Number("int"),
|
|
1757
1768
|
* // type: "call" || "call_transcription" || "conference" || "conference_transcription", // required
|
|
1758
1769
|
* // },
|
|
1759
1770
|
* // chunks: [ // required
|
|
@@ -1792,6 +1803,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1792
1803
|
* // recordings: "<ConferenceRecordingList>",
|
|
1793
1804
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
1794
1805
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1806
|
+
* // transcriptionSeconds: Number("int"),
|
|
1795
1807
|
* // type: "call" || "call_transcription" || "conference" || "conference_transcription", // required
|
|
1796
1808
|
* // },
|
|
1797
1809
|
* // transcription: "STRING_VALUE", // required
|
|
@@ -1822,6 +1834,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1822
1834
|
* // recordings: "<ConferenceRecordingList>",
|
|
1823
1835
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
1824
1836
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1837
|
+
* // transcriptionSeconds: Number("int"),
|
|
1825
1838
|
* // type: "call" || "call_transcription" || "conference" || "conference_transcription", // required
|
|
1826
1839
|
* // },
|
|
1827
1840
|
* // summary: {
|
|
@@ -2037,7 +2050,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2037
2050
|
* // groupId: "STRING_VALUE",
|
|
2038
2051
|
* // groupName: "STRING_VALUE",
|
|
2039
2052
|
* // userAgent: "STRING_VALUE",
|
|
2040
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
2053
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
2041
2054
|
* // role: "STRING_VALUE", // required
|
|
2042
2055
|
* // license: "STRING_VALUE",
|
|
2043
2056
|
* // },
|
|
@@ -2053,7 +2066,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2053
2066
|
* // groupId: "STRING_VALUE",
|
|
2054
2067
|
* // groupName: "STRING_VALUE",
|
|
2055
2068
|
* // userAgent: "STRING_VALUE",
|
|
2056
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
2069
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
2057
2070
|
* // role: "STRING_VALUE", // required
|
|
2058
2071
|
* // license: "STRING_VALUE",
|
|
2059
2072
|
* // },
|
|
@@ -2090,7 +2103,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2090
2103
|
* // groupId: "STRING_VALUE",
|
|
2091
2104
|
* // groupName: "STRING_VALUE",
|
|
2092
2105
|
* // userAgent: "STRING_VALUE",
|
|
2093
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
2106
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
2094
2107
|
* // role: "STRING_VALUE", // required
|
|
2095
2108
|
* // license: "STRING_VALUE",
|
|
2096
2109
|
* // },
|
|
@@ -2106,7 +2119,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2106
2119
|
* // groupId: "STRING_VALUE",
|
|
2107
2120
|
* // groupName: "STRING_VALUE",
|
|
2108
2121
|
* // userAgent: "STRING_VALUE",
|
|
2109
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
2122
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
2110
2123
|
* // role: "STRING_VALUE", // required
|
|
2111
2124
|
* // license: "STRING_VALUE",
|
|
2112
2125
|
* // },
|
|
@@ -2143,7 +2156,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2143
2156
|
* // groupId: "STRING_VALUE",
|
|
2144
2157
|
* // groupName: "STRING_VALUE",
|
|
2145
2158
|
* // userAgent: "STRING_VALUE",
|
|
2146
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
2159
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
2147
2160
|
* // role: "STRING_VALUE", // required
|
|
2148
2161
|
* // license: "STRING_VALUE",
|
|
2149
2162
|
* // },
|
|
@@ -2172,6 +2185,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2172
2185
|
* // from: "STRING_VALUE", // required
|
|
2173
2186
|
* // to: "STRING_VALUE", // required
|
|
2174
2187
|
* // status: "sent" || "delivered" || "trying" || "error", // required
|
|
2188
|
+
* // reason: "STRING_VALUE",
|
|
2175
2189
|
* // channel: "1-way-sms" || "2-way-sms", // required
|
|
2176
2190
|
* // parts: Number("int"), // required
|
|
2177
2191
|
* // },
|
|
@@ -78,7 +78,7 @@ declare const GetConversationsCommand_base: {
|
|
|
78
78
|
* // groupId: "STRING_VALUE",
|
|
79
79
|
* // groupName: "STRING_VALUE",
|
|
80
80
|
* // userAgent: "STRING_VALUE",
|
|
81
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
81
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
82
82
|
* // role: "CLIENT" || "AGENT", // required
|
|
83
83
|
* // license: "STRING_VALUE",
|
|
84
84
|
* // },
|
|
@@ -94,7 +94,7 @@ declare const GetConversationsCommand_base: {
|
|
|
94
94
|
* // groupId: "STRING_VALUE",
|
|
95
95
|
* // groupName: "STRING_VALUE",
|
|
96
96
|
* // userAgent: "STRING_VALUE",
|
|
97
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
97
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
98
98
|
* // role: "CLIENT" || "AGENT", // required
|
|
99
99
|
* // license: "STRING_VALUE",
|
|
100
100
|
* // },
|
|
@@ -144,6 +144,7 @@ declare const GetConversationsCommand_base: {
|
|
|
144
144
|
* // callStatus: "COMPLETED" || "MISSED",
|
|
145
145
|
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
146
146
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
147
|
+
* // transcriptionSeconds: Number("int"),
|
|
147
148
|
* // attachment: "STRING_VALUE",
|
|
148
149
|
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
149
150
|
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
@@ -297,6 +297,7 @@ export declare const CallDevice: {
|
|
|
297
297
|
readonly COLLABORATION_IOS: "COLLABORATION_IOS";
|
|
298
298
|
readonly COLLABORATION_WEB: "COLLABORATION_WEB";
|
|
299
299
|
readonly UNKNOWN: "UNKNOWN";
|
|
300
|
+
readonly VOICEBOT: "VOICEBOT";
|
|
300
301
|
readonly WILDIX_DEVICE: "WILDIX_DEVICE";
|
|
301
302
|
readonly WILDIX_PHONE: "WILDIX_PHONE";
|
|
302
303
|
readonly XBEES_ANDROID: "XBEES_ANDROID";
|
|
@@ -440,6 +441,7 @@ export interface CallRecord {
|
|
|
440
441
|
callStatus?: ConversationStatus | undefined;
|
|
441
442
|
transcriptionStatus?: CallFlowTranscriptionStatus | undefined;
|
|
442
443
|
transcriptionLanguage?: string | undefined;
|
|
444
|
+
transcriptionSeconds?: number | undefined;
|
|
443
445
|
/**
|
|
444
446
|
* Consider to use `attachments` instead.
|
|
445
447
|
*
|
|
@@ -622,6 +624,7 @@ export interface ConferenceRecord {
|
|
|
622
624
|
recordings?: (ConferenceRecording)[] | undefined;
|
|
623
625
|
transcriptionStatus: ConferenceTranscriptionStatus;
|
|
624
626
|
transcriptionLanguage?: string | undefined;
|
|
627
|
+
transcriptionSeconds?: number | undefined;
|
|
625
628
|
type: RecordType;
|
|
626
629
|
}
|
|
627
630
|
/**
|
|
@@ -963,6 +966,7 @@ export interface CallAnalyticsLiveProgressEventFlow {
|
|
|
963
966
|
callStatus?: ConversationStatus | undefined;
|
|
964
967
|
transcriptionStatus?: CallFlowTranscriptionStatus | undefined;
|
|
965
968
|
transcriptionLanguage?: string | undefined;
|
|
969
|
+
transcriptionSeconds?: number | undefined;
|
|
966
970
|
/**
|
|
967
971
|
* Consider to use `attachments` instead.
|
|
968
972
|
*
|
|
@@ -1114,6 +1118,7 @@ export interface CallAnalyticsRecordEventFlow {
|
|
|
1114
1118
|
callStatus?: ConversationStatus | undefined;
|
|
1115
1119
|
transcriptionStatus?: CallFlowTranscriptionStatus | undefined;
|
|
1116
1120
|
transcriptionLanguage?: string | undefined;
|
|
1121
|
+
transcriptionSeconds?: number | undefined;
|
|
1117
1122
|
/**
|
|
1118
1123
|
* Consider to use `attachments` instead.
|
|
1119
1124
|
*
|
|
@@ -1814,6 +1819,7 @@ export interface ConferenceAnalyticsRecordEvent {
|
|
|
1814
1819
|
recordings?: (ConferenceRecording)[] | undefined;
|
|
1815
1820
|
transcriptionStatus: ConferenceTranscriptionStatus;
|
|
1816
1821
|
transcriptionLanguage?: string | undefined;
|
|
1822
|
+
transcriptionSeconds?: number | undefined;
|
|
1817
1823
|
type: LiveEventType;
|
|
1818
1824
|
transcriptions?: string | undefined;
|
|
1819
1825
|
}
|
|
@@ -2191,6 +2197,11 @@ export interface SmsStatusConsumeEventData {
|
|
|
2191
2197
|
from: string;
|
|
2192
2198
|
to: string;
|
|
2193
2199
|
status: SmsStatus;
|
|
2200
|
+
/**
|
|
2201
|
+
* Failure reason from supplier (example 'inactive-campaign'
|
|
2202
|
+
* @public
|
|
2203
|
+
*/
|
|
2204
|
+
reason?: string | undefined;
|
|
2194
2205
|
channel: SmsChannelType;
|
|
2195
2206
|
parts: number;
|
|
2196
2207
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-stream-client",
|
|
3
3
|
"description": "@wildix/wda-stream-client client",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.52",
|
|
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",
|