@webex/event-dictionary-ts 1.0.1301 → 1.0.1302
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
|
/**
|
|
@@ -8308,6 +8311,7 @@ export interface Event {
|
|
|
8308
8311
|
carrierName?: string;
|
|
8309
8312
|
originator?: string;
|
|
8310
8313
|
ucreDnsSrvs?: string[];
|
|
8314
|
+
ivrServiceUcreAttempts?: number;
|
|
8311
8315
|
name:
|
|
8312
8316
|
| "client.feature.audio.noise.removal"
|
|
8313
8317
|
| "client.feature.embedded-object-info"
|
|
@@ -9890,6 +9894,7 @@ export interface ClientEvent {
|
|
|
9890
9894
|
carrierName?: string;
|
|
9891
9895
|
originator?: string;
|
|
9892
9896
|
ucreDnsSrvs?: string[];
|
|
9897
|
+
ivrServiceUcreAttempts?: number;
|
|
9893
9898
|
name:
|
|
9894
9899
|
| "client.alert.displayed"
|
|
9895
9900
|
| "client.alert.removed"
|
|
@@ -12752,6 +12757,7 @@ export interface FeatureEvent {
|
|
|
12752
12757
|
carrierName?: string;
|
|
12753
12758
|
originator?: string;
|
|
12754
12759
|
ucreDnsSrvs?: string[];
|
|
12760
|
+
ivrServiceUcreAttempts?: number;
|
|
12755
12761
|
name:
|
|
12756
12762
|
| "client.feature.audio.noise.removal"
|
|
12757
12763
|
| "client.feature.embedded-object-info"
|
|
@@ -14321,6 +14327,7 @@ export interface MediaQualityEvent {
|
|
|
14321
14327
|
carrierName?: string;
|
|
14322
14328
|
originator?: string;
|
|
14323
14329
|
ucreDnsSrvs?: string[];
|
|
14330
|
+
ivrServiceUcreAttempts?: number;
|
|
14324
14331
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
14325
14332
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
14326
14333
|
/**
|
package/package.json
CHANGED