@lansweeper/discovery-sensor-proto 2.14.1 → 2.14.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.14.1",
4
+ "version": "2.14.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": "417fcdb8eef5eb5d559739459d249ffecf83760d"
19
+ "gitHead": "0ce624413cd6f0b07261279b6e42ddb8039c0a74"
20
20
  }
@@ -195,21 +195,22 @@ message WindowsUser {
195
195
  }
196
196
 
197
197
  message User {
198
- google.protobuf.UInt32Value account_type = 1;
199
- google.protobuf.StringValue caption = 2;
200
- google.protobuf.StringValue description = 3;
201
- google.protobuf.BoolValue disabled = 4;
202
- google.protobuf.StringValue domain = 5;
203
- google.protobuf.StringValue full_name = 6;
204
- google.protobuf.BoolValue lockout = 7;
205
- google.protobuf.StringValue name = 8;
206
- google.protobuf.BoolValue password_changeable = 9;
207
- google.protobuf.BoolValue password_expires = 10;
208
- google.protobuf.BoolValue password_required = 11;
209
- google.protobuf.StringValue sid = 12;
210
- google.protobuf.UInt32Value sid_type = 13;
211
- google.protobuf.StringValue status = 14;
212
- google.protobuf.BoolValue local_account = 15;
198
+ uint32 model_version = 1;
199
+ google.protobuf.UInt32Value account_type = 2;
200
+ google.protobuf.StringValue caption = 3;
201
+ google.protobuf.StringValue description = 4;
202
+ google.protobuf.BoolValue disabled = 5;
203
+ google.protobuf.StringValue domain = 6;
204
+ google.protobuf.StringValue full_name = 7;
205
+ google.protobuf.BoolValue lockout = 8;
206
+ google.protobuf.StringValue name = 9;
207
+ google.protobuf.BoolValue password_changeable = 10;
208
+ google.protobuf.BoolValue password_expires = 11;
209
+ google.protobuf.BoolValue password_required = 12;
210
+ google.protobuf.StringValue sid = 13;
211
+ google.protobuf.UInt32Value sid_type = 14;
212
+ google.protobuf.StringValue status = 15;
213
+ google.protobuf.BoolValue local_account = 16;
213
214
  }
214
215
 
215
216
  /* Section element for USB controllers on Windows */
@@ -443,45 +444,46 @@ message WindowsProcessor {
443
444
  }
444
445
 
445
446
  message Processor {
446
- google.protobuf.UInt32Value address_width = 1;
447
- google.protobuf.UInt32Value architecture = 2;
448
- google.protobuf.UInt32Value availability = 3;
449
- google.protobuf.StringValue caption = 4;
450
- google.protobuf.UInt32Value cpu_status = 5;
451
- google.protobuf.UInt32Value data_width = 6;
452
- google.protobuf.StringValue device_id = 7;
453
- google.protobuf.UInt32Value ext_clock = 8;
454
- google.protobuf.UInt32Value family = 9;
455
- google.protobuf.UInt32Value l2_cache_size = 10;
456
- google.protobuf.UInt32Value l2_cache_speed = 11;
457
- google.protobuf.UInt32Value level = 12;
458
- google.protobuf.StringValue manufacturer = 13;
459
- google.protobuf.UInt32Value max_clock_speed = 14;
460
- google.protobuf.StringValue name = 15;
461
- google.protobuf.StringValue processor_id = 16;
462
- google.protobuf.UInt32Value processor_type= 17;
463
- google.protobuf.UInt32Value revision = 18;
464
- google.protobuf.StringValue socket_designation = 19;
465
- google.protobuf.StringValue stepping = 20;
466
- google.protobuf.StringValue unique_id = 21;
467
- google.protobuf.UInt32Value upgrade_method = 22;
468
- google.protobuf.StringValue version = 23;
469
- google.protobuf.UInt32Value voltage_caps = 24;
470
- google.protobuf.UInt32Value number_of_logical_processors = 25;
471
- google.protobuf.UInt32Value number_of_cores = 26;
447
+ uint32 model_version = 1;
448
+ google.protobuf.UInt32Value address_width = 2;
449
+ google.protobuf.UInt32Value architecture = 3;
450
+ google.protobuf.UInt32Value availability = 4;
451
+ google.protobuf.StringValue caption = 5;
452
+ google.protobuf.UInt32Value cpu_status = 6;
453
+ google.protobuf.UInt32Value data_width = 7;
454
+ google.protobuf.StringValue device_id = 8;
455
+ google.protobuf.UInt32Value ext_clock = 9;
456
+ google.protobuf.UInt32Value family = 10;
457
+ google.protobuf.UInt32Value l2_cache_size = 11;
458
+ google.protobuf.UInt32Value l2_cache_speed = 12;
459
+ google.protobuf.UInt32Value level = 13;
460
+ google.protobuf.StringValue manufacturer = 14;
461
+ google.protobuf.UInt32Value max_clock_speed = 15;
462
+ google.protobuf.StringValue name = 16;
463
+ google.protobuf.StringValue processor_id = 17;
464
+ google.protobuf.UInt32Value processor_type= 18;
465
+ google.protobuf.UInt32Value revision = 19;
466
+ google.protobuf.StringValue socket_designation = 20;
467
+ google.protobuf.StringValue stepping = 21;
468
+ google.protobuf.StringValue unique_id = 22;
469
+ google.protobuf.UInt32Value upgrade_method = 23;
470
+ google.protobuf.StringValue version = 24;
471
+ google.protobuf.UInt32Value voltage_caps = 25;
472
+ google.protobuf.UInt32Value number_of_logical_processors = 26;
473
+ google.protobuf.UInt32Value number_of_cores = 27;
472
474
  }
