@webex/event-dictionary-ts 1.0.1518 → 1.0.1520

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.
@@ -3955,6 +3955,18 @@
3955
3955
  "pageJmt": {
3956
3956
  "type": "integer"
3957
3957
  },
3958
+ "pageLaunchThinClientToWebAppDownloadStart": {
3959
+ "type": "integer"
3960
+ },
3961
+ "pageLoadingToLaunchThinClient": {
3962
+ "type": "integer"
3963
+ },
3964
+ "pageLoadingToTFSStartDownload": {
3965
+ "type": "integer"
3966
+ },
3967
+ "pageUrlProtocolDetectToWebexAppLaunched": {
3968
+ "type": "integer"
3969
+ },
3958
3970
  "pingJmt": {
3959
3971
  "type": "integer",
3960
3972
  "minimum": 0
@@ -6855,6 +6867,55 @@
6855
6867
  },
6856
6868
  "oauthProvider": {
6857
6869
  "type": "string"
6870
+ },
6871
+ "clientPerformanceInfo": {
6872
+ "type": "object",
6873
+ "description": "monitor how much Client CPU and memory increase when an action started, such as start share, VBG",
6874
+ "additionalProperties": true,
6875
+ "properties": {
6876
+ "preStartShare": {
6877
+ "type": "object",
6878
+ "description": "Webex related process properties like name, CPU, memory.",
6879
+ "additionalProperties": true,
6880
+ "properties": {
6881
+ "Webex": {},
6882
+ "WebexHelperMedia": {},
6883
+ "wasHost": {},
6884
+ "wmlHost": {},
6885
+ "WindowServer": {},
6886
+ "kernel_task": {},
6887
+ "replayd": {},
6888
+ "dwm": {},
6889
+ "system": {},
6890
+ "top1CPUProcess": {},
6891
+ "top2CPUProcess": {},
6892
+ "top3CPUProcess": {},
6893
+ "top4CPUProcess": {},
6894
+ "top5CPUProcess": {}
6895
+ }
6896
+ },
6897
+ "postStartShare": {
6898
+ "type": "object",
6899
+ "description": "Webex related process properties like name, CPU, memory.",
6900
+ "additionalProperties": true,
6901
+ "properties": {
6902
+ "Webex": {},
6903
+ "WebexHelperMedia": {},
6904
+ "wasHost": {},
6905
+ "wmlHost": {},
6906
+ "WindowServer": {},
6907
+ "kernel_task": {},
6908
+ "replayd": {},
6909
+ "dwm": {},
6910
+ "system": {},
6911
+ "top1CPUProcess": {},
6912
+ "top2CPUProcess": {},
6913
+ "top3CPUProcess": {},
6914
+ "top4CPUProcess": {},
6915
+ "top5CPUProcess": {}
6916
+ }
6917
+ }
6918
+ }
6858
6919
  }
6859
6920
  }
6860
6921
  }
@@ -4454,6 +4454,18 @@
4454
4454
  "pageJmt": {
4455
4455
  "type": "integer"
4456
4456
  },
4457
+ "pageLaunchThinClientToWebAppDownloadStart": {
4458
+ "type": "integer"
4459
+ },
4460
+ "pageLoadingToLaunchThinClient": {
4461
+ "type": "integer"
4462
+ },
4463
+ "pageLoadingToTFSStartDownload": {
4464
+ "type": "integer"
4465
+ },
4466
+ "pageUrlProtocolDetectToWebexAppLaunched": {
4467
+ "type": "integer"
4468
+ },
4457
4469
  "pingJmt": {
4458
4470
  "type": "integer",
4459
4471
  "minimum": 0
@@ -7354,6 +7366,55 @@
7354
7366
  },
7355
7367
  "oauthProvider": {
7356
7368
  "type": "string"
7369
+ },
7370
+ "clientPerformanceInfo": {
7371
+ "type": "object",
7372
+ "description": "monitor how much Client CPU and memory increase when an action started, such as start share, VBG",
7373
+ "additionalProperties": true,
7374
+ "properties": {
7375
+ "preStartShare": {
7376
+ "type": "object",
7377
+ "description": "Webex related process properties like name, CPU, memory.",
7378
+ "additionalProperties": true,
7379
+ "properties": {
7380
+ "Webex": {},
7381
+ "WebexHelperMedia": {},
7382
+ "wasHost": {},
7383
+ "wmlHost": {},
7384
+ "WindowServer": {},
7385
+ "kernel_task": {},
7386
+ "replayd": {},
7387
+ "dwm": {},
7388
+ "system": {},
7389
+ "top1CPUProcess": {},
7390
+ "top2CPUProcess": {},
7391
+ "top3CPUProcess": {},
7392
+ "top4CPUProcess": {},
7393
+ "top5CPUProcess": {}
7394
+ }
7395
+ },
7396
+ "postStartShare": {
7397
+ "type": "object",
7398
+ "description": "Webex related process properties like name, CPU, memory.",
7399
+ "additionalProperties": true,
7400
+ "properties": {
7401
+ "Webex": {},
7402
+ "WebexHelperMedia": {},
7403
+ "wasHost": {},
7404
+ "wmlHost": {},
7405
+ "WindowServer": {},
7406
+ "kernel_task": {},
7407
+ "replayd": {},
7408
+ "dwm": {},
7409
+ "system": {},
7410
+ "top1CPUProcess": {},
7411
+ "top2CPUProcess": {},
7412
+ "top3CPUProcess": {},
7413
+ "top4CPUProcess": {},
7414
+ "top5CPUProcess": {}
7415
+ }
7416
+ }
7417
+ }
7357
7418
  }
