@lansweeper/data-platform-outbound-grpc 0.7.0 → 0.8.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/CHANGELOG.md +260 -1052
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +85 -0
- package/gen-proto/outbound_pb.js +656 -2
- package/generated-go/outbound.pb.go +8058 -7823
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +18 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVHost$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVHost$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVHost$HyperVGuestKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVHost.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVHostOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServer$SccmChildSitesDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SccmServerOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfoOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +18 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +376 -140
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +27 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Computer.java +551 -108
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.java +44 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVHost.java +725 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVHostOrBuilder.java +62 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3937 -3876
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SccmServer.java +319 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SccmServerOrBuilder.java +52 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo.java +1240 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfoOrBuilder.java +107 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +10 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/model/target/{outbound-model-0.6.1-sources.jar → outbound-model-0.8.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.6.1.jar → outbound-model-0.8.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +18 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.6.1-sources.jar → outbound-service-0.8.0-sources.jar} +0 -0
- package/service/target/{outbound-service-0.6.1.jar → outbound-service-0.8.0.jar} +0 -0
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
// source: outbound.proto
|
|
3
|
+
|
|
4
|
+
// Protobuf Java Version: 3.25.1
|
|
5
|
+
package com.lansweeper.dp.outbound.v1;
|
|
6
|
+
|
|
7
|
+
public interface WindowsComputerRegistryInfoOrBuilder extends
|
|
8
|
+
// @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.WindowsComputerRegistryInfo)
|
|
9
|
+
com.google.protobuf.MessageOrBuilder {
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* <code>optional string root_key = 1;</code>
|
|
13
|
+
* @return Whether the rootKey field is set.
|
|
14
|
+
*/
|
|
15
|
+
boolean hasRootKey();
|
|
16
|
+
/**
|
|
17
|
+
* <code>optional string root_key = 1;</code>
|
|
18
|
+
* @return The rootKey.
|
|
19
|
+
*/
|
|
20
|
+
java.lang.String getRootKey();
|
|
21
|
+
/**
|
|
22
|
+
* <code>optional string root_key = 1;</code>
|
|
23
|
+
* @return The bytes for rootKey.
|
|
24
|
+
*/
|
|
25
|
+
com.google.protobuf.ByteString
|
|
26
|
+
getRootKeyBytes();
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* <code>optional string key = 2;</code>
|
|
30
|
+
* @return Whether the key field is set.
|
|
31
|
+
*/
|
|
32
|
+
boolean hasKey();
|
|
33
|
+
/**
|
|
34
|
+
* <code>optional string key = 2;</code>
|
|
35
|
+
* @return The key.
|
|
36
|
+
*/
|
|
37
|
+
java.lang.String getKey();
|
|
38
|
+
/**
|
|
39
|
+
* <code>optional string key = 2;</code>
|
|
40
|
+
* @return The bytes for key.
|
|
41
|
+
*/
|
|
42
|
+
com.google.protobuf.ByteString
|
|
43
|
+
getKeyBytes();
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* <code>optional string sub_key = 3;</code>
|
|
47
|
+
* @return Whether the subKey field is set.
|
|
48
|
+
*/
|
|
49
|
+
boolean hasSubKey();
|
|
50
|
+
/**
|
|
51
|
+
* <code>optional string sub_key = 3;</code>
|
|
52
|
+
* @return The subKey.
|
|
53
|
+
*/
|
|
54
|
+
java.lang.String getSubKey();
|
|
55
|
+
/**
|
|
56
|
+
* <code>optional string sub_key = 3;</code>
|
|
57
|
+
* @return The bytes for subKey.
|
|
58
|
+
*/
|
|
59
|
+
com.google.protobuf.ByteString
|
|
60
|
+
getSubKeyBytes();
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* <code>optional string value = 4;</code>
|
|
64
|
+
* @return Whether the value field is set.
|
|
65
|
+
*/
|
|
66
|
+
boolean hasValue();
|
|
67
|
+
/**
|
|
68
|
+
* <code>optional string value = 4;</code>
|
|
69
|
+
* @return The value.
|
|
70
|
+
*/
|
|
71
|
+
java.lang.String getValue();
|
|
72
|
+
/**
|
|
73
|
+
* <code>optional string value = 4;</code>
|
|
74
|
+
* @return The bytes for value.
|
|
75
|
+
*/
|
|
76
|
+
com.google.protobuf.ByteString
|
|
77
|
+
getValueBytes();
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* <pre>
|
|
81
|
+
*=> $"{RootKey}\\{Key}";
|
|
82
|
+
* </pre>
|
|
83
|
+
*
|
|
84
|
+
* <code>optional string reg_key = 5;</code>
|
|
85
|
+
* @return Whether the regKey field is set.
|
|
86
|
+
*/
|
|
87
|
+
boolean hasRegKey();
|
|
88
|
+
/**
|
|
89
|
+
* <pre>
|
|
90
|
+
*=> $"{RootKey}\\{Key}";
|
|
91
|
+
* </pre>
|
|
92
|
+
*
|
|
93
|
+
* <code>optional string reg_key = 5;</code>
|
|
94
|
+
* @return The regKey.
|
|
95
|
+
*/
|
|
96
|
+
java.lang.String getRegKey();
|
|
97
|
+
/**
|
|
98
|
+
* <pre>
|
|
99
|
+
*=> $"{RootKey}\\{Key}";
|
|
100
|
+
* </pre>
|
|
101
|
+
*
|
|
102
|
+
* <code>optional string reg_key = 5;</code>
|
|
103
|
+
* @return The bytes for regKey.
|
|
104
|
+
*/
|
|
105
|
+
com.google.protobuf.ByteString
|
|
106
|
+
getRegKeyBytes();
|
|
107
|
+
}
|
package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
CHANGED
|
@@ -143,6 +143,7 @@ com/lansweeper/dp/outbound/v1/MacDiskVolume.class
|
|
|
143
143
|
com/lansweeper/dp/outbound/v1/VmwareDisk$Builder.class
|
|
144
144
|
com/lansweeper/dp/outbound/v1/CatalogSoftware$Builder.class
|
|
145
145
|
com/lansweeper/dp/outbound/v1/ComputerMacPreferencePane$Builder.class
|
|
146
|
+
com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo.class
|
|
146
147
|
com/lansweeper/dp/outbound/v1/PcmciaController.class
|
|
147
148
|
com/lansweeper/dp/outbound/v1/SccmClient.class
|
|
148
149
|
com/lansweeper/dp/outbound/v1/ComputerMacDiagnosticsOrBuilder.class
|
|
@@ -452,12 +453,14 @@ com/lansweeper/dp/outbound/v1/SetIpLocationConfigRequest$1.class
|
|
|
452
453
|
com/lansweeper/dp/outbound/v1/SqlServerDatabase$1.class
|
|
453
454
|
com/lansweeper/dp/outbound/v1/CorrelationRealignment$1.class
|
|
454
455
|
com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.class
|
|
456
|
+
com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo$1.class
|
|
455
457
|
com/lansweeper/dp/outbound/v1/UserAccountOrBuilder.class
|
|
456
458
|
com/lansweeper/dp/outbound/v1/IpInfoOrBuilder.class
|
|
457
459
|
com/lansweeper/dp/outbound/v1/Chassis$1.class
|
|
458
460
|
com/lansweeper/dp/outbound/v1/ComputerMacSecureElementsOrBuilder.class
|
|
459
461
|
com/lansweeper/dp/outbound/v1/ComputerWindowsPageFile.class
|
|
460
462
|
com/lansweeper/dp/outbound/v1/ComputerMacHardwareController$Builder.class
|
|
463
|
+
com/lansweeper/dp/outbound/v1/HyperVHost$1.class
|
|
461
464
|
com/lansweeper/dp/outbound/v1/VmwareVCenterOrBuilder.class
|
|
462
465
|
com/lansweeper/dp/outbound/v1/OtScanInfo$Builder.class
|
|
463
466
|
com/lansweeper/dp/outbound/v1/ComputerMacAccessibility.class
|
|
@@ -539,6 +542,7 @@ com/lansweeper/dp/outbound/v1/Driver$Builder.class
|
|
|
539
542
|
com/lansweeper/dp/outbound/v1/ComputerLinuxBasicInfo$1.class
|
|
540
543
|
com/lansweeper/dp/outbound/v1/OperatingSystemChangeEvent.class
|
|
541
544
|
com/lansweeper/dp/outbound/v1/ComputerMacRegionalSettings$Builder.class
|
|
545
|
+
com/lansweeper/dp/outbound/v1/HyperVHostOrBuilder.class
|
|
542
546
|
com/lansweeper/dp/outbound/v1/ScannedPort$1.class
|
|
543
547
|
com/lansweeper/dp/outbound/v1/OperatingSystemRecoveryOrBuilder.class
|
|
544
548
|
com/lansweeper/dp/outbound/v1/ReconRuleSet$1.class
|
|
@@ -578,6 +582,7 @@ com/lansweeper/dp/outbound/v1/TrustedPlatformModuleOrBuilder.class
|
|
|
578
582
|
com/lansweeper/dp/outbound/v1/HyperVNetworkOrBuilder.class
|
|
579
583
|
com/lansweeper/dp/outbound/v1/ComputerWindowsDisplay$Builder.class
|
|
580
584
|
com/lansweeper/dp/outbound/v1/DriveVolume.class
|
|
585
|
+
com/lansweeper/dp/outbound/v1/HyperVHost$HyperVGuestKeysDefaultEntryHolder.class
|
|
581
586
|
com/lansweeper/dp/outbound/v1/CorrField$Builder.class
|
|
582
587
|
com/lansweeper/dp/outbound/v1/HttpCertificateOrBuilder.class
|
|
583
588
|
com/lansweeper/dp/outbound/v1/CorrelationIndexRealignmentResponse$1.class
|
|
@@ -956,6 +961,7 @@ com/lansweeper/dp/outbound/v1/CloudEntity$Builder.class
|
|
|
956
961
|
com/lansweeper/dp/outbound/v1/CitrixPool$1.class
|
|
957
962
|
com/lansweeper/dp/outbound/v1/ListEntityRequest.class
|
|
958
963
|
com/lansweeper/dp/outbound/v1/SoftwareChangeEvent$1.class
|
|
964
|
+
com/lansweeper/dp/outbound/v1/HyperVHost.class
|
|
959
965
|
com/lansweeper/dp/outbound/v1/AssetType$1.class
|
|
960
966
|
com/lansweeper/dp/outbound/v1/ComputerWindowsDisplayController.class
|
|
961
967
|
com/lansweeper/dp/outbound/v1/BluetoothDevice.class
|
|
@@ -987,6 +993,7 @@ com/lansweeper/dp/outbound/v1/GetEntityRequest$Builder.class
|
|
|
987
993
|
com/lansweeper/dp/outbound/v1/ComputerWindowsEnvironment$1.class
|
|
988
994
|
com/lansweeper/dp/outbound/v1/SoftwareInventoryOrBuilder.class
|
|
989
995
|
com/lansweeper/dp/outbound/v1/CorrelationFields$Builder.class
|
|
996
|
+
com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfoOrBuilder.class
|
|
990
997
|
com/lansweeper/dp/outbound/v1/CloudEntityOrBuilder.class
|
|
991
998
|
com/lansweeper/dp/outbound/v1/ComputerWindowsDiskPartition$Builder.class
|
|
992
999
|
com/lansweeper/dp/outbound/v1/ComputerConnectedModem.class
|
|
@@ -1077,6 +1084,7 @@ com/lansweeper/dp/outbound/v1/SharedResource$1.class
|
|
|
1077
1084
|
com/lansweeper/dp/outbound/v1/CorrelationRealignment.class
|
|
1078
1085
|
com/lansweeper/dp/outbound/v1/Bios$SpecCase.class
|
|
1079
1086
|
com/lansweeper/dp/outbound/v1/DatastoreClusterDrsPodConfigRule$Builder.class
|
|
1087
|
+
com/lansweeper/dp/outbound/v1/SccmServer$SccmChildSitesDefaultEntryHolder.class
|
|
1080
1088
|
com/lansweeper/dp/outbound/v1/ComputerWindowsIdeController$1.class
|
|
1081
1089
|
com/lansweeper/dp/outbound/v1/Software$Builder.class
|
|
1082
1090
|
com/lansweeper/dp/outbound/v1/Driver$1.class
|
|
@@ -1091,6 +1099,7 @@ com/lansweeper/dp/outbound/v1/DeconcileResponse$1.class
|
|
|
1091
1099
|
com/lansweeper/dp/outbound/v1/LinuxCommandInformation.class
|
|
1092
1100
|
com/lansweeper/dp/outbound/v1/LinuxOperatingSystemInfo$Builder.class
|
|
1093
1101
|
com/lansweeper/dp/outbound/v1/MacPrinterSoftwareItem.class
|
|
1102
|
+
com/lansweeper/dp/outbound/v1/HyperVHost$Builder.class
|
|
1094
1103
|
com/lansweeper/dp/outbound/v1/SqlServerClusterNode$1.class
|
|
1095
1104
|
com/lansweeper/dp/outbound/v1/Office365Mailbox$1.class
|
|
1096
1105
|
com/lansweeper/dp/outbound/v1/IpLocationConfig$Builder.class
|
|
@@ -1143,6 +1152,7 @@ com/lansweeper/dp/outbound/v1/ScanCredential$Builder.class
|
|
|
1143
1152
|
com/lansweeper/dp/outbound/v1/WindowsMappedDrive.class
|
|
1144
1153
|
com/lansweeper/dp/outbound/v1/VmwareDatacenter$Builder$DatastoresConverter.class
|
|
1145
1154
|
com/lansweeper/dp/outbound/v1/VmwareDatacenter$Builder.class
|
|
1155
|
+
com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo$Builder.class
|
|
1146
1156
|
com/lansweeper/dp/outbound/v1/WindowsPnpSignedDriver$Builder.class
|
|
1147
1157
|
com/lansweeper/dp/outbound/v1/ScannedPort.class
|
|
1148
1158
|
com/lansweeper/dp/outbound/v1/PointingDeviceOrBuilder.class
|
package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
CHANGED
|
@@ -160,6 +160,7 @@
|
|
|
160
160
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MotherboardOrBuilder.java
|
|
161
161
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SqlServerClusterNode.java
|
|
162
162
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AntivirusSoftwareOrBuilder.java
|
|
163
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVHostOrBuilder.java
|
|
163
164
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SqlServerDatabase.java
|
|
164
165
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CitrixHostPatchOrBuilder.java
|
|
165
166
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerLinuxPcieCard.java
|
|
@@ -198,6 +199,7 @@
|
|
|
198
199
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.java
|
|
199
200
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacDiagnostics.java
|
|
200
201
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SourceInfoOrBuilder.java
|
|
202
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfoOrBuilder.java
|
|
201
203
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CitrixStorage.java
|
|
202
204
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerWindowsSatOrBuilder.java
|
|
203
205
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEventOrBuilder.java
|
|
@@ -232,6 +234,7 @@
|
|
|
232
234
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/BluetoothDeviceOrBuilder.java
|
|
233
235
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerBatteryOrBuilder.java
|
|
234
236
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CorrelationInfo.java
|
|
237
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo.java
|
|
235
238
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Contact.java
|
|
236
239
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java
|
|
237
240
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CitrixAppliance.java
|
|
@@ -426,6 +429,7 @@
|
|
|
426
429
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.java
|
|
427
430
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareSnapshotOrBuilder.java
|
|
428
431
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CorrelationInfoOrBuilder.java
|
|
432
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVHost.java
|
|
429
433
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacThunderboltController.java
|
|
430
434
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LinuxBios.java
|
|
431
435
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacRegionalSettingsOrBuilder.java
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/data-platform-outbound-grpc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Data Platform Outbound gRPC",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"@grpc/grpc-js": "^1.5.1",
|
|
10
10
|
"google-protobuf": "^3.17.0"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "04353d850aab92d37039b3eee353d03103a3660d"
|
|
13
13
|
}
|
package/pom.xml
CHANGED
package/proto/outbound.proto
CHANGED
|
@@ -313,6 +313,7 @@ message Asset {
|
|
|
313
313
|
|
|
314
314
|
optional ActiveDirectoryComputer ad_computer = 88;
|
|
315
315
|
optional HyperV hyper_v_computer = 89;
|
|
316
|
+
optional HyperVHost hyper_v_host = 98; // HyperV Host info, if asset is a HyperV Guest
|
|
316
317
|
|
|
317
318
|
optional ActiveDirectoryPrinter ad_printer = 96;
|
|
318
319
|
optional Printer printer = 84;
|
|
@@ -470,6 +471,7 @@ message Computer {
|
|
|
470
471
|
repeated ComputerWindowsComApp windows_comapp_component = 217;
|
|
471
472
|
repeated ComputerWindowsSat windows_sat = 218;
|
|
472
473
|
repeated ComputerWindowsCodec windows_codec = 219;
|
|
474
|
+
repeated WindowsComputerRegistryInfo windows_registry_info = 228; // Windows registry info
|
|
473
475
|
optional ComputerMacAccessibility mac_accessibility = 220;
|
|
474
476
|
repeated ComputerMacOsFramework mac_framework = 221;
|
|
475
477
|
repeated ComputerMacPreferencePane mac_preference_pane = 222;
|
|
@@ -506,6 +508,7 @@ message SccmServer {
|
|
|
506
508
|
optional string domain = 3;
|
|
507
509
|
string server_id = 4; // reference to site useful for SccmSite Entity in Syncer
|
|
508
510
|
repeated SccmSite sccm_site = 5; // filled by SCCM Server for all sites - LECAdapter will create the opportunity Entity type [SccmSite and SccmServer]
|
|
511
|
+
map<string, bool> sccm_child_sites = 6; // map of child sites, where key is the entity_id of the child SCCM asset
|
|
509
512
|
}
|
|
510
513
|
|
|
511
514
|
message SccmSite {
|
|
@@ -522,6 +525,10 @@ message SccmClient {
|
|
|
522
525
|
optional string client_version = 2;
|
|
523
526
|
}
|
|
524
527
|
|
|
528
|
+
message HyperVHost {
|
|
529
|
+
map<string, bool> hyper_v_guest_keys = 1; // map of hyper-v guest keys, where key is the entity_id of the guest asset
|
|
530
|
+
}
|
|
531
|
+
|
|
525
532
|
/*
|
|
526
533
|
* HyperV Host/Guest only Windows
|
|
527
534
|
* WMI mappings at: https://learn.microsoft.com/en-us/windows/win32/hyperv_v2/msvm-computersystem
|
|
@@ -2839,6 +2846,17 @@ message ComputerLinuxPcieCard {
|
|
|
2839
2846
|
optional string parent = 7;
|
|
2840
2847
|
}
|
|
2841
2848
|
|
|
2849
|
+
/**
|
|
2850
|
+
* Computer Windows only: from WindowsComputerRegistryInfo
|
|
2851
|
+
*/
|
|
2852
|
+
message WindowsComputerRegistryInfo {
|
|
2853
|
+
optional string root_key = 1;
|
|
2854
|
+
optional string key = 2;
|
|
2855
|
+
optional string sub_key = 3;
|
|
2856
|
+
optional string value = 4;
|
|
2857
|
+
optional string reg_key = 5; //=> $"{RootKey}\\{Key}";
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2842
2860
|
/**
|
|
2843
2861
|
* Computer Windows only: from Windows Codec.
|
|
2844
2862
|
*/
|
package/service/pom.xml
CHANGED
package/service/target/{outbound-service-0.6.1-sources.jar → outbound-service-0.8.0-sources.jar}
RENAMED
|
index b2d74f5..957d3d8 100644
|
|
|
Binary file
|
|
index 9680d29..c4297ea 100644
|
|
|
Binary file
|