@lansweeper/discovery-sensor-proto 2.35.1 → 2.35.2

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.1",
4
+ "version": "2.35.2",
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": "24d3f580a8f4e39a97e557f45ac7bf06c86c25c3"
19
+ "gitHead": "74e3562c91d8985dfa5c0a635ea2ff03df12fe5c"
20
20
  }
@@ -1274,6 +1274,19 @@ message Codec {
1274
1274
  google.protobuf.StringValue version = 20;
1275
1275
  }
1276
1276
 
1277
+ /* Section element for environment on Windows */
1278
+ message WindowsEnvironment {
1279
+ repeated Environment entries = 1;
1280
+ }
1281
+
1282
+ message Environment {
1283
+ google.protobuf.StringValue caption = 1;
1284
+ google.protobuf.StringValue name = 2;
1285
+ google.protobuf.BoolValue system_variable = 3;
1286
+ google.protobuf.StringValue user_name = 4;
1287
+ google.protobuf.StringValue variable_value = 5;
1288
+ }
1289
+
1277
1290
  /* Section element for BUS devices on Windows */
1278
1291
  message WindowsBus {
1279
1292
  repeated Bus entries = 1;