@lansweeper/discovery-sensor-proto 2.35.0 → 2.35.1

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.35.0",
4
+ "version": "2.35.1",
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": "5258fd4b395d5bb6133f908aaf10851e1a71ecc7"
19
+ "gitHead": "24d3f580a8f4e39a97e557f45ac7bf06c86c25c3"
20
20
  }
@@ -1246,6 +1246,34 @@ message CdRom {
1246
1246
  google.protobuf.StringValue Status = 10;
1247
1247
  }
1248
1248
 
1249
+ /* Section element for Codec files on Windows */
1250
+ message WindowsCodec {
1251
+ repeated Codec entries = 1;
1252
+ }
1253
+
1254
+ message Codec {
1255
+ google.protobuf.BoolValue archive = 1;
1256
+ google.protobuf.StringValue caption = 2;
1257
+ google.protobuf.BoolValue compressed = 3;
1258
+ google.protobuf.StringValue compression_method = 4;
1259
+ google.protobuf.StringValue description = 5;
1260
+ google.protobuf.StringValue drive = 6;
1261
+ google.protobuf.BoolValue encrypted = 7;
1262
+ google.protobuf.StringValue encryption_method = 8;
1263
+ google.protobuf.StringValue extension = 9;
1264
+ google.protobuf.StringValue file_name = 10;
1265
+ google.protobuf.UInt64Value file_size = 11;
1266
+ google.protobuf.StringValue file_type = 12;
1267
+ google.protobuf.StringValue fs_name = 13;
1268
+ google.protobuf.StringValue group = 14;
1269
+ google.protobuf.BoolValue hidden = 15;
1270
+ optional google.protobuf.Timestamp install_date = 16;
1271
+ google.protobuf.StringValue manufacturer = 17;
1272
+ google.protobuf.StringValue status = 18;
1273
+ google.protobuf.BoolValue system = 19;
1274
+ google.protobuf.StringValue version = 20;
1275
+ }
1276
+
1249
1277
  /* Section element for BUS devices on Windows */
1250
1278
  message WindowsBus {
1251
1279
  repeated Bus entries = 1;