473
-
474
475
  /* Section element for processes on Windows */
475
476
  message WindowsProcess {
476
477
  repeated Process entries = 1;
477
478
  }
478
479
 
479
480
  message Process {
480
- google.protobuf.StringValue caption = 1;
481
- google.protobuf.StringValue executable_path = 2;
482
- google.protobuf.UInt32Value thread_count = 3;
483
- google.protobuf.UInt32Value priority = 4;
484
- google.protobuf.StringValue handle = 5;
481
+ uint32 model_version = 1;
482
+ google.protobuf.StringValue caption = 2;
483
+ google.protobuf.StringValue executable_path = 3;
484
+ google.protobuf.UInt32Value thread_count = 4;
485
+ google.protobuf.UInt32Value priority = 5;
486
+ google.protobuf.StringValue handle = 6;
485
487
  }
486
488
 
487
489
  /* Section element for printer device drivers on Windows */
@@ -536,21 +538,22 @@ message WindowsPrinter {
536
538
  }
537
539
 
538
540
  message Printer {
539
- repeated string capability_descriptions = 1;
540
- google.protobuf.StringValue caption = 2;
541
- google.protobuf.StringValue device_id = 3;
542
- google.protobuf.UInt32Value horizontal_resolution = 4;
543
- google.protobuf.StringValue location = 5;
544
- google.protobuf.StringValue port_name = 6;
545
- google.protobuf.StringValue print_job_data_type = 7;
546
- google.protobuf.StringValue print_processor = 8;
547
- google.protobuf.StringValue share_name = 9;
548
- google.protobuf.StringValue status = 10;
549
- google.protobuf.UInt32Value vertical_resolution = 11;
550
- google.protobuf.StringValue comment = 12;
551
- google.protobuf.BoolValue enable_bIDI = 13;
552
- google.protobuf.BoolValue local = 14;
553
- google.protobuf.BoolValue network = 15;
541
+ uint32 model_version = 1;
542
+ repeated string capability_descriptions = 2;
543
+ google.protobuf.StringValue caption = 3;
544
+ google.protobuf.StringValue device_id = 4;
545
+ google.protobuf.UInt32Value horizontal_resolution = 5;
546
+ google.protobuf.StringValue location = 6;
547
+ google.protobuf.StringValue port_name = 7;
548
+ google.protobuf.StringValue print_job_data_type = 8;
549
+ google.protobuf.StringValue print_processor = 9;
550
+ google.protobuf.StringValue share_name = 10;
551
+ google.protobuf.StringValue status = 11;
552
+ google.protobuf.UInt32Value vertical_resolution = 12;
553
+ google.protobuf.StringValue comment = 13;
554
+ google.protobuf.BoolValue enable_bIDI = 14;
555
+ google.protobuf.BoolValue local = 15;
556
+ google.protobuf.BoolValue network = 16;
554
557
  }
555
558
 
556
559
  /* Section element for POTS (Plain Old Telephone Service) modems on Windows */
@@ -740,16 +743,17 @@ message WindowsOsRecovery {
740
743
  }
741
744
 
