@webex/event-dictionary-ts 1.0.1595 → 1.0.1597

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.
@@ -6395,10 +6395,22 @@
6395
6395
  "maximum": 9223372036854776000.0
6396
6396
  },
6397
6397
  "countAdjustments": {
6398
- "description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
6399
- "type": "integer",
6400
- "minimum": 0,
6401
- "maximum": 2147483647
6398
+ "description": "Number of times bandwidth adjustment caused a change evaluated bandwidth",
6399
+ "type": "number",
6400
+ "minimum": 0.0,
6401
+ "maximum": 9223372036854776000.0
6402
+ },
6403
+ "countDirectionChange": {
6404
+ "description": "Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up",
6405
+ "type": "number",
6406
+ "minimum": 0.0,
6407
+ "maximum": 9223372036854776000.0
6408
+ },
6409
+ "countConfigChange": {
6410
+ "description": "Number of times the evaluated bandwidth was affected due to config change",
6411
+ "type": "number",
6412
+ "minimum": 0.0,
6413
+ "maximum": 9223372036854776000.0
6402
6414
  }
6403
6415
  }
6404
6416
  }
@@ -6899,10 +6899,22 @@
6899
6899
  "maximum": 9223372036854776000.0
6900
6900
  },
6901
6901
  "countAdjustments": {
6902
- "description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
6903
- "type": "integer",
6904
- "minimum": 0,
6905
- "maximum": 2147483647
6902
+ "description": "Number of times bandwidth adjustment caused a change evaluated bandwidth",
6903
+ "type": "number",
6904
+ "minimum": 0.0,
6905
+ "maximum": 9223372036854776000.0
6906
+ },
6907
+ "countDirectionChange": {
6908
+ "description": "Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up",
6909
+ "type": "number",
6910
+ "minimum": 0.0,
6911
+ "maximum": 9223372036854776000.0
6912
+ },
6913
+ "countConfigChange": {
6914
+ "description": "Number of times the evaluated bandwidth was affected due to config change",
6915
+ "type": "number",
6916
+ "minimum": 0.0,
6917
+ "maximum": 9223372036854776000.0
6906
6918
  }
6907
6919
  }
6908
6920
  }
@@ -15382,10 +15394,22 @@
15382
15394
  "maximum": 9223372036854776000.0
15383
15395
  },
15384
15396
  "countAdjustments": {
15385
- "description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
15386
- "type": "integer",
15387
- "minimum": 0,
15388
- "maximum": 2147483647
15397
+ "description": "Number of times bandwidth adjustment caused a change evaluated bandwidth",
15398
+ "type": "number",
15399
+ "minimum": 0.0,
15400
+ "maximum": 9223372036854776000.0
15401
+ },
15402
+ "countDirectionChange": {
15403
+ "description": "Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up",
15404
+ "type": "number",
15405
+ "minimum": 0.0,
15406
+ "maximum": 9223372036854776000.0
15407
+ },
15408
+ "countConfigChange": {
15409
+ "description": "Number of times the evaluated bandwidth was affected due to config change",
15410
+ "type": "number",
15411
+ "minimum": 0.0,
15412
+ "maximum": 9223372036854776000.0
15389
15413
  }
15390
15414
  }
15391
15415
  }
@@ -28309,10 +28333,22 @@
28309
28333
  "maximum": 9223372036854776000.0
28310
28334
  },
28311
28335
  "countAdjustments": {
28312
- "description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
28313
- "type": "integer",
28314
- "minimum": 0,
28315
- "maximum": 2147483647
28336
+ "description": "Number of times bandwidth adjustment caused a change evaluated bandwidth",
28337
+ "type": "number",
28338
+ "minimum": 0.0,
28339
+ "maximum": 9223372036854776000.0
28340
+ },
28341
+ "countDirectionChange": {
28342
+ "description": "Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up",
28343
+ "type": "number",
28344
+ "minimum": 0.0,
28345
+ "maximum": 9223372036854776000.0
28346
+ },
28347
+ "countConfigChange": {
28348
+ "description": "Number of times the evaluated bandwidth was affected due to config change",
28349
+ "type": "number",
28350
+ "minimum": 0.0,
28351
+ "maximum": 9223372036854776000.0
28316
28352
  }
28317
28353
  }
28318
28354
  }
@@ -3320,10 +3320,22 @@
3320
3320
  "maximum": 9223372036854776000.0
3321
3321
  },
