@lansweeper/discovery-sensor-proto 2.13.11 → 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/gen-proto/discovery_sections_windows_pb.d.ts +0 -87
- package/gen-proto/discovery_sections_windows_pb.js +0 -712
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_sections_api.proto +0 -1
- package/proto/discovery_sections_mac.proto +0 -1
- package/proto/discovery_sections_unix.proto +0 -1
- package/proto/discovery_sections_windows.proto +0 -17
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.
|
|
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": "
|
|
19
|
+
"gitHead": "30ec40a1ffc90a6e0293090ed58f313d8ad3e79f"
|
|
20
20
|
}
|
|
@@ -3,7 +3,6 @@ syntax = "proto3";
|
|
|
3
3
|
package com.lansweeper.discovery.sensor.windows.v1;
|
|
4
4
|
|
|
5
5
|
option java_multiple_files = true;
|
|
6
|
-
option java_package = "com.lansweeper.discovery.sensor.windows.v1";
|
|
7
6
|
|
|
8
7
|
option csharp_namespace = "Lansweeper.IT.Model.Proto.Sensor.Windows";
|
|
9
8
|
|
|
@@ -55,22 +54,6 @@ message WindowsBasicInfo {
|
|
|
55
54
|
google.protobuf.StringValue cSD_version = 25;
|
|
56
55
|
}
|
|
57
56
|
|
|
58
|
-
/* Section element for software on Windows*/
|
|
59
|
-
message WindowsSoftware {
|
|
60
|
-
repeated SoftwareEntry entries = 1;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
message SoftwareEntry {
|
|
64
|
-
google.protobuf.StringValue software_publisher = 1;
|
|
65
|
-
google.protobuf.StringValue install_date = 2;
|
|
66
|
-
google.protobuf.StringValue version = 3;
|
|
67
|
-
google.protobuf.StringValue software_name = 4;
|
|
68
|
-
google.protobuf.StringValue install_location = 5;
|
|
69
|
-
google.protobuf.BoolValue is_windows_installer = 6;
|
|
70
|
-
google.protobuf.BoolValue is_current_user = 7;
|
|
71
|
-
google.protobuf.BoolValue is_ms_store = 8;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
57
|
/* Section element for ActiveX controls on Windows*/
|
|
75
58
|
message WindowsActiveX {
|
|
76
59
|
repeated ActiveXInfo entries = 1;
|