742
745
  message OsRecovery {
743
- google.protobuf.BoolValue auto_reboot = 1;
744
- google.protobuf.StringValue debug_file_path = 2;
745
- google.protobuf.BoolValue kernel_dump_only = 3;
746
- google.protobuf.StringValue name = 4;
747
- google.protobuf.BoolValue overwrite_existing_debug_file = 5;
748
- google.protobuf.BoolValue send_admin_alert = 6;
749
- google.protobuf.BoolValue write_debug_info = 7;
750
- google.protobuf.BoolValue write_to_system_log = 8;
751
- google.protobuf.UInt32Value debug_info_type = 9;
752
- google.protobuf.StringValue mini_dump_directory = 10;
746
+ uint32 model_version = 1;
747
+ google.protobuf.BoolValue auto_reboot = 2;
748
+ google.protobuf.StringValue debug_file_path = 3;
749
+ google.protobuf.BoolValue kernel_dump_only = 4;
750
+ google.protobuf.StringValue name = 5;
751
+ google.protobuf.BoolValue overwrite_existing_debug_file = 6;
752
+ google.protobuf.BoolValue send_admin_alert = 7;
753
+ google.protobuf.BoolValue write_debug_info = 8;
754
+ google.protobuf.BoolValue write_to_system_log = 9;
755
+ google.protobuf.UInt32Value debug_info_type = 10;
756
+ google.protobuf.StringValue mini_dump_directory = 11;
753
757
  }
754
758
 
755
759
  /* Section element for OS info on Windows */
@@ -758,49 +762,50 @@ message WindowsOs {
758
762
  }
759
763
 
760
764
  message Os {
761
- google.protobuf.StringValue boot_device = 1;
762
- google.protobuf.StringValue build_number = 2;
763
- google.protobuf.StringValue build_type = 3;
764
- google.protobuf.StringValue caption = 4;
765
- google.protobuf.StringValue code_set = 5;
766
- google.protobuf.StringValue country_code = 6;
767
- google.protobuf.StringValue csd_version = 7;
768
- google.protobuf.Int32Value current_timezone = 8;
769
- google.protobuf.BoolValue debug = 9;
770
- google.protobuf.StringValue description = 10;
771
- google.protobuf.UInt32Value foreground_application_boost = 11;
772
- optional google.protobuf.Timestamp install_date = 12;
773
- google.protobuf.UInt64Value max_process_memory_size = 13;
774
- google.protobuf.UInt32Value number_of_licensed_users = 14;
775
- google.protobuf.StringValue organization = 15;
776
- google.protobuf.UInt32Value os_language = 16;
777
- google.protobuf.UInt32Value os_product_suite = 17;
778
- google.protobuf.UInt32Value os_type = 18;
779
- google.protobuf.StringValue plus_product_id = 19;
780
- google.protobuf.StringValue plus_version_number = 20;
781
- google.protobuf.StringValue registered_user = 21;
782
- google.protobuf.StringValue serial_number = 22;
783
- google.protobuf.UInt32Value Service_pack_major_version = 23;
784
- google.protobuf.UInt32Value Service_pack_minor_version = 24;
785
- google.protobuf.UInt64Value size_stored_in_paging_files = 25;
786
- google.protobuf.StringValue status = 26;
787
- google.protobuf.StringValue system_device = 27;
788
- google.protobuf.StringValue system_directory = 28;
789
- google.protobuf.UInt64Value total_virtual_memory_size = 29;
790
- google.protobuf.UInt64Value total_visible_memory_size = 30;
791
- google.protobuf.StringValue version = 31;
792
- google.protobuf.StringValue windows_directory = 32;
793
- google.protobuf.UInt64Value total_swap_space_size = 33;
794
- google.protobuf.UInt32Value large_system_cache = 34;
795
- google.protobuf.StringValue other_type_description = 35;
796
- google.protobuf.UInt32Value product_type = 36;
797
- google.protobuf.UInt32Value suite_mask = 37;
798
- google.protobuf.StringValue system_drive = 38;
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;
765
+ uint32 model_version = 1;
766
+ google.protobuf.StringValue boot_device = 2;
767
+ google.protobuf.StringValue build_number = 3;
768
+ google.protobuf.StringValue build_type = 4;
769
+ google.protobuf.StringValue caption = 5;
770
+ google.protobuf.StringValue code_set = 6;
771
+ google.protobuf.StringValue country_code = 7;
772
+ google.protobuf.StringValue csd_version = 8;
773
+ google.protobuf.Int32Value current_timezone = 9;
774
+ google.protobuf.BoolValue debug = 10;
775
+ google.protobuf.StringValue description = 11;
776
+ google.protobuf.UInt32Value foreground_application_boost = 12;
777
+ optional google.protobuf.Timestamp install_date = 13;
778
+ google.protobuf.UInt64Value max_process_memory_size = 14;
779
+ google.protobuf.UInt32Value number_of_licensed_users = 15;
780
+ google.protobuf.StringValue organization = 16;
781
+ google.protobuf.UInt32Value os_language = 17;
782
+ google.protobuf.UInt32Value os_product_suite = 18;
783
+ google.protobuf.UInt32Value os_type = 19;
784
+ google.protobuf.StringValue plus_product_id = 20;
785
+ google.protobuf.StringValue plus_version_number = 21;
786
+ google.protobuf.StringValue registered_user = 22;
787
+ google.protobuf.StringValue serial_number = 23;
788
+ google.protobuf.UInt32Value Service_pack_major_version = 24;
789
+ google.protobuf.UInt32Value Service_pack_minor_version = 25;
790
+ google.protobuf.UInt64Value size_stored_in_paging_files = 26;
791
+ google.protobuf.StringValue status = 27;
792
+ google.protobuf.StringValue system_device = 28;
793
+ google.protobuf.StringValue system_directory = 29;
794
+ google.protobuf.UInt64Value total_virtual_memory_size = 30;
795
+ google.protobuf.UInt64Value total_visible_memory_size = 31;
796
+ google.protobuf.StringValue version = 32;
797
+ google.protobuf.StringValue windows_directory = 33;
798
+ google.protobuf.UInt64Value total_swap_space_size = 34;
799
+ google.protobuf.UInt32Value large_system_cache = 35;
800
+ google.protobuf.StringValue other_type_description = 36;
801
+ google.protobuf.UInt32Value product_type = 37;
802
+ google.protobuf.UInt32Value suite_mask = 38;
803
+ google.protobuf.StringValue system_drive = 39;
804
+ google.protobuf.UInt32Value encryption_level = 40;
805
+ google.protobuf.BoolValue data_execution_prevention32_bit_applications = 41;
806
+ google.protobuf.BoolValue is_data_execution_prevention_available = 42;
807
+ google.protobuf.BoolValue data_execution_prevention_drivers = 43;
808
+ google.protobuf.UInt32Value data_execution_prevention_support_policy = 44;
804
809
  }
