@webex/event-dictionary-ts 1.0.1959 → 1.0.1960
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.
|
@@ -15959,6 +15959,10 @@
|
|
|
15959
15959
|
}
|
|
15960
15960
|
}
|
|
15961
15961
|
},
|
|
15962
|
+
"passThroughMQEventData": {
|
|
15963
|
+
"type": "object",
|
|
15964
|
+
"additionalProperties": true
|
|
15965
|
+
},
|
|
15962
15966
|
"edgeInfo": {
|
|
15963
15967
|
"type": "object",
|
|
15964
15968
|
"description": "Details of a media edge server which is in the media path but does not generate MQE directly",
|
|
@@ -2805,6 +2805,10 @@
|
|
|
2805
2805
|
}
|
|
2806
2806
|
}
|
|
2807
2807
|
},
|
|
2808
|
+
"passThroughMQEventData": {
|
|
2809
|
+
"type": "object",
|
|
2810
|
+
"additionalProperties": true
|
|
2811
|
+
},
|
|
2808
2812
|
"edgeInfo": {
|
|
2809
2813
|
"type": "object",
|
|
2810
2814
|
"description": "Details of a media edge server which is in the media path but does not generate MQE directly",
|
|
@@ -7068,6 +7068,7 @@ export interface Event {
|
|
|
7068
7068
|
cascadePeerDeployType?: "private" | "public";
|
|
7069
7069
|
additionalProperties?: false;
|
|
7070
7070
|
};
|
|
7071
|
+
passThroughMQEventData?: {};
|
|
7071
7072
|
/**
|
|
7072
7073
|
* Details of a media edge server which is in the media path but does not generate MQE directly
|
|
7073
7074
|
*/
|
|
@@ -21850,6 +21851,7 @@ export interface MediaQualityEvent {
|
|
|
21850
21851
|
cascadePeerDeployType?: "private" | "public";
|
|
21851
21852
|
additionalProperties?: false;
|
|
21852
21853
|
};
|
|
21854
|
+
passThroughMQEventData?: {};
|
|
21853
21855
|
/**
|
|
21854
21856
|
* Details of a media edge server which is in the media path but does not generate MQE directly
|
|
21855
21857
|
*/
|
package/package.json
CHANGED