@lansweeper/data-platform-outbound-grpc 0.8.1 → 0.8.3
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 +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +34 -0
- package/gen-proto/outbound_pb.js +289 -3
- package/generated-go/outbound.pb.go +5832 -5730
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +8 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DirectReport$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DirectReport$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DirectReport.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DirectReportOrBuilder.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/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 +8 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +355 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DirectReport.java +678 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DirectReportOrBuilder.java +34 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +994 -978
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo.java +192 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfoOrBuilder.java +15 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/model/target/{outbound-model-0.8.0-sources.jar → outbound-model-0.8.2-sources.jar} +0 -0
- package/model/target/{outbound-model-0.8.0.jar → outbound-model-0.8.2.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +8 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.8.0-sources.jar → outbound-service-0.8.2-sources.jar} +0 -0
- package/service/target/{outbound-service-0.8.0.jar → outbound-service-0.8.2.jar} +0 -0
|
@@ -297,6 +297,32 @@ private static final long serialVersionUID = 0L;
|
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
+
public static final int LAST_CHANGED_FIELD_NUMBER = 6;
|
|
301
|
+
private com.google.protobuf.Timestamp lastChanged_;
|
|
302
|
+
/**
|
|
303
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
304
|
+
* @return Whether the lastChanged field is set.
|
|
305
|
+
*/
|
|
306
|
+
@java.lang.Override
|
|
307
|
+
public boolean hasLastChanged() {
|
|
308
|
+
return ((bitField0_ & 0x00000020) != 0);
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
312
|
+
* @return The lastChanged.
|
|
313
|
+
*/
|
|
314
|
+
@java.lang.Override
|
|
315
|
+
public com.google.protobuf.Timestamp getLastChanged() {
|
|
316
|
+
return lastChanged_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lastChanged_;
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
320
|
+
*/
|
|
321
|
+
@java.lang.Override
|
|
322
|
+
public com.google.protobuf.TimestampOrBuilder getLastChangedOrBuilder() {
|
|
323
|
+
return lastChanged_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lastChanged_;
|
|
324
|
+
}
|
|
325
|
+
|
|
300
326
|
private byte memoizedIsInitialized = -1;
|
|
301
327
|
@java.lang.Override
|
|
302
328
|
public final boolean isInitialized() {
|
|
@@ -326,6 +352,9 @@ private static final long serialVersionUID = 0L;
|
|
|
326
352
|
if (((bitField0_ & 0x00000010) != 0)) {
|
|
327
353
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, regKey_);
|
|
328
354
|
}
|
|
355
|
+
if (((bitField0_ & 0x00000020) != 0)) {
|
|
356
|
+
output.writeMessage(6, getLastChanged());
|
|
357
|
+
}
|
|
329
358
|
getUnknownFields().writeTo(output);
|
|
330
359
|
}
|
|
331
360
|
|
|
@@ -350,6 +379,10 @@ private static final long serialVersionUID = 0L;
|
|
|
350
379
|
if (((bitField0_ & 0x00000010) != 0)) {
|
|
351
380
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, regKey_);
|
|
352
381
|
}
|
|
382
|
+
if (((bitField0_ & 0x00000020) != 0)) {
|
|
383
|
+
size += com.google.protobuf.CodedOutputStream
|
|
384
|
+
.computeMessageSize(6, getLastChanged());
|
|
385
|
+
}
|
|
353
386
|
size += getUnknownFields().getSerializedSize();
|
|
354
387
|
memoizedSize = size;
|
|
355
388
|
return size;
|
|
@@ -390,6 +423,11 @@ private static final long serialVersionUID = 0L;
|
|
|
390
423
|
if (!getRegKey()
|
|
391
424
|
.equals(other.getRegKey())) return false;
|
|
392
425
|
}
|
|
426
|
+
if (hasLastChanged() != other.hasLastChanged()) return false;
|
|
427
|
+
if (hasLastChanged()) {
|
|
428
|
+
if (!getLastChanged()
|
|
429
|
+
.equals(other.getLastChanged())) return false;
|
|
430
|
+
}
|
|
393
431
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
394
432
|
return true;
|
|
395
433
|
}
|
|
@@ -421,6 +459,10 @@ private static final long serialVersionUID = 0L;
|
|
|
421
459
|
hash = (37 * hash) + REG_KEY_FIELD_NUMBER;
|
|
422
460
|
hash = (53 * hash) + getRegKey().hashCode();
|
|
423
461
|
}
|
|
462
|
+
if (hasLastChanged()) {
|
|
463
|
+
hash = (37 * hash) + LAST_CHANGED_FIELD_NUMBER;
|
|
464
|
+
hash = (53 * hash) + getLastChanged().hashCode();
|
|
465
|
+
}
|
|
424
466
|
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
425
467
|
memoizedHashCode = hash;
|
|
426
468
|
return hash;
|
|
@@ -545,13 +587,19 @@ private static final long serialVersionUID = 0L;
|
|
|
545
587
|
|
|
546
588
|
// Construct using com.lansweeper.dp.outbound.v1.WindowsComputerRegistryInfo.newBuilder()
|
|
547
589
|
private Builder() {
|
|
548
|
-
|
|
590
|
+
maybeForceBuilderInitialization();
|
|
549
591
|
}
|
|
550
592
|
|
|
551
593
|
private Builder(
|
|
552
594
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
553
595
|
super(parent);
|
|
554
|
-
|
|
596
|
+
maybeForceBuilderInitialization();
|
|
597
|
+
}
|
|
598
|
+
private void maybeForceBuilderInitialization() {
|
|
599
|
+
if (com.google.protobuf.GeneratedMessageV3
|
|
600
|
+
.alwaysUseFieldBuilders) {
|
|
601
|
+
getLastChangedFieldBuilder();
|
|
602
|
+
}
|
|
555
603
|
}
|
|
556
604
|
@java.lang.Override
|
|
557
605
|
public Builder clear() {
|
|
@@ -562,6 +610,11 @@ private static final long serialVersionUID = 0L;
|
|
|
562
610
|
subKey_ = "";
|
|
563
611
|
value_ = "";
|
|
564
612
|
regKey_ = "";
|
|
613
|
+
lastChanged_ = null;
|
|
614
|
+
if (lastChangedBuilder_ != null) {
|
|
615
|
+
lastChangedBuilder_.dispose();
|
|
616
|
+
lastChangedBuilder_ = null;
|
|
617
|
+
}
|
|
565
618
|
return this;
|
|
566
619
|
}
|
|
567
620
|
|
|
@@ -616,6 +669,12 @@ private static final long serialVersionUID = 0L;
|
|
|
616
669
|
result.regKey_ = regKey_;
|
|
617
670
|
to_bitField0_ |= 0x00000010;
|
|
618
671
|
}
|
|
672
|
+
if (((from_bitField0_ & 0x00000020) != 0)) {
|
|
673
|
+
result.lastChanged_ = lastChangedBuilder_ == null
|
|
674
|
+
? lastChanged_
|
|
675
|
+
: lastChangedBuilder_.build();
|
|
676
|
+
to_bitField0_ |= 0x00000020;
|
|
677
|
+
}
|
|
619
678
|
result.bitField0_ |= to_bitField0_;
|
|
620
679
|
}
|
|
621
680
|
|
|
@@ -688,6 +747,9 @@ private static final long serialVersionUID = 0L;
|
|
|
688
747
|
bitField0_ |= 0x00000010;
|
|
689
748
|
onChanged();
|
|
690
749
|
}
|
|
750
|
+
if (other.hasLastChanged()) {
|
|
751
|
+
mergeLastChanged(other.getLastChanged());
|
|
752
|
+
}
|
|
691
753
|
this.mergeUnknownFields(other.getUnknownFields());
|
|
692
754
|
onChanged();
|
|
693
755
|
return this;
|
|
@@ -739,6 +801,13 @@ private static final long serialVersionUID = 0L;
|
|
|
739
801
|
bitField0_ |= 0x00000010;
|
|
740
802
|
break;
|
|
741
803
|
} // case 42
|
|
804
|
+
case 50: {
|
|
805
|
+
input.readMessage(
|
|
806
|
+
getLastChangedFieldBuilder().getBuilder(),
|
|
807
|
+
extensionRegistry);
|
|
808
|
+
bitField0_ |= 0x00000020;
|
|
809
|
+
break;
|
|
810
|
+
} // case 50
|
|
742
811
|
default: {
|
|
743
812
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
744
813
|
done = true; // was an endgroup tag
|
|
@@ -1174,6 +1243,127 @@ private static final long serialVersionUID = 0L;
|
|
|
1174
1243
|
onChanged();
|
|
1175
1244
|
return this;
|
|
1176
1245
|
}
|
|
1246
|
+
|
|
1247
|
+
private com.google.protobuf.Timestamp lastChanged_;
|
|
1248
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
1249
|
+
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> lastChangedBuilder_;
|
|
1250
|
+
/**
|
|
1251
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
1252
|
+
* @return Whether the lastChanged field is set.
|
|
1253
|
+
*/
|
|
1254
|
+
public boolean hasLastChanged() {
|
|
1255
|
+
return ((bitField0_ & 0x00000020) != 0);
|
|
1256
|
+
}
|
|
1257
|
+
/**
|
|
1258
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
1259
|
+
* @return The lastChanged.
|
|
1260
|
+
*/
|
|
1261
|
+
public com.google.protobuf.Timestamp getLastChanged() {
|
|
1262
|
+
if (lastChangedBuilder_ == null) {
|
|
1263
|
+
return lastChanged_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lastChanged_;
|
|
1264
|
+
} else {
|
|
1265
|
+
return lastChangedBuilder_.getMessage();
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
/**
|
|
1269
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
1270
|
+
*/
|
|
1271
|
+
public Builder setLastChanged(com.google.protobuf.Timestamp value) {
|
|
1272
|
+
if (lastChangedBuilder_ == null) {
|
|
1273
|
+
if (value == null) {
|
|
1274
|
+
throw new NullPointerException();
|
|
1275
|
+
}
|
|
1276
|
+
lastChanged_ = value;
|
|
1277
|
+
} else {
|
|
1278
|
+
lastChangedBuilder_.setMessage(value);
|
|
1279
|
+
}
|
|
1280
|
+
bitField0_ |= 0x00000020;
|
|
1281
|
+
onChanged();
|
|
1282
|
+
return this;
|
|
1283
|
+
}
|
|
1284
|
+
/**
|
|
1285
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
1286
|
+
*/
|
|
1287
|
+
public Builder setLastChanged(
|
|
1288
|
+
com.google.protobuf.Timestamp.Builder builderForValue) {
|
|
1289
|
+
if (lastChangedBuilder_ == null) {
|
|
1290
|
+
lastChanged_ = builderForValue.build();
|
|
1291
|
+
} else {
|
|
1292
|
+
lastChangedBuilder_.setMessage(builderForValue.build());
|
|
1293
|
+
}
|
|
1294
|
+
bitField0_ |= 0x00000020;
|
|
1295
|
+
onChanged();
|
|
1296
|
+
return this;
|
|
1297
|
+
}
|
|
1298
|
+
/**
|
|
1299
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
1300
|
+
*/
|
|
1301
|
+
public Builder mergeLastChanged(com.google.protobuf.Timestamp value) {
|
|
1302
|
+
if (lastChangedBuilder_ == null) {
|
|
1303
|
+
if (((bitField0_ & 0x00000020) != 0) &&
|
|
1304
|
+
lastChanged_ != null &&
|
|
1305
|
+
lastChanged_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
1306
|
+
getLastChangedBuilder().mergeFrom(value);
|
|
1307
|
+
} else {
|
|
1308
|
+
lastChanged_ = value;
|
|
1309
|
+
}
|
|
1310
|
+
} else {
|
|
1311
|
+
lastChangedBuilder_.mergeFrom(value);
|
|
1312
|
+
}
|
|
1313
|
+
if (lastChanged_ != null) {
|
|
1314
|
+
bitField0_ |= 0x00000020;
|
|
1315
|
+
onChanged();
|
|
1316
|
+
}
|
|
1317
|
+
return this;
|
|
1318
|
+
}
|
|
1319
|
+
/**
|
|
1320
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
1321
|
+
*/
|
|
1322
|
+
public Builder clearLastChanged() {
|
|
1323
|
+
bitField0_ = (bitField0_ & ~0x00000020);
|
|
1324
|
+
lastChanged_ = null;
|
|
1325
|
+
if (lastChangedBuilder_ != null) {
|
|
1326
|
+
lastChangedBuilder_.dispose();
|
|
1327
|
+
lastChangedBuilder_ = null;
|
|
1328
|
+
}
|
|
1329
|
+
onChanged();
|
|
1330
|
+
return this;
|
|
1331
|
+
}
|
|
1332
|
+
/**
|
|
1333
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
1334
|
+
*/
|
|
1335
|
+
public com.google.protobuf.Timestamp.Builder getLastChangedBuilder() {
|
|
1336
|
+
bitField0_ |= 0x00000020;
|
|
1337
|
+
onChanged();
|
|
1338
|
+
return getLastChangedFieldBuilder().getBuilder();
|
|
1339
|
+
}
|
|
1340
|
+
/**
|
|
1341
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
1342
|
+
*/
|
|
1343
|
+
public com.google.protobuf.TimestampOrBuilder getLastChangedOrBuilder() {
|
|
1344
|
+
if (lastChangedBuilder_ != null) {
|
|
1345
|
+
return lastChangedBuilder_.getMessageOrBuilder();
|
|
1346
|
+
} else {
|
|
1347
|
+
return lastChanged_ == null ?
|
|
1348
|
+
com.google.protobuf.Timestamp.getDefaultInstance() : lastChanged_;
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
/**
|
|
1352
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
1353
|
+
*/
|
|
1354
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
1355
|
+
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>
|
|
1356
|
+
getLastChangedFieldBuilder() {
|
|
1357
|
+
if (lastChangedBuilder_ == null) {
|
|
1358
|
+
lastChangedBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
1359
|
+
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
|
|
1360
|
+
getLastChanged(),
|
|
1361
|
+
getParentForChildren(),
|
|
1362
|
+
isClean());
|
|
1363
|
+
lastChanged_ = null;
|
|
1364
|
+
}
|
|
1365
|
+
return lastChangedBuilder_;
|
|
1366
|
+
}
|
|
1177
1367
|
@java.lang.Override
|
|
1178
1368
|
public final Builder setUnknownFields(
|
|
1179
1369
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
@@ -104,4 +104,19 @@ public interface WindowsComputerRegistryInfoOrBuilder extends
|
|
|
104
104
|
*/
|
|
105
105
|
com.google.protobuf.ByteString
|
|
106
106
|
getRegKeyBytes();
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
110
|
+
* @return Whether the lastChanged field is set.
|
|
111
|
+
*/
|
|
112
|
+
boolean hasLastChanged();
|
|
113
|
+
/**
|
|
114
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
115
|
+
* @return The lastChanged.
|
|
116
|
+
*/
|
|
117
|
+
com.google.protobuf.Timestamp getLastChanged();
|
|
118
|
+
/**
|
|
119
|
+
* <code>optional .google.protobuf.Timestamp last_changed = 6;</code>
|
|
120
|
+
*/
|
|
121
|
+
com.google.protobuf.TimestampOrBuilder getLastChangedOrBuilder();
|
|
107
122
|
}
|
package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
CHANGED
|
@@ -427,6 +427,7 @@ com/lansweeper/dp/outbound/v1/WindowsPageFileUsage$1.class
|
|
|
427
427
|
com/lansweeper/dp/outbound/v1/WindowsComputerSystem.class
|
|
428
428
|
com/lansweeper/dp/outbound/v1/Group$Builder.class
|
|
429
429
|
com/lansweeper/dp/outbound/v1/HyperV$Builder.class
|
|
430
|
+
com/lansweeper/dp/outbound/v1/DirectReportOrBuilder.class
|
|
430
431
|
com/lansweeper/dp/outbound/v1/IpInfo$1.class
|
|
431
432
|
com/lansweeper/dp/outbound/v1/CitrixVirtualDiskImage.class
|
|
432
433
|
com/lansweeper/dp/outbound/v1/SoftwareInventory$Builder.class
|
|
@@ -757,6 +758,7 @@ com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class
|
|
|
757
758
|
com/lansweeper/dp/outbound/v1/MacPrinterSoftwareItem$1.class
|
|
758
759
|
com/lansweeper/dp/outbound/v1/GetIpLocationConfigRequest$Builder.class
|
|
759
760
|
com/lansweeper/dp/outbound/v1/LastUser$Builder.class
|
|
761
|
+
com/lansweeper/dp/outbound/v1/DirectReport$Builder.class
|
|
760
762
|
com/lansweeper/dp/outbound/v1/SqlServerDatabase.class
|
|
761
763
|
com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.class
|
|
762
764
|
com/lansweeper/dp/outbound/v1/CitrixGuestExtraInfo$Builder.class
|
|
@@ -877,6 +879,7 @@ com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.class
|
|
|
877
879
|
com/lansweeper/dp/outbound/v1/CitrixPoolRestriction$1.class
|
|
878
880
|
com/lansweeper/dp/outbound/v1/WindowsOsRecoveryOrBuilder.class
|
|
879
881
|
com/lansweeper/dp/outbound/v1/HttpCertificate$2.class
|
|
882
|
+
com/lansweeper/dp/outbound/v1/DirectReport.class
|
|
880
883
|
com/lansweeper/dp/outbound/v1/WindowsSqlServerChangeEvent$EventType$1.class
|
|
881
884
|
com/lansweeper/dp/outbound/v1/RawSoftwareOrBuilder.class
|
|
882
885
|
com/lansweeper/dp/outbound/v1/SetIpLocationConfigRequestOrBuilder.class
|
|
@@ -1162,6 +1165,7 @@ com/lansweeper/dp/outbound/v1/WiFiInterface$Builder.class
|
|
|
1162
1165
|
com/lansweeper/dp/outbound/v1/SoftwareChangeEvent.class
|
|
1163
1166
|
com/lansweeper/dp/outbound/v1/ComputerMacPreferencePane.class
|
|
1164
1167
|
com/lansweeper/dp/outbound/v1/EsxiCluster$Builder.class
|
|
1168
|
+
com/lansweeper/dp/outbound/v1/DirectReport$1.class
|
|
1165
1169
|
com/lansweeper/dp/outbound/v1/WindowsPageFileUsage.class
|
|
1166
1170
|
com/lansweeper/dp/outbound/v1/CitrixHostExtraInfo.class
|
|
1167
1171
|
com/lansweeper/dp/outbound/v1/ListEntityRequestOrBuilder.class
|
package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
CHANGED
|
@@ -156,6 +156,7 @@
|
|
|
156
156
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java
|
|
157
157
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerWindowsFloppyOrBuilder.java
|
|
158
158
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDiskOrBuilder.java
|
|
159
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DirectReportOrBuilder.java
|
|
159
160
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.java
|
|
160
161
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MotherboardOrBuilder.java
|
|
161
162
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SqlServerClusterNode.java
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacComputerBattery.java
|
|
217
218
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MappedValueOrBuilder.java
|
|
218
219
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerLinuxMemoryModuleOrBuilder.java
|
|
220
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DirectReport.java
|
|
219
221
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SharedPermission.java
|
|
220
222
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorInventory.java
|
|
221
223
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HardwareInfoOrBuilder.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.8.
|
|
3
|
+
"version": "0.8.3",
|
|
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": "251c4d4af812b114020d48000967f4bc1a861135"
|
|
13
13
|
}
|
package/pom.xml
CHANGED
package/proto/outbound.proto
CHANGED
|
@@ -2855,6 +2855,7 @@ message WindowsComputerRegistryInfo {
|
|
|
2855
2855
|
optional string sub_key = 3;
|
|
2856
2856
|
optional string value = 4;
|
|
2857
2857
|
optional string reg_key = 5; //=> $"{RootKey}\\{Key}";
|
|
2858
|
+
optional google.protobuf.Timestamp last_changed = 6;
|
|
2858
2859
|
}
|
|
2859
2860
|
|
|
2860
2861
|
/**
|
|
@@ -4040,8 +4041,15 @@ message ActiveDirectoryUser {
|
|
|
4040
4041
|
optional string primary_group_oid = 55;
|
|
4041
4042
|
optional string manager_oid = 56;
|
|
4042
4043
|
repeated string member_of_oid = 57;
|
|
4044
|
+
repeated DirectReport direct_reports = 60;
|
|
4043
4045
|
}
|
|
4044
4046
|
|
|
4047
|
+
message DirectReport {
|
|
4048
|
+
string ad_user_key = 1;
|
|
4049
|
+
string display_name = 2;
|
|
4050
|
+
}
|
|
4051
|
+
|
|
4052
|
+
|
|
4045
4053
|
/**
|
|
4046
4054
|
* User group in ActiveDirectory.
|
|
4047
4055
|
*/
|
package/service/pom.xml
CHANGED
package/service/target/{outbound-service-0.8.0-sources.jar → outbound-service-0.8.2-sources.jar}
RENAMED
|
index 957d3d8..86f008a 100644
|
|
|
Binary file
|
|
index c4297ea..f630e11 100644
|
|
|
Binary file
|