805
810
 
806
811
  /* Section element for onboard devices on Windows */
@@ -833,13 +838,14 @@ message WindowsNetworkAdapter {
833
838
  }
834
839
 
835
840
  message NetworkAdapter {
836
- google.protobuf.StringValue device_id = 1;
837
- google.protobuf.StringValue mac_address = 2;
838
- google.protobuf.StringValue manufacturer = 3;
839
- google.protobuf.StringValue name = 4;
840
- google.protobuf.StringValue net_connection_id = 5;
841
- google.protobuf.UInt64Value speed = 6;
842
- google.protobuf.BoolValue net_enabled = 7;
841
+ uint32 model_version = 1;
842
+ google.protobuf.StringValue device_id = 2;
843
+ google.protobuf.StringValue mac_address = 3;
844
+ google.protobuf.StringValue manufacturer = 4;
845
+ google.protobuf.StringValue name = 5;
846
+ google.protobuf.StringValue net_connection_id = 6;
847
+ google.protobuf.UInt64Value speed = 7;
848
+ google.protobuf.BoolValue net_enabled = 8;
843
849
  }
844
850
 
845
851
  /* Section element for networks on Windows */
@@ -848,36 +854,37 @@ message WindowsNetwork {
848
854
  }
849
855
 
850
856
  message Network {
851
- google.protobuf.StringValue description = 1;
852
- google.protobuf.StringValue setting_id = 2;
853
- google.protobuf.StringValue database_path = 3;
854
- repeated string default_ip_gateway = 4;
855
- google.protobuf.BoolValue dhcp_enabled = 5;
856
- google.protobuf.StringValue dhcp_server = 6;
857
- google.protobuf.StringValue dns_domain = 7;
858
- repeated string dns_domain_suffix_search_order = 8;
859
- google.protobuf.BoolValue dns_enabled_for_wins_resolution = 9;
860
- google.protobuf.StringValue dns_host_name = 10;
861
- repeated string dns_server_search_order = 11;
862
- repeated uint32 gateway_cost_metric = 12;
863
- google.protobuf.UInt32Value index = 13;
864
- repeated string ip_address = 14;
865
- google.protobuf.BoolValue ip_enabled = 15;
866
- google.protobuf.BoolValue ip_filter_security_enabled = 16;
867
- google.protobuf.BoolValue ip_port_security_enabled = 17;
868
- repeated string ip_sec_permit_ip_protocols = 18;
869
- repeated string ip_sec_permit_tcp_ports = 19;
870
- repeated string ip_subnet = 20;
871
- google.protobuf.StringValue mac_address = 21;
872
- google.protobuf.BoolValue wins_enable_lm_hosts_lookup = 22;
873
- google.protobuf.StringValue wins_primary_server = 23;
874
- google.protobuf.StringValue wins_scope_id = 24;
875
- google.protobuf.StringValue wins_secondary_server = 25;
876
- google.protobuf.StringValue service_name = 26;
877
- google.protobuf.BoolValue domain_dns_registration_enabled = 27;
878
- google.protobuf.BoolValue full_dns_registration_enabled = 28;
879
- google.protobuf.UInt32Value ip_connection_metric = 29;
880
- google.protobuf.UInt32Value tcp_ip_netbios_options = 30;
857
+ uint32 model_version = 1;
858
+ google.protobuf.StringValue description = 2;
859
+ google.protobuf.StringValue setting_id = 3;
860
+ google.protobuf.StringValue database_path = 4;
861
+ repeated string default_ip_gateway = 5;
862
+ google.protobuf.BoolValue dhcp_enabled = 6;
863
+ google.protobuf.StringValue dhcp_server = 7;
864
+ google.protobuf.StringValue dns_domain = 8;
865
+ repeated string dns_domain_suffix_search_order = 9;
866
+ google.protobuf.BoolValue dns_enabled_for_wins_resolution = 10;
867
+ google.protobuf.StringValue dns_host_name = 11;
868
+ repeated string dns_server_search_order = 12;
869
+ repeated uint32 gateway_cost_metric = 13;
870
+ google.protobuf.UInt32Value index = 14;
871
+ repeated string ip_address = 15;
872
+ google.protobuf.BoolValue ip_enabled = 16;
873
+ google.protobuf.BoolValue ip_filter_security_enabled = 17;
874
+ google.protobuf.BoolValue ip_port_security_enabled = 18;
875
+ repeated string ip_sec_permit_ip_protocols = 19;
876
+ repeated string ip_sec_permit_tcp_ports = 20;
877
+ repeated string ip_subnet = 21;
878
+ google.protobuf.StringValue mac_address = 22;
879
+ google.protobuf.BoolValue wins_enable_lm_hosts_lookup = 23;
880
+ google.protobuf.StringValue wins_primary_server = 24;
881
+ google.protobuf.StringValue wins_scope_id = 25;
882
+ google.protobuf.StringValue wins_secondary_server = 26;
883
+ google.protobuf.StringValue service_name = 27;
884
+ google.protobuf.BoolValue domain_dns_registration_enabled = 28;
885
+ google.protobuf.BoolValue full_dns_registration_enabled = 29;
886
+ google.protobuf.UInt32Value ip_connection_metric = 30;
887
+ google.protobuf.UInt32Value tcp_ip_netbios_options = 31;
881
888
  }
