@lansweeper/discovery-sensor-proto 2.13.12 → 2.13.13

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.12",
4
+ "version": "2.13.13",
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": "65d1815f27b4535236bbb56aa8f913bcc5e3acbb"
19
+ "gitHead": "30ec40a1ffc90a6e0293090ed58f313d8ad3e79f"
20
20
  }
@@ -54,22 +54,6 @@ message WindowsBasicInfo {
54
54
  google.protobuf.StringValue cSD_version = 25;
55
55
  }
56
56
 
57
- /* Section element for software on Windows*/
58
- message WindowsSoftware {
59
- repeated SoftwareEntry entries = 1;
60
- }
61
-
62
- message SoftwareEntry {
63
- google.protobuf.StringValue software_publisher = 1;
64
- google.protobuf.StringValue install_date = 2;
65
- google.protobuf.StringValue version = 3;
66
- google.protobuf.StringValue software_name = 4;
67
- google.protobuf.StringValue install_location = 5;
68
- google.protobuf.BoolValue is_windows_installer = 6;
69
- google.protobuf.BoolValue is_current_user = 7;
70
- google.protobuf.BoolValue is_ms_store = 8;
71
- }
72
-
73
57
  /* Section element for ActiveX controls on Windows*/
74
58
  message WindowsActiveX {
75
59
  repeated ActiveXInfo entries = 1;