@lansweeper/data-platform-outbound-grpc 0.3.36 → 0.3.38

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.
Files changed (70) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_grpc_pb.d.ts +17 -0
  4. package/gen-proto/outbound_grpc_pb.js +12 -0
  5. package/gen-proto/outbound_pb.d.ts +57 -151
  6. package/gen-proto/outbound_pb.js +404 -1162
  7. package/generated-go/outbound.pb.go +7493 -7689
  8. package/generated-go/outbound_grpc.pb.go +49 -9
  9. package/java.json +1 -1
  10. package/model/pom.xml +1 -1
  11. package/model/src/main/proto/outbound.proto +178 -190
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress$Builder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAController$Builder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAController.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAControllerOrBuilder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacHardDiskDevice$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacHardDiskDevice$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/{MacSATADevice.class → MacHardDiskDevice.class} +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/{MacSATADeviceOrBuilder.class → MacHardDiskDeviceOrBuilder.class} +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  23. package/model/target/classes/outbound.proto +178 -190
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress.java +57 -57
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.java +9 -9
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacSATAController.java +52 -52
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacSATAControllerOrBuilder.java +9 -9
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{MacSATADevice.java → MacHardDiskDevice.java} +213 -57
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{MacSATADeviceOrBuilder.java → MacHardDiskDeviceOrBuilder.java} +54 -2
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2169 -2192
  31. package/model/target/maven-archiver/pom.properties +2 -2
  32. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -8
  33. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -4
  34. package/model/target/{outbound-model-0.3.35-sources.jar → outbound-model-0.3.37-sources.jar} +0 -0
  35. package/model/target/{outbound-model-0.3.35.jar → outbound-model-0.3.37.jar} +0 -0
  36. package/package.json +2 -2
  37. package/pom.xml +1 -1
  38. package/proto/outbound.proto +178 -190
  39. package/service/pom.xml +1 -1
  40. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$1.class +0 -0
  41. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$2.class +0 -0
  42. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$3.class +0 -0
  43. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceBaseDescriptorSupplier.class +0 -0
  44. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceBlockingStub.class +0 -0
  45. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceFileDescriptorSupplier.class +0 -0
  46. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceFutureStub.class +0 -0
  47. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceImplBase.class +0 -0
  48. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceMethodDescriptorSupplier.class +0 -0
  49. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceStub.class +0 -0
  50. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$MethodHandlers.class +0 -0
  51. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc.class +0 -0
  52. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceImplBase.class +0 -0
  53. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$MethodHandlers.class +0 -0
  54. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$ReactorDataCoreBackofficeServiceStub.class +0 -0
  55. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.class +0 -0
  56. package/service/target/generated-sources/protobuf/grpc-java/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc.java +86 -0
  57. package/service/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.java +40 -0
  58. package/service/target/maven-archiver/pom.properties +2 -2
  59. package/service/target/outbound-service-0.3.37-sources.jar +0 -0
  60. package/service/target/outbound-service-0.3.37.jar +0 -0
  61. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacSATADevice$1.class +0 -0
  62. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacSATADevice$Builder.class +0 -0
  63. package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress$1.class +0 -0
  64. package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress$Builder.class +0 -0
  65. package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress.class +0 -0
  66. package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpressOrBuilder.class +0 -0
  67. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NVMExpress.java +0 -2375
  68. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NVMExpressOrBuilder.java +0 -214
  69. package/service/target/outbound-service-0.3.35-sources.jar +0 -0
  70. package/service/target/outbound-service-0.3.35.jar +0 -0
@@ -73,6 +73,9 @@ service DataCoreBackofficeService {
73
73
  rpc GetSite(SiteKey) returns (Site);
74
74
  rpc UpdateSite(Site) returns (Site);
75
75
  rpc DeleteSite(SiteKey) returns (Site);
76
+
77
+ // Deconcile an entity from the aliases (reverse reconciliation)
78
+ rpc EntityDeconcile(DeconcileRequest) returns (DeconcileResponse) {}
76
79
  }
77
80
 
