@webex/event-dictionary-ts 1.0.1385 → 1.0.1387

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.
@@ -2823,6 +2823,7 @@
2823
2823
  "search",
2824
2824
  "signaling",
2825
2825
  "space-share",
2826
+ "third-party-interop",
2826
2827
  "timeout",
2827
2828
  "toast",
2828
2829
  "user-interaction",
@@ -5694,54 +5695,44 @@
5694
5695
  "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
5695
5696
  "additionalProperties": true,
5696
5697
  "properties": {
5697
- "darwinBatteryState": {
5698
+ "batteryHealth": {
5698
5699
  "type": "string",
5699
- "description": "Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.",
5700
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5700
5701
  "enum": [
5701
5702
  "unknown",
5702
- "unplugged",
5703
- "charging",
5704
- "full"
5705
- ]
5706
- },
5707
- "androidBatteryHealth": {
5708
- "type": "string",
5709
- "description": "Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5710
- "enum": [
5711
- "cold",
5712
- "dead",
5713
5703
  "good",
5714
- "overheat",
5704
+ "cold",
5715
5705
  "overvoltage",
5716
- "unknown",
5717
- "unspecifiedfailure"
5706
+ "overheat",
5707
+ "unspecifiedfailure",
5708
+ "dead"
5718
5709
  ]
5719
5710
  },
5720
- "androidBatteryPlugged": {
5711
+ "batteryPlugged": {
5721
5712
  "type": "string",
5722
- "description": "Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5713
+ "description": "Provides visibility in charger type in use",
5723
5714
  "enum": [
5715
+ "unknown",
5724
5716
  "ac",
5725
- "dock",
5726
5717
  "usb",
5727
- "wireless"
5718
+ "wireless",
5719
+ "dock"
5728
5720
  ]
5729
5721
  },
5730
- "androidBatteryStatus": {
5722
+ "batteryStatus": {
5731
5723
  "type": "string",
5732
- "description": "Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5724
+ "description": "Provides visibility into charging status",
5733
5725
  "enum": [
5726
+ "unknown",
5734
5727
  "charging",
5735
5728
  "discharging",
5736
- "full",
5737
5729
  "notcharging",
5738
- "unknown"
5730
+ "full"
5739
5731
  ]
5740
5732
  },
5741
- "androidBatteryTemperature": {
5733
+ "batteryTemperature": {
5742
5734
  "type": "number",
5743
- "minimum": 0.0,
5744
- "maximum": 100.0
5735
+ "description": "Battery temperature in celsius"
5745
5736
  }
5746
5737
  }
5747
5738
  },
@@ -5751,31 +5742,15 @@
5751
5742
  "additionalProperties": true,
5752
5743
  "properties": {
5753
5744
  "darwinThermalState": {
5754
- "type": "string",
5755
- "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.",
5756
- "enum": [
5757
- "nominal",
5758
- "fair",
5759
- "serious",
5760
- "critical"
5761
- ]
5745
+ "type": "integer",
5746
+ "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."
5762
5747
  },
5763
5748
  "androidThermalHeadroom": {
5764
5749
  "type": "number"
5765
5750
  },
5766
5751
  "androidThermalStatus": {
5767
- "type": "string",
5768
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.",
5769
- "enum": [
5770
- "error",
5771
- "none",
5772
- "light",
5773
- "moderate",
5774
- "severe",
5775
- "critical",
5776
- "emergency",
5777
- "shutdown"
5778
- ]
5752
+ "type": "integer",
5753
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
5779
5754
  }
5780
5755
  }
5781
5756
  },
@@ -3298,6 +3298,7 @@
3298
3298
  "search",
3299
3299
  "signaling",
3300
3300
  "space-share",
3301
+ "third-party-interop",
3301
3302
  "timeout",
3302
3303
  "toast",
3303
3304
  "user-interaction",
@@ -6169,54 +6170,44 @@
6169
6170
  "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
6170
6171
  "additionalProperties": true,
6171
6172
  "properties": {
6172
- "darwinBatteryState": {
6173
+ "batteryHealth": {
6173
6174
  "type": "string",
6174
- "description": "Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.",
6175
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6175
6176
  "enum": [
6176
6177
  "unknown",
6177
- "unplugged",
6178
- "charging",
6179
- "full"
6180
- ]
6181
- },
6182
- "androidBatteryHealth": {
6183
- "type": "string",
6184
- "description": "Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6185
- "enum": [
6186
- "cold",
6187
- "dead",
6188
6178
  "good",
6189
- "overheat",
6179
+ "cold",
6190
6180
  "overvoltage",
6191
- "unknown",
6192
- "unspecifiedfailure"
6181
+ "overheat",
6182
+ "unspecifiedfailure",
6183
+ "dead"
6193
6184
  ]
6194
6185
  },
6195
- "androidBatteryPlugged": {
6186
+ "batteryPlugged": {
6196
6187
  "type": "string",
6197
- "description": "Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6188
+ "description": "Provides visibility in charger type in use",
6198
6189
  "enum": [
6190
+ "unknown",
6199
6191
  "ac",
6200
- "dock",
6201
6192
  "usb",
6202
- "wireless"
6193
+ "wireless",
6194
+ "dock"
6203
6195
  ]
6204
6196
  },
6205
- "androidBatteryStatus": {
6197
+ "batteryStatus": {
6206
6198
  "type": "string",
6207
- "description": "Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6199
+ "description": "Provides visibility into charging status",
6208
6200
  "enum": [
6201
+ "unknown",
6209
6202
  "charging",
6210
6203
  "discharging",
6211
- "full",
6212
6204
  "notcharging",
6213
- "unknown"
6205
+ "full"
6214
6206
  ]
6215
6207
  },
6216
- "androidBatteryTemperature": {
6208
+ "batteryTemperature": {
6217
6209
  "type": "number",
6218
- "minimum": 0.0,
6219
- "maximum": 100.0
6210
+ "description": "Battery temperature in celsius"
6220
6211
  }
6221
6212
  }
6222
6213
  },
@@ -6226,31 +6217,15 @@
6226
6217
  "additionalProperties": true,
6227
6218
  "properties": {
6228
6219
  "darwinThermalState": {
6229
- "type": "string",
6230
- "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.",
6231
- "enum": [
6232
- "nominal",
6233
- "fair",
6234
- "serious",
6235
- "critical"
6236
- ]
6220
+ "type": "integer",
6221
+ "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."
6237
6222
  },
6238
6223
  "androidThermalHeadroom": {
6239
6224
  "type": "number"
6240
6225
  },
6241
6226
  "androidThermalStatus": {
6242
- "type": "string",
6243
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.",
6244
- "enum": [
6245
- "error",
6246
- "none",
6247
- "light",
6248
- "moderate",
6249
- "severe",
6250
- "critical",
6251
- "emergency",
6252
- "shutdown"
6253
- ]
6227
+ "type": "integer",
6228
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
6254
6229
  }
6255
6230
  }
6256
6231
  },
@@ -14055,54 +14030,44 @@
14055
14030
  "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
14056
14031
  "additionalProperties": true,
14057
14032
  "properties": {
14058
- "darwinBatteryState": {
14033
+ "batteryHealth": {
14059
14034
  "type": "string",
14060
- "description": "Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.",
14035
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14061
14036
  "enum": [
14062
14037
  "unknown",
14063
- "unplugged",
14064
- "charging",
14065
- "full"
14066
- ]
14067
- },
14068
- "androidBatteryHealth": {
14069
- "type": "string",
14070
- "description": "Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14071
- "enum": [
14072
- "cold",
14073
- "dead",
14074
14038
  "good",
14075
- "overheat",
14039
+ "cold",
14076
14040
  "overvoltage",
14077
- "unknown",
14078
- "unspecifiedfailure"
14041
+ "overheat",
14042
+ "unspecifiedfailure",
14043
+ "dead"
14079
14044
  ]
14080
14045
  },
14081
- "androidBatteryPlugged": {
14046
+ "batteryPlugged": {
14082
14047
  "type": "string",
14083
- "description": "Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14048
+ "description": "Provides visibility in charger type in use",
14084
14049
  "enum": [
14050
+ "unknown",
14085
14051
  "ac",
14086
- "dock",
14087
14052
  "usb",
14088
- "wireless"
14053
+ "wireless",
14054
+ "dock"
14089
14055
  ]
14090
14056
  },
14091
- "androidBatteryStatus": {
14057
+ "batteryStatus": {
14092
14058
  "type": "string",
14093
- "description": "Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14059
+ "description": "Provides visibility into charging status",
14094
14060
  "enum": [
14061
+ "unknown",
14095
14062
  "charging",
14096
14063
  "discharging",
14097
- "full",
14098
14064
  "notcharging",
14099
- "unknown"
14065
+ "full"
14100
14066
  ]
14101
14067
  },
14102
- "androidBatteryTemperature": {
14068
+ "batteryTemperature": {
14103
14069
  "type": "number",
14104
- "minimum": 0.0,
14105
- "maximum": 100.0
14070
+ "description": "Battery temperature in celsius"
14106
14071
  }
14107
14072
  }
14108
14073
  },
@@ -14112,31 +14077,15 @@
14112
14077
  "additionalProperties": true,
14113
14078
  "properties": {
14114
14079
  "darwinThermalState": {
14115
- "type": "string",
14116
- "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.",
14117
- "enum": [
14118
- "nominal",
14119
- "fair",
14120
- "serious",
14121
- "critical"
14122
- ]
14080
+ "type": "integer",
14081
+ "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."
14123
14082
  },
14124
14083
  "androidThermalHeadroom": {
14125
14084
  "type": "number"
14126
14085
  },
14127
14086
  "androidThermalStatus": {
14128
- "type": "string",
14129
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.",
14130
- "enum": [
14131
- "error",
14132
- "none",
14133
- "light",
14134
- "moderate",
14135
- "severe",
14136
- "critical",
14137
- "emergency",
14138
- "shutdown"
14139
- ]
14087
+ "type": "integer",
14088
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
14140
14089
  }
14141
14090
  }
14142
14091
  },
@@ -2735,54 +2735,44 @@
2735
2735
  "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
2736
2736
  "additionalProperties": true,
2737
2737
  "properties": {
2738
- "darwinBatteryState": {
2738
+ "batteryHealth": {
2739
2739
  "type": "string",
2740
- "description": "Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.",
2740
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
2741
2741
  "enum": [
2742
2742
  "unknown",
2743
- "unplugged",
2744
- "charging",
2745
- "full"
2746
- ]
2747
- },
2748
- "androidBatteryHealth": {
2749
- "type": "string",
2750
- "description": "Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
2751
- "enum": [
2752
- "cold",
2753
- "dead",
2754
2743
  "good",
2755
- "overheat",
2744
+ "cold",
2756
2745
  "overvoltage",
2757
- "unknown",
2758
- "unspecifiedfailure"
2746
+ "overheat",
2747
+ "unspecifiedfailure",
2748
+ "dead"
2759
2749
  ]
2760
2750
  },
2761
- "androidBatteryPlugged": {
2751
+ "batteryPlugged": {
2762
2752
  "type": "string",
2763
- "description": "Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
2753
+ "description": "Provides visibility in charger type in use",
2764
2754
  "enum": [
2755
+ "unknown",
2765
2756
  "ac",
2766
- "dock",
2767
2757
  "usb",
2768
- "wireless"
2758
+ "wireless",
2759
+ "dock"
2769
2760
  ]
2770
2761
  },
2771
- "androidBatteryStatus": {
2762
+ "batteryStatus": {
2772
2763
  "type": "string",
2773
- "description": "Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
2764
+ "description": "Provides visibility into charging status",
2774
2765
  "enum": [
2766
+ "unknown",
2775
2767
  "charging",
2776
2768
  "discharging",
2777
- "full",
2778
2769
  "notcharging",
2779
- "unknown"
2770
+ "full"
2780
2771
  ]
2781
2772
  },
2782
- "androidBatteryTemperature": {
2773
+ "batteryTemperature": {
2783
2774
  "type": "number",
2784
- "minimum": 0.0,
2785
- "maximum": 100.0
2775
+ "description": "Battery temperature in celsius"
2786
2776
  }
2787
2777
  }
2788
2778
  },
@@ -2792,31 +2782,15 @@
2792
2782
  "additionalProperties": true,
2793
2783
  "properties": {
2794
2784
  "darwinThermalState": {
2795
- "type": "string",
2796
- "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.",
2797
- "enum": [
2798
- "nominal",
2799
- "fair",
2800
- "serious",
2801
- "critical"
2802
- ]
2785
+ "type": "integer",
2786
+ "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."
2803
2787
  },
2804
2788
  "androidThermalHeadroom": {
2805
2789
  "type": "number"
2806
2790
  },
2807
2791
  "androidThermalStatus": {
2808
- "type": "string",
2809
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.",
2810
- "enum": [
2811
- "error",
2812
- "none",
2813
- "light",
2814
- "moderate",
2815
- "severe",
2816
- "critical",
2817
- "emergency",
2818
- "shutdown"
2819
- ]
2792
+ "type": "integer",
2793
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
2820
2794
  }
2821
2795
  }
2822
2796
  },
@@ -1298,6 +1298,7 @@ export interface Event {
1298
1298
  | "search"
1299
1299
  | "signaling"
1300
1300
  | "space-share"
1301
+ | "third-party-interop"
1301
1302
  | "timeout"
1302
1303
  | "toast"
1303
1304
  | "user-interaction"
@@ -2791,29 +2792,21 @@ export interface Event {
2791
2792
  */
2792
2793
  batteryInfo?: {
2793
2794
  /**
2794
- * Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.
2795
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2795
2796
  */
2796
- darwinBatteryState?: "unknown" | "unplugged" | "charging" | "full";
2797
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
2797
2798
  /**
2798
- * Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2799
+ * Provides visibility in charger type in use
2799
2800
  */
2800
- androidBatteryHealth?:
2801
- | "cold"
2802
- | "dead"
2803
- | "good"
2804
- | "overheat"
2805
- | "overvoltage"
2806
- | "unknown"
2807
- | "unspecifiedfailure";
2801
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
2808
2802
  /**
2809
- * Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2803
+ * Provides visibility into charging status
2810
2804
  */
2811
- androidBatteryPlugged?: "ac" | "dock" | "usb" | "wireless";
2805
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
2812
2806
  /**
2813
- * Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2807
+ * Battery temperature in celsius
2814
2808
  */
2815
- androidBatteryStatus?: "charging" | "discharging" | "full" | "notcharging" | "unknown";
2816
- androidBatteryTemperature?: number;
2809
+ batteryTemperature?: number;
2817
2810
  additionalProperties?: false;
2818
2811
  };
2819
2812
  /**
@@ -2823,20 +2816,12 @@ export interface Event {
2823
2816
  /**
2824
2817
  * 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.
2825
2818
  */
2826
- darwinThermalState?: "nominal" | "fair" | "serious" | "critical";
2819
+ darwinThermalState?: number;
2827
2820
  androidThermalHeadroom?: number;
2828
2821
  /**
2829
2822
  * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
2830
2823
  */
2831
- androidThermalStatus?:
2832
- | "error"
2833
- | "none"
2834
- | "light"
2835
- | "moderate"
2836
- | "severe"
2837
- | "critical"
2838
- | "emergency"
2839
- | "shutdown";
2824
+ androidThermalStatus?: number;
2840
2825
  additionalProperties?: false;
2841
2826
  };
2842
2827
  peripherals?: {
@@ -5795,29 +5780,21 @@ export interface Event {
5795
5780
  */
5796
5781
  batteryInfo?: {
5797
5782
  /**
5798
- * Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.
5783
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5799
5784
  */
5800
- darwinBatteryState?: "unknown" | "unplugged" | "charging" | "full";
5785
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
5801
5786
  /**
5802
- * Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5787
+ * Provides visibility in charger type in use
5803
5788
  */
5804
- androidBatteryHealth?:
5805
- | "cold"
5806
- | "dead"
5807
- | "good"
5808
- | "overheat"
5809
- | "overvoltage"
5810
- | "unknown"
5811
- | "unspecifiedfailure";
5789
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
5812
5790
  /**
5813
- * Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5791
+ * Provides visibility into charging status
5814
5792
  */
5815
- androidBatteryPlugged?: "ac" | "dock" | "usb" | "wireless";
5793
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
5816
5794
  /**
5817
- * Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5795
+ * Battery temperature in celsius
5818
5796
  */
5819
- androidBatteryStatus?: "charging" | "discharging" | "full" | "notcharging" | "unknown";
5820
- androidBatteryTemperature?: number;
5797
+ batteryTemperature?: number;
5821
5798
  additionalProperties?: false;
5822
5799
  };
5823
5800
  /**
@@ -5827,20 +5804,12 @@ export interface Event {
5827
5804
  /**
5828
5805
  * 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.
5829
5806
  */
5830
- darwinThermalState?: "nominal" | "fair" | "serious" | "critical";
5807
+ darwinThermalState?: number;
5831
5808
  androidThermalHeadroom?: number;
5832
5809
  /**
5833
5810
  * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
5834
5811
  */
5835
- androidThermalStatus?:
5836
- | "error"
5837
- | "none"
5838
- | "light"
5839
- | "moderate"
5840
- | "severe"
5841
- | "critical"
5842
- | "emergency"
5843
- | "shutdown";
5812
+ androidThermalStatus?: number;
5844
5813
  additionalProperties?: false;
5845
5814
  };
5846
5815
  peripherals?: {
@@ -10615,6 +10584,7 @@ export interface ClientEvent {
10615
10584
  | "search"
10616
10585
  | "signaling"
10617
10586
  | "space-share"
10587
+ | "third-party-interop"
10618
10588
  | "timeout"
10619
10589
  | "toast"
10620
10590
  | "user-interaction"
@@ -12108,22 +12078,21 @@ export interface ClientEvent {
12108
12078
  */
12109
12079
  batteryInfo?: {
12110
12080
  /**
12111
- * Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.
12081
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
12112
12082
  */
12113
- darwinBatteryState?: "unknown" | "unplugged" | "charging" | "full";
12083
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
12114
12084
  /**
12115
- * Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
12085
+ * Provides visibility in charger type in use
12116
12086
  */
12117
- androidBatteryHealth?: "cold" | "dead" | "good" | "overheat" | "overvoltage" | "unknown" | "unspecifiedfailure";
12087
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
12118
12088
  /**
12119
- * Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
12089
+ * Provides visibility into charging status
12120
12090
  */
12121
- androidBatteryPlugged?: "ac" | "dock" | "usb" | "wireless";
12091
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
12122
12092
  /**
12123
- * Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
12093
+ * Battery temperature in celsius
12124
12094
  */
12125
- androidBatteryStatus?: "charging" | "discharging" | "full" | "notcharging" | "unknown";
12126
- androidBatteryTemperature?: number;
12095
+ batteryTemperature?: number;
12127
12096
  additionalProperties?: false;
12128
12097
  };
12129
12098
  /**
@@ -12133,12 +12102,12 @@ export interface ClientEvent {
12133
12102
  /**
12134
12103
  * 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.
12135
12104
  */
12136
- darwinThermalState?: "nominal" | "fair" | "serious" | "critical";
12105
+ darwinThermalState?: number;
12137
12106
  androidThermalHeadroom?: number;
12138
12107
  /**
12139
12108
  * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
12140
12109
  */
12141
- androidThermalStatus?: "error" | "none" | "light" | "moderate" | "severe" | "critical" | "emergency" | "shutdown";
12110
+ androidThermalStatus?: number;
12142
12111
  additionalProperties?: false;
12143
12112
  };
12144
12113
  peripherals?: {
@@ -14948,22 +14917,21 @@ export interface MediaQualityEvent {
14948
14917
  */
14949
14918
  batteryInfo?: {
14950
14919
  /**
14951
- * Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.
14920
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
14952
14921
  */
14953
- darwinBatteryState?: "unknown" | "unplugged" | "charging" | "full";
14922
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
14954
14923
  /**
14955
- * Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
14924
+ * Provides visibility in charger type in use
14956
14925
  */
14957
- androidBatteryHealth?: "cold" | "dead" | "good" | "overheat" | "overvoltage" | "unknown" | "unspecifiedfailure";
14926
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
14958
14927
  /**
14959
- * Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
14928
+ * Provides visibility into charging status
14960
14929
  */
14961
- androidBatteryPlugged?: "ac" | "dock" | "usb" | "wireless";
14930
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
14962
14931
  /**
14963
- * Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
14932
+ * Battery temperature in celsius
14964
14933
  */
14965
- androidBatteryStatus?: "charging" | "discharging" | "full" | "notcharging" | "unknown";
14966
- androidBatteryTemperature?: number;
14934
+ batteryTemperature?: number;
14967
14935
  additionalProperties?: false;
14968
14936
  };
14969
14937
  /**
@@ -14973,20 +14941,12 @@ export interface MediaQualityEvent {
14973
14941
  /**
14974
14942
  * 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.
14975
14943
  */
14976
- darwinThermalState?: "nominal" | "fair" | "serious" | "critical";
14944
+ darwinThermalState?: number;
14977
14945
  androidThermalHeadroom?: number;
14978
14946
  /**
14979
14947
  * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
14980
14948
  */
14981
- androidThermalStatus?:
14982
- | "error"
14983
- | "none"
14984
- | "light"
14985
- | "moderate"
14986
- | "severe"
14987
- | "critical"
14988
- | "emergency"
14989
- | "shutdown";
14949
+ androidThermalStatus?: number;
14990
14950
  additionalProperties?: false;
14991
14951
  };
14992
14952
  peripherals?: {
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.1385"
31
+ "version": "1.0.1387"
32
32
  }