@lansweeper/discovery-sensor-proto 2.13.10 → 2.13.12
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_unix_pb.d.ts +4 -4
- package/gen-proto/discovery_sections_unix_pb.js +4 -4
- 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 +4 -5
- package/proto/discovery_sections_windows.proto +0 -1
|
@@ -2197,8 +2197,8 @@ export enum UnixDistribution {
|
|
|
2197
2197
|
|
|
2198
2198
|
export enum SoftwareType {
|
|
2199
2199
|
UNKNOWN_SOFTWARE_TYPE = 0,
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2200
|
+
PACKAGE_SOFTWARE_TYPE = 1,
|
|
2201
|
+
FLATPAK_SOFTWARE_TYPE = 2,
|
|
2202
|
+
SNAP_SOFTWARE_TYPE = 3,
|
|
2203
|
+
UNBUNDLED_SOFTWARE_TYPE = 4,
|
|
2204
2204
|
}
|
|
@@ -17829,10 +17829,10 @@ proto.com.lansweeper.discovery.sensor.unix.v1.UnixDistribution = {
|
|
|
17829
17829
|
*/
|
|
17830
17830
|
proto.com.lansweeper.discovery.sensor.unix.v1.SoftwareType = {
|
|
17831
17831
|
UNKNOWN_SOFTWARE_TYPE: 0,
|
|
17832
|
-
|
|
17833
|
-
|
|
17834
|
-
|
|
17835
|
-
|
|
17832
|
+
PACKAGE_SOFTWARE_TYPE: 1,
|
|
17833
|
+
FLATPAK_SOFTWARE_TYPE: 2,
|
|
17834
|
+
SNAP_SOFTWARE_TYPE: 3,
|
|
17835
|
+
UNBUNDLED_SOFTWARE_TYPE: 4
|
|
17836
17836
|
};
|
|
17837
17837
|
|
|
17838
17838
|
goog.object.extend(exports, proto.com.lansweeper.discovery.sensor.unix.v1);
|