7358
7419
  }
7359
7420
  },
@@ -1820,6 +1820,10 @@ export interface Event {
1820
1820
  networkLatency?: number;
1821
1821
  otherAppApiReqResp?: number;
1822
1822
  pageJmt?: number;
1823
+ pageLaunchThinClientToWebAppDownloadStart?: number;
1824
+ pageLoadingToLaunchThinClient?: number;
1825
+ pageLoadingToTFSStartDownload?: number;
1826
+ pageUrlProtocolDetectToWebexAppLaunched?: number;
1823
1827
  pingJmt?: number;
1824
1828
  pluginJmt?: number;
1825
1829
  pstnDialInReferL2SIPJoinReq?: number;
@@ -3420,6 +3424,52 @@ export interface Event {
3420
3424
  additionalProperties?: false;
3421
3425
  };
3422
3426
  oauthProvider?: string;
3427
+ /**
3428
+ * monitor how much Client CPU and memory increase when an action started, such as start share, VBG
3429
+ */
3430
+ clientPerformanceInfo?: {
3431
+ /**
3432
+ * Webex related process properties like name, CPU, memory.
3433
+ */
3434
+ preStartShare?: {
3435
+ Webex?: {};
3436
+ WebexHelperMedia?: {};
3437
+ wasHost?: {};
3438
+ wmlHost?: {};
3439
+ WindowServer?: {};
3440
+ kernel_task?: {};
3441
+ replayd?: {};
3442
+ dwm?: {};
3443
+ system?: {};
3444
+ top1CPUProcess?: {};
3445
+ top2CPUProcess?: {};
3446
+ top3CPUProcess?: {};
3447
+ top4CPUProcess?: {};
3448
+ top5CPUProcess?: {};
3449
+ additionalProperties?: false;
3450
+ };
3451
+ /**
3452
+ * Webex related process properties like name, CPU, memory.
3453
+ */
3454
+ postStartShare?: {
3455
+ Webex?: {};
3456
+ WebexHelperMedia?: {};
3457
+ wasHost?: {};
3458
+ wmlHost?: {};
3459
+ WindowServer?: {};
3460
+ kernel_task?: {};
3461
+ replayd?: {};
3462
+ dwm?: {};
3463
+ system?: {};
3464
+ top1CPUProcess?: {};
3465
+ top2CPUProcess?: {};
3466
+ top3CPUProcess?: {};
3467
+ top4CPUProcess?: {};
3468
+ top5CPUProcess?: {};
3469
+ additionalProperties?: false;
3470
+ };
3471
+ additionalProperties?: false;
3472
+ };
3423
3473
  additionalProperties?: false;
3424
3474
  }
3425
3475
  | {
@@ -13201,6 +13251,10 @@ export interface ClientEvent {
13201
13251
  networkLatency?: number;
13202
13252
  otherAppApiReqResp?: number;
13203
13253
  pageJmt?: number;
13254
+ pageLaunchThinClientToWebAppDownloadStart?: number;
13255
+ pageLoadingToLaunchThinClient?: number;
13256
+ pageLoadingToTFSStartDownload?: number;
13257
+ pageUrlProtocolDetectToWebexAppLaunched?: number;
13204
13258
  pingJmt?: number;
13205
13259
  pluginJmt?: number;
13206
13260
  pstnDialInReferL2SIPJoinReq?: number;
@@ -14801,6 +14855,52 @@ export interface ClientEvent {
14801
14855
  additionalProperties?: false;
14802
14856
  };
14803
14857
  oauthProvider?: string;
14858
+ /**
14859
+ * monitor how much Client CPU and memory increase when an action started, such as start share, VBG
14860
+ */
14861
+ clientPerformanceInfo?: {
14862
+ /**
14863
+ * Webex related process properties like name, CPU, memory.
14864
+ */
14865
+ preStartShare?: {
14866
+ Webex?: {};
14867
+ WebexHelperMedia?: {};
14868
+ wasHost?: {};
14869
+ wmlHost?: {};
14870
+ WindowServer?: {};
14871
+ kernel_task?: {};
14872
+ replayd?: {};
14873
+ dwm?: {};
14874
+ system?: {};
14875
+ top1CPUProcess?: {};
14876
+ top2CPUProcess?: {};
14877
+ top3CPUProcess?: {};
14878
+ top4CPUProcess?: {};
14879
+ top5CPUProcess?: {};
14880
+ additionalProperties?: false;
14881
+ };
14882
+ /**
14883
+ * Webex related process properties like name, CPU, memory.
14884
+ */
14885
+ postStartShare?: {
14886
+ Webex?: {};
14887
+ WebexHelperMedia?: {};
14888
+ wasHost?: {};
14889
+ wmlHost?: {};
14890
+ WindowServer?: {};
14891
+ kernel_task?: {};
14892
+ replayd?: {};
14893
+ dwm?: {};
14894
+ system?: {};
14895
+ top1CPUProcess?: {};
14896
+ top2CPUProcess?: {};
14897
+ top3CPUProcess?: {};
14898
+ top4CPUProcess?: {};
14899
+ top5CPUProcess?: {};
14900
+ additionalProperties?: false;
14901
+ };
14902
+ additionalProperties?: false;
14903
+ };
14804
14904
  additionalProperties?: false;
14805
14905
  }
14806
14906
 
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.1518"
31
+ "version": "1.0.1520"
32
32
  }