@webex/event-dictionary-ts 1.0.1445 → 1.0.1447

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.
@@ -5737,69 +5737,55 @@
5737
5737
  }
5738
5738
  }
5739
5739
  },
5740
- "batteryInfo": {
5741
- "type": "object",
5742
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
5743
- "additionalProperties": true,
5744
- "properties": {
5745
- "batteryHealth": {
5746
- "type": "string",
5747
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5748
- "enum": [
5749
- "unknown",
5750
- "good",
5751
- "cold",
5752
- "overvoltage",
5753
- "overheat",
5754
- "unspecifiedfailure",
5755
- "dead"
5756
- ]
5757
- },
5758
- "batteryPlugged": {
5759
- "type": "string",
5760
- "description": "Provides visibility in charger type in use",
5761
- "enum": [
5762
- "unknown",
5763
- "ac",
5764
- "usb",
5765
- "wireless",
5766
- "dock"
5767
- ]
5768
- },
5769
- "batteryStatus": {
5770
- "type": "string",
5771
- "description": "Provides visibility into charging status",
5772
- "enum": [
5773
- "unknown",
5774
- "charging",
5775
- "discharging",
5776
- "notcharging",
5777
- "full"
5778
- ]
5779
- },
5780
- "batteryTemperature": {
5781
- "type": "number",
5782
- "description": "Battery temperature in celsius"
5783
- }
5784
- }
5740
+ "batteryHealth": {
5741
+ "type": "string",
5742
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5743
+ "enum": [
5744
+ "unknown",
5745
+ "good",
5746
+ "cold",
5747
+ "overvoltage",
5748
+ "overheat",
5749
+ "unspecifiedfailure",
5750
+ "dead"
5751
+ ]
5785
5752
  },
5786
- "thermalInfo": {
5787
- "type": "object",
5788
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
5789
- "additionalProperties": true,
5790
- "properties": {
5791
- "darwinThermalState": {
5792
- "type": "integer",
5793
- "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."
5794
- },
5795
- "androidThermalHeadroom": {
5796
- "type": "number"
5797
- },
5798
- "androidThermalStatus": {
5799
- "type": "integer",
5800
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
5801
- }
5802
- }
5753
+ "batteryPlugged": {
5754
+ "type": "string",
5755
+ "description": "Provides visibility in charger type in use",
5756
+ "enum": [
5757
+ "unknown",
5758
+ "ac",
5759
+ "usb",
5760
+ "wireless",
5761
+ "dock"
5762
+ ]
5763
+ },
5764
+ "batteryStatus": {
5765
+ "type": "string",
5766
+ "description": "Provides visibility into charging status",
5767
+ "enum": [
5768
+ "unknown",
5769
+ "charging",
5770
+ "discharging",
5771
+ "notcharging",
5772
+ "full"
5773
+ ]
5774
+ },
5775
+ "batteryTemperature": {
5776
+ "type": "number",
5777
+ "description": "Battery temperature in celsius"
5778
+ },
5779
+ "darwinThermalState": {
5780
+ "type": "integer",
5781
+ "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."
5782
+ },
5783
+ "androidThermalHeadroom": {
5784
+ "type": "number"
5785
+ },
5786
+ "androidThermalStatus": {
5787
+ "type": "integer",
5788
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
5803
5789
  },
5804
5790
  "peripherals": {
5805
5791
  "type": "array",
@@ -6213,69 +6213,55 @@
6213
6213
  }
6214
6214
  }
6215
6215
  },
