@lansweeper/discovery-sensor-proto 2.13.15 → 2.13.16
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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-sensor-proto",
|
|
3
3
|
"description": "Discovery Sensor proto",
|
|
4
|
-
"version": "2.13.
|
|
4
|
+
"version": "2.13.16",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "797189f39800cf6be8a32c0a9eb94b255a4604da"
|
|
20
20
|
}
|
|
@@ -553,7 +553,7 @@ message ProcessV2 {
|
|
|
553
553
|
google.protobuf.StringValue executable_path = 2;
|
|
554
554
|
google.protobuf.UInt32Value thread_count = 3;
|
|
555
555
|
google.protobuf.UInt32Value priority = 4;
|
|
556
|
-
|
|
556
|
+
google.protobuf.StringValue handle = 5;
|
|
557
557
|
}
|
|
558
558
|
|
|
559
559
|
/* Section element for printer device drivers on Windows */
|
|
@@ -689,7 +689,7 @@ message PortableBattery {
|
|
|
689
689
|
google.protobuf.UInt64Value design_voltage = 4;
|
|
690
690
|
google.protobuf.StringValue device_id = 5;
|
|
691
691
|
google.protobuf.StringValue location = 6;
|
|
692
|
-
google.protobuf.StringValue
|
|
692
|
+
google.protobuf.StringValue manufacture_date = 7;
|
|
693
693
|
google.protobuf.StringValue manufacturer = 8;
|
|
694
694
|
google.protobuf.UInt32Value max_battery_error = 9;
|
|
695
695
|
google.protobuf.StringValue name = 10;
|