@webex/event-dictionary-ts 1.0.1384 → 1.0.1386

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.
@@ -5694,54 +5694,44 @@
5694
5694
  "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
5695
5695
  "additionalProperties": true,
5696
5696
  "properties": {
5697
- "darwinBatteryState": {
5697
+ "batteryHealth": {
5698
5698
  "type": "string",
5699
- "description": "Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.",
5699
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5700
5700
  "enum": [
5701
5701
  "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
5702
  "good",
5714
- "overheat",
5703
+ "cold",
5715
5704
  "overvoltage",
5716
- "unknown",
5717
- "unspecifiedfailure"
5705
+ "overheat",
5706
+ "unspecifiedfailure",
5707
+ "dead"
5718
5708
  ]
5719
5709
  },
5720
- "androidBatteryPlugged": {
5710
+ "batteryPlugged": {
5721
5711
  "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.",
5712
+ "description": "Provides visibility in charger type in use",
5723
5713
  "enum": [
5714
+ "unknown",
5724
5715
  "ac",
5725
- "dock",
5726
5716
  "usb",
5727
- "wireless"
5717
+ "wireless",
5718
+ "dock"
5728
5719
  ]
5729
5720
  },
5730
- "androidBatteryStatus": {
5721
+ "batteryStatus": {
5731
5722
  "type": "string",
5732
- "description": "Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5723
+ "description": "Provides visibility into charging status",
5733
5724
  "enum": [
5725
+ "unknown",
5734
5726
  "charging",
5735
5727
  "discharging",
5736
- "full",
5737
5728
  "notcharging",
5738
- "unknown"
5729
+ "full"
5739
5730
  ]
5740
5731
  },
5741
- "androidBatteryTemperature": {
5732
+ "batteryTemperature": {
5742
5733
  "type": "number",
5743
- "minimum": 0.0,
5744
- "maximum": 100.0
5734
+ "description": "Battery temperature in celsius"
5745
5735
  }
5746
5736
  }
5747
5737
  },
@@ -5751,31 +5741,15 @@
5751
5741
  "additionalProperties": true,
5752
5742
  "properties": {
5753
5743
  "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
- ]
5744
+ "type": "integer",
5745
+ "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
5746
  },
5763
5747
  "androidThermalHeadroom": {
5764
5748
  "type": "number"
5765
5749
  },
5766
5750
  "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
- ]
5751
+ "type": "integer",
5752
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
5779
5753
  }
5780
5754
  }
5781
5755
  },
@@ -6169,54 +6169,44 @@
6169
6169
  "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
6170
6170
  "additionalProperties": true,
6171
6171
  "properties": {
6172
- "darwinBatteryState": {
6172
+ "batteryHealth": {
6173
6173
  "type": "string",
6174
- "description": "Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.",
6174
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6175
6175
  "enum": [
6176
6176
  "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
6177
  "good",
6189
- "overheat",
6178
+ "cold",
6190
6179
  "overvoltage",
6191
- "unknown",
6192
- "unspecifiedfailure"
6180
+ "overheat",
6181
+ "unspecifiedfailure",
6182
+ "dead"
6193
6183
  ]
6194
6184
  },
6195
- "androidBatteryPlugged": {
6185
+ "batteryPlugged": {
6196
6186
  "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.",
6187
+ "description": "Provides visibility in charger type in use",
6198
6188
  "enum": [
6189
+ "unknown",
6199
6190
  "ac",
6200
- "dock",
6201
6191
  "usb",
6202
- "wireless"
6192
+ "wireless",
6193
+ "dock"
6203
6194
  ]
6204
6195
  },
6205
- "androidBatteryStatus": {
6196
+ "batteryStatus": {
6206
6197
  "type": "string",
6207
- "description": "Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6198
+ "description": "Provides visibility into charging status",
6208
6199
  "enum": [
6200
+ "unknown",
6209
6201
  "charging",
6210
6202
  "discharging",
6211
- "full",
6212
6203
  "notcharging",
6213
- "unknown"
6204
+ "full"
6214
6205
  ]
6215
6206
  },
6216
- "androidBatteryTemperature": {
6207
+ "batteryTemperature": {
6217
6208
  "type": "number",
6218
- "minimum": 0.0,
6219
- "maximum": 100.0
6209
+ "description": "Battery temperature in celsius"
6220
6210
  }
6221
6211
  }
6222
6212
  },
@@ -6226,31 +6216,15 @@
6226
6216
  "additionalProperties": true,
6227
6217
  "properties": {
6228
6218
  "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
- ]
6219
+ "type": "integer",
6220
+ "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
6221
  },
6238
6222
  "androidThermalHeadroom": {
6239
6223
  "type": "number"
6240
6224
  },
6241
6225
  "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
- ]
6226
+ "type": "integer",
6227
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
6254
6228
  }
