@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
|
-
"
|
|
5741
|
-
"type": "
|
|
5742
|
-
"description": "
|
|
5743
|
-
"
|
|
5744
|
-
|
|
5745
|
-
"
|
|
5746
|
-
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
|
|
5751
|
-
|
|
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
|
-
"
|
|
5787
|
-
"type": "
|
|
5788
|
-
"description": "
|
|
5789
|
-
"
|
|
5790
|
-
|
|
5791
|
-
"
|
|
5792
|
-
|
|
5793
|
-
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5798
|
-
|
|
5799
|
-
|
|
5800
|
-
|
|
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
|
-
"
|
|
6217
|
-
"type": "
|
|
6218
|
-
"description": "
|
|
6219
|
-
"
|
|
6220
|
-
|
|
6221
|
-
"
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
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
|
-
"
|
|
6263
|
-
"type": "
|
|
6264
|
-
"description": "
|
|
6265
|
-
"
|
|
6266
|
-
|
|
6267
|
-
"
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
|
|
6271
|
-
|
|
6272
|
-
|
|
6273
|
-
|
|
6274
|
-
|
|
6275
|
-
|
|
6276
|
-
|
|
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
|
-
"
|
|
14252
|
-
"type": "
|
|
14253
|
-
"description": "
|
|
14254
|
-
"
|
|
14255
|
-
|
|
14256
|
-
"
|
|
14257
|
-
|
|
14258
|
-
|
|
14259
|
-
|
|
14260
|
-
|
|
14261
|
-
|
|
14262
|
-
|
|
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
|
-
"
|
|
14298
|
-
"type": "
|
|
14299
|
-
"description": "
|
|
14300
|
-
"
|
|
14301
|
-
|
|
14302
|
-
"
|
|
14303
|
-
|
|
14304
|
-
|
|
14305
|
-
|
|
14306
|
-
|
|
14307
|
-
|
|
14308
|
-
|
|
14309
|
-
|
|
14310
|
-
|
|
14311
|
-
|
|
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
|
-
"
|
|
26360
|
-
"type": "
|
|
26361
|
-
"description": "
|
|
26362
|
-
"
|
|
26363
|
-
|
|
26364
|
-
"
|
|
26365
|
-
|
|
26366
|
-
|
|
26367
|
-
|
|
26368
|
-
|
|
26369
|
-
|
|
26370
|
-
|
|
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
|
-
"
|
|
26406
|
-
"type": "
|
|
26407
|
-
"description": "
|
|
26408
|
-
"
|
|
26409
|
-
|
|
26410
|
-
"
|
|
26411
|
-
|
|
26412
|
-
|
|
26413
|
-
|
|
26414
|
-
|
|
26415
|
-
|
|
26416
|
-
|
|
26417
|
-
|
|
26418
|
-
|
|
26419
|
-
|
|
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
|
-
"
|
|
2741
|
-
"type": "
|
|
2742
|
-
"description": "
|
|
2743
|
-
"
|
|
2744
|
-
|
|
2745
|
-
"
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
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
|
-
"
|
|
2787
|
-
"type": "
|
|
2788
|
-
"description": "
|
|
2789
|
-
"
|
|
2790
|
-
|
|
2791
|
-
"
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
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
|
-
*
|
|
2816
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
2817
2817
|
*/
|
|
2818
|
-
|
|
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
|
-
*
|
|
2820
|
+
* Provides visibility in charger type in use
|
|
2839
2821
|
*/
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
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
|
-
*
|
|
5894
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
5907
5895
|
*/
|
|
5908
|
-
|
|
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
|
-
*
|
|
5898
|
+
* Provides visibility in charger type in use
|
|
5929
5899
|
*/
|
|
5930
|
-
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
|
|
5937
|
-
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
|
|
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
|
-
*
|
|
10457
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
10482
10458
|
*/
|
|
10483
|
-
|
|
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
|
-
*
|
|
10461
|
+
* Provides visibility in charger type in use
|
|
10504
10462
|
*/
|
|
10505
|
-
|
|
10506
|
-
|
|
10507
|
-
|
|
10508
|
-
|
|
10509
|
-
|
|
10510
|
-
|
|
10511
|
-
|
|
10512
|
-
|
|
10513
|
-
|
|
10514
|
-
|
|
10515
|
-
|
|
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
|
-
*
|
|
13545
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
13582
13546
|
*/
|
|
13583
|
-
|
|
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
|
-
*
|
|
13549
|
+
* Provides visibility in charger type in use
|
|
13604
13550
|
*/
|
|
13605
|
-
|
|
13606
|
-
|
|
13607
|
-
|
|
13608
|
-
|
|
13609
|
-
|
|
13610
|
-
|
|
13611
|
-
|
|
13612
|
-
|
|
13613
|
-
|
|
13614
|
-
|
|
13615
|
-
|
|
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
|
-
*
|
|
16470
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
16519
16471
|
*/
|
|
16520
|
-
|
|
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
|
-
*
|
|
16474
|
+
* Provides visibility in charger type in use
|
|
16541
16475
|
*/
|
|
16542
|
-
|
|
16543
|
-
|
|
16544
|
-
|
|
16545
|
-
|
|
16546
|
-
|
|
16547
|
-
|
|
16548
|
-
|
|
16549
|
-
|
|
16550
|
-
|
|
16551
|
-
|
|
16552
|
-
|
|
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