@lansweeper/discovery-sensor-proto 2.13.15 → 2.13.17

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.15",
4
+ "version": "2.13.17",
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": "8fa4a6d2913397f8daa972396ffed4be15f0d385"
19
+ "gitHead": "cdb5c2d22bb0f77d6d8b3d39f26709d43357e68e"
20
20
  }
@@ -542,18 +542,18 @@ message Process {
542
542
  }
543
543
 
544
544
  message ProcessV1 {
545
- string caption = 1;
545
+ google.protobuf.StringValue caption = 1;
546
546
  google.protobuf.StringValue executable_path = 2;
547
- google.protobuf.Int32Value thread_count = 3;
548
- google.protobuf.Int32Value priority = 4;
547
+ google.protobuf.UInt32Value thread_count = 3;
548
+ google.protobuf.UInt32Value priority = 4;
549
549
  }
550
550
 
551
551
  message ProcessV2 {
552
- string caption = 1;
552
+ google.protobuf.StringValue caption = 1;
553
553
  google.protobuf.StringValue executable_path = 2;
554
554
  google.protobuf.UInt32Value thread_count = 3;
555
555
  google.protobuf.UInt32Value priority = 4;
556
- int32 handle = 5;
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 manufacturer_date = 7;
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;