@lansweeper/discovery-sensor-proto 2.14.0 → 2.14.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.14.0",
4
+ "version": "2.14.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": "87c907772c869c4fa322b1e907b8206c612557d6"
19
+ "gitHead": "417fcdb8eef5eb5d559739459d249ffecf83760d"
20
20
  }
@@ -195,30 +195,6 @@ message WindowsUser {
195
195
  }
196
196
 
197
197
  message User {
198
- oneof user {
199
- UserV1 user_v1 = 1;
200
- UserV2 user_v2 = 2;
201
- }
202
- }
203
-
204
- message UserV1 {
205
- google.protobuf.UInt32Value account_type = 1;
206
- google.protobuf.StringValue caption = 2;
207
- google.protobuf.StringValue description = 3;
208
- google.protobuf.BoolValue disabled = 4;
209
- google.protobuf.StringValue domain = 5;
210
- google.protobuf.StringValue full_name = 6;
211
- google.protobuf.BoolValue lockout = 7;
212
- google.protobuf.StringValue name = 8;
213
- google.protobuf.BoolValue password_changeable = 9;
214
- google.protobuf.BoolValue password_expires = 10;
215
- google.protobuf.BoolValue password_required = 11;
216
- google.protobuf.StringValue sid = 12;
217
- google.protobuf.UInt32Value sid_type = 13;
218
- google.protobuf.StringValue status = 14;
219
- }
220
-
221
- message UserV2 {
222
198
  google.protobuf.UInt32Value account_type = 1;
223
199
  google.protobuf.StringValue caption = 2;
224
200
  google.protobuf.StringValue description = 3;
@@ -467,40 +443,6 @@ message WindowsProcessor {
467
443
  }
468
444
 
469
445
  message Processor {
470
- oneof processor {
471
- ProcessorV1 processor_v1 = 1;
472
- ProcessorV2 processor_v2 = 2;
473
- }
474
- }
475
-
476
- message ProcessorV1 {
477
- google.protobuf.UInt32Value address_width = 1;
478
- google.protobuf.UInt32Value architecture = 2;
479
- google.protobuf.UInt32Value availability = 3;
480
- google.protobuf.StringValue caption = 4;
481
- google.protobuf.UInt32Value cpu_status = 5;
482
- google.protobuf.UInt32Value data_width = 6;
483
- google.protobuf.StringValue device_id = 7;
484
- google.protobuf.UInt32Value ext_clock = 8;
485
- google.protobuf.UInt32Value family = 9;
486
- google.protobuf.UInt32Value l2_cache_size = 10;
487
- google.protobuf.UInt32Value l2_cache_speed = 11;
488
- google.protobuf.UInt32Value level = 12;
489
- google.protobuf.StringValue manufacturer = 13;
490
- google.protobuf.UInt32Value max_clock_speed = 14;
491
- google.protobuf.StringValue name = 15;
492
- google.protobuf.StringValue processor_id = 16;
493
- google.protobuf.UInt32Value processor_type= 17;
494
- google.protobuf.UInt32Value revision = 18;
495
- google.protobuf.StringValue socket_designation = 19;
496
- google.protobuf.StringValue stepping = 20;
497
- google.protobuf.StringValue unique_id = 21;
498
- google.protobuf.UInt32Value upgrade_method = 22;
499
- google.protobuf.StringValue version = 23;
500
- google.protobuf.UInt32Value voltage_caps = 24;
501
- }
502
-
503
- message ProcessorV2 {
504
446
  google.protobuf.UInt32Value address_width = 1;
505
447
  google.protobuf.UInt32Value architecture = 2;
506
448
  google.protobuf.UInt32Value availability = 3;
@@ -535,20 +477,6 @@ message WindowsProcess {
535
477
  }
536
478
 
537
479
  message Process {
538
- oneof process {
539
- ProcessV1 process_v1 = 1;
540
- ProcessV2 process_v2 = 2;
541
- }
542
- }
543
-
544
- message ProcessV1 {
545
- google.protobuf.StringValue caption = 1;
546
- google.protobuf.StringValue executable_path = 2;
547
- google.protobuf.UInt32Value thread_count = 3;
548
- google.protobuf.UInt32Value priority = 4;
549
- }
550
-
551
- message ProcessV2 {
552
480
  google.protobuf.StringValue caption = 1;
553
481
  google.protobuf.StringValue executable_path = 2;
554
482
  google.protobuf.UInt32Value thread_count = 3;
@@ -608,27 +536,6 @@ message WindowsPrinter {
608
536
  }
609
537
 
610
538
  message Printer {
611
- oneof printer {
612
- PrinterV1 printer_v1 = 1;
613
- PrinterV2 printer_v2 = 2;
614
- }
615
- }
616
-
617
- message PrinterV1 {
618
- repeated string capability_descriptions = 1;
619
- google.protobuf.StringValue caption = 2;
620
- google.protobuf.StringValue device_id = 3;
621
- google.protobuf.UInt32Value horizontal_resolution = 4;
622
- google.protobuf.StringValue location = 5;
623
- google.protobuf.StringValue port_name = 6;
624
- google.protobuf.StringValue print_job_data_type = 7;
625
- google.protobuf.StringValue print_processor = 8;
626
- google.protobuf.StringValue share_name = 9;
627
- google.protobuf.StringValue status = 10;
628
- google.protobuf.UInt32Value vertical_resolution = 11;
629
- }
630
-
631
- message PrinterV2 {
632
539
  repeated string capability_descriptions = 1;
633
540
  google.protobuf.StringValue caption = 2;
634
541
  google.protobuf.StringValue device_id = 3;
@@ -833,24 +740,6 @@ message WindowsOsRecovery {
833
740
  }
834
741
 
835
742
  message OsRecovery {
836
- oneof os_recovery {
837
- OsRecoveryV1 os_recovery_v1 = 1;
838
- OsRecoveryV2 os_recovery_v2 = 2;
839
- }
840
- }
841
-
842
- message OsRecoveryV1 {
843
- google.protobuf.BoolValue auto_reboot = 1;
844
- google.protobuf.StringValue debug_file_path = 2;
845
- google.protobuf.BoolValue kernel_dump_only = 3;
846
- google.protobuf.StringValue name = 4;
847
- google.protobuf.BoolValue overwrite_existing_debug_file = 5;
848
- google.protobuf.BoolValue send_admin_alert = 6;
849
- google.protobuf.BoolValue write_debug_info = 7;
850
- google.protobuf.BoolValue write_to_system_log = 8;
851
- }
852
-
853
- message OsRecoveryV2 {
854
743
  google.protobuf.BoolValue auto_reboot = 1;
855
744
  google.protobuf.StringValue debug_file_path = 2;
856
745
  google.protobuf.BoolValue kernel_dump_only = 3;
@@ -869,14 +758,6 @@ message WindowsOs {
869
758
  }
870
759
 
871
760
  message Os {
872
- oneof os {
873
- OsV1 os_v1 = 1;
874
- OsV2 os_v2 = 2;
875
- OsV3 os_v3 = 3;
876
- }
877
- }
878
-
879
- message OsV1 {
880
761
  google.protobuf.StringValue boot_device = 1;
881
762
  google.protobuf.StringValue build_number = 2;
882
763
  google.protobuf.StringValue build_type = 3;
@@ -910,92 +791,16 @@ message OsV1 {
910
791
  google.protobuf.StringValue version = 31;
911
792
  google.protobuf.StringValue windows_directory = 32;
912
793
  google.protobuf.UInt64Value total_swap_space_size = 33;
913
- }
914
-
915
- message OsV2 {
916
- google.protobuf.StringValue boot_device = 1;
917
- google.protobuf.StringValue build_number = 2;
918
- google.protobuf.StringValue build_type = 3;
919
- google.protobuf.StringValue caption = 4;
920
- google.protobuf.StringValue code_set = 5;
921
- google.protobuf.StringValue country_code = 6;
922
- google.protobuf.StringValue csd_version = 7;
923
- google.protobuf.Int32Value current_timezone = 8;
924
- google.protobuf.BoolValue debug = 9;
925
- google.protobuf.StringValue description = 10;
926
- google.protobuf.UInt32Value foreground_application_boost = 11;
927
- optional google.protobuf.Timestamp install_date = 12;
928
- google.protobuf.UInt64Value max_process_memory_size = 13;
929
- google.protobuf.UInt32Value number_of_licensed_users = 14;
930
- google.protobuf.StringValue organization = 15;
931
- google.protobuf.UInt32Value os_language = 16;
932
- google.protobuf.UInt32Value os_product_suite = 17;
933
- google.protobuf.UInt32Value os_type = 18;
934
- google.protobuf.StringValue plus_product_id = 19;
935
- google.protobuf.StringValue plus_version_number = 20;
936
- google.protobuf.StringValue registered_user = 21;
937
- google.protobuf.StringValue serial_number = 22;
938
- google.protobuf.UInt32Value Service_pack_major_version = 23;
939
- google.protobuf.UInt32Value Service_pack_minor_version = 24;
940
- google.protobuf.UInt64Value size_stored_in_paging_files = 25;
941
- google.protobuf.StringValue status = 26;
942
- google.protobuf.StringValue system_device = 27;
943
- google.protobuf.StringValue system_directory = 28;
944
- google.protobuf.UInt64Value total_virtual_memory_size = 29;
945
- google.protobuf.UInt64Value total_visible_memory_size = 30;
946
- google.protobuf.StringValue version = 31;
947
- google.protobuf.StringValue windows_directory = 32;
948
- google.protobuf.UInt32Value encryption_level = 33;
949
- google.protobuf.UInt32Value large_system_cache = 34;
950
- google.protobuf.StringValue other_type_description = 35;
951
- google.protobuf.UInt32Value product_type = 36;
952
- google.protobuf.UInt32Value suite_mask = 37;
953
- google.protobuf.StringValue system_drive = 38;
954
- }
955
-
956
- message OsV3 {
957
- google.protobuf.StringValue boot_device = 1;
958
- google.protobuf.StringValue build_number = 2;
959
- google.protobuf.StringValue build_type = 3;
960
- google.protobuf.StringValue caption = 4;
961
- google.protobuf.StringValue code_set = 5;
962
- google.protobuf.StringValue country_code = 6;
963
- google.protobuf.StringValue csd_version = 7;
964
- google.protobuf.Int32Value current_timezone = 8;
965
- google.protobuf.BoolValue debug = 9;
966
- google.protobuf.StringValue description = 10;
967
- google.protobuf.UInt32Value foreground_application_boost = 11;
968
- optional google.protobuf.Timestamp install_date = 12;
969
- google.protobuf.UInt64Value max_process_memory_size = 13;
970
- google.protobuf.UInt32Value number_of_licensed_users = 14;
971
- google.protobuf.StringValue organization = 15;
972
- google.protobuf.UInt32Value os_language = 16;
973
- google.protobuf.UInt32Value os_product_suite = 17;
974
- google.protobuf.UInt32Value os_type = 18;
975
- google.protobuf.StringValue plus_product_id = 19;
976
- google.protobuf.StringValue plus_version_number = 20;
977
- google.protobuf.StringValue registered_user = 21;
978
- google.protobuf.StringValue serial_number = 22;
979
- google.protobuf.UInt32Value Service_pack_major_version = 23;
980
- google.protobuf.UInt32Value Service_pack_minor_version = 24;
981
- google.protobuf.UInt64Value size_stored_in_paging_files = 25;
982
- google.protobuf.StringValue status = 26;
983
- google.protobuf.StringValue system_device = 27;
984
- google.protobuf.StringValue system_directory = 28;
985
- google.protobuf.UInt64Value total_virtual_memory_size = 29;
986
- google.protobuf.UInt64Value total_visible_memory_size = 30;
987
- google.protobuf.StringValue version = 31;
988
- google.protobuf.StringValue windows_directory = 32;
989
- google.protobuf.UInt32Value encryption_level = 33;
990
794
  google.protobuf.UInt32Value large_system_cache = 34;
991
795
  google.protobuf.StringValue other_type_description = 35;
992
796
  google.protobuf.UInt32Value product_type = 36;
993
797
  google.protobuf.UInt32Value suite_mask = 37;
994
798
  google.protobuf.StringValue system_drive = 38;
995
- google.protobuf.BoolValue data_execution_prevention32_bit_applications = 39;
996
- google.protobuf.BoolValue is_data_execution_prevention_available = 40;
997
- google.protobuf.BoolValue data_execution_prevention_drivers = 41;
998
- google.protobuf.UInt32Value data_execution_prevention_support_policy = 42;
799
+ google.protobuf.UInt32Value encryption_level = 39;
800
+ google.protobuf.BoolValue data_execution_prevention32_bit_applications = 40;
801
+ google.protobuf.BoolValue is_data_execution_prevention_available = 41;
802
+ google.protobuf.BoolValue data_execution_prevention_drivers = 42;
803
+ google.protobuf.UInt32Value data_execution_prevention_support_policy = 43;
999
804
  }
1000
805
 
1001
806
  /* Section element for onboard devices on Windows */
@@ -1028,22 +833,6 @@ message WindowsNetworkAdapter {
1028
833
  }
1029
834
 
1030
835
  message NetworkAdapter {
1031
- oneof network_adapter {
1032
- NetworkAdapterV1 network_adapter_v1 = 1;
1033
- NetworkAdapterV2 network_adapter_v2 = 2;
1034
- }
1035
- }
1036
-
1037
- message NetworkAdapterV1 {
1038
- google.protobuf.StringValue device_id = 1;
1039
- google.protobuf.StringValue mac_address = 2;
1040
- google.protobuf.StringValue manufacturer = 3;
1041
- google.protobuf.StringValue name = 4;
1042
- google.protobuf.StringValue net_connection_id = 5;
1043
- google.protobuf.UInt64Value speed = 6;
1044
- }
1045
-
1046
- message NetworkAdapterV2 {
1047
836
  google.protobuf.StringValue device_id = 1;
1048
837
  google.protobuf.StringValue mac_address = 2;
1049
838
  google.protobuf.StringValue manufacturer = 3;
@@ -1059,13 +848,6 @@ message WindowsNetwork {
1059
848
  }
1060
849
 
1061
850
  message Network {
1062
- oneof network {
1063
- NetworkV1 network_v1 = 1;
1064
- NetworkV2 network_v2 = 2;
1065
- }
1066
- }
1067
-
1068
- message NetworkV1 {
1069
851
  google.protobuf.StringValue description = 1;
1070
852
  google.protobuf.StringValue setting_id = 2;
1071
853
  google.protobuf.StringValue database_path = 3;
@@ -1092,35 +874,6 @@ message NetworkV1 {
1092
874
  google.protobuf.StringValue wins_scope_id = 24;
1093
875
  google.protobuf.StringValue wins_secondary_server = 25;
1094
876
  google.protobuf.StringValue service_name = 26;
1095
- }
1096
-
1097
- message NetworkV2 {
1098
- google.protobuf.StringValue description = 1;
1099
- google.protobuf.StringValue setting_id = 2;
1100
- google.protobuf.StringValue database_path = 3;
1101
- repeated string default_ip_gateway = 4;
1102
- google.protobuf.BoolValue dhcp_enabled = 5;
1103
- google.protobuf.StringValue dhcp_server = 6;
1104
- google.protobuf.StringValue dns_domain = 7;
1105
- repeated string dns_domain_suffix_search_order = 8;
1106
- google.protobuf.BoolValue dns_enabled_for_wins_resolution = 9;
1107
- google.protobuf.StringValue dns_host_name = 10;
1108
- repeated string dns_server_search_order = 11;
1109
- repeated uint32 gateway_cost_metric = 12;
1110
- google.protobuf.Int32Value index = 13;
1111
- repeated string ip_address = 14;
1112
- google.protobuf.BoolValue ip_enabled = 15;
1113
- google.protobuf.BoolValue ip_filter_security_enabled = 16;
1114
- google.protobuf.BoolValue ip_port_security_enabled = 17;
1115
- repeated string ip_sec_permit_ip_protocols = 18;
1116
- repeated string ip_sec_permit_tcp_ports = 19;
1117
- repeated string ip_subnet = 20;
1118
- google.protobuf.StringValue mac_address = 21;
1119
- google.protobuf.BoolValue wins_enable_lm_hosts_lookup = 22;
1120
- google.protobuf.StringValue wins_primary_server = 23;
1121
- google.protobuf.StringValue wins_scope_id = 24;
1122
- google.protobuf.StringValue wins_secondary_server = 25;
1123
- google.protobuf.StringValue service_name = 26;
1124
877
  google.protobuf.BoolValue domain_dns_registration_enabled = 27;
1125
878
  google.protobuf.BoolValue full_dns_registration_enabled = 28;
1126
879
  google.protobuf.UInt32Value ip_connection_metric = 29;
@@ -1147,31 +900,6 @@ message WindowsPhysicalMemory {
1147
900
  }
1148
901
 
1149
902
  message PhysicalMemory {
1150
- oneof physical_memory {
1151
- PhysicalMemoryV1 physical_memory_v1 = 1;
1152
- PhysicalMemoryV2 physical_memory_v2 = 2;
1153
- }
1154
- }
1155
-
1156
- message PhysicalMemoryV1 {
1157
- google.protobuf.UInt64Value capacity = 1;
1158
- google.protobuf.UInt32Value data_width = 2;
1159
- google.protobuf.StringValue device_locator = 3;
1160
- google.protobuf.UInt32Value form_factor = 4;
1161
- google.protobuf.UInt32Value interleave_data_depth = 5;
1162
- google.protobuf.UInt32Value interleave_position = 6;
1163
- google.protobuf.Int32Value memory_type = 7;
1164
- google.protobuf.UInt32Value position_in_row = 8;
1165
- google.protobuf.UInt32Value speed = 9;
1166
- google.protobuf.UInt32Value total_width = 10;
1167
- google.protobuf.UInt32Value type_detail = 11;
1168
- google.protobuf.StringValue manufacturer = 12;
1169
- google.protobuf.StringValue part_number = 13;
1170
- google.protobuf.StringValue serial_number = 14;
1171
- google.protobuf.StringValue sKU = 15;
1172
- }
1173
-
1174
- message PhysicalMemoryV2 {
1175
903
  google.protobuf.UInt64Value capacity = 1;
1176
904
  google.protobuf.UInt32Value data_width = 2;
1177
905
  google.protobuf.StringValue device_locator = 3;
@@ -1290,21 +1018,6 @@ message WindowsGroup {
1290
1018
  }
1291
1019
 
1292
1020
  message Group {
1293
- oneof group {
1294
- GroupV1 group_v1 = 1;
1295
- GroupV2 group_v2 = 2;
1296
- }
1297
- }
1298
-
1299
- message GroupV1 {
1300
- google.protobuf.StringValue caption = 1;
1301
- google.protobuf.StringValue description = 2;
1302
- google.protobuf.StringValue domain = 3;
1303
- google.protobuf.StringValue name = 4;
1304
- google.protobuf.StringValue sId = 5;
1305
- }
1306
-
1307
- message GroupV2 {
1308
1021
  google.protobuf.StringValue caption = 1;
1309
1022
  google.protobuf.StringValue description = 2;
1310
1023
  google.protobuf.StringValue domain = 3;
@@ -1319,33 +1032,6 @@ message WindowsFloppy {
1319
1032
  }
1320
1033
 
1321
1034
  message Floppy {
1322
- oneof floppy {
1323
- FloppyV1 floppy_v1 = 1;
1324
- FloppyV2 floppy_v2 = 2;
1325
- }
1326
- }
1327
-
1328
- message FloppyV1 {
1329
- google.protobuf.UInt32Value bytes_per_sector = 1;
1330
- google.protobuf.StringValue description = 2;
1331
- google.protobuf.StringValue interface_type = 3;
1332
- google.protobuf.StringValue manufacturer = 4;
1333
- google.protobuf.StringValue model = 5;
1334
- google.protobuf.StringValue name = 6;
1335
- google.protobuf.UInt32Value partitions = 7;
1336
- google.protobuf.StringValue pnp_device_id = 8;
1337
- google.protobuf.UInt32Value sectors_per_track = 9;
1338
- google.protobuf.UInt64Value size = 10;
1339
- google.protobuf.UInt64Value total_cylinders = 11;
1340
- google.protobuf.UInt32Value total_heads = 12;
1341
- google.protobuf.UInt64Value total_sectors = 13;
1342
- google.protobuf.UInt64Value total_tracks = 14;
1343
- google.protobuf.UInt32Value tracks_per_cylinder = 15;
1344
- google.protobuf.StringValue device_id = 16;
1345
- google.protobuf.StringValue status = 17;
1346
- }
1347
-
1348
- message FloppyV2 {
1349
1035
  google.protobuf.UInt32Value bytes_per_sector = 1;
1350
1036
  google.protobuf.StringValue description = 2;
1351
1037
  google.protobuf.StringValue interface_type = 3;
@@ -1505,98 +1191,6 @@ message WindowsComputerSystem {
1505
1191
  }
1506
1192
 
1507
1193
  message ComputerSystem {
1508
- oneof computer_system {
1509
- ComputerSystemV1 computer_system_v1 = 1;
1510
- ComputerSystemV2 computer_system_v2 = 2;
1511
- ComputerSystemV3 computer_system_v3 = 3;
1512
- }
1513
- }
1514
-
1515
- message ComputerSystemV1 {
1516
- google.protobuf.UInt32Value admin_password_status = 1;
1517
- google.protobuf.BoolValue automatic_reset_boot_option = 2;
1518
- google.protobuf.BoolValue automatic_reset_capability = 3;
1519
- google.protobuf.UInt32Value boot_option_on_limit = 4;
1520
- google.protobuf.UInt32Value boot_option_on_watch_dog = 5;
1521
- google.protobuf.BoolValue boot_rom_supported = 6;
1522
- google.protobuf.StringValue boot_up_state = 7;
1523
- google.protobuf.UInt32Value chassis_boot_up_state = 8;
1524
- google.protobuf.Int32Value current_time_zone = 9;
1525
- google.protobuf.BoolValue daylight_in_effect = 10;
1526
- google.protobuf.StringValue description = 11;
1527
- google.protobuf.StringValue domain = 12;
1528
- google.protobuf.UInt32Value domain_role = 13;
1529
- google.protobuf.UInt32Value front_panel_reset_status = 14;
1530
- google.protobuf.BoolValue infrared_supported = 15;
1531
- google.protobuf.UInt32Value keyboard_password_status = 16;
1532
- google.protobuf.StringValue manufacturer = 17;
1533
- google.protobuf.StringValue name = 18;
1534
- google.protobuf.StringValue model = 19;
1535
- google.protobuf.BoolValue network_server_mode_enabled = 20;
1536
- google.protobuf.UInt32Value number_of_processors = 21;
1537
- google.protobuf.Int64Value pause_after_reset = 22;
1538
- google.protobuf.UInt32Value power_on_password_status = 23;
1539
- google.protobuf.UInt32Value power_state = 24;
1540
- google.protobuf.UInt32Value power_supply_state = 25;
1541
- google.protobuf.StringValue primary_owner_name = 26;
1542
- google.protobuf.UInt32Value reset_capability = 27;
1543
- google.protobuf.Int32Value reset_count = 28;
1544
- google.protobuf.Int32Value reset_limit = 29;
1545
- repeated string roles = 30;
1546
- google.protobuf.StringValue status = 31;
1547
- google.protobuf.UInt32Value system_startup_delay = 32;
1548
- repeated string system_startup_options = 33;
1549
- google.protobuf.BytesValue system_startup_setting = 34;
1550
- google.protobuf.StringValue system_type = 35;
1551
- google.protobuf.UInt32Value thermal_state = 36;
1552
- google.protobuf.UInt64Value total_physical_memory = 37;
1553
- google.protobuf.UInt32Value wakeup_type = 38;
1554
- }
1555
-
1556
- message ComputerSystemV2 {
1557
- google.protobuf.UInt32Value admin_password_status = 1;
1558
- google.protobuf.BoolValue automatic_reset_boot_option = 2;
1559
- google.protobuf.BoolValue automatic_reset_capability = 3;
1560
- google.protobuf.UInt32Value boot_option_on_limit = 4;
1561
- google.protobuf.UInt32Value boot_option_on_watch_dog = 5;
1562
- google.protobuf.BoolValue boot_rom_supported = 6;
1563
- google.protobuf.StringValue boot_up_state = 7;
1564
- google.protobuf.UInt32Value chassis_boot_up_state = 8;
1565
- google.protobuf.Int32Value current_time_zone = 9;
1566
- google.protobuf.BoolValue daylight_in_effect = 10;
1567
- google.protobuf.StringValue description = 11;
1568
- google.protobuf.StringValue domain = 12;
1569
- google.protobuf.UInt32Value domain_role = 13;
1570
- google.protobuf.UInt32Value front_panel_reset_status = 14;
1571
- google.protobuf.BoolValue infrared_supported = 15;
1572
- google.protobuf.UInt32Value keyboard_password_status = 16;
1573
- google.protobuf.StringValue manufacturer = 17;
1574
- google.protobuf.StringValue name = 18;
1575
- google.protobuf.StringValue model = 19;
1576
- google.protobuf.BoolValue network_server_mode_enabled = 20;
1577
- google.protobuf.UInt32Value number_of_processors = 21;
1578
- google.protobuf.Int64Value pause_after_reset = 22;
1579
- google.protobuf.UInt32Value power_on_password_status = 23;
1580
- google.protobuf.UInt32Value power_state = 24;
1581
- google.protobuf.UInt32Value power_supply_state = 25;
1582
- google.protobuf.StringValue primary_owner_name = 26;
1583
- google.protobuf.UInt32Value reset_capability = 27;
1584
- google.protobuf.Int32Value reset_count = 28;
1585
- google.protobuf.Int32Value reset_limit = 29;
1586
- repeated string roles = 30;
1587
- google.protobuf.StringValue status = 31;
1588
- google.protobuf.UInt32Value system_startup_delay = 32;
1589
- repeated string system_startup_options = 33;
1590
- google.protobuf.BytesValue system_startup_setting = 34;
1591
- google.protobuf.StringValue system_type = 35;
1592
- google.protobuf.UInt32Value thermal_state = 36;
1593
- google.protobuf.UInt64Value total_physical_memory = 37;
1594
- google.protobuf.UInt32Value wakeup_type = 38;
1595
- google.protobuf.BoolValue enable_daylight_savings_time = 39;
1596
- google.protobuf.BoolValue part_of_domain = 40;
1597
- }
1598
-
1599
- message ComputerSystemV3 {
1600
1194
  google.protobuf.UInt32Value admin_password_status = 1;
1601
1195
  google.protobuf.BoolValue automatic_reset_boot_option = 2;
1602
1196
  google.protobuf.BoolValue automatic_reset_capability = 3;
@@ -1690,34 +1284,6 @@ message WindowsBios {
1690
1284
  }
1691
1285
 
1692
1286
  message Bios {
1693
- oneof bios {
1694
- BiosV1 bios_v1 = 1;
1695
- BiosV2 bios_v2 = 2;
1696
- }
1697
- }
1698
-
1699
- message BiosV1 {
1700
- repeated uint32 bios_characteristics = 1;
1701
- google.protobuf.StringValue caption = 2;
1702
- google.protobuf.StringValue current_language = 3;
1703
- google.protobuf.UInt32Value installable_languages = 4;
1704
- google.protobuf.StringValue manufacturer = 5;
1705
- google.protobuf.StringValue name = 6;
1706
- google.protobuf.BoolValue primary_bios = 7;
1707
- optional google.protobuf.Timestamp release_date = 8;
1708
- google.protobuf.StringValue serial_number = 9;
1709
- google.protobuf.StringValue sMBIOS_bIOS_version = 10;
1710
- google.protobuf.UInt32Value sMBIOS_major_version = 11;
1711
- google.protobuf.UInt32Value SMBIOS_minor_version = 12;
1712
- google.protobuf.BoolValue sMBIOS_present = 13;
1713
- google.protobuf.StringValue software_element_id = 14;
1714
- google.protobuf.UInt32Value software_element_state = 15;
1715
- google.protobuf.StringValue status = 16;
1716
- google.protobuf.UInt32Value target_operating_system = 17;
1717
- google.protobuf.StringValue version = 18;
1718
- }
1719
-
1720
- message BiosV2 {
1721
1287
  repeated uint32 bios_characteristics = 1;
1722
1288
  google.protobuf.StringValue caption = 2;
1723
1289
  google.protobuf.StringValue current_language = 3;
@@ -1793,17 +1359,6 @@ message WindowsAntivirus {
1793
1359
  }
1794
1360
 
1795
1361
  message Antivirus {
1796
- oneof antivirus {
1797
- AntivirusV1 antivirus_v1 = 1;
1798
- AntivirusV2 antivirus_v2 = 2;
1799
- }
1800
- }
1801
-
1802
- message AntivirusV1 {
1803
- google.protobuf.StringValue display_name = 1;
1804
- }
1805
-
1806
- message AntivirusV2 {
1807
1362
  google.protobuf.StringValue display_name = 1;
1808
1363
  google.protobuf.StringValue instance_guid = 2;
1809
1364
  google.protobuf.UInt32Value product_state= 3;