6216
- "batteryInfo": {
6217
- "type": "object",
6218
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
6219
- "additionalProperties": true,
6220
- "properties": {
6221
- "batteryHealth": {
6222
- "type": "string",
6223
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6224
- "enum": [
6225
- "unknown",
6226
- "good",
6227
- "cold",
6228
- "overvoltage",
6229
- "overheat",
6230
- "unspecifiedfailure",
6231
- "dead"
6232
- ]
6233
- },
6234
- "batteryPlugged": {
6235
- "type": "string",
6236
- "description": "Provides visibility in charger type in use",
6237
- "enum": [
6238
- "unknown",
6239
- "ac",
6240
- "usb",
6241
- "wireless",
6242
- "dock"
6243
- ]
6244
- },
6245
- "batteryStatus": {
6246
- "type": "string",
6247
- "description": "Provides visibility into charging status",
6248
- "enum": [
6249
- "unknown",
6250
- "charging",
6251
- "discharging",
6252
- "notcharging",
6253
- "full"
6254
- ]
6255
- },
6256
- "batteryTemperature": {
6257
- "type": "number",
6258
- "description": "Battery temperature in celsius"
6259
- }
6260
- }
6216
+ "batteryHealth": {
6217
+ "type": "string",
6218
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6219
+ "enum": [
6220
+ "unknown",
6221
+ "good",
6222
+ "cold",
6223
+ "overvoltage",
6224
+ "overheat",
6225
+ "unspecifiedfailure",
6226
+ "dead"
6227
+ ]
6261
6228
  },
6262
- "thermalInfo": {
6263
- "type": "object",
6264
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
6265
- "additionalProperties": true,
6266
- "properties": {
6267
- "darwinThermalState": {
6268
- "type": "integer",
6269
- "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."
6270
- },
6271
- "androidThermalHeadroom": {
6272
- "type": "number"
6273
- },
6274
- "androidThermalStatus": {
6275
- "type": "integer",
6276
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
6277
- }
6278
- }
6229
+ "batteryPlugged": {
6230
+ "type": "string",
6231
+ "description": "Provides visibility in charger type in use",
6232
+ "enum": [
6233
+ "unknown",
6234
+ "ac",
6235
+ "usb",
6236
+ "wireless",
6237
+ "dock"
6238
+ ]
6239
+ },
6240
+ "batteryStatus": {
6241
+ "type": "string",
6242
+ "description": "Provides visibility into charging status",
6243
+ "enum": [
6244
+ "unknown",
6245
+ "charging",
6246
+ "discharging",
6247
+ "notcharging",
6248
+ "full"
6249
+ ]
6250
+ },
6251
+ "batteryTemperature": {
6252
+ "type": "number",
6253
+ "description": "Battery temperature in celsius"
6254
+ },
6255
+ "darwinThermalState": {
6256
+ "type": "integer",
6257
+ "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."
6258
+ },
6259
+ "androidThermalHeadroom": {
6260
+ "type": "number"
6261
+ },
6262
+ "androidThermalStatus": {
6263
+ "type": "integer",
6264
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
6279
6265
  },
6280
6266
  "peripherals": {
6281
6267
  "type": "array",
@@ -14248,69 +14234,55 @@
14248
14234
  }
14249
14235
  }
14250
14236
  },
