@lansweeper/discovery-sensor-proto 2.61.0 → 2.61.2
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.61.
|
|
4
|
+
"version": "2.61.2",
|
|
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": "0af102daa4c44d338e5fdba96c49c57102ead256"
|
|
20
20
|
}
|
|
@@ -1494,7 +1494,7 @@ message UsbDeviceInfo {
|
|
|
1494
1494
|
google.protobuf.StringValue service = 7;
|
|
1495
1495
|
google.protobuf.StringValue caption = 8;
|
|
1496
1496
|
google.protobuf.StringValue description = 9;
|
|
1497
|
-
google.protobuf.
|
|
1497
|
+
google.protobuf.BoolValue present = 10;
|
|
1498
1498
|
}
|
|
1499
1499
|
|
|
1500
1500
|
/* Section element for SQL Server info on Windows */
|