@lansweeper/discovery-sensor-proto 2.30.0 → 2.31.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/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.30.0",
4
+ "version": "2.31.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": "ef6652b2d308e23ad7b993a022b1e5820e1fe846"
19
+ "gitHead": "89021d11dc91107c6c3e387bf9df54d2c22a9dff"
20
20
  }
@@ -267,9 +267,14 @@ message SystemHardware {
267
267
  google.protobuf.StringValue bus_speed = 8;
268
268
  google.protobuf.StringValue boot_rom_version = 9;
269
269
  google.protobuf.StringValue serial_number = 10;
270
- google.protobuf.StringValue packages = 11;
270
+ google.protobuf.StringValue packages = 11;
271
271
  google.protobuf.StringValue platform_uuid = 12; // Hardware UUID: Can be used to uniquely identify the device
272
272
  google.protobuf.StringValue smc_version_system = 13;
273
+ google.protobuf.StringValue provisioning_udid = 14;
274
+ google.protobuf.StringValue activation_lock_status = 15;
275
+ google.protobuf.StringValue platform_cpu_htt = 16; // Hyper-Threading Technology
276
+ google.protobuf.StringValue os_loader_version = 17;
277
+ google.protobuf.StringValue model_number = 18;
273
278
  }
274
279
 
275
280
  /* Section element for displays on Mac */