882
889
 
883
890
  /* Section element for physical memory arrays on Windows */
@@ -900,24 +907,25 @@ message WindowsPhysicalMemory {
900
907
  }
901
908
 
902
909
  message PhysicalMemory {
903
- google.protobuf.UInt64Value capacity = 1;
904
- google.protobuf.UInt32Value data_width = 2;
905
- google.protobuf.StringValue device_locator = 3;
906
- google.protobuf.UInt32Value form_factor = 4;
907
- google.protobuf.UInt32Value interleave_data_depth = 5;
908
- google.protobuf.UInt32Value interleave_position = 6;
909
- google.protobuf.Int32Value memory_type = 7;
910
- google.protobuf.UInt32Value position_in_row = 8;
911
- google.protobuf.UInt32Value speed = 9;
912
- google.protobuf.UInt32Value total_width = 10;
913
- google.protobuf.UInt32Value type_detail = 11;
914
- google.protobuf.StringValue manufacturer = 12;
915
- google.protobuf.StringValue part_number = 13;
916
- google.protobuf.StringValue serial_number = 14;
917
- google.protobuf.StringValue sKU = 15;
918
- google.protobuf.Int32Value configured_clock_speed = 16;
919
- google.protobuf.Int32Value configured_voltage = 17;
920
- google.protobuf.Int32Value sMBIOS_memory_type = 18;
910
+ uint32 model_version = 1;
911
+ google.protobuf.UInt64Value capacity = 2;
912
+ google.protobuf.UInt32Value data_width = 3;
913
+ google.protobuf.StringValue device_locator = 4;
914
+ google.protobuf.UInt32Value form_factor = 5;
915
+ google.protobuf.UInt32Value interleave_data_depth = 6;
916
+ google.protobuf.UInt32Value interleave_position = 7;
917
+ google.protobuf.Int32Value memory_type = 8;
918
+ google.protobuf.UInt32Value position_in_row = 9;
919
+ google.protobuf.UInt32Value speed = 10;
920
+ google.protobuf.UInt32Value total_width = 11;
921
+ google.protobuf.UInt32Value type_detail = 12;
922
+ google.protobuf.StringValue manufacturer = 13;
923
+ google.protobuf.StringValue part_number = 14;
924
+ google.protobuf.StringValue serial_number = 15;
925
+ google.protobuf.StringValue sKU = 16;
926
+ google.protobuf.Int32Value configured_clock_speed = 17;
927
+ google.protobuf.Int32Value configured_voltage = 18;
928
+ google.protobuf.Int32Value sMBIOS_memory_type = 19;
921
929
  }
