@webex/event-dictionary-ts 1.0.1640 → 1.0.1641
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.
|
@@ -1868,6 +1868,7 @@ export interface Event {
|
|
|
1868
1868
|
initializeCameraTime?: number;
|
|
1869
1869
|
installAppTime?: number;
|
|
1870
1870
|
installerJmt?: number;
|
|
1871
|
+
interstitialToLoginEnd?: number;
|
|
1871
1872
|
interstitialToJoinOK?: number;
|
|
1872
1873
|
interstitialToMediaOKJMT?: number;
|
|
1873
1874
|
JMTDetail?: string;
|
|
@@ -15074,6 +15075,7 @@ export interface ClientEvent {
|
|
|
15074
15075
|
initializeCameraTime?: number;
|
|
15075
15076
|
installAppTime?: number;
|
|
15076
15077
|
installerJmt?: number;
|
|
15078
|
+
interstitialToLoginEnd?: number;
|
|
15077
15079
|
interstitialToJoinOK?: number;
|
|
15078
15080
|
interstitialToMediaOKJMT?: number;
|
|
15079
15081
|
JMTDetail?: string;
|
package/package.json
CHANGED