@lansweeper/discovery-sensor-proto 2.20.0 → 2.22.0
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/gen-proto/discovery_sections_ot_pb.d.ts +11 -0
- package/gen-proto/discovery_sections_ot_pb.js +107 -3
- package/gen-proto/discovery_sections_windows_pb.js +1 -1
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_sections_ot.proto +3 -1
- package/proto/discovery_sections_windows.proto +1 -1
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.
|
|
4
|
+
"version": "2.22.0",
|
|
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": "f189448e7886bf26433e56fe71188464b68227b1"
|
|
20
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
syntax = "proto3";
|
|
2
2
|
|
|
3
3
|
package com.lansweeper.discovery.sensor.ot.v1;
|
|
4
4
|
|
|
@@ -47,6 +47,7 @@ message RackConfig {
|
|
|
47
47
|
google.protobuf.StringValue rack_name = 2;
|
|
48
48
|
uint32 rack_size = 3;
|
|
49
49
|
repeated ModuleData modules = 4;
|
|
50
|
+
google.protobuf.StringValue type = 5;
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
message ModuleData {
|
|
@@ -61,6 +62,7 @@ message ModuleData {
|
|
|
61
62
|
google.protobuf.UInt32Value slot = 9;
|
|
62
63
|
google.protobuf.UInt32Value slot_width = 10;
|
|
63
64
|
repeated ModuleExtendedInformation extended_information = 11;
|
|
65
|
+
repeated RackConfig bus_config = 12;
|
|
64
66
|
}
|
|
65
67
|
|
|
66
68
|
message ModuleExtendedInformation {
|
|
@@ -619,7 +619,7 @@ message PnpSignedDriver {
|
|
|
619
619
|
google.protobuf.StringValue friendly_name = 5;
|
|
620
620
|
google.protobuf.Timestamp driver_date = 6;
|
|
621
621
|
google.protobuf.StringValue driver_version = 7;
|
|
622
|
-
google.protobuf.StringValue
|
|
622
|
+
google.protobuf.StringValue hardware_id = 8;
|
|
623
623
|
google.protobuf.StringValue inf_name = 9;
|
|
624
624
|
google.protobuf.BoolValue is_signed = 10;
|
|
625
625
|
google.protobuf.StringValue location = 11;
|