922
930
 
923
931
  /* Section element for keyboards on Windows */
@@ -1018,12 +1026,13 @@ message WindowsGroup {
1018
1026
  }
1019
1027
 
1020
1028
  message Group {
1021
- google.protobuf.StringValue caption = 1;
1022
- google.protobuf.StringValue description = 2;
1023
- google.protobuf.StringValue domain = 3;
1024
- google.protobuf.StringValue name = 4;
1025
- google.protobuf.StringValue sId = 5;
1026
- google.protobuf.BoolValue local_account = 6;
1029
+ uint32 model_version = 1;
1030
+ google.protobuf.StringValue caption = 2;
1031
+ google.protobuf.StringValue description = 3;
1032
+ google.protobuf.StringValue domain = 4;
1033
+ google.protobuf.StringValue name = 5;
1034
+ google.protobuf.StringValue sId = 6;
1035
+ google.protobuf.BoolValue local_account = 7;
1027
1036
  }
1028
1037
 
1029
1038
  /* Section element for floppy devices on Windows */
@@ -1032,25 +1041,26 @@ message WindowsFloppy {
1032
1041
  }
1033
1042
 
1034
1043
  message Floppy {
1035
- google.protobuf.UInt32Value bytes_per_sector = 1;
1036
- google.protobuf.StringValue description = 2;
1037
- google.protobuf.StringValue interface_type = 3;
1038
- google.protobuf.StringValue manufacturer = 4;
1039
- google.protobuf.StringValue model = 5;
1040
- google.protobuf.StringValue name = 6;
1041
- google.protobuf.UInt32Value partitions = 7;
1042
- google.protobuf.StringValue pnp_device_id = 8;
1043
- google.protobuf.UInt32Value sectors_per_track = 9;
1044
- google.protobuf.UInt64Value size = 10;
1045
- google.protobuf.UInt64Value total_cylinders = 11;
1046
- google.protobuf.UInt32Value total_heads = 12;
1047
- google.protobuf.UInt64Value total_sectors = 13;
1048
- google.protobuf.UInt64Value total_tracks = 14;
1049
- google.protobuf.UInt32Value tracks_per_cylinder = 15;
1050
- google.protobuf.StringValue device_id = 16;
1051
- google.protobuf.StringValue status = 17;
1052
- google.protobuf.StringValue firmware_revision = 18;
1053
- google.protobuf.StringValue serial_number = 19;
1044
+ uint32 model_version = 1;
1045
+ google.protobuf.UInt32Value bytes_per_sector = 2;
1046
+ google.protobuf.StringValue description = 3;
1047
+ google.protobuf.StringValue interface_type = 4;
1048
+ google.protobuf.StringValue manufacturer = 5;
1049
+ google.protobuf.StringValue model = 6;
1050
+ google.protobuf.StringValue name = 7;
1051
+ google.protobuf.UInt32Value partitions = 8;
1052
+ google.protobuf.StringValue pnp_device_id = 9;
1053
+ google.protobuf.UInt32Value sectors_per_track = 10;
1054
+ google.protobuf.UInt64Value size = 11;
1055
+ google.protobuf.UInt64Value total_cylinders = 12;
1056
+ google.protobuf.UInt32Value total_heads = 13;
1057
+ google.protobuf.UInt64Value total_sectors = 14;
1058
+ google.protobuf.UInt64Value total_tracks = 15;
1059
+ google.protobuf.UInt32Value tracks_per_cylinder = 16;
1060
+ google.protobuf.StringValue device_id = 17;
1061
+ google.protobuf.StringValue status = 18;
1062
+ google.protobuf.StringValue firmware_revision = 19;
1063
+ google.protobuf.StringValue serial_number = 20;
1054
1064
  }
1055
1065
 
1056
1066
  /* Section element for features on Windows */
@@ -1191,47 +1201,48 @@ message WindowsComputerSystem {
1191
1201
  }
1192
1202
 