14251
- "batteryInfo": {
14252
- "type": "object",
14253
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
14254
- "additionalProperties": true,
14255
- "properties": {
14256
- "batteryHealth": {
14257
- "type": "string",
14258
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14259
- "enum": [
14260
- "unknown",
14261
- "good",
14262
- "cold",
14263
- "overvoltage",
14264
- "overheat",
14265
- "unspecifiedfailure",
14266
- "dead"
14267
- ]
14268
- },
14269
- "batteryPlugged": {
14270
- "type": "string",
14271
- "description": "Provides visibility in charger type in use",
14272
- "enum": [
14273
- "unknown",
14274
- "ac",
14275
- "usb",
14276
- "wireless",
14277
- "dock"
14278
- ]
14279
- },
14280
- "batteryStatus": {
14281
- "type": "string",
14282
- "description": "Provides visibility into charging status",
14283
- "enum": [
14284
- "unknown",
14285
- "charging",
14286
- "discharging",
14287
- "notcharging",
14288
- "full"
14289
- ]
14290
- },
14291
- "batteryTemperature": {
14292
- "type": "number",
14293
- "description": "Battery temperature in celsius"
14294
- }
14295
- }
14237
+ "batteryHealth": {
14238
+ "type": "string",
14239
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14240
+ "enum": [
14241
+ "unknown",
14242
+ "good",
14243
+ "cold",
14244
+ "overvoltage",
14245
+ "overheat",
14246
+ "unspecifiedfailure",
14247
+ "dead"
14248
+ ]
14296
14249
  },
14297
- "thermalInfo": {
14298
- "type": "object",
14299
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
14300
- "additionalProperties": true,
14301
- "properties": {
14302
- "darwinThermalState": {
14303
- "type": "integer",
14304
- "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."
14305
- },
14306
- "androidThermalHeadroom": {
14307
- "type": "number"
14308
- },
14309
- "androidThermalStatus": {
14310
- "type": "integer",
14311
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
14312
- }
14313
- }
14250
+ "batteryPlugged": {
14251
+ "type": "string",
14252
+ "description": "Provides visibility in charger type in use",
14253
+ "enum": [
14254
+ "unknown",
14255
+ "ac",
14256
+ "usb",
14257
+ "wireless",
14258
+ "dock"
14259
+ ]
14260
+ },
14261
+ "batteryStatus": {
14262
+ "type": "string",
14263
+ "description": "Provides visibility into charging status",
14264
+ "enum": [
14265
+ "unknown",
14266
+ "charging",
14267
+ "discharging",
14268
+ "notcharging",
14269
+ "full"
14270
+ ]
14271
+ },
14272
+ "batteryTemperature": {
14273
+ "type": "number",
14274
+ "description": "Battery temperature in celsius"
14275
+ },
14276
+ "darwinThermalState": {
14277
+ "type": "integer",
14278
+ "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."
14279
+ },
14280
+ "androidThermalHeadroom": {
14281
+ "type": "number"
14282
+ },
14283
+ "androidThermalStatus": {
14284
+ "type": "integer",
14285
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
14314
14286
  },
14315
14287
  "peripherals": {
14316
14288
  "type": "array",
@@ -26356,69 +26328,55 @@
26356
26328
  }
26357
26329
  }
26358
26330
  },
26359
- "batteryInfo": {
26360
- "type": "object",
26361
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
26362
- "additionalProperties": true,
26363
- "properties": {
26364
- "batteryHealth": {
26365
- "type": "string",
26366
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
26367
- "enum": [
26368
- "unknown",
26369
- "good",
26370
- "cold",
26371
- "overvoltage",
26372
- "overheat",
26373
- "unspecifiedfailure",
26374
- "dead"
26375
- ]
26376
- },
26377
- "batteryPlugged": {
26378
- "type": "string",
26379
- "description": "Provides visibility in charger type in use",
26380
- "enum": [
26381
- "unknown",
26382
- "ac",
26383
- "usb",
26384
- "wireless",
26385
- "dock"
26386
- ]
26387
- },
26388
- "batteryStatus": {
26389
- "type": "string",
26390
- "description": "Provides visibility into charging status",
26391
- "enum": [
26392
- "unknown",
26393
- "charging",
26394
- "discharging",
26395
- "notcharging",
26396
- "full"
26397
- ]
26398
- },
26399
- "batteryTemperature": {
26400
- "type": "number",
26401
- "description": "Battery temperature in celsius"
26402
- }
26403
- }
26331
+ "batteryHealth": {
26332
+ "type": "string",
26333
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
26334
+ "enum": [
26335
+ "unknown",
26336
+ "good",
26337
+ "cold",
26338
+ "overvoltage",
26339
+ "overheat",
26340
+ "unspecifiedfailure",
26341
+ "dead"
26342
+ ]
26404
26343
  },
26405
- "thermalInfo": {
26406
- "type": "object",
26407
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
26408
- "additionalProperties": true,
26409
- "properties": {
26410
- "darwinThermalState": {
26411
- "type": "integer",
26412
- "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."
26413
- },
26414
- "androidThermalHeadroom": {
26415
- "type": "number"
26416
- },
26417
- "androidThermalStatus": {
26418
- "type": "integer",
26419
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
26420
- }
26421
- }
26344
+ "batteryPlugged": {
26345
+ "type": "string",
26346
+ "description": "Provides visibility in charger type in use",
26347
+ "enum": [
26348
+ "unknown",
26349
+ "ac",
26350
+ "usb",
26351
+ "wireless",
26352
+ "dock"
26353
+ ]
26354
+ },
26355
+ "batteryStatus": {
26356
+ "type": "string",
26357
+ "description": "Provides visibility into charging status",
26358
+ "enum": [
26359
+ "unknown",
26360
+ "charging",
26361
+ "discharging",
26362
+ "notcharging",
26363
+ "full"
26364
+ ]
26365
+ },
26366
+ "batteryTemperature": {
26367
+ "type": "number",
26368
+ "description": "Battery temperature in celsius"
26369
+ },
26370
+ "darwinThermalState": {
26371
+ "type": "integer",
26372
+ "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."
26373
+ },
26374
+ "androidThermalHeadroom": {
26375
+ "type": "number"
26376
+ },
26377
+ "androidThermalStatus": {
26378
+ "type": "integer",
26379
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
26422
26380
  },
26423
26381
  "peripherals": {
26424
26382
  "type": "array",
@@ -2737,69 +2737,55 @@
2737
2737
  }
2738
2738
  }
2739
2739
  },
