@webex/event-dictionary-ts 1.0.2239 → 1.0.2241

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.
@@ -3325,6 +3325,9 @@
3325
3325
  "other"
3326
3326
  ]
3327
3327
  },
3328
+ "clientAdjustedClock": {
3329
+ "type": "boolean"
3330
+ },
3328
3331
  "trigger": {
3329
3332
  "enum": [
3330
3333
  "bricklet",
@@ -6745,6 +6748,29 @@
6745
6748
  "type": "number",
6746
6749
  "description": "Battery temperature in celsius"
6747
6750
  },
6751
+ "powerStatistics": {
6752
+ "type": "object",
6753
+ "description": "Power related metrics collected over the Interval",
6754
+ "additionalProperties": true,
6755
+ "properties": {
6756
+ "lowPowerMode": {
6757
+ "type": "boolean",
6758
+ "description": "On iff low-power-mode is activated on the client the end of the interval"
6759
+ },
6760
+ "batteryLevel": {
6761
+ "type": "integer",
6762
+ "description": "Battery level percentage at the end of the interval, -1 if case of an error with an existing battery"
6763
+ },
6764
+ "batteryLevelDelta": {
6765
+ "type": "integer",
6766
+ "description": "difference in battery level from previous interval, missing value if any of them are -1"
6767
+ },
6768
+ "batteryLevelDeltaSec": {
6769
+ "type": "number",
6770
+ "description": "Time in seconds between the two battery level measurements used to calculate batteryLevelDelta"
6771
+ }
6772
+ }
6773
+ },
6748
6774
  "darwinThermalState": {
6749
6775
  "type": "integer",
6750
6776
  "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."
@@ -3991,6 +3991,9 @@
3991
3991
  "other"
3992
3992
  ]
3993
3993
  },
