@lansweeper/data-platform-outbound-grpc 0.1.139 → 0.1.140
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/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +42 -0
- package/gen-proto/outbound_pb.js +337 -1
- package/generated-go/outbound.pb.go +3142 -3052
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +7 -0
package/java.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/data-platform-outbound-grpc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.140",
|
|
4
4
|
"description": "Data Platform Outbound gRPC",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"@grpc/grpc-js": "^1.5.1",
|
|
10
10
|
"google-protobuf": "^3.17.0"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "ff1680d51788412e7ed78687313271110a481aa9"
|
|
13
13
|
}
|
package/proto/outbound.proto
CHANGED
|
@@ -2323,6 +2323,13 @@ message ComputerConnectedUsbDeviceInfo {
|
|
|
2323
2323
|
string device_key = 1;
|
|
2324
2324
|
string device_value = 2;
|
|
2325
2325
|
string manufacturer = 3;
|
|
2326
|
+
optional string pnp_device_id = 4;
|
|
2327
|
+
optional string pnp_class = 5;
|
|
2328
|
+
optional string status = 6;
|
|
2329
|
+
optional string service = 7;
|
|
2330
|
+
optional string caption = 8;
|
|
2331
|
+
optional string description = 9;
|
|
2332
|
+
optional bool present = 10;
|
|
2326
2333
|
}
|
|
2327
2334
|
|
|
2328
2335
|
/**
|