@wildix/wda-insights-client 1.0.38 → 1.0.39
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.
|
@@ -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",
|
|
@@ -116,8 +116,6 @@ declare const GetCallCharacteristicsCommand_base: {
|
|
|
116
116
|
*
|
|
117
117
|
* @throws {@link ForbiddenException} (client fault)
|
|
118
118
|
*
|
|
119
|
-
* @throws {@link CallNotFoundException} (client fault)
|
|
120
|
-
*
|
|
121
119
|
* @throws {@link WdaInsightsServiceException}
|
|
122
120
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
123
121
|
*
|
|
@@ -120,7 +120,7 @@ declare const ListConversationsCommand_base: {
|
|
|
120
120
|
* // groupId: "STRING_VALUE",
|
|
121
121
|
* // groupName: "STRING_VALUE",
|
|
122
122
|
* // userAgent: "STRING_VALUE",
|
|
123
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
123
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
124
124
|
* // role: "CLIENT" || "AGENT", // required
|
|
125
125
|
* // license: "STRING_VALUE",
|
|
126
126
|
* // },
|
|
@@ -136,7 +136,7 @@ declare const ListConversationsCommand_base: {
|
|
|
136
136
|
* // groupId: "STRING_VALUE",
|
|
137
137
|
* // groupName: "STRING_VALUE",
|
|
138
138
|
* // userAgent: "STRING_VALUE",
|
|
139
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
139
|
+
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
|
|
140
140
|
* // role: "CLIENT" || "AGENT", // required
|
|
141
141
|
* // license: "STRING_VALUE",
|
|
142
142
|
* // },
|
|
@@ -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";
|
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.39",
|
|
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",
|