1193
1203
  message ComputerSystem {
1194
- google.protobuf.UInt32Value admin_password_status = 1;
1195
- google.protobuf.BoolValue automatic_reset_boot_option = 2;
1196
- google.protobuf.BoolValue automatic_reset_capability = 3;
1197
- google.protobuf.UInt32Value boot_option_on_limit = 4;
1198
- google.protobuf.UInt32Value boot_option_on_watch_dog = 5;
1199
- google.protobuf.BoolValue boot_rom_supported = 6;
1200
- google.protobuf.StringValue boot_up_state = 7;
1201
- google.protobuf.UInt32Value chassis_boot_up_state = 8;
1202
- google.protobuf.Int32Value current_time_zone = 9;
1203
- google.protobuf.BoolValue daylight_in_effect = 10;
1204
- google.protobuf.StringValue description = 11;
1205
- google.protobuf.StringValue domain = 12;
1206
- google.protobuf.UInt32Value domain_role = 13;
1207
- google.protobuf.UInt32Value front_panel_reset_status = 14;
1208
- google.protobuf.BoolValue infrared_supported = 15;
1209
- google.protobuf.UInt32Value keyboard_password_status = 16;
1210
- google.protobuf.StringValue manufacturer = 17;
1211
- google.protobuf.StringValue name = 18;
1212
- google.protobuf.StringValue model = 19;
1213
- google.protobuf.BoolValue network_server_mode_enabled = 20;
1214
- google.protobuf.UInt32Value number_of_processors = 21;
1215
- google.protobuf.Int64Value pause_after_reset = 22;
1216
- google.protobuf.UInt32Value power_on_password_status = 23;
1217
- google.protobuf.UInt32Value power_state = 24;
1218
- google.protobuf.UInt32Value power_supply_state = 25;
1219
- google.protobuf.StringValue primary_owner_name = 26;
1220
- google.protobuf.UInt32Value reset_capability = 27;
1221
- google.protobuf.Int32Value reset_count = 28;
1222
- google.protobuf.Int32Value reset_limit = 29;
1223
- repeated string roles = 30;
1224
- google.protobuf.StringValue status = 31;
1225
- google.protobuf.UInt32Value system_startup_delay = 32;
1226
- repeated string system_startup_options = 33;
1227
- google.protobuf.BytesValue system_startup_setting = 34;
1228
- google.protobuf.StringValue system_type = 35;
1229
- google.protobuf.UInt32Value thermal_state = 36;
1230
- google.protobuf.UInt64Value total_physical_memory = 37;
1231
- google.protobuf.UInt32Value wakeup_type = 38;
1232
- google.protobuf.BoolValue enable_daylight_savings_time = 39;
1233
- google.protobuf.BoolValue part_of_domain = 40;
1234
- google.protobuf.UInt32Value number_of_logical_processors = 41;
1204
+ uint32 model_version = 1;
1205
+ google.protobuf.UInt32Value admin_password_status = 2;
1206
+ google.protobuf.BoolValue automatic_reset_boot_option = 3;
1207
+ google.protobuf.BoolValue automatic_reset_capability = 4;
1208
+ google.protobuf.UInt32Value boot_option_on_limit = 5;
1209
+ google.protobuf.UInt32Value boot_option_on_watch_dog = 6;
1210
+ google.protobuf.BoolValue boot_rom_supported = 7;
1211
+ google.protobuf.StringValue boot_up_state = 8;
1212
+ google.protobuf.UInt32Value chassis_boot_up_state = 9;
1213
+ google.protobuf.Int32Value current_time_zone = 10;
1214
+ google.protobuf.BoolValue daylight_in_effect = 11;
1215
+ google.protobuf.StringValue description = 12;
1216
+ google.protobuf.StringValue domain = 13;
1217
+ google.protobuf.UInt32Value domain_role = 14;
1218
+ google.protobuf.UInt32Value front_panel_reset_status = 15;
1219
+ google.protobuf.BoolValue infrared_supported = 16;
1220
+ google.protobuf.UInt32Value keyboard_password_status = 17;
1221
+ google.protobuf.StringValue manufacturer = 18;
1222
+ google.protobuf.StringValue name = 19;
1223
+ google.protobuf.StringValue model = 20;
1224
+ google.protobuf.BoolValue network_server_mode_enabled = 21;
1225
+ google.protobuf.UInt32Value number_of_processors = 22;
1226
+ google.protobuf.Int64Value pause_after_reset = 23;
1227
+ google.protobuf.UInt32Value power_on_password_status = 24;
1228
+ google.protobuf.UInt32Value power_state = 25;
1229
+ google.protobuf.UInt32Value power_supply_state = 26;
1230
+ google.protobuf.StringValue primary_owner_name = 27;
1231
+ google.protobuf.UInt32Value reset_capability = 28;
1232
+ google.protobuf.Int32Value reset_count = 29;
1233
+ google.protobuf.Int32Value reset_limit = 30;
1234
+ repeated string roles = 31;
1235
+ google.protobuf.StringValue status = 32;
1236
+ google.protobuf.UInt32Value system_startup_delay = 33;
1237
+ repeated string system_startup_options = 34;
1238
+ google.protobuf.BytesValue system_startup_setting = 35;
1239
+ google.protobuf.StringValue system_type = 36;
1240
+ google.protobuf.UInt32Value thermal_state = 37;
1241
+ google.protobuf.UInt64Value total_physical_memory = 38;
1242
+ google.protobuf.UInt32Value wakeup_type = 39;
1243
+ google.protobuf.BoolValue enable_daylight_savings_time = 40;
1244
+ google.protobuf.BoolValue part_of_domain = 41;
1245
+ google.protobuf.UInt32Value number_of_logical_processors = 42;
1235
1246
  }
