@webex/event-dictionary-ts 1.0.1337 → 1.0.1339
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.
|
@@ -10418,6 +10418,12 @@
|
|
|
10418
10418
|
"clientSplitTunnelDetected": {
|
|
10419
10419
|
"type": "boolean"
|
|
10420
10420
|
},
|
|
10421
|
+
"clientUaType": {
|
|
10422
|
+
"type": "string"
|
|
10423
|
+
},
|
|
10424
|
+
"clientUaVersion": {
|
|
10425
|
+
"type": "string"
|
|
10426
|
+
},
|
|
10421
10427
|
"deviceType": {
|
|
10422
10428
|
"type": "string"
|
|
10423
10429
|
},
|
|
@@ -4495,6 +4495,8 @@ export interface Event {
|
|
|
4495
4495
|
cloudIngressTheaterClustersLoadBalanced?: string[];
|
|
4496
4496
|
clientCountryCode?: string;
|
|
4497
4497
|
clientSplitTunnelDetected?: boolean;
|
|
4498
|
+
clientUaType?: string;
|
|
4499
|
+
clientUaVersion?: string;
|
|
4498
4500
|
deviceType?: string;
|
|
4499
4501
|
expectedCloudReachabilityClustersCount?: number;
|
|
4500
4502
|
geoHint?: string[];
|
package/package.json
CHANGED