@lansweeper/discovery-sensor-proto 2.22.1 → 2.22.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.22.1",
4
+ "version": "2.22.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": "f41fa8eb341bdf809cb28c865010d5a53a2434aa"
19
+ "gitHead": "5a954c61b23a2ace8bf3fbdca26e985a7d9027b9"
20
20
  }
@@ -693,6 +693,12 @@ message Esxi {
693
693
  google.protobuf.StringValue bios_version = 36;
694
694
  optional google.protobuf.Timestamp bios_date = 37;
695
695
  google.protobuf.StringValue serial = 38;
696
+ google.protobuf.BoolValue ht_active = 39;
697
+ google.protobuf.BoolValue ht_available = 40;
698
+ google.protobuf.Int32Value num_cpu = 41;
699
+ google.protobuf.Int32Value num_cores_per_socket = 42;
700
+ google.protobuf.StringValue mac_address = 43;
701
+ google.protobuf.StringValue full_host_name = 44;
696
702
  }
697
703
 
698
704
  /* VCenter API scanning root object */
@@ -825,9 +831,9 @@ message VirtualMachine {
825
831
  google.protobuf.StringValue is_running = 20;
826
832
  repeated Snapshot snapshots = 21;
827
833
  google.protobuf.StringValue tools_version = 22;
828
- uint32 tools_status = 23;
829
- uint32 tools_version_status = 24;
830
- uint32 tools_running_status = 25;
834
+ google.protobuf.StringValue tools_status = 23;
835
+ google.protobuf.StringValue tools_version_status = 24;
836
+ google.protobuf.StringValue tools_running_status = 25;
831
837
  google.protobuf.StringValue mac_address = 26;
832
838
  bool is_vm_ware_guest = 27;
833
839
  repeated AssetMacAddress asset_mac_addresses = 28;