1236
1247
 
1237
1248
  /* Section element for CD-ROM devices on Windows */
@@ -1284,25 +1295,26 @@ message WindowsBios {
1284
1295
  }
1285
1296
 
1286
1297
  message Bios {
1287
- repeated uint32 bios_characteristics = 1;
1288
- google.protobuf.StringValue caption = 2;
1289
- google.protobuf.StringValue current_language = 3;
1290
- google.protobuf.UInt32Value installable_languages = 4;
1291
- google.protobuf.StringValue manufacturer = 5;
1292
- google.protobuf.StringValue name = 6;
1293
- google.protobuf.BoolValue primary_bios = 7;
1294
- optional google.protobuf.Timestamp release_date = 8;
1295
- google.protobuf.StringValue serial_number = 9;
1296
- google.protobuf.StringValue sMBIOS_bIOS_version = 10;
1297
- google.protobuf.UInt32Value sMBIOS_major_version = 11;
1298
- google.protobuf.UInt32Value SMBIOS_minor_version = 12;
1299
- google.protobuf.BoolValue sMBIOS_present = 13;
1300
- google.protobuf.StringValue software_element_id = 14;
1301
- google.protobuf.UInt32Value software_element_state = 15;
1302
- google.protobuf.StringValue status = 16;
1303
- google.protobuf.UInt32Value target_operating_system = 17;
1304
- google.protobuf.StringValue version = 18;
1305
- repeated string bios_version = 19;
1298
+ uint32 model_version = 1;
1299
+ repeated uint32 bios_characteristics = 2;
1300
+ google.protobuf.StringValue caption = 3;
1301
+ google.protobuf.StringValue current_language = 4;
1302
+ google.protobuf.UInt32Value installable_languages = 5;
1303
+ google.protobuf.StringValue manufacturer = 6;
1304
+ google.protobuf.StringValue name = 7;
1305
+ google.protobuf.BoolValue primary_bios = 8;
1306
+ optional google.protobuf.Timestamp release_date = 9;
1307
+ google.protobuf.StringValue serial_number = 10;
1308
+ google.protobuf.StringValue sMBIOS_bIOS_version = 11;
1309
+ google.protobuf.UInt32Value sMBIOS_major_version = 12;
1310
+ google.protobuf.UInt32Value SMBIOS_minor_version = 13;
1311
+ google.protobuf.BoolValue sMBIOS_present = 14;
1312
+ google.protobuf.StringValue software_element_id = 15;
1313
+ google.protobuf.UInt32Value software_element_state = 16;
1314
+ google.protobuf.StringValue status = 17;
1315
+ google.protobuf.UInt32Value target_operating_system = 18;
1316
+ google.protobuf.StringValue version = 19;
1317
+ repeated string bios_version = 20;
1306
1318
  }
1307
1319
 
1308
1320
  /* Section element for battery info on Windows */
@@ -1359,9 +1371,10 @@ message WindowsAntivirus {
1359
1371
  }
1360
1372
 
1361
1373
  message Antivirus {
1362
- google.protobuf.StringValue display_name = 1;
1363
- google.protobuf.StringValue instance_guid = 2;
1364
- google.protobuf.UInt32Value product_state= 3;
1374
+ uint32 model_version = 1;
1375
+ google.protobuf.StringValue display_name = 2;
1376
+ google.protobuf.StringValue instance_guid = 3;
1377
+ google.protobuf.UInt32Value product_state= 4;
1365
1378
  }
1366
1379
 
1367
1380
  /* Section element for PS log entries on Windows */