@lansweeper/discovery-sensor-proto 2.13.9 → 2.13.11

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.
@@ -2197,8 +2197,8 @@ export enum UnixDistribution {
2197
2197
 
2198
2198
  export enum SoftwareType {
2199
2199
  UNKNOWN_SOFTWARE_TYPE = 0,
2200
- PACKAGE = 1,
2201
- FLATPAK = 2,
2202
- SNAP = 3,
2203
- UNBUNDLED = 4,
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
- PACKAGE: 1,
17833
- FLATPAK: 2,
17834
- SNAP: 3,
17835
- UNBUNDLED: 4
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);