6255
6229
  }
6256
6230
  },
@@ -14055,54 +14029,44 @@
14055
14029
  "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
14056
14030
  "additionalProperties": true,
14057
14031
  "properties": {
14058
- "darwinBatteryState": {
14032
+ "batteryHealth": {
14059
14033
  "type": "string",
14060
- "description": "Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.",
14034
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14061
14035
  "enum": [
14062
14036
  "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
14037
  "good",
14075
- "overheat",
14038
+ "cold",
14076
14039
  "overvoltage",
14077
- "unknown",
14078
- "unspecifiedfailure"
14040
+ "overheat",
14041
+ "unspecifiedfailure",
14042
+ "dead"
14079
14043
  ]
14080
14044
  },
14081
- "androidBatteryPlugged": {
14045
+ "batteryPlugged": {
14082
14046
  "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.",
14047
+ "description": "Provides visibility in charger type in use",
14084
14048
  "enum": [
14049
+ "unknown",
14085
14050
  "ac",
14086
- "dock",
14087
14051
  "usb",
14088
- "wireless"
14052
+ "wireless",
14053
+ "dock"
14089
14054
  ]
14090
14055
  },
14091
- "androidBatteryStatus": {
14056
+ "batteryStatus": {
14092
14057
  "type": "string",
14093
- "description": "Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14058
+ "description": "Provides visibility into charging status",
14094
14059
  "enum": [
14060
+ "unknown",
14095
14061
  "charging",
14096
14062
  "discharging",
14097
- "full",
14098
14063
  "notcharging",
14099
- "unknown"
14064
+ "full"
14100
14065
  ]
14101
14066
  },
14102
- "androidBatteryTemperature": {
14067
+ "batteryTemperature": {
14103
14068
  "type": "number",
14104
- "minimum": 0.0,
14105
- "maximum": 100.0
14069
+ "description": "Battery temperature in celsius"
14106
14070
  }
14107
14071
  }
14108
14072
  },
@@ -14112,31 +14076,15 @@
14112
14076
  "additionalProperties": true,
14113
14077
  "properties": {
14114
14078
  "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
- ]
14079
+ "type": "integer",
14080
+ "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
14081
  },
14124
14082
  "androidThermalHeadroom": {
14125
14083
  "type": "number"
14126
14084
  },
14127
14085
  "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
- ]
14086
+ "type": "integer",
14087
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
14140
14088
  }
14141
14089
  }
14142
14090
  },
@@ -18235,7 +18183,8 @@
18235
18183
  "DownSample_None",
18236
18184
  "DownSample_Bilinear",
18237
18185
  "DownSample_Lanczos",
18238
- "DownSample_Unknown"
18186
+ "DownSample_Unknown",
18187
+ "DownSample_Nvidia"
18239
18188
  ]
18240
18189
  },
18241
18190
  "floorType": {
@@ -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
  },
@@ -6915,7 +6889,8 @@
6915
6889
  "DownSample_None",
6916
6890
  "DownSample_Bilinear",
6917
6891
  "DownSample_Lanczos",
6918
- "DownSample_Unknown"
6892
+ "DownSample_Unknown",
6893
+ "DownSample_Nvidia"
6919
6894
  ]
6920
6895
  },