2740
- "batteryInfo": {
2741
- "type": "object",
2742
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
2743
- "additionalProperties": true,
2744
- "properties": {
2745
- "batteryHealth": {
2746
- "type": "string",
2747
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
2748
- "enum": [
2749
- "unknown",
2750
- "good",
2751
- "cold",
2752
- "overvoltage",
2753
- "overheat",
2754
- "unspecifiedfailure",
2755
- "dead"
2756
- ]
2757
- },
2758
- "batteryPlugged": {
2759
- "type": "string",
2760
- "description": "Provides visibility in charger type in use",
2761
- "enum": [
2762
- "unknown",
2763
- "ac",
2764
- "usb",
2765
- "wireless",
2766
- "dock"
2767
- ]
2768
- },
2769
- "batteryStatus": {
2770
- "type": "string",
2771
- "description": "Provides visibility into charging status",
2772
- "enum": [
2773
- "unknown",
2774
- "charging",
2775
- "discharging",
2776
- "notcharging",
2777
- "full"
2778
- ]
2779
- },
2780
- "batteryTemperature": {
2781
- "type": "number",
2782
- "description": "Battery temperature in celsius"
2783
- }
2784
- }
2740
+ "batteryHealth": {
2741
+ "type": "string",
2742
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
2743
+ "enum": [
2744
+ "unknown",
2745
+ "good",
2746
+ "cold",
2747
+ "overvoltage",
2748
+ "overheat",
2749
+ "unspecifiedfailure",
2750
+ "dead"
2751
+ ]
2785
2752
  },
2786
- "thermalInfo": {
2787
- "type": "object",
2788
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
2789
- "additionalProperties": true,
2790
- "properties": {
2791
- "darwinThermalState": {
2792
- "type": "integer",
2793
- "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."
2794
- },
2795
- "androidThermalHeadroom": {
2796
- "type": "number"
2797
- },
2798
- "androidThermalStatus": {
2799
- "type": "integer",
2800
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
2801
- }
2802
- }
2753
+ "batteryPlugged": {
2754
+ "type": "string",
2755
+ "description": "Provides visibility in charger type in use",
2756
+ "enum": [
2757
+ "unknown",
2758
+ "ac",
2759
+ "usb",
2760
+ "wireless",
2761
+ "dock"
2762
+ ]
2763
+ },
2764
+ "batteryStatus": {
2765
+ "type": "string",
2766
+ "description": "Provides visibility into charging status",
2767
+ "enum": [
2768
+ "unknown",
2769
+ "charging",
2770
+ "discharging",
2771
+ "notcharging",
2772
+ "full"
2773
+ ]
2774
+ },
2775
+ "batteryTemperature": {
2776
+ "type": "number",
2777
+ "description": "Battery temperature in celsius"
2778
+ },
2779
+ "darwinThermalState": {
2780
+ "type": "integer",
2781
+ "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."
2782
+ },
2783
+ "androidThermalHeadroom": {
2784
+ "type": "number"
2785
+ },
2786
+ "androidThermalStatus": {
2787
+ "type": "integer",
2788
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
2803
2789
  },
2804
2790
  "peripherals": {
2805
2791
  "type": "array",
@@ -2813,42 +2813,30 @@ export interface Event {
2813
2813
  additionalProperties?: false;
2814
2814
  };
2815
2815
  /**
2816
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
2816
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2817
2817
  */
2818
- batteryInfo?: {
2819
- /**
2820
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2821
- */
2822
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
2823
- /**
2824
- * Provides visibility in charger type in use
2825
- */
2826
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
2827
- /**
2828
- * Provides visibility into charging status
2829
- */
2830
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
2831
- /**
2832
- * Battery temperature in celsius
2833
- */
2834
- batteryTemperature?: number;
2835
- additionalProperties?: false;
2836
- };
2818
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
2837
2819
  /**
2838
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
2820
+ * Provides visibility in charger type in use
2839
2821
  */
2840
- thermalInfo?: {
2841
- /**
2842
- * 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.
2843
- */
2844
- darwinThermalState?: number;
2845
- androidThermalHeadroom?: number;
2846
- /**
2847
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
2848
- */
2849
- androidThermalStatus?: number;
2850
- additionalProperties?: false;
2851
- };
2822
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
2823
+ /**
2824
+ * Provides visibility into charging status
2825
+ */
2826
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
2827
+ /**
2828
+ * Battery temperature in celsius
2829
+ */
2830
+ batteryTemperature?: number;
2831
+ /**
2832
+ * 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.
2833
+ */
2834
+ darwinThermalState?: number;
2835
+ androidThermalHeadroom?: number;
2836
+ /**
2837
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
2838
+ */
2839
+ androidThermalStatus?: number;
2852
2840
  peripherals?: {
2853
2841
  name: "camera" | "microphone" | "speaker";
2854
2842
  information: string;
@@ -5903,42 +5891,30 @@ export interface Event {
5903
5891
  additionalProperties?: false;
5904
5892
  };
5905
5893
  /**
5906
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
5894
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5907
5895
  */
5908
- batteryInfo?: {
5909
- /**
5910
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5911
- */
5912
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
5913
- /**
5914
- * Provides visibility in charger type in use
5915
- */
5916
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
5917
- /**
5918
- * Provides visibility into charging status
5919
- */
5920
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
5921
- /**
5922
- * Battery temperature in celsius
5923
- */
5924
- batteryTemperature?: number;
5925
- additionalProperties?: false;
5926
- };
5896
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
5927
5897
  /**
5928
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
5898
+ * Provides visibility in charger type in use
5929
5899
  */
5930
- thermalInfo?: {
5931
- /**
5932
- * 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.
5933
- */
5934
- darwinThermalState?: number;
5935
- androidThermalHeadroom?: number;
5936
- /**
5937
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
5938
- */
5939
- androidThermalStatus?: number;
5940
- additionalProperties?: false;
5941
- };
5900
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
5901
+ /**
5902
+ * Provides visibility into charging status
5903
+ */
5904
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
5905
+ /**
5906
+ * Battery temperature in celsius
5907
+ */
5908
+ batteryTemperature?: number;
5909
+ /**
5910
+ * 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.
5911
+ */
5912
+ darwinThermalState?: number;
5913
+ androidThermalHeadroom?: number;
5914
+ /**
5915
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
5916
+ */
5917
+ androidThermalStatus?: number;
5942
5918
  peripherals?: {
5943
5919
  name: "camera" | "microphone" | "speaker";
5944
5920
  information: string;
@@ -10478,42 +10454,30 @@ export interface Event {
10478
10454
  additionalProperties?: false;
10479
10455
  };
10480
10456
  /**
10481
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
10457
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
10482
10458
  */
10483
- batteryInfo?: {
10484
- /**
10485
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
10486
- */
10487
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
10488
- /**
10489
- * Provides visibility in charger type in use
10490
- */
10491
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
10492
- /**
10493
- * Provides visibility into charging status
10494
- */
10495
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
10496
- /**
10497
- * Battery temperature in celsius
10498
- */
10499
- batteryTemperature?: number;
10500
- additionalProperties?: false;
10501
- };
10459
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
10502
10460
  /**
10503
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
10461
+ * Provides visibility in charger type in use
10504
10462
  */
10505
- thermalInfo?: {
10506
- /**
10507
- * 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.
10508
- */
10509
- darwinThermalState?: number;
10510
- androidThermalHeadroom?: number;
10511
- /**
10512
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
10513
- */
10514
- androidThermalStatus?: number;
10515
- additionalProperties?: false;
10516
- };
10463
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
10464
+ /**
10465
+ * Provides visibility into charging status
10466
+ */
10467
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
10468
+ /**
10469
+ * Battery temperature in celsius
10470
+ */
10471
+ batteryTemperature?: number;
10472
+ /**
10473
+ * 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.
10474
+ */
10475
+ darwinThermalState?: number;
10476
+ androidThermalHeadroom?: number;
10477
+ /**
10478
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
10479
+ */
10480
+ androidThermalStatus?: number;
10517
10481
  peripherals?: {
10518
10482
  name: "camera" | "microphone" | "speaker";
10519
10483
  information: string;
@@ -13578,42 +13542,30 @@ export interface ClientEvent {
13578
13542
  additionalProperties?: false;
13579
13543
  };
13580
13544
  /**
13581
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
13545
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
13582
13546
  */
13583
- batteryInfo?: {
13584
- /**
13585
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
13586
- */
13587
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
13588
- /**
13589
- * Provides visibility in charger type in use
13590
- */
13591
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
13592
- /**
13593
- * Provides visibility into charging status
13594
- */
13595
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
13596
- /**
13597
- * Battery temperature in celsius
13598
- */
13599
- batteryTemperature?: number;
13600
- additionalProperties?: false;
13601
- };
13547
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
13602
13548
  /**
13603
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
13549
+ * Provides visibility in charger type in use
13604
13550
  */
13605
- thermalInfo?: {
13606
- /**
13607
- * 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.
13608
- */
13609
- darwinThermalState?: number;
13610
- androidThermalHeadroom?: number;
13611
- /**
13612
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
13613
- */
13614
- androidThermalStatus?: number;
13615
- additionalProperties?: false;
13616
- };
13551
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
13552
+ /**
13553
+ * Provides visibility into charging status
13554
+ */
13555
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
13556
+ /**
13557
+ * Battery temperature in celsius
13558
+ */
13559
+ batteryTemperature?: number;
13560
+ /**
13561
+ * 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.
13562
+ */
13563
+ darwinThermalState?: number;
13564
+ androidThermalHeadroom?: number;
13565
+ /**
13566
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
13567
+ */
13568
+ androidThermalStatus?: number;
13617
13569
  peripherals?: {
13618
13570
  name: "camera" | "microphone" | "speaker";
13619
13571
  information: string;
@@ -16515,42 +16467,30 @@ export interface MediaQualityEvent {
16515
16467
  additionalProperties?: false;
16516
16468
  };
16517
16469
  /**
16518
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
16470
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
16519
16471
  */
16520
- batteryInfo?: {
16521
- /**
16522
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
16523
- */
16524
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
16525
- /**
16526
- * Provides visibility in charger type in use
16527
- */
16528
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
16529
- /**
16530
- * Provides visibility into charging status
16531
- */
16532
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
16533
- /**
16534
- * Battery temperature in celsius
16535
- */
16536
- batteryTemperature?: number;
16537
- additionalProperties?: false;
16538
- };
16472
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
16539
16473
  /**
16540
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
16474
+ * Provides visibility in charger type in use
16541
16475
  */
16542
- thermalInfo?: {
16543
- /**
16544
- * 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.
16545
- */
16546
- darwinThermalState?: number;
16547
- androidThermalHeadroom?: number;
16548
- /**
16549
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
16550
- */
16551
- androidThermalStatus?: number;
16552
- additionalProperties?: false;
16553
- };
16476
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
16477
+ /**
16478
+ * Provides visibility into charging status
16479
+ */
16480
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
16481
+ /**
16482
+ * Battery temperature in celsius
16483
+ */
16484
+ batteryTemperature?: number;
16485
+ /**
16486
+ * 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.
16487
+ */
16488
+ darwinThermalState?: number;
16489
+ androidThermalHeadroom?: number;
16490
+ /**
16491
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
16492
+ */
16493
+ androidThermalStatus?: number;
16554
16494
  peripherals?: {
16555
16495
  name: "camera" | "microphone" | "speaker";
16556
16496
  information: string;
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.1445"
31
+ "version": "1.0.1447"
32
32
  }