@lansweeper/discovery-sensor-proto 2.31.2 → 2.32.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.31.2",
4
+ "version": "2.32.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": "7446a6589a7365d80c69ca2e1d4b586d26d53a6b"
19
+ "gitHead": "33b1d19271fbb565151033d056ea937dc329638d"
20
20
  }
@@ -171,7 +171,7 @@ message MacOsInfo {
171
171
  google.protobuf.StringValue boot_volume = 3;
172
172
  google.protobuf.StringValue boot_mode = 4;
173
173
  google.protobuf.StringValue computer_name = 5;
174
- google.protobuf.StringValue user_name = 6;
174
+ google.protobuf.StringValue last_logged_on_user = 6;
175
175
  google.protobuf.StringValue up_time = 7;
176
176
  google.protobuf.StringValue secure_virtual_memory = 8;
177
177
  google.protobuf.StringValue sixty_four_bit_kernel_and_exts = 9;