@lansweeper/discovery-sensor-proto 2.18.0 → 2.20.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.18.0",
4
+ "version": "2.20.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": "69daa15a7cf486177b2bd5889dc999b14503e66c"
19
+ "gitHead": "d95381f2d0b6153d3e0470cc7a170c8f7130546a"
20
20
  }
@@ -335,20 +335,10 @@ message SystemDriver {
335
335
  google.protobuf.StringValue state = 12;
336
336
  google.protobuf.StringValue status = 13;
337
337
  google.protobuf.UInt32Value tag_id = 14;
338
- SystemDriverUniWrapper system_driver_uni_wrapper = 15;
339
- }
340
-
341
- /* Section element for UNI wrapper system drivers on Windows */
342
- message SystemDriverUniWrapper {
343
- string name = 1;
344
- SystemDriverUni system_driver_uni = 2;
345
- }
346
-
347
- message SystemDriverUni {
348
- string name = 1;
349
- string description = 2;
350
- string caption = 3;
351
- string displayName = 4;
338
+ google.protobuf.StringValue name = 15;
339
+ google.protobuf.StringValue description = 16;
340
+ google.protobuf.StringValue caption = 17;
341
+ google.protobuf.StringValue display_name = 18;
352
342
  }
353
343
 
354
344
  /* Section element for sound devices on Windows */
@@ -517,19 +507,10 @@ message PrinterDriver {
517
507
  google.protobuf.StringValue inf_path = 13;
518
508
  google.protobuf.StringValue printer_environment = 14;
519
509
  google.protobuf.StringValue print_processor = 15;
520
- PrinterDriverUniWrapper printer_driver_uni_wrapper = 16;
521
- }
522
-
523
- message PrinterDriverUniWrapper {
524
- string name = 1;
525
- PrinterDriverUni printer_driver_uni = 2;
526
- }
527
-
528
- message PrinterDriverUni {
529
- string name = 1;
530
- string provider = 2;
531
- string supported_platform = 3;
532
- string manufacturer = 4;
510
+ google.protobuf.StringValue name = 16;
511
+ google.protobuf.StringValue provider = 17;
512
+ google.protobuf.StringValue supported_platform = 18;
513
+ google.protobuf.StringValue manufacturer = 19;
533
514
  }
534
515
 
535
516
  /* Section element for printers on Windows */
@@ -636,7 +617,7 @@ message PnpSignedDriver {
636
617
  google.protobuf.StringValue dev_loader = 3;
637
618
  google.protobuf.StringValue driver_name = 4;
638
619
  google.protobuf.StringValue friendly_name = 5;
639
- google.protobuf.StringValue driver_date = 6;
620
+ google.protobuf.Timestamp driver_date = 6;
640
621
  google.protobuf.StringValue driver_version = 7;
641
622
  google.protobuf.StringValue hardWare_id = 8;
642
623
  google.protobuf.StringValue inf_name = 9;