@lansweeper/discovery-sensor-proto 2.67.0 → 2.68.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.
|
|
4
|
+
"version": "2.68.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": "
|
|
19
|
+
"gitHead": "41479e6619e14696a827b1c69e80e91b74eccf17"
|
|
20
20
|
}
|
|
@@ -227,6 +227,8 @@ message MacOsInfo {
|
|
|
227
227
|
google.protobuf.StringValue sixty_four_bit_kernel_and_exts = 9;
|
|
228
228
|
google.protobuf.StringValue system_integrity = 10;
|
|
229
229
|
google.protobuf.StringValue domain = 11;
|
|
230
|
+
google.protobuf.StringValue dns_name = 12;
|
|
231
|
+
google.protobuf.StringValue fqdn = 13;
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
/* Section element for power info on Mac */
|