@webex/event-dictionary-ts 1.0.2239 → 1.0.2240

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.
@@ -6745,6 +6745,29 @@
6745
6745
  "type": "number",
6746
6746
  "description": "Battery temperature in celsius"
6747
6747
  },
6748
+ "powerStatistics": {
6749
+ "type": "object",
6750
+ "description": "Power related metrics collected over the Interval",
6751
+ "additionalProperties": true,
6752
+ "properties": {
6753
+ "lowPowerMode": {
6754
+ "type": "boolean",
6755
+ "description": "On iff low-power-mode is activated on the client the end of the interval"
6756
+ },
6757
+ "batteryLevel": {
6758
+ "type": "integer",
6759
+ "description": "Battery level percentage at the end of the interval, -1 if case of an error with an existing battery"
6760
+ },
6761
+ "batteryLevelDelta": {
6762
+ "type": "integer",
6763
+ "description": "difference in battery level from previous interval, missing value if any of them are -1"
6764
+ },
6765
+ "batteryLevelDeltaSec": {
6766
+ "type": "number",
6767
+ "description": "Time in seconds between the two battery level measurements used to calculate batteryLevelDelta"
6768
+ }
6769
+ }
6770
+ },
6748
6771
  "darwinThermalState": {
6749
6772
  "type": "integer",
6750
6773
  "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
@@ -7411,6 +7411,29 @@
7411
7411
  "type": "number",
7412
7412
  "description": "Battery temperature in celsius"
7413
7413
  },
7414
+ "powerStatistics": {
7415
+ "type": "object",
7416
+ "description": "Power related metrics collected over the Interval",
7417
+ "additionalProperties": true,
7418
+ "properties": {
7419
+ "lowPowerMode": {
7420
+ "type": "boolean",
7421
+ "description": "On iff low-power-mode is activated on the client the end of the interval"
7422
+ },
7423
+ "batteryLevel": {
7424
+ "type": "integer",
7425
+ "description": "Battery level percentage at the end of the interval, -1 if case of an error with an existing battery"
7426
+ },
7427
+ "batteryLevelDelta": {
7428
+ "type": "integer",
7429
+ "description": "difference in battery level from previous interval, missing value if any of them are -1"
7430
+ },
7431
+ "batteryLevelDeltaSec": {
7432
+ "type": "number",
7433
+ "description": "Time in seconds between the two battery level measurements used to calculate batteryLevelDelta"
7434
+ }
7435
+ }
7436
+ },
7414
7437
  "darwinThermalState": {
7415
7438
  "type": "integer",
7416
7439
  "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
@@ -17698,6 +17721,29 @@
17698
17721
  "type": "number",
17699
17722
  "description": "Battery temperature in celsius"
17700
17723
  },
17724
+ "powerStatistics": {
17725
+ "type": "object",
17726
+ "description": "Power related metrics collected over the Interval",
17727
+ "additionalProperties": true,
17728
+ "properties": {
17729
+ "lowPowerMode": {
17730
+ "type": "boolean",
17731
+ "description": "On iff low-power-mode is activated on the client the end of the interval"
17732
+ },
17733
+ "batteryLevel": {
17734
+ "type": "integer",
17735
+ "description": "Battery level percentage at the end of the interval, -1 if case of an error with an existing battery"
17736
+ },
17737
+ "batteryLevelDelta": {
17738
+ "type": "integer",
17739
+ "description": "difference in battery level from previous interval, missing value if any of them are -1"
17740
+ },
17741
+ "batteryLevelDeltaSec": {
17742
+ "type": "number",
17743
+ "description": "Time in seconds between the two battery level measurements used to calculate batteryLevelDelta"
17744
+ }
17745
+ }
17746
+ },
17701
17747
  "darwinThermalState": {
17702
17748
  "type": "integer",
17703
17749
  "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
@@ -34350,6 +34396,29 @@
34350
34396
  "type": "number",
34351
34397
  "description": "Battery temperature in celsius"
34352
34398
  },
34399
+ "powerStatistics": {
34400
+ "type": "object",
34401
+ "description": "Power related metrics collected over the Interval",
34402
+ "additionalProperties": true,
34403
+ "properties": {
34404
+ "lowPowerMode": {
34405
+ "type": "boolean",
34406
+ "description": "On iff low-power-mode is activated on the client the end of the interval"
34407
+ },
34408
+ "batteryLevel": {
34409
+ "type": "integer",
34410
+ "description": "Battery level percentage at the end of the interval, -1 if case of an error with an existing battery"
34411
+ },
34412
+ "batteryLevelDelta": {
34413
+ "type": "integer",
34414
+ "description": "difference in battery level from previous interval, missing value if any of them are -1"
34415
+ },
34416
+ "batteryLevelDeltaSec": {
34417
+ "type": "number",
34418
+ "description": "Time in seconds between the two battery level measurements used to calculate batteryLevelDelta"
34419
+ }
34420
+ }
34421
+ },
34353
34422
  "darwinThermalState": {
34354
34423
  "type": "integer",
34355
34424
  "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
@@ -3256,6 +3256,29 @@
3256
3256
  "type": "number",
3257
3257
  "description": "Battery temperature in celsius"
3258
3258
  },
