@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/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.138",
2
+ "version": "0.1.139",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "service": true
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.1.139",
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": "65f6138c37858be75552dd92af66bf0381962c09"
12
+ "gitHead": "ff1680d51788412e7ed78687313271110a481aa9"
13
13
  }
@@ -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
  /**