@wildix/wda-stream-client 1.0.25 → 1.0.26
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.
|
@@ -221,9 +221,9 @@ exports.ChatEventType = {
|
|
|
221
221
|
RECORD_EVENT: "ChatAnalyticsRecordEvent",
|
|
222
222
|
};
|
|
223
223
|
exports.ConferenceConsumeDirection = {
|
|
224
|
-
INBOUND: "
|
|
225
|
-
INTERNAL: "
|
|
226
|
-
OUTBOUND: "
|
|
224
|
+
INBOUND: "inbound",
|
|
225
|
+
INTERNAL: "internal",
|
|
226
|
+
OUTBOUND: "outbound",
|
|
227
227
|
};
|
|
228
228
|
exports.ConferenceConsumeEventType = {
|
|
229
229
|
CONFERENCE_END: "CONFERENCE.END",
|
|
@@ -216,9 +216,9 @@ export const ChatEventType = {
|
|
|
216
216
|
RECORD_EVENT: "ChatAnalyticsRecordEvent",
|
|
217
217
|
};
|
|
218
218
|
export const ConferenceConsumeDirection = {
|
|
219
|
-
INBOUND: "
|
|
220
|
-
INTERNAL: "
|
|
221
|
-
OUTBOUND: "
|
|
219
|
+
INBOUND: "inbound",
|
|
220
|
+
INTERNAL: "internal",
|
|
221
|
+
OUTBOUND: "outbound",
|
|
222
222
|
};
|
|
223
223
|
export const ConferenceConsumeEventType = {
|
|
224
224
|
CONFERENCE_END: "CONFERENCE.END",
|
|
@@ -347,7 +347,7 @@ declare const ConsumeEventCommand_base: {
|
|
|
347
347
|
* time: Number("long"), // required
|
|
348
348
|
* type: "CONFERENCE.START" || "CONFERENCE.JOIN" || "CONFERENCE.RECORD_START" || "CONFERENCE.TRANSCRIPTION" || "CONFERENCE.LEAVE" || "CONFERENCE.RECORD_STOP" || "CONFERENCE.KEEP_ALIVE" || "CONFERENCE.TIMEFRAMES" || "CONFERENCE.END", // required
|
|
349
349
|
* provider: "STRING_VALUE",
|
|
350
|
-
* direction: "
|
|
350
|
+
* direction: "internal" || "inbound" || "outbound",
|
|
351
351
|
* service: "STRING_VALUE",
|
|
352
352
|
* data: { // ConferenceStartConsumeEventData
|
|
353
353
|
* company: "STRING_VALUE",
|
|
@@ -1384,9 +1384,9 @@ export interface ConferenceAnalyticsTranscriptionRecordEvent {
|
|
|
1384
1384
|
* @enum
|
|
1385
1385
|
*/
|
|
1386
1386
|
export declare const ConferenceConsumeDirection: {
|
|
1387
|
-
readonly INBOUND: "
|
|
1388
|
-
readonly INTERNAL: "
|
|
1389
|
-
readonly OUTBOUND: "
|
|
1387
|
+
readonly INBOUND: "inbound";
|
|
1388
|
+
readonly INTERNAL: "internal";
|
|
1389
|
+
readonly OUTBOUND: "outbound";
|
|
1390
1390
|
};
|
|
1391
1391
|
/**
|
|
1392
1392
|
* @public
|
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.26",
|
|
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",
|