@lansweeper/discovery-sensor-proto 2.38.1 → 2.39.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.39.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": "f566550eeb3ea6b24b7145f4d6414858d071525e"
|
|
20
20
|
}
|
|
@@ -19,6 +19,8 @@ message MacBasicInfo {
|
|
|
19
19
|
/* Section element for memory info on Mac */
|
|
20
20
|
message MacMemory {
|
|
21
21
|
repeated Memory entries = 1;
|
|
22
|
+
google.protobuf.StringValue global_ecc_state = 2;
|
|
23
|
+
google.protobuf.StringValue is_memory_upgradeable = 3;
|
|
22
24
|
}
|
|
23
25
|
|
|
24
26
|
message Memory {
|
|
@@ -27,6 +29,9 @@ message Memory {
|
|
|
27
29
|
google.protobuf.StringValue speed = 3;
|
|
28
30
|
google.protobuf.StringValue type = 4;
|
|
29
31
|
google.protobuf.StringValue status = 5;
|
|
32
|
+
google.protobuf.StringValue manufacturer = 6;
|
|
33
|
+
google.protobuf.StringValue part_number = 7;
|
|
34
|
+
google.protobuf.StringValue serial_number = 8;
|
|
30
35
|
}
|
|
31
36
|
|
|
32
37
|
/* Section element for hard disks on Mac */
|