@lansweeper/discovery-sensor-proto 2.13.21 → 2.13.22

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.21",
4
+ "version": "2.13.22",
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": "2f28fbfdb252a33505f837e96df6d5a8b853adae"
19
+ "gitHead": "ff16a9b6f98d2b84284ff3434228b15e4d5615ef"
20
20
  }
@@ -276,10 +276,14 @@ message MacMonitor {
276
276
  google.protobuf.StringValue mtl_gpu_family_support = 2;
277
277
  repeated Monitor entries = 3;
278
278
  google.protobuf.StringValue vendor = 4;
279
- google.protobuf.StringValue sppci_bus = 5;
280
- google.protobuf.StringValue sppci_cores = 6;
281
- google.protobuf.StringValue sppci_device_type = 7;
282
- google.protobuf.StringValue sppci_model = 8;
279
+ google.protobuf.StringValue vram = 5;
280
+ google.protobuf.StringValue rom_revision = 6;
281
+ google.protobuf.StringValue revision_id = 7;
282
+ google.protobuf.StringValue device_id = 8;
283
+ google.protobuf.StringValue sppci_bus = 9;
284
+ google.protobuf.StringValue sppci_cores = 10;
285
+ google.protobuf.StringValue sppci_device_type = 11;
286
+ google.protobuf.StringValue sppci_model = 12;
283
287
  }
284
288
 
285
289
  message Monitor {
@@ -299,4 +303,9 @@ message Monitor {
299
303
  google.protobuf.StringValue mirror = 14;
300
304
  google.protobuf.StringValue is_online = 15;
301
305
  google.protobuf.StringValue pixel_resolution = 16;
306
+ google.protobuf.StringValue core_image = 17;
307
+ google.protobuf.StringValue depth = 18;
308
+ google.protobuf.StringValue quartz_extreme = 19;
309
+ google.protobuf.StringValue device_type = 20;
310
+ google.protobuf.StringValue built_in = 21;
302
311
  }