6921
6896
  "floorType": {
@@ -2791,29 +2791,21 @@ export interface Event {
2791
2791
  */
2792
2792
  batteryInfo?: {
2793
2793
  /**
2794
- * Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.
2794
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2795
2795
  */
2796
- darwinBatteryState?: "unknown" | "unplugged" | "charging" | "full";
2796
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
2797
2797
  /**
2798
- * Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2798
+ * Provides visibility in charger type in use
2799
2799
  */
2800
- androidBatteryHealth?:
2801
- | "cold"
2802
- | "dead"
2803
- | "good"
2804
- | "overheat"
2805
- | "overvoltage"
2806
- | "unknown"
2807
- | "unspecifiedfailure";
2800
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
2808
2801
  /**
2809
- * Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2802
+ * Provides visibility into charging status
2810
2803
  */
2811
- androidBatteryPlugged?: "ac" | "dock" | "usb" | "wireless";
2804
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
2812
2805
  /**
2813
- * Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2806
+ * Battery temperature in celsius
2814
2807
  */
2815
- androidBatteryStatus?: "charging" | "discharging" | "full" | "notcharging" | "unknown";
2816
- androidBatteryTemperature?: number;
2808
+ batteryTemperature?: number;
2817
2809
  additionalProperties?: false;
2818
2810
  };
2819
2811
  /**
@@ -2823,20 +2815,12 @@ export interface Event {
2823
2815
  /**
2824
2816
  * 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
2817
  */
2826
- darwinThermalState?: "nominal" | "fair" | "serious" | "critical";
2818
+ darwinThermalState?: number;
2827
2819
  androidThermalHeadroom?: number;
2828
2820
  /**
2829
2821
  * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
2830
2822
  */
2831
- androidThermalStatus?:
2832
- | "error"
2833
- | "none"
2834
- | "light"
2835
- | "moderate"
2836
- | "severe"
2837
- | "critical"
2838
- | "emergency"
2839
- | "shutdown";
2823
+ androidThermalStatus?: number;
2840
2824
  additionalProperties?: false;
2841
2825
  };
2842
2826
  peripherals?: {
@@ -5795,29 +5779,21 @@ export interface Event {
5795
5779
  */
5796
5780
  batteryInfo?: {
5797
5781
  /**
5798
- * Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.
5782
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5799
5783
  */
5800
- darwinBatteryState?: "unknown" | "unplugged" | "charging" | "full";
5784
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
5801
5785
  /**
5802
- * Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5786
+ * Provides visibility in charger type in use
5803
5787
  */
5804
- androidBatteryHealth?:
5805
- | "cold"
5806
- | "dead"
5807
- | "good"
5808
- | "overheat"
5809
- | "overvoltage"
5810
- | "unknown"
5811
- | "unspecifiedfailure";
5788
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
5812
5789
  /**
5813
- * Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5790
+ * Provides visibility into charging status
5814
5791
  */
5815
- androidBatteryPlugged?: "ac" | "dock" | "usb" | "wireless";
5792
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
5816
5793
  /**
5817
- * Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5794
+ * Battery temperature in celsius
5818
5795
  */
5819
- androidBatteryStatus?: "charging" | "discharging" | "full" | "notcharging" | "unknown";
5820
- androidBatteryTemperature?: number;
5796
+ batteryTemperature?: number;
5821
5797
  additionalProperties?: false;
5822
5798
  };
5823
5799
  /**
@@ -5827,20 +5803,12 @@ export interface Event {
5827
5803
  /**
5828
5804
  * 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
5805
  */
5830
- darwinThermalState?: "nominal" | "fair" | "serious" | "critical";
5806
+ darwinThermalState?: number;
5831
5807
  androidThermalHeadroom?: number;
5832
5808
  /**
5833
5809
  * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
5834
5810
  */
5835
- androidThermalStatus?:
5836
- | "error"
5837
- | "none"
5838
- | "light"
5839
- | "moderate"
5840
- | "severe"
5841
- | "critical"
5842
- | "emergency"
5843
- | "shutdown";
5811
+ androidThermalStatus?: number;
5844
5812
  additionalProperties?: false;
5845
5813
  };
5846
5814
  peripherals?: {
@@ -7445,7 +7413,8 @@ export interface Event {
7445
7413
  | "DownSample_None"
7446
7414
  | "DownSample_Bilinear"
7447
7415
  | "DownSample_Lanczos"
7448
- | "DownSample_Unknown";
7416
+ | "DownSample_Unknown"
7417
+ | "DownSample_Nvidia";
7449
7418
  /**
7450
7419
  * Details associated with a share floor type
7451
7420
  */
@@ -12107,22 +12076,21 @@ export interface ClientEvent {
12107
12076
  */
12108
12077
  batteryInfo?: {
12109
12078
  /**
12110
- * Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.
12079
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
12111
12080
  */
12112
- darwinBatteryState?: "unknown" | "unplugged" | "charging" | "full";
12081
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
12113
12082
  /**
12114
- * Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
12083
+ * Provides visibility in charger type in use
12115
12084
  */
12116
- androidBatteryHealth?: "cold" | "dead" | "good" | "overheat" | "overvoltage" | "unknown" | "unspecifiedfailure";
12085
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
12117
12086
  /**
12118
- * Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
12087
+ * Provides visibility into charging status
12119
12088
  */
12120
- androidBatteryPlugged?: "ac" | "dock" | "usb" | "wireless";
12089
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
12121
12090
  /**
12122
- * Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
12091
+ * Battery temperature in celsius
12123
12092
  */
12124
- androidBatteryStatus?: "charging" | "discharging" | "full" | "notcharging" | "unknown";
12125
- androidBatteryTemperature?: number;
12093
+ batteryTemperature?: number;
12126
12094
  additionalProperties?: false;
12127
12095
  };
12128
12096
  /**
@@ -12132,12 +12100,12 @@ export interface ClientEvent {
12132
12100
  /**
12133
12101
  * 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.
12134
12102
  */
12135
- darwinThermalState?: "nominal" | "fair" | "serious" | "critical";
12103
+ darwinThermalState?: number;
12136
12104
  androidThermalHeadroom?: number;
12137
12105
  /**
12138
12106
  * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
12139
12107
  */
12140
- androidThermalStatus?: "error" | "none" | "light" | "moderate" | "severe" | "critical" | "emergency" | "shutdown";
12108
+ androidThermalStatus?: number;
12141
12109
  additionalProperties?: false;
12142
12110
  };
12143
12111
  peripherals?: {
@@ -14947,22 +14915,21 @@ export interface MediaQualityEvent {
14947
14915
  */
14948
14916
  batteryInfo?: {
14949
14917
  /**
14950
- * Provides insight into charge state on Apple devices. See https://developer.apple.com/documentation/uikit/uidevice/batterystate for more information.
14918
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
14951
14919
  */
14952
- darwinBatteryState?: "unknown" | "unplugged" | "charging" | "full";
14920
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
14953
14921
  /**
14954
- * Indicates battery health on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
14922
+ * Provides visibility in charger type in use
14955
14923
  */
14956
- androidBatteryHealth?: "cold" | "dead" | "good" | "overheat" | "overvoltage" | "unknown" | "unspecifiedfailure";
14924
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
14957
14925
  /**
14958
- * Provides visibility in charger type use in Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
14926
+ * Provides visibility into charging status
14959
14927
  */
14960
- androidBatteryPlugged?: "ac" | "dock" | "usb" | "wireless";
14928
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
14961
14929
  /**
14962
- * Provides visibility into charging status on Android devices. See https://developer.android.com/reference/android/os/BatteryManager for more information.
14930
+ * Battery temperature in celsius
14963
14931
  */
14964
- androidBatteryStatus?: "charging" | "discharging" | "full" | "notcharging" | "unknown";
14965
- androidBatteryTemperature?: number;
14932
+ batteryTemperature?: number;
14966
14933
  additionalProperties?: false;
14967
14934
  };
14968
14935
  /**
@@ -14972,20 +14939,12 @@ export interface MediaQualityEvent {
14972
14939
  /**
14973
14940
  * 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.
14974
14941
  */
14975
- darwinThermalState?: "nominal" | "fair" | "serious" | "critical";
14942
+ darwinThermalState?: number;
14976
14943
  androidThermalHeadroom?: number;
14977
14944
  /**
14978
14945
  * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
14979
14946
  */
14980
- androidThermalStatus?:
14981
- | "error"
14982
- | "none"
14983
- | "light"
14984
- | "moderate"
14985
- | "severe"
14986
- | "critical"
14987
- | "emergency"
14988
- | "shutdown";
14947
+ androidThermalStatus?: number;
14989
14948
  additionalProperties?: false;
14990
14949
  };
14991
14950
  peripherals?: {
@@ -16578,7 +16537,12 @@ export interface MediaQualityEvent {
16578
16537
  | "na"
16579
16538
  | "uwp-arm64"
16580
16539
  | "windows";
16581
- remoteDownSampleType?: "DownSample_None" | "DownSample_Bilinear" | "DownSample_Lanczos" | "DownSample_Unknown";
16540
+ remoteDownSampleType?:
16541
+ | "DownSample_None"
16542
+ | "DownSample_Bilinear"
16543
+ | "DownSample_Lanczos"
16544
+ | "DownSample_Unknown"
16545
+ | "DownSample_Nvidia";
16582
16546
  /**
16583
16547
  * Details associated with a share floor type
16584
16548
  */
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.1384"
31
+ "version": "1.0.1386"
32
32
  }