78
81
  message Site {
@@ -532,23 +535,23 @@ message Relation {
532
535
  */
533
536
  message CorrelationFields {
534
537
  // version or timestamp here...
535
- repeated CorrField field = 1;
538
+ repeated CorrField field = 1;
536
539
 
537
540
  }
538
541
 
539
542
  message CorrField {
540
- string key = 1;
541
- repeated string value = 2;
543
+ string key = 1;
544
+ repeated string value = 2;
542
545
  }
543
546
 
544
547
  /**
545
548
  * ReconciliationInfo fields used by reconciliation/correlation engine.
546
549
  */
547
550
  message ReconciliationInfo {
548
- enum EntryState {
549
- GOLDEN = 0;
550
- ALIAS = 1;
551
- }
551
+ enum EntryState {
552
+ GOLDEN = 0;
553
+ ALIAS = 1;
554
+ }
552
555
 
553
556
  enum MasterType {
554
557
  ENGINE = 0;
@@ -559,7 +562,7 @@ message ReconciliationInfo {
559
562
  EntryState state = 2;
560
563
  optional MasterType master_type = 3; // NULL | ENGINE | USER
561
564
 
562
- reserved 4,5,6,7,8;
565
+ reserved 4, 5, 6, 7, 8;
563
566
 
564
567
  optional CorrelationInfo master_asset = 9; // null if GOLDEN / Filled with ID of master if overridden
565
568
  optional CorrelationInfo reference_asset = 10; // Filled by ENGINE with the Master ID chosen, if any: To preserve history of engine decisions vs user decisions.
@@ -734,7 +737,7 @@ message IntuneDevice {
734
737
  string management_agent = 33;
735
738
  string os_version = 34;
736
739
  string eas_device_id = 35;
737
- optional google.protobuf.Timestamp eas_activation_date= 36;
740
+ optional google.protobuf.Timestamp eas_activation_date = 36;
738
741
  bool is_azure_ad_registered = 37;
739
742
  string device_enrollment_type = 38;
740
743
  string activation_lock_bypass_code = 39;
@@ -879,10 +882,10 @@ message CoreFields {
879
882
  }
880
883
 
881
884
  message LastUser {
882
- string user_name = 1;
883
- optional string user_type = 2;
884
- optional string upn = 3;
885
- optional string sid = 4;
885
+ string user_name = 1;
886
+ optional string user_type = 2;
887
+ optional string upn = 3;
888
+ optional string sid = 4;
886
889
  }
887
890
 
888
891
  message UserLogon {
@@ -963,27 +966,27 @@ message UserInGroup {
963
966
  */
964
967
  message InternetExplorer {
965
968
  // from WindowsActiveX
966
- message ActiveX {
967
- optional string control = 1;
968
- optional string code_base = 2;
969
- optional string info = 3;
970
- optional string osd = 4;
971
- }
972
-
973
- // InternetExplorerExtensionInfo
974
- message Extension {
975
- optional string control = 1;
976
- optional string button_text = 2;
977
- optional string cls_id = 3;
978
- optional string default_visible = 4;
979
- optional string exec = 5;
980
- optional string hot_icon = 6;
981
- optional string icon = 7;
982
- optional string menu_text = 8;
983
- optional string tooltip = 9;
984
- }
985
-
986
- // from InternetExplorerBrowserObjectInfo
969
+ message ActiveX {
970
+ optional string control = 1;
971
+ optional string code_base = 2;
972
+ optional string info = 3;
973
+ optional string osd = 4;
974
+ }
975
+
976
+ // InternetExplorerExtensionInfo
977
+ message Extension {
978
+ optional string control = 1;
979
+ optional string button_text = 2;
980
+ optional string cls_id = 3;
981
+ optional string default_visible = 4;
982
+ optional string exec = 5;
983
+ optional string hot_icon = 6;
984
+ optional string icon = 7;
985
+ optional string menu_text = 8;
986
+ optional string tooltip = 9;
987
+ }
988
+
989
+ // from InternetExplorerBrowserObjectInfo
987
990
  message BrowserObject {
988
991
  string control = 1;
989
992
  }
@@ -1010,23 +1013,23 @@ message WindowsSqlServer {
1010
1013
  MIXED = 2;
1011
1014
  }
1012
1015
 
1013
- bool is_clustered = 1;
1014
- SqlAuthenticationMode sql_authentication_mode = 2;
1015
- repeated SqlServerDatabase databases = 3;
1016
- repeated SqlServerService services = 4;
1017
- string service_name = 5;
1018
- string display_version = 6;
1019
- string version = 7;
1020
- optional int32 sp_level = 8;
1021
- optional string sku_name = 9;
1022
- optional MappedValue language = 10;
1023
- optional bool is_wow64 = 11;
1024
- optional string install_path = 12;
1025
- optional string file_version = 13;
1026
- optional string data_path = 14;
1027
- optional SqlServerCluster cluster = 15;
1028
- string instance_id = 16;
1029
- optional string instance_name = 17;
1016
+ bool is_clustered = 1;
1017
+ SqlAuthenticationMode sql_authentication_mode = 2;
1018
+ repeated SqlServerDatabase databases = 3;
1019
+ repeated SqlServerService services = 4;
1020
+ string service_name = 5;
1021
+ string display_version = 6;
1022
+ string version = 7;
1023
+ optional int32 sp_level = 8;
1024
+ optional string sku_name = 9;
1025
+ optional MappedValue language = 10;
1026
+ optional bool is_wow64 = 11;
1027
+ optional string install_path = 12;
1028
+ optional string file_version = 13;
1029
+ optional string data_path = 14;
1030
+ optional SqlServerCluster cluster = 15;
1031
+ string instance_id = 16;
1032
+ optional string instance_name = 17;
1030
1033
  }
1031
1034
 
1032
1035
 
@@ -1075,7 +1078,7 @@ message SqlServerClusterNode {
1075
1078
  /**
1076
1079
  * Log entry for windows sql server change log, tracking install, uninstall and update.
1077
1080
  */
1078
- message WindowsSqlServerChangeEvent {
1081
+ message WindowsSqlServerChangeEvent {
1079
1082
  enum EventType {
1080
1083
  INSTALL = 0;
1081
1084
  UNINSTALL = 1;
@@ -1391,7 +1394,7 @@ message NetworkInterface {
1391
1394
  message NetIpAddress {
1392
1395
  string ip = 1;
1393
1396
  string subnet = 2;
1394
- enum IpType { IPV4 = 0; IPV6 = 1; }
1397
+ enum IpType {IPV4 = 0; IPV6 = 1;}
1395
1398
  optional IpType type = 3;
1396
1399
  }
1397
1400
 
@@ -1399,10 +1402,10 @@ message NetIpAddress {
1399
1402
  * Network protocols, summary and detailed info.
1400
1403
  */
1401
1404
  message NetworkProtocols {
1402
- repeated string protocol = 1; // summary list of protocols and data points available
1405
+ repeated string protocol = 1; // summary list of protocols and data points available
1403
1406
 
1404
- // later here we can have all fingerprints merged
1405
- optional SnmpInfo snmp = 2;
1407
+ // later here we can have all fingerprints merged
1408
+ optional SnmpInfo snmp = 2;
1406
1409
  }
1407
1410
 
1408
1411
  message SnmpInfo {
@@ -1521,13 +1524,13 @@ message Processor {
1521
1524
  /** Chassis **/
1522
1525
  message Chassis
1523
1526
  {
1524
- MappedValue type = 1;
1527
+ MappedValue type = 1;
1525
1528
  optional bool lock_present = 2;
1526
- optional string manufacturer = 3;
1529
+ optional string manufacturer = 3;
1527
1530
  optional MappedValue security_status = 4;
1528
- optional string serial_number = 5;
1529
- optional string asset_tag = 6;
1530
- optional string version = 7;
1531
+ optional string serial_number = 5;
1532
+ optional string asset_tag = 6;
1533
+ optional string version = 7;
1531
1534
  optional MappedValue bootup_state = 8;
1532
1535
  }
1533
1536
 
@@ -1590,7 +1593,7 @@ message NetworkVolume {
1590
1593
  oneof driver {
1591
1594
  WindowsMappedDrive win_mapped_drive = 1;
1592
1595
  MacNetworkVolume mac_volume = 2;
1593
- }
1596
+ }
1594
1597
 
1595
1598
  optional string name = 100;
1596
1599
  }
@@ -1704,7 +1707,7 @@ message BootConfig {
1704
1707
  */
1705
1708
  message SharedResource {
1706
1709
  optional string caption = 1;
1707
- optional string name = 2;
1710
+ optional string name = 2;
1708
1711
  optional string path = 3;
1709
1712
  optional MappedValue type = 4;
1710
1713
  repeated SharedPermission shared_permission = 5;
@@ -1713,9 +1716,9 @@ message SharedResource {
1713
1716
  /**
1714
1717
  * SharedPermission: windows SharePermissionInfo.
1715
1718
  */
1716
- message SharedPermission {
1719
+ message SharedPermission {
1717
1720
  optional string name = 1;
1718
- optional string trustee = 2;
1721
+ optional string trustee = 2;
1719
1722
  optional bool read_access = 3;
1720
1723
  optional bool write_access = 4;
1721
1724
  optional bool full_access = 5;
@@ -1754,7 +1757,7 @@ message OperatingSystemService {
1754
1757
  */
1755
1758
  message OperatingSystemRecovery {
1756
1759
  oneof os {
1757
- WindowsOsRecovery win = 1;
1760
+ WindowsOsRecovery win = 1;
1758
1761
  }
1759
1762
  }
1760
1763
 
@@ -1807,7 +1810,7 @@ message WindowsSystemDriver {
1807
1810
  optional int32 exit_code = 5;
1808
1811
  optional string path_name = 6;
1809
1812
  optional int32 service_specific_exit_code = 7;
1810
- optional string service_type= 8;
1813
+ optional string service_type = 8;
1811
1814
  optional bool started = 9;
1812
1815
  optional string start_mode = 10;
1813
1816
  optional string start_name = 11;
@@ -1942,28 +1945,6 @@ message ComputerMacNetworkLocation {
1942
1945
  repeated NetworkInterface location_services = 3;
1943
1946
  }
1944
1947
 
1945
- /* Section element for NVMExpress info on Mac */
1946
- message ComputerMacNVMExpress {
1947
- optional string controller_name = 1;
1948
- repeated NVMExpress entries = 2;
1949
- }
1950
-
1951
- message NVMExpress {
1952
- optional string name = 1;
1953
- optional string bsd_name = 2;
1954
- optional bool detachable_drive = 3;
1955
- optional string device_model = 4;
1956
- optional string device_revision = 5;
1957
- optional string device_serial_number = 6;
1958
- optional string partition_map_type = 7;
1959
- optional bool removable_media = 8;
1960
- optional string size = 9;
1961
- optional uint64 size_in_bytes = 10;
1962
- optional string smart_status = 11;
1963
- optional bool trim_support = 12;
1964
- repeated MacDiskVolume volumes = 13;
1965
- }
1966
-
1967
1948
  // Memory Controller, Linux specific for now
1968
1949
  message ComputerLinuxMemoryController {
1969
1950
  optional string supported_interleave = 1;
@@ -2031,6 +2012,13 @@ message ComputerLinuxMemoryModule {
2031
2012
  optional string error_status = 7;
2032
2013
  }
2033
2014
 
2015
+ /* Section element for NVMExpress info on Mac */
2016
+ message ComputerMacNVMExpress {
2017
+ optional string controller_name = 1;
2018
+ reserved 2; // Deprecated field
2019
+ repeated MacHardDiskDevice entries = 3;
2020
+ }
2021
+
2034
2022
  // SATA Controller, macOS specific for now
2035
2023
  message ComputerMacSATAController {
2036
2024
  optional string name = 1;
@@ -2040,10 +2028,10 @@ message ComputerMacSATAController {
2040
2028
  optional string port_speed = 5;
2041
2029
  optional string product = 6;
2042
2030
  optional string vendor = 7;
2043
- repeated MacSATADevice devices = 8;
2031
+ repeated MacHardDiskDevice devices = 8;
2044
2032
  }
2045
2033
 
2046
- message MacSATADevice {
2034
+ message MacHardDiskDevice {
2047
2035
  optional string name = 1;
2048
2036
  optional string bsd_name = 2;
2049
2037
  optional bool detachable_drive = 3;
@@ -2056,11 +2044,11 @@ message MacSATADevice {
2056
2044
  optional uint64 size_in_bytes = 10;
2057
2045
  optional string smart_status = 11;
2058
2046
  optional string medium_type = 12;
2059
- optional bool native_command_queuing = 13;
2060
- optional string queue_depth = 14;
2061
- optional bool trim_support = 15;
2062
- optional string async_notification = 16;
2063
- optional string power_off = 17;
2047
+ optional bool native_command_queuing = 13; // Sata Controller Only
2048
+ optional string queue_depth = 14; // Sata Controller Only
2049
+ optional bool trim_support = 15; // Sata Controller Only
2050
+ optional string async_notification = 16; // Sata Controller Only
2051
+ optional string power_off = 17; // Sata Controller Only
2064
2052
  repeated MacDiskVolume volumes = 18;
2065
2053
  }
2066
2054
 
@@ -2118,34 +2106,34 @@ message SoundCard {
2118
2106
  * Graphics Card for computers: Windows.VideoControllers, Unix.SoundCards (=PciCards)
2119
2107
  **/
2120
2108
  message GraphicsCard {
2121
- optional string name = 1; // Windows, Linux, MacOS
2122
- optional int32 color_planes_count = 2; // Windows
2123
- optional int32 current_bits_per_pixel = 3; // Windows
2124
- optional int32 current_horizontal_resolution = 4; // Windows
2125
- optional int64 current_number_of_colors = 5; // Windows
2126
- optional int32 current_refresh_rate = 6; // Windows
2127
- optional MappedValue current_scan_mode = 7; // Windows
2128
- optional int32 current_vertical_resolution = 8; // Windows
2129
- optional string device_id = 9; // Windows, Linux, MacOS
2130
- optional int32 device_specific_pens = 10; // Windows
2131
- optional string driver_version = 11; // Windows
2132
- optional string inf_filename = 12; // Windows
2133
- optional string inf_section = 13; // Windows
2134
- optional string installed_display_drivers = 14; // Windows
2135
- optional bool is_monochrome = 15; // Windows
2136
- optional string manufacturer = 16; // Windows, Linux, MacOS
2137
- optional int32 max_refresh_rate = 17; // Windows
2138
- optional int64 memory = 18; // Windows, MacOS
2139
- optional MappedValue memory_type = 19; // Windows
2140
- optional int32 min_refresh_rate = 20; // Windows
2141
- optional string pci_type = 21; // Linux
2142
- optional string pnp_device_id = 22; // Windows
2143
- optional MappedValue state = 23; // Windows
2144
- optional string subsystem_manufacturer = 24; // Linux, MacOS
2145
- optional string subsystem_name = 25; // Linux
2146
- optional MappedValue video_architecture = 26; // Windows
2147
- optional string video_mode = 27; // Windows
2148
- optional string video_processor = 28; // Windows
2109
+ optional string name = 1; // Windows, Linux, MacOS
2110
+ optional int32 color_planes_count = 2; // Windows
2111
+ optional int32 current_bits_per_pixel = 3; // Windows
2112
+ optional int32 current_horizontal_resolution = 4; // Windows
2113
+ optional int64 current_number_of_colors = 5; // Windows
2114
+ optional int32 current_refresh_rate = 6; // Windows
2115
+ optional MappedValue current_scan_mode = 7; // Windows
2116
+ optional int32 current_vertical_resolution = 8; // Windows
2117
+ optional string device_id = 9; // Windows, Linux, MacOS
2118
+ optional int32 device_specific_pens = 10; // Windows
2119
+ optional string driver_version = 11; // Windows
2120
+ optional string inf_filename = 12; // Windows
2121
+ optional string inf_section = 13; // Windows
2122
+ optional string installed_display_drivers = 14; // Windows
2123
+ optional bool is_monochrome = 15; // Windows
2124
+ optional string manufacturer = 16; // Windows, Linux, MacOS
2125
+ optional int32 max_refresh_rate = 17; // Windows
2126
+ optional int64 memory = 18; // Windows, MacOS
2127
+ optional MappedValue memory_type = 19; // Windows
2128
+ optional int32 min_refresh_rate = 20; // Windows
2129
+ optional string pci_type = 21; // Linux
2130
+ optional string pnp_device_id = 22; // Windows
2131
+ optional MappedValue state = 23; // Windows
2132
+ optional string subsystem_manufacturer = 24; // Linux, MacOS
2133
+ optional string subsystem_name = 25; // Linux
2134
+ optional MappedValue video_architecture = 26; // Windows
2135
+ optional string video_mode = 27; // Windows
2136
+ optional string video_processor = 28; // Windows
2149
2137
  }
2150
2138
 
2151
2139
  /**
@@ -2301,27 +2289,27 @@ message MacComputerBattery {
2301
2289
  * Optical disc drive for computers.
2302
2290
  **/
2303
2291
  message OpticalDrive {
2304
- optional string name = 1; // Windows: "HL-DT-ST DVD+-RW GHB0N", Linux: "VMware SATA CD00", Mac: "NECVMWar VMware SATA CD01" Windows, Linux, Mac
2305
- optional string status = 2; // "OK","Error","Degraded" Windows
2306
- optional string bus = 3; // "2:0:0:0" Linux
2307
- repeated MappedValue capabilities = 4; // "Supports writing, Random Access, Supports Removable Media" Windows
2308
- optional string cache_size = 5; // "32 KB", "2048 KB" Mac
2309
- optional string burn_support = 6; // "DRDeviceSupportLevelUnsupported","Yes (Apple Shipping Drive)","Yes (Generic Drive Support)" Mac
2310
- optional string cd_write = 7; // "-R, -RW" Mac
2311
- optional string dvd_write = 8; // "-R, -RAM, -RW" Mac
2312
- optional string read_dvd = 9; // "yes" Mac
2313
- optional string drive_path = 10; // Windows: "H:" Linux: "/dev/sr0 (/dev/sg0)" Windows, Linux
2314
- optional string firmware_version = 11; // "RQ00","1.00" Mac
2315
- optional string connection = 12; // "ATAPI","USB" Mac
2316
- optional string is_underrun_protection_enabled = 13; // "yes" Mac
2317
- optional string manufacturer = 14; // Windows:"(Standard CD-ROM drives)",Linux:"NECVMWar" Windows, Linux
2318
- optional string mount_point = 15; // Linux
2319
- optional string write_strategies = 16; // "CD-TAO, CD-SAO, CD-Raw, DVD-DAO" Mac
2320
- optional int32 scsi_bus = 17; // 7 Windows
2321
- optional int32 scsi_logical_unit = 18; // 0 Windows
2322
- optional int32 scsi_port = 19; // 0 Windows
2323
- optional int32 scsi_target_id = 20; // 0 Windows
2324
- optional string media_burn_information = 21; // Mac
2292
+ optional string name = 1; // Windows: "HL-DT-ST DVD+-RW GHB0N", Linux: "VMware SATA CD00", Mac: "NECVMWar VMware SATA CD01" Windows, Linux, Mac
2293
+ optional string status = 2; // "OK","Error","Degraded" Windows
2294
+ optional string bus = 3; // "2:0:0:0" Linux
2295
+ repeated MappedValue capabilities = 4; // "Supports writing, Random Access, Supports Removable Media" Windows
2296
+ optional string cache_size = 5; // "32 KB", "2048 KB" Mac
2297
+ optional string burn_support = 6; // "DRDeviceSupportLevelUnsupported","Yes (Apple Shipping Drive)","Yes (Generic Drive Support)" Mac
2298
+ optional string cd_write = 7; // "-R, -RW" Mac
2299
+ optional string dvd_write = 8; // "-R, -RAM, -RW" Mac
2300
+ optional string read_dvd = 9; // "yes" Mac
2301
+ optional string drive_path = 10; // Windows: "H:" Linux: "/dev/sr0 (/dev/sg0)" Windows, Linux
2302
+ optional string firmware_version = 11; // "RQ00","1.00" Mac
2303
+ optional string connection = 12; // "ATAPI","USB" Mac
2304
+ optional string is_underrun_protection_enabled = 13; // "yes" Mac
2305
+ optional string manufacturer = 14; // Windows:"(Standard CD-ROM drives)",Linux:"NECVMWar" Windows, Linux
2306
+ optional string mount_point = 15; // Linux
2307
+ optional string write_strategies = 16; // "CD-TAO, CD-SAO, CD-Raw, DVD-DAO" Mac
2308
+ optional int32 scsi_bus = 17; // 7 Windows
2309
+ optional int32 scsi_logical_unit = 18; // 0 Windows
2310
+ optional int32 scsi_port = 19; // 0 Windows
2311
+ optional int32 scsi_target_id = 20; // 0 Windows
2312
+ optional string media_burn_information = 21; // Mac
2325
2313
  }
2326
2314
 
2327
2315
  /**
@@ -2329,15 +2317,15 @@ message OpticalDrive {
2329
2317
  **/
2330
2318
  message Motherboard {
2331
2319
  string name = 1; // Windows, Linux
2332
- repeated string config_options = 2; // Windows
2333
- optional bool is_hosting_board = 3; // Windows
2334
- optional bool is_powered_on = 4; // Windows
2335
- optional string location = 5; // Linux
2336
- optional string manufacturer = 6; // Windows, Linux
2337
- optional string serial_number = 7; // Windows, Linux
2338
- optional string tag = 8; // Windows
2339
- optional string type = 9; // Linux
2340
- optional string version = 10; // Windows, Linux
2320
+ repeated string config_options = 2; // Windows
2321
+ optional bool is_hosting_board = 3; // Windows
2322
+ optional bool is_powered_on = 4; // Windows
2323
+ optional string location = 5; // Linux
2324
+ optional string manufacturer = 6; // Windows, Linux
2325
+ optional string serial_number = 7; // Windows, Linux
2326
+ optional string tag = 8; // Windows
2327
+ optional string type = 9; // Linux
2328
+ optional string version = 10; // Windows, Linux
2341
2329
 
2342
2330
  repeated MotherboardDevice device = 12;
2343
2331
  }
@@ -2346,9 +2334,9 @@ message Motherboard {
2346
2334
  * Motherboard device, available only on Windows atm.
2347
2335
  **/
2348
2336
  message MotherboardDevice {
2349
- optional string description = 1;
2350
- optional bool enabled = 2;
2351
- optional string tag = 3;
2337
+ optional string description = 1;
2338
+ optional bool enabled = 2;
2339
+ optional string tag = 3;
2352
2340
  optional MappedValue type = 4;
2353
2341
  }
2354
2342
 
@@ -2356,48 +2344,48 @@ message MotherboardDevice {
2356
2344
  * Memory with summary fields and repeated entries.
2357
2345
  **/
2358
2346
  message Memory {
2359
- int64 installed_size = 1;
2360
- repeated PhysicalMemory physical_memory = 2;
2361
- repeated MemoryArray memory_array = 3;
2362
- optional string global_ecc_state = 4; // macOS only
2363
- optional bool is_memory_upgradable = 5; // macOS only
2347
+ int64 installed_size = 1;
2348
+ repeated PhysicalMemory physical_memory = 2;
2349
+ repeated MemoryArray memory_array = 3;
2350
+ optional string global_ecc_state = 4; // macOS only
2351
+ optional bool is_memory_upgradable = 5; // macOS only
2364
2352
  }
2365
2353
 
2366
2354
  /** MemoryEntry **/
2367
2355
  message PhysicalMemory
2368
2356
  {
2369
- optional int64 size = 21; // memory capacity/size
2370
- optional string bank_locator= 1; // Linux
2371
- optional int32 configured_clock_speed = 2; // Windows
2372
- optional int32 configured_voltage= 3; // Windows
2373
- optional int32 data_width= 4; // Windows, Linux
2374
- optional string device_locator= 5; // Windows, Linux
2375
- optional MappedValue form_factor= 6; // Windows, Linux
2376
- optional int32 interleave_data_depth= 7; // Windows
2377
- optional MappedValue interleave_position= 8; // Windows
2378
- optional string manufacturer= 9; // Windows, Mac, Linux
2379
- optional string name= 10; // Mac
2380
- optional string part_number= 11; // Windows, Mac
2381
- optional int32 position_in_row= 12; // Windows
2382
- optional string serial_number= 13; // Windows, Mac, Linux
2383
- optional string set= 14; // Linux
2384
- optional string sku= 15; // Windows
2385
- optional int32 speed= 16; // Windows, Linux, Mac
2386
- optional string state= 17; // Mac
2387
- optional int32 total_width= 18; // Windows, Linux
2388
- optional MappedValue type= 19; // Windows, Linux, Mac
2389
- optional MappedValue type_detail= 20; // Windows, Linux
2357
+ optional int64 size = 21; // memory capacity/size
2358
+ optional string bank_locator = 1; // Linux
2359
+ optional int32 configured_clock_speed = 2; // Windows
2360
+ optional int32 configured_voltage = 3; // Windows
2361
+ optional int32 data_width = 4; // Windows, Linux
2362
+ optional string device_locator = 5; // Windows, Linux
2363
+ optional MappedValue form_factor = 6; // Windows, Linux
2364
+ optional int32 interleave_data_depth = 7; // Windows
2365
+ optional MappedValue interleave_position = 8; // Windows
2366
+ optional string manufacturer = 9; // Windows, Mac, Linux
2367
+ optional string name = 10; // Mac
2368
+ optional string part_number = 11; // Windows, Mac
2369
+ optional int32 position_in_row = 12; // Windows
2370
+ optional string serial_number = 13; // Windows, Mac, Linux
2371
+ optional string set = 14; // Linux
2372
+ optional string sku = 15; // Windows
2373
+ optional int32 speed = 16; // Windows, Linux, Mac
2374
+ optional string state = 17; // Mac
2375
+ optional int32 total_width = 18; // Windows, Linux
2376
+ optional MappedValue type = 19; // Windows, Linux, Mac
2377
+ optional MappedValue type_detail = 20; // Windows, Linux
2390
2378
  }
2391
2379
 
2392
2380
 
2393
2381
  /** MemoryArray, only Windows **/
2394
2382
  message MemoryArray {
2395
- optional int32 max_capacity= 1; // Windows
2396
- optional MappedValue location= 2; // Windows
2397
- optional int32 memory_devices= 3; // Windows
2398
- optional MappedValue memory_error_correction= 4; // Windows
2399
- optional string tag= 5; // Windows
2400
- optional MappedValue use= 6; // Windows
2383
+ optional int32 max_capacity = 1; // Windows
2384
+ optional MappedValue location = 2; // Windows
2385
+ optional int32 memory_devices = 3; // Windows
2386
+ optional MappedValue memory_error_correction = 4; // Windows
2387
+ optional string tag = 5; // Windows
2388
+ optional MappedValue use = 6; // Windows
2401
2389
  }
2402
2390
 
2403
2391
  /**
@@ -2979,7 +2967,7 @@ message WindowsPageFileUsage {
2979
2967
  optional uint32 allocated_base_size = 1;
2980
2968
  optional string caption = 2;
2981
2969
  optional uint32 current_usage = 3;
2982
- optional string description = 4;
2970
+ optional string description = 4;
2983
2971
  optional google.protobuf.Timestamp install_date = 5;
2984
2972
  optional string name = 6;
2985
2973
  optional uint32 peak_usage = 7;
package/service/pom.xml CHANGED
@@ -6,7 +6,7 @@
6
6
  <parent>
7
7
  <groupId>com.lansweeper.dp.outbound.v1</groupId>
8
8
  <artifactId>parent</artifactId>
9
- <version>0.3.35</version>
9
+ <version>0.3.37</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-service</artifactId>