@lansweeper/discovery-sensor-proto 2.13.17 → 2.13.19
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.13.
|
|
4
|
+
"version": "2.13.19",
|
|
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": "b114a55f44cbb2cd77cf0053e960c82752831835"
|
|
20
20
|
}
|
|
@@ -8,6 +8,12 @@ option csharp_namespace = "Lansweeper.IT.Model.Proto.Sensor.Mac";
|
|
|
8
8
|
|
|
9
9
|
import "google/protobuf/wrappers.proto";
|
|
10
10
|
|
|
11
|
+
/* Section element for basic info on Mac */
|
|
12
|
+
message MacBasicInfo {
|
|
13
|
+
bool is_arm_architecture = 1;
|
|
14
|
+
repeated string data_types = 2;
|
|
15
|
+
}
|
|
16
|
+
|
|
11
17
|
/* Section element for memory info on Mac */
|
|
12
18
|
message MacMemory {
|
|
13
19
|
repeated Memory entries = 1;
|