@lansweeper/discovery-sensor-proto 2.66.1 → 2.66.2

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.66.1",
4
+ "version": "2.66.2",
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": "07cb7048a9170d3166633b92421eccb9fde0474e"
19
+ "gitHead": "ad341182a677815174aba74b81591e5ed009033d"
20
20
  }
@@ -133,6 +133,8 @@ message ActiveDirectoryComputer {
133
133
 
134
134
  google.protobuf.StringValue managed_by_user_object_guid = 13;
135
135
  google.protobuf.StringValue managed_by_group_object_guid = 14;
136
+
137
+ google.protobuf.StringValue dns_hostname = 15;
136
138
  }
137
139
 
138
140
  /* AirWatch API scanning root object */