@webex/event-dictionary-ts 1.0.2042 → 1.0.2043
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.
|
@@ -2085,6 +2085,7 @@ export interface Event {
|
|
|
2085
2085
|
otherAppApiReqResp?: number;
|
|
2086
2086
|
pageJmt?: number;
|
|
2087
2087
|
pageLaunchThinClientToWebAppDownloadStart?: number;
|
|
2088
|
+
pageLoadingTime?: number;
|
|
2088
2089
|
pageLoadingToLaunchThinClient?: number;
|
|
2089
2090
|
pageLoadingToTFSStartDownload?: number;
|
|
2090
2091
|
pageUrlProtocolDetectToWebexAppLaunched?: number;
|
|
@@ -17406,6 +17407,7 @@ export interface ClientEvent {
|
|
|
17406
17407
|
otherAppApiReqResp?: number;
|
|
17407
17408
|
pageJmt?: number;
|
|
17408
17409
|
pageLaunchThinClientToWebAppDownloadStart?: number;
|
|
17410
|
+
pageLoadingTime?: number;
|
|
17409
17411
|
pageLoadingToLaunchThinClient?: number;
|
|
17410
17412
|
pageLoadingToTFSStartDownload?: number;
|
|
17411
17413
|
pageUrlProtocolDetectToWebexAppLaunched?: number;
|
package/package.json
CHANGED