3259
+ "powerStatistics": {
3260
+ "type": "object",
3261
+ "description": "Power related metrics collected over the Interval",
3262
+ "additionalProperties": true,
3263
+ "properties": {
3264
+ "lowPowerMode": {
3265
+ "type": "boolean",
3266
+ "description": "On iff low-power-mode is activated on the client the end of the interval"
3267
+ },
3268
+ "batteryLevel": {
3269
+ "type": "integer",
3270
+ "description": "Battery level percentage at the end of the interval, -1 if case of an error with an existing battery"
3271
+ },
3272
+ "batteryLevelDelta": {
3273
+ "type": "integer",
3274
+ "description": "difference in battery level from previous interval, missing value if any of them are -1"
3275
+ },
3276
+ "batteryLevelDeltaSec": {
3277
+ "type": "number",
3278
+ "description": "Time in seconds between the two battery level measurements used to calculate batteryLevelDelta"
3279
+ }
3280
+ }
3281
+ },
3259
3282
  "darwinThermalState": {
3260
3283
  "type": "integer",
3261
3284
  "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
@@ -3503,6 +3503,28 @@ export interface Event {
3503
3503
  * Battery temperature in celsius
3504
3504
  */
3505
3505
  batteryTemperature?: number;
3506
+ /**
3507
+ * Power related metrics collected over the Interval
3508
+ */
3509
+ powerStatistics?: {
3510
+ /**
3511
+ * On iff low-power-mode is activated on the client the end of the interval
3512
+ */
3513
+ lowPowerMode?: boolean;
3514
+ /**
3515
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
3516
+ */
3517
+ batteryLevel?: number;
3518
+ /**
3519
+ * difference in battery level from previous interval, missing value if any of them are -1
3520
+ */
3521
+ batteryLevelDelta?: number;
3522
+ /**
3523
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
3524
+ */
3525
+ batteryLevelDeltaSec?: number;
3526
+ additionalProperties?: never;
3527
+ };
3506
3528
  /**
3507
3529
  * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
3508
3530
  */
@@ -7857,6 +7879,28 @@ export interface Event {
7857
7879
  * Battery temperature in celsius
7858
7880
  */
7859
7881
  batteryTemperature?: number;
7882
+ /**
7883
+ * Power related metrics collected over the Interval
7884
+ */
7885
+ powerStatistics?: {
7886
+ /**
7887
+ * On iff low-power-mode is activated on the client the end of the interval
7888
+ */
7889
+ lowPowerMode?: boolean;
7890
+ /**
7891
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
7892
+ */
7893
+ batteryLevel?: number;
7894
+ /**
7895
+ * difference in battery level from previous interval, missing value if any of them are -1
7896
+ */
7897
+ batteryLevelDelta?: number;
7898
+ /**
7899
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
7900
+ */
7901
+ batteryLevelDeltaSec?: number;
7902
+ additionalProperties?: never;
7903
+ };
7860
7904
  /**
7861
7905
  * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
7862
7906
  */
@@ -14884,6 +14928,28 @@ export interface Event {
14884
14928
  * Battery temperature in celsius
14885
14929
  */
14886
14930
  batteryTemperature?: number;
14931
+ /**
14932
+ * Power related metrics collected over the Interval
14933
+ */
14934
+ powerStatistics?: {
14935
+ /**
14936
+ * On iff low-power-mode is activated on the client the end of the interval
14937
+ */
14938
+ lowPowerMode?: boolean;
14939
+ /**
14940
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
14941
+ */
14942
+ batteryLevel?: number;
14943
+ /**
14944
+ * difference in battery level from previous interval, missing value if any of them are -1
14945
+ */
14946
+ batteryLevelDelta?: number;
14947
+ /**
14948
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
14949
+ */
14950
+ batteryLevelDeltaSec?: number;
14951
+ additionalProperties?: never;
14952
+ };
14887
14953
  /**
14888
14954
  * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
14889
14955
  */
@@ -20215,6 +20281,28 @@ export interface ClientEvent {
20215
20281
  * Battery temperature in celsius
20216
20282
  */
20217
20283
  batteryTemperature?: number;
20284
+ /**
20285
+ * Power related metrics collected over the Interval
20286
+ */
20287
+ powerStatistics?: {
20288
+ /**
20289
+ * On iff low-power-mode is activated on the client the end of the interval
20290
+ */
20291
+ lowPowerMode?: boolean;
20292
+ /**
20293
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
20294
+ */
20295
+ batteryLevel?: number;
20296
+ /**
20297
+ * difference in battery level from previous interval, missing value if any of them are -1
20298
+ */
20299
+ batteryLevelDelta?: number;
20300
+ /**
20301
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
20302
+ */
20303
+ batteryLevelDeltaSec?: number;
20304
+ additionalProperties?: never;
20305
+ };
20218
20306
  /**
20219
20307
  * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
20220
20308
  */
@@ -24225,6 +24313,28 @@ export interface MediaQualityEvent {
24225
24313
  * Battery temperature in celsius
24226
24314
  */
24227
24315
  batteryTemperature?: number;
24316
+ /**
24317
+ * Power related metrics collected over the Interval
24318
+ */
24319
+ powerStatistics?: {
24320
+ /**
24321
+ * On iff low-power-mode is activated on the client the end of the interval
24322
+ */
24323
+ lowPowerMode?: boolean;
24324
+ /**
24325
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
24326
+ */
24327
+ batteryLevel?: number;
24328
+ /**
24329
+ * difference in battery level from previous interval, missing value if any of them are -1
24330
+ */
24331
+ batteryLevelDelta?: number;
24332
+ /**
24333
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
24334
+ */
24335
+ batteryLevelDeltaSec?: number;
24336
+ additionalProperties?: never;
24337
+ };
24228
24338
  /**
24229
24339
  * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
24230
24340
  */
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2239"
35
+ "version": "1.0.2240"
36
36
  }