@lansweeper/discovery-sensor-proto 2.80.0 → 2.81.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.80.0",
4
+ "version": "2.81.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": "7e4870161a2065e0ae1e9eaaec33eeb0a20bce31"
19
+ "gitHead": "fa0c3e3a36d6c420b686501490c3b660e363976c"
20
20
  }
@@ -42,6 +42,9 @@ message Snmp {
42
42
  repeated SnmpArpEntry arp_table = 24;
43
43
 
44
44
  repeated SnmpCustomOid custom_oids = 25;
45
+
46
+ google.protobuf.Int32Value total_memory = 26;
47
+ google.protobuf.StringValue processor_architecture = 27;
45
48
  }
46
49
 
47
50
  message SnmpCustomOid {