3994
+ "clientAdjustedClock": {
3995
+ "type": "boolean"
3996
+ },
3994
3997
  "trigger": {
3995
3998
  "enum": [
3996
3999
  "bricklet",
@@ -7411,6 +7414,29 @@
7411
7414
  "type": "number",
7412
7415
  "description": "Battery temperature in celsius"
7413
7416
  },
7417
+ "powerStatistics": {
7418
+ "type": "object",
7419
+ "description": "Power related metrics collected over the Interval",
7420
+ "additionalProperties": true,
7421
+ "properties": {
7422
+ "lowPowerMode": {
7423
+ "type": "boolean",
7424
+ "description": "On iff low-power-mode is activated on the client the end of the interval"
7425
+ },
7426
+ "batteryLevel": {
7427
+ "type": "integer",
7428
+ "description": "Battery level percentage at the end of the interval, -1 if case of an error with an existing battery"
7429
+ },
7430
+ "batteryLevelDelta": {
7431
+ "type": "integer",
7432
+ "description": "difference in battery level from previous interval, missing value if any of them are -1"
7433
+ },
7434
+ "batteryLevelDeltaSec": {
7435
+ "type": "number",
7436
+ "description": "Time in seconds between the two battery level measurements used to calculate batteryLevelDelta"
7437
+ }
7438
+ }
7439
+ },
7414
7440
  "darwinThermalState": {
7415
7441
  "type": "integer",
7416
7442
  "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 +17724,29 @@
17698
17724
  "type": "number",
17699
17725
  "description": "Battery temperature in celsius"
17700
17726
  },
17727
+ "powerStatistics": {
17728
+ "type": "object",
17729
+ "description": "Power related metrics collected over the Interval",
17730
+ "additionalProperties": true,
17731
+ "properties": {
17732
+ "lowPowerMode": {
17733
+ "type": "boolean",
17734
+ "description": "On iff low-power-mode is activated on the client the end of the interval"
17735
+ },
17736
+ "batteryLevel": {
17737
+ "type": "integer",
17738
+ "description": "Battery level percentage at the end of the interval, -1 if case of an error with an existing battery"
17739
+ },
17740
+ "batteryLevelDelta": {
17741
+ "type": "integer",
17742
+ "description": "difference in battery level from previous interval, missing value if any of them are -1"
17743
+ },
17744
+ "batteryLevelDeltaSec": {
17745
+ "type": "number",
17746
+ "description": "Time in seconds between the two battery level measurements used to calculate batteryLevelDelta"
17747
+ }
17748
+ }
17749
+ },
17701
17750
  "darwinThermalState": {
17702
17751
  "type": "integer",
17703
17752
  "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 +34399,29 @@
34350
34399
  "type": "number",
34351
34400
  "description": "Battery temperature in celsius"
34352
34401
  },
34402
+ "powerStatistics": {
34403
+ "type": "object",
34404
+ "description": "Power related metrics collected over the Interval",
34405
+ "additionalProperties": true,
34406
+ "properties": {
34407
+ "lowPowerMode": {
34408
+ "type": "boolean",
34409
+ "description": "On iff low-power-mode is activated on the client the end of the interval"
34410
+ },
34411
+ "batteryLevel": {
34412
+ "type": "integer",
34413
+ "description": "Battery level percentage at the end of the interval, -1 if case of an error with an existing battery"
34414
+ },
34415
+ "batteryLevelDelta": {
34416
+ "type": "integer",
34417
+ "description": "difference in battery level from previous interval, missing value if any of them are -1"
34418
+ },
34419
+ "batteryLevelDeltaSec": {
34420
+ "type": "number",
34421
+ "description": "Time in seconds between the two battery level measurements used to calculate batteryLevelDelta"
34422
+ }
34423
+ }
34424
+ },
34353
34425
  "darwinThermalState": {
34354
34426
  "type": "integer",
34355
34427
  "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."
@@ -1757,6 +1757,7 @@ export interface Event {
1757
1757
  * End Trigger - indicate how the call was ended from client. Set in end of call events such as client.call.end, client.call.aborted
1758
1758
  */
1759
1759
  endTrigger?: "ejected" | "end-meeting" | "leave" | "other";
1760
+ clientAdjustedClock?: boolean;
1760
1761
  trigger?:
1761
1762
  | "bricklet"
1762
1763
  | "call-history"
@@ -3503,6 +3504,28 @@ export interface Event {
3503
3504
  * Battery temperature in celsius
3504
3505
  */
3505
3506
  batteryTemperature?: number;
3507
+ /**
3508
+ * Power related metrics collected over the Interval
3509
+ */
3510
+ powerStatistics?: {
3511
+ /**
3512
+ * On iff low-power-mode is activated on the client the end of the interval
3513
+ */
3514
+ lowPowerMode?: boolean;
3515
+ /**
3516
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
3517
+ */
3518
+ batteryLevel?: number;
3519
+ /**
3520
+ * difference in battery level from previous interval, missing value if any of them are -1
3521
+ */
3522
+ batteryLevelDelta?: number;
3523
+ /**
3524
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
3525
+ */
3526
+ batteryLevelDeltaSec?: number;
3527
+ additionalProperties?: never;
3528
+ };
3506
3529
  /**
3507
3530
  * 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
3531
  */
@@ -7857,6 +7880,28 @@ export interface Event {
7857
7880
  * Battery temperature in celsius
7858
7881
  */
7859
7882
  batteryTemperature?: number;
7883
+ /**
7884
+ * Power related metrics collected over the Interval
7885
+ */
7886
+ powerStatistics?: {
7887
+ /**
7888
+ * On iff low-power-mode is activated on the client the end of the interval
7889
+ */
7890
+ lowPowerMode?: boolean;
7891
+ /**
7892
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
7893
+ */
7894
+ batteryLevel?: number;
7895
+ /**
7896
+ * difference in battery level from previous interval, missing value if any of them are -1
7897
+ */
7898
+ batteryLevelDelta?: number;
7899
+ /**
7900
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
7901
+ */
7902
+ batteryLevelDeltaSec?: number;
7903
+ additionalProperties?: never;
7904
+ };
7860
7905
  /**
7861
7906
  * 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
7907
  */
@@ -14884,6 +14929,28 @@ export interface Event {
14884
14929
  * Battery temperature in celsius
14885
14930
  */
14886
14931
  batteryTemperature?: number;
14932
+ /**
14933
+ * Power related metrics collected over the Interval
14934
+ */
14935
+ powerStatistics?: {
14936
+ /**
14937
+ * On iff low-power-mode is activated on the client the end of the interval
14938
+ */
14939
+ lowPowerMode?: boolean;
14940
+ /**
14941
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
14942
+ */
14943
+ batteryLevel?: number;
14944
+ /**
14945
+ * difference in battery level from previous interval, missing value if any of them are -1
14946
+ */
14947
+ batteryLevelDelta?: number;
14948
+ /**
14949
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
14950
+ */
14951
+ batteryLevelDeltaSec?: number;
14952
+ additionalProperties?: never;
14953
+ };
14887
14954
  /**
14888
14955
  * 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
14956
  */
@@ -18469,6 +18536,7 @@ export interface ClientEvent {
18469
18536
  * End Trigger - indicate how the call was ended from client. Set in end of call events such as client.call.end, client.call.aborted
18470
18537
  */
18471
18538
  endTrigger?: "ejected" | "end-meeting" | "leave" | "other";
18539
+ clientAdjustedClock?: boolean;
18472
18540
  trigger?:
18473
18541
  | "bricklet"
18474
18542
  | "call-history"
@@ -20215,6 +20283,28 @@ export interface ClientEvent {
20215
20283
  * Battery temperature in celsius
20216
20284
  */
20217
20285
  batteryTemperature?: number;
20286
+ /**
20287
+ * Power related metrics collected over the Interval
20288
+ */
20289
+ powerStatistics?: {
20290
+ /**
20291
+ * On iff low-power-mode is activated on the client the end of the interval
20292
+ */
20293
+ lowPowerMode?: boolean;
20294
+ /**
20295
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
20296
+ */
20297
+ batteryLevel?: number;
20298
+ /**
20299
+ * difference in battery level from previous interval, missing value if any of them are -1
20300
+ */
20301
+ batteryLevelDelta?: number;
20302
+ /**
20303
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
20304
+ */
20305
+ batteryLevelDeltaSec?: number;
20306
+ additionalProperties?: never;
20307
+ };
20218
20308
  /**
20219
20309
  * 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
20310
  */
@@ -24225,6 +24315,28 @@ export interface MediaQualityEvent {
24225
24315
  * Battery temperature in celsius
24226
24316
  */
24227
24317
  batteryTemperature?: number;
24318
+ /**
24319
+ * Power related metrics collected over the Interval
24320
+ */
24321
+ powerStatistics?: {
24322
+ /**
24323
+ * On iff low-power-mode is activated on the client the end of the interval
24324
+ */
24325
+ lowPowerMode?: boolean;
24326
+ /**
24327
+ * Battery level percentage at the end of the interval, -1 if case of an error with an existing battery
24328
+ */
24329
+ batteryLevel?: number;
24330
+ /**
24331
+ * difference in battery level from previous interval, missing value if any of them are -1
24332
+ */
24333
+ batteryLevelDelta?: number;
24334
+ /**
24335
+ * Time in seconds between the two battery level measurements used to calculate batteryLevelDelta
24336
+ */
24337
+ batteryLevelDeltaSec?: number;
24338
+ additionalProperties?: never;
24339
+ };
24228
24340
  /**
24229
24341
  * 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
24342
  */
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.2241"
36
36
  }