@webex/event-dictionary-ts 1.0.1301 → 1.0.1303
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.
|
@@ -852,6 +852,7 @@ export interface Event {
|
|
|
852
852
|
carrierName?: string;
|
|
853
853
|
originator?: string;
|
|
854
854
|
ucreDnsSrvs?: string[];
|
|
855
|
+
ivrServiceUcreAttempts?: number;
|
|
855
856
|
name:
|
|
856
857
|
| "client.alert.displayed"
|
|
857
858
|
| "client.alert.removed"
|
|
@@ -3805,6 +3806,7 @@ export interface Event {
|
|
|
3805
3806
|
carrierName?: string;
|
|
3806
3807
|
originator?: string;
|
|
3807
3808
|
ucreDnsSrvs?: string[];
|
|
3809
|
+
ivrServiceUcreAttempts?: number;
|
|
3808
3810
|
remoteAgent?: string;
|
|
3809
3811
|
name:
|
|
3810
3812
|
| "breakout.breakout-session.move.initiated"
|
|
@@ -5422,6 +5424,7 @@ export interface Event {
|
|
|
5422
5424
|
carrierName?: string;
|
|
5423
5425
|
originator?: string;
|
|
5424
5426
|
ucreDnsSrvs?: string[];
|
|
5427
|
+
ivrServiceUcreAttempts?: number;
|
|
5425
5428
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
5426
5429
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
5427
5430
|
/**
|
|
@@ -6751,10 +6754,6 @@ export interface Event {
|
|
|
6751
6754
|
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
6752
6755
|
*/
|
|
6753
6756
|
speechRMSRaw?: number;
|
|
6754
|
-
/**
|
|
6755
|
-
* one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
|
|
6756
|
-
*/
|
|
6757
|
-
speechLengthRaw?: number;
|
|
6758
6757
|
additionalProperties?: false;
|
|
6759
6758
|
};
|
|
6760
6759
|
/**
|
|
@@ -8308,6 +8307,7 @@ export interface Event {
|
|
|
8308
8307
|
carrierName?: string;
|
|
8309
8308
|
originator?: string;
|
|
8310
8309
|
ucreDnsSrvs?: string[];
|
|
8310
|
+
ivrServiceUcreAttempts?: number;
|
|
8311
8311
|
name:
|
|
8312
8312
|
| "client.feature.audio.noise.removal"
|
|
8313
8313
|
| "client.feature.embedded-object-info"
|
|
@@ -9890,6 +9890,7 @@ export interface ClientEvent {
|
|
|
9890
9890
|
carrierName?: string;
|
|
9891
9891
|
originator?: string;
|
|
9892
9892
|
ucreDnsSrvs?: string[];
|
|
9893
|
+
ivrServiceUcreAttempts?: number;
|
|
9893
9894
|
name:
|
|
9894
9895
|
| "client.alert.displayed"
|
|
9895
9896
|
| "client.alert.removed"
|
|
@@ -12752,6 +12753,7 @@ export interface FeatureEvent {
|
|
|
12752
12753
|
carrierName?: string;
|
|
12753
12754
|
originator?: string;
|
|
12754
12755
|
ucreDnsSrvs?: string[];
|
|
12756
|
+
ivrServiceUcreAttempts?: number;
|
|
12755
12757
|
name:
|
|
12756
12758
|
| "client.feature.audio.noise.removal"
|
|
12757
12759
|
| "client.feature.embedded-object-info"
|
|
@@ -14321,6 +14323,7 @@ export interface MediaQualityEvent {
|
|
|
14321
14323
|
carrierName?: string;
|
|
14322
14324
|
originator?: string;
|
|
14323
14325
|
ucreDnsSrvs?: string[];
|
|
14326
|
+
ivrServiceUcreAttempts?: number;
|
|
14324
14327
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
14325
14328
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
14326
14329
|
/**
|
|
@@ -15640,10 +15643,6 @@ export interface MediaQualityEvent {
|
|
|
15640
15643
|
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
15641
15644
|
*/
|
|
15642
15645
|
speechRMSRaw?: number;
|
|
15643
|
-
/**
|
|
15644
|
-
* one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
|
|
15645
|
-
*/
|
|
15646
|
-
speechLengthRaw?: number;
|
|
15647
15646
|
additionalProperties?: false;
|
|
15648
15647
|
};
|
|
15649
15648
|
/**
|
package/package.json
CHANGED