@lansweeper/discovery-sensor-proto 2.77.0 → 2.79.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.77.0",
4
+ "version": "2.79.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": "961d4dae8dcb53754260d33ecfcc09e2a158d5c2"
19
+ "gitHead": "8a45e3c452e93e1212d38e813b1c13a7f139f6fc"
20
20
  }
@@ -177,6 +177,7 @@ message ActiveDirectoryPrinter {
177
177
  google.protobuf.StringValue print_orientations_supported = 36;
178
178
  google.protobuf.StringValue print_share_name = 37;
179
179
  google.protobuf.StringValue print_rate = 38;
180
+ google.protobuf.StringValue ip_address = 39;
180
181
  }
181
182
 
182
183
  /* AirWatch API scanning root object */
@@ -54,6 +54,9 @@ message WindowsBasicInfo {
54
54
  google.protobuf.StringValue windows_other_type_description = 23;
55
55
  google.protobuf.StringValue uptime = 24;
56
56
  google.protobuf.StringValue cSD_version = 25;
57
+ google.protobuf.StringValue user_display_name = 26;
58
+ google.protobuf.StringValue user_first_name = 27;
59
+ google.protobuf.StringValue user_last_name = 28;
57
60
  }
58
61
 
59
62
  /* Section element for ActiveX controls on Windows*/