@lansweeper/discovery-sensor-proto 2.13.14 → 2.13.16

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.14",
4
+ "version": "2.13.16",
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": "783e061e8fd13ffba44ceb2a15abbedea4026866"
19
+ "gitHead": "797189f39800cf6be8a32c0a9eb94b255a4604da"
20
20
  }
@@ -553,7 +553,7 @@ message ProcessV2 {
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;
@@ -964,20 +964,20 @@ message OsV3 {
964
964
  google.protobuf.Int32Value current_timezone = 8;
965
965
  google.protobuf.BoolValue debug = 9;
966
966
  google.protobuf.StringValue description = 10;
967
- google.protobuf.Int32Value foreground_application_boost = 11;
967
+ google.protobuf.UInt32Value foreground_application_boost = 11;
968
968
  optional google.protobuf.Timestamp install_date = 12;
969
969
  google.protobuf.UInt64Value max_process_memory_size = 13;
970
- google.protobuf.Int32Value number_of_licensed_users = 14;
970
+ google.protobuf.UInt32Value number_of_licensed_users = 14;
971
971
  google.protobuf.StringValue organization = 15;
972
- google.protobuf.Int32Value os_language = 16;
973
- google.protobuf.Int32Value Os_product_suite = 17;
974
- google.protobuf.Int32Value os_type = 18;
972
+ google.protobuf.UInt32Value os_language = 16;
973
+ google.protobuf.UInt32Value os_product_suite = 17;
974
+ google.protobuf.UInt32Value os_type = 18;
975
975
  google.protobuf.StringValue plus_product_id = 19;
976
976
  google.protobuf.StringValue plus_version_number = 20;
977
977
  google.protobuf.StringValue registered_user = 21;
978
978
  google.protobuf.StringValue serial_number = 22;
979
- google.protobuf.Int32Value Service_pack_major_version = 23;
980
- google.protobuf.Int32Value Service_pack_minor_version = 24;
979
+ google.protobuf.UInt32Value Service_pack_major_version = 23;
980
+ google.protobuf.UInt32Value Service_pack_minor_version = 24;
981
981
  google.protobuf.UInt64Value size_stored_in_paging_files = 25;
982
982
  google.protobuf.StringValue status = 26;
983
983
  google.protobuf.StringValue system_device = 27;