3322
3322
  "countAdjustments": {
3323
- "description": "Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up",
3324
- "type": "integer",
3325
- "minimum": 0,
3326
- "maximum": 2147483647
3323
+ "description": "Number of times bandwidth adjustment caused a change evaluated bandwidth",
3324
+ "type": "number",
3325
+ "minimum": 0.0,
3326
+ "maximum": 9223372036854776000.0
3327
+ },
3328
+ "countDirectionChange": {
3329
+ "description": "Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up",
3330
+ "type": "number",
3331
+ "minimum": 0.0,
3332
+ "maximum": 9223372036854776000.0
3333
+ },
3334
+ "countConfigChange": {
3335
+ "description": "Number of times the evaluated bandwidth was affected due to config change",
3336
+ "type": "number",
3337
+ "minimum": 0.0,
3338
+ "maximum": 9223372036854776000.0
3327
3339
  }
3328
3340
  }
3329
3341
  }
@@ -3211,9 +3211,17 @@ export interface Event {
3211
3211
  */
3212
3212
  sumAdjustmentUp?: number;
3213
3213
  /**
3214
- * Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
3214
+ * Number of times bandwidth adjustment caused a change evaluated bandwidth
3215
3215
  */
3216
3216
  countAdjustments?: number;
3217
+ /**
3218
+ * Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up
3219
+ */
3220
+ countDirectionChange?: number;
3221
+ /**
3222
+ * Number of times the evaluated bandwidth was affected due to config change
3223
+ */
3224
+ countConfigChange?: number;
3217
3225
  additionalProperties?: false;
3218
3226
  };
3219
3227
  additionalProperties?: false;
@@ -6701,9 +6709,17 @@ export interface Event {
6701
6709
  */
6702
6710
  sumAdjustmentUp?: number;
6703
6711
  /**
6704
- * Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
6712
+ * Number of times bandwidth adjustment caused a change evaluated bandwidth
6705
6713
  */
6706
6714
  countAdjustments?: number;
6715
+ /**
6716
+ * Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up
6717
+ */
6718
+ countDirectionChange?: number;
6719
+ /**
6720
+ * Number of times the evaluated bandwidth was affected due to config change
6721
+ */
6722
+ countConfigChange?: number;
6707
6723
  additionalProperties?: false;
6708
6724
  };
6709
6725
  additionalProperties?: false;
@@ -11885,9 +11901,17 @@ export interface Event {
11885
11901
  */
11886
11902
  sumAdjustmentUp?: number;
11887
11903
  /**
11888
- * Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
11904
+ * Number of times bandwidth adjustment caused a change evaluated bandwidth
11889
11905
  */
11890
11906
  countAdjustments?: number;
11907
+ /**
11908
+ * Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up
11909
+ */
11910
+ countDirectionChange?: number;
11911
+ /**
11912
+ * Number of times the evaluated bandwidth was affected due to config change
11913
+ */
11914
+ countConfigChange?: number;
11891
11915
  additionalProperties?: false;
11892
11916
  };
11893
11917
  additionalProperties?: false;
@@ -15319,9 +15343,17 @@ export interface ClientEvent {
15319
15343
  */
15320
15344
  sumAdjustmentUp?: number;
15321
15345
  /**
15322
- * Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
15346
+ * Number of times bandwidth adjustment caused a change evaluated bandwidth
15323
15347
  */
15324
15348
  countAdjustments?: number;
15349
+ /**
15350
+ * Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up
15351
+ */
15352
+ countDirectionChange?: number;
15353
+ /**
15354
+ * Number of times the evaluated bandwidth was affected due to config change
15355
+ */
15356
+ countConfigChange?: number;
15325
15357
  additionalProperties?: false;
15326
15358
  };
15327
15359
  additionalProperties?: false;
@@ -18585,9 +18617,17 @@ export interface MediaQualityEvent {
18585
18617
  */
18586
18618
  sumAdjustmentUp?: number;
18587
18619
  /**
18588
- * Number of times bandwidth evaluated the BW Evaluator changed directions Up->Down or Down->Up
18620
+ * Number of times bandwidth adjustment caused a change evaluated bandwidth
18589
18621
  */
18590
18622
  countAdjustments?: number;
18623
+ /**
18624
+ * Number of times the Bandwidth Adjustment changed direction Up->Down/Down->Up
18625
+ */
18626
+ countDirectionChange?: number;
18627
+ /**
18628
+ * Number of times the evaluated bandwidth was affected due to config change
18629
+ */
18630
+ countConfigChange?: number;
18591
18631
  additionalProperties?: false;
18592
18632
  };
18593
18633
  additionalProperties?: false;
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.1595"
31
+ "version": "1.0.1597"
32
32
  }