@webex/event-dictionary-ts 1.0.1593 → 1.0.1595

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.
@@ -3919,6 +3919,9 @@
3919
3919
  "pageUrlProtocolDetectToWebexAppLaunched": {
3920
3920
  "type": "integer"
3921
3921
  },
3922
+ "pageWebexInstallerStartToWebexAppLaunched": {
3923
+ "type": "integer"
3924
+ },
3922
3925
  "pingJmt": {
3923
3926
  "type": "integer",
3924
3927
  "minimum": 0
@@ -4423,6 +4423,9 @@
4423
4423
  "pageUrlProtocolDetectToWebexAppLaunched": {
4424
4424
  "type": "integer"
4425
4425
  },
4426
+ "pageWebexInstallerStartToWebexAppLaunched": {
4427
+ "type": "integer"
4428
+ },
4426
4429
  "pingJmt": {
4427
4430
  "type": "integer",
4428
4431
  "minimum": 0
@@ -1878,6 +1878,7 @@ export interface Event {
1878
1878
  pageLoadingToLaunchThinClient?: number;
1879
1879
  pageLoadingToTFSStartDownload?: number;
1880
1880
  pageUrlProtocolDetectToWebexAppLaunched?: number;
1881
+ pageWebexInstallerStartToWebexAppLaunched?: number;
1881
1882
  pingJmt?: number;
1882
1883
  pluginJmt?: number;
1883
1884
  pstnDialInReferL2SIPJoinReq?: number;
@@ -13985,6 +13986,7 @@ export interface ClientEvent {
13985
13986
  pageLoadingToLaunchThinClient?: number;
13986
13987
  pageLoadingToTFSStartDownload?: number;
13987
13988
  pageUrlProtocolDetectToWebexAppLaunched?: number;
13989
+ pageWebexInstallerStartToWebexAppLaunched?: number;
13988
13990
  pingJmt?: number;
13989
13991
  pluginJmt?: number;
13990
13992
  pstnDialInReferL2SIPJoinReq?: number;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1593"
31
+ "version": "1.0.1595"
32
32
  }