@lansweeper/data-platform-outbound-grpc 0.3.31 → 0.3.32
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 +156 -0
- package/gen-proto/outbound_pb.js +1233 -3
- package/generated-go/outbound.pb.go +8893 -8575
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +31 -5
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$2.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$SpecCase.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.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/SpecHardwareInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +31 -5
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCard.java +42 -42
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCardOrBuilder.java +14 -14
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfo.java +3706 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.java +367 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Monitor.java +226 -18
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2684 -2650
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.java +193 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.java +29 -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.3.30-sources.jar → outbound-model-0.3.31-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.30.jar → outbound-model-0.3.31.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +31 -5
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.30-sources.jar → outbound-service-0.3.31-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.30.jar → outbound-service-0.3.31.jar} +0 -0
|
@@ -25,6 +25,7 @@ private static final long serialVersionUID = 0L;
|
|
|
25
25
|
busSpeed_ = "";
|
|
26
26
|
bootRomVersion_ = "";
|
|
27
27
|
smcVersionSystem_ = "";
|
|
28
|
+
modelNumber_ = "";
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
@java.lang.Override
|
|
@@ -479,6 +480,65 @@ private static final long serialVersionUID = 0L;
|
|
|
479
480
|
}
|
|
480
481
|
}
|
|
481
482
|
|
|
483
|
+
public static final int MODEL_NUMBER_FIELD_NUMBER = 10;
|
|
484
|
+
@SuppressWarnings("serial")
|
|
485
|
+
private volatile java.lang.Object modelNumber_ = "";
|
|
486
|
+
/**
|
|
487
|
+
* <pre>
|
|
488
|
+
* mac
|
|
489
|
+
* </pre>
|
|
490
|
+
*
|
|
491
|
+
* <code>optional string model_number = 10;</code>
|
|
492
|
+
* @return Whether the modelNumber field is set.
|
|
493
|
+
*/
|
|
494
|
+
@java.lang.Override
|
|
495
|
+
public boolean hasModelNumber() {
|
|
496
|
+
return ((bitField0_ & 0x00000200) != 0);
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* <pre>
|
|
500
|
+
* mac
|
|
501
|
+
* </pre>
|
|
502
|
+
*
|
|
503
|
+
* <code>optional string model_number = 10;</code>
|
|
504
|
+
* @return The modelNumber.
|
|
505
|
+
*/
|
|
506
|
+
@java.lang.Override
|
|
507
|
+
public java.lang.String getModelNumber() {
|
|
508
|
+
java.lang.Object ref = modelNumber_;
|
|
509
|
+
if (ref instanceof java.lang.String) {
|
|
510
|
+
return (java.lang.String) ref;
|
|
511
|
+
} else {
|
|
512
|
+
com.google.protobuf.ByteString bs =
|
|
513
|
+
(com.google.protobuf.ByteString) ref;
|
|
514
|
+
java.lang.String s = bs.toStringUtf8();
|
|
515
|
+
modelNumber_ = s;
|
|
516
|
+
return s;
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
/**
|
|
520
|
+
* <pre>
|
|
521
|
+
* mac
|
|
522
|
+
* </pre>
|
|
523
|
+
*
|
|
524
|
+
* <code>optional string model_number = 10;</code>
|
|
525
|
+
* @return The bytes for modelNumber.
|
|
526
|
+
*/
|
|
527
|
+
@java.lang.Override
|
|
528
|
+
public com.google.protobuf.ByteString
|
|
529
|
+
getModelNumberBytes() {
|
|
530
|
+
java.lang.Object ref = modelNumber_;
|
|
531
|
+
if (ref instanceof java.lang.String) {
|
|
532
|
+
com.google.protobuf.ByteString b =
|
|
533
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
534
|
+
(java.lang.String) ref);
|
|
535
|
+
modelNumber_ = b;
|
|
536
|
+
return b;
|
|
537
|
+
} else {
|
|
538
|
+
return (com.google.protobuf.ByteString) ref;
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
|
|
482
542
|
private byte memoizedIsInitialized = -1;
|
|
483
543
|
@java.lang.Override
|
|
484
544
|
public final boolean isInitialized() {
|
|
@@ -520,6 +580,9 @@ private static final long serialVersionUID = 0L;
|
|
|
520
580
|
if (((bitField0_ & 0x00000100) != 0)) {
|
|
521
581
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, smcVersionSystem_);
|
|
522
582
|
}
|
|
583
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
584
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, modelNumber_);
|
|
585
|
+
}
|
|
523
586
|
getUnknownFields().writeTo(output);
|
|
524
587
|
}
|
|
525
588
|
|
|
@@ -557,6 +620,9 @@ private static final long serialVersionUID = 0L;
|
|
|
557
620
|
if (((bitField0_ & 0x00000100) != 0)) {
|
|
558
621
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, smcVersionSystem_);
|
|
559
622
|
}
|
|
623
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
624
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, modelNumber_);
|
|
625
|
+
}
|
|
560
626
|
size += getUnknownFields().getSerializedSize();
|
|
561
627
|
memoizedSize = size;
|
|
562
628
|
return size;
|
|
@@ -617,6 +683,11 @@ private static final long serialVersionUID = 0L;
|
|
|
617
683
|
if (!getSmcVersionSystem()
|
|
618
684
|
.equals(other.getSmcVersionSystem())) return false;
|
|
619
685
|
}
|
|
686
|
+
if (hasModelNumber() != other.hasModelNumber()) return false;
|
|
687
|
+
if (hasModelNumber()) {
|
|
688
|
+
if (!getModelNumber()
|
|
689
|
+
.equals(other.getModelNumber())) return false;
|
|
690
|
+
}
|
|
620
691
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
621
692
|
return true;
|
|
622
693
|
}
|
|
@@ -665,6 +736,10 @@ private static final long serialVersionUID = 0L;
|
|
|
665
736
|
hash = (37 * hash) + SMC_VERSION_SYSTEM_FIELD_NUMBER;
|
|
666
737
|
hash = (53 * hash) + getSmcVersionSystem().hashCode();
|
|
667
738
|
}
|
|
739
|
+
if (hasModelNumber()) {
|
|
740
|
+
hash = (37 * hash) + MODEL_NUMBER_FIELD_NUMBER;
|
|
741
|
+
hash = (53 * hash) + getModelNumber().hashCode();
|
|
742
|
+
}
|
|
668
743
|
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
669
744
|
memoizedHashCode = hash;
|
|
670
745
|
return hash;
|
|
@@ -805,6 +880,7 @@ private static final long serialVersionUID = 0L;
|
|
|
805
880
|
busSpeed_ = "";
|
|
806
881
|
bootRomVersion_ = "";
|
|
807
882
|
smcVersionSystem_ = "";
|
|
883
|
+
modelNumber_ = "";
|
|
808
884
|
return this;
|
|
809
885
|
}
|
|
810
886
|
|
|
@@ -875,6 +951,10 @@ private static final long serialVersionUID = 0L;
|
|
|
875
951
|
result.smcVersionSystem_ = smcVersionSystem_;
|
|
876
952
|
to_bitField0_ |= 0x00000100;
|
|
877
953
|
}
|
|
954
|
+
if (((from_bitField0_ & 0x00000200) != 0)) {
|
|
955
|
+
result.modelNumber_ = modelNumber_;
|
|
956
|
+
to_bitField0_ |= 0x00000200;
|
|
957
|
+
}
|
|
878
958
|
result.bitField0_ |= to_bitField0_;
|
|
879
959
|
}
|
|
880
960
|
|
|
@@ -965,6 +1045,11 @@ private static final long serialVersionUID = 0L;
|
|
|
965
1045
|
bitField0_ |= 0x00000100;
|
|
966
1046
|
onChanged();
|
|
967
1047
|
}
|
|
1048
|
+
if (other.hasModelNumber()) {
|
|
1049
|
+
modelNumber_ = other.modelNumber_;
|
|
1050
|
+
bitField0_ |= 0x00000200;
|
|
1051
|
+
onChanged();
|
|
1052
|
+
}
|
|
968
1053
|
this.mergeUnknownFields(other.getUnknownFields());
|
|
969
1054
|
onChanged();
|
|
970
1055
|
return this;
|
|
@@ -1036,6 +1121,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1036
1121
|
bitField0_ |= 0x00000100;
|
|
1037
1122
|
break;
|
|
1038
1123
|
} // case 74
|
|
1124
|
+
case 82: {
|
|
1125
|
+
modelNumber_ = input.readStringRequireUtf8();
|
|
1126
|
+
bitField0_ |= 0x00000200;
|
|
1127
|
+
break;
|
|
1128
|
+
} // case 82
|
|
1039
1129
|
default: {
|
|
1040
1130
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
1041
1131
|
done = true; // was an endgroup tag
|
|
@@ -1796,6 +1886,109 @@ private static final long serialVersionUID = 0L;
|
|
|
1796
1886
|
onChanged();
|
|
1797
1887
|
return this;
|
|
1798
1888
|
}
|
|
1889
|
+
|
|
1890
|
+
private java.lang.Object modelNumber_ = "";
|
|
1891
|
+
/**
|
|
1892
|
+
* <pre>
|
|
1893
|
+
* mac
|
|
1894
|
+
* </pre>
|
|
1895
|
+
*
|
|
1896
|
+
* <code>optional string model_number = 10;</code>
|
|
1897
|
+
* @return Whether the modelNumber field is set.
|
|
1898
|
+
*/
|
|
1899
|
+
public boolean hasModelNumber() {
|
|
1900
|
+
return ((bitField0_ & 0x00000200) != 0);
|
|
1901
|
+
}
|
|
1902
|
+
/**
|
|
1903
|
+
* <pre>
|
|
1904
|
+
* mac
|
|
1905
|
+
* </pre>
|
|
1906
|
+
*
|
|
1907
|
+
* <code>optional string model_number = 10;</code>
|
|
1908
|
+
* @return The modelNumber.
|
|
1909
|
+
*/
|
|
1910
|
+
public java.lang.String getModelNumber() {
|
|
1911
|
+
java.lang.Object ref = modelNumber_;
|
|
1912
|
+
if (!(ref instanceof java.lang.String)) {
|
|
1913
|
+
com.google.protobuf.ByteString bs =
|
|
1914
|
+
(com.google.protobuf.ByteString) ref;
|
|
1915
|
+
java.lang.String s = bs.toStringUtf8();
|
|
1916
|
+
modelNumber_ = s;
|
|
1917
|
+
return s;
|
|
1918
|
+
} else {
|
|
1919
|
+
return (java.lang.String) ref;
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
/**
|
|
1923
|
+
* <pre>
|
|
1924
|
+
* mac
|
|
1925
|
+
* </pre>
|
|
1926
|
+
*
|
|
1927
|
+
* <code>optional string model_number = 10;</code>
|
|
1928
|
+
* @return The bytes for modelNumber.
|
|
1929
|
+
*/
|
|
1930
|
+
public com.google.protobuf.ByteString
|
|
1931
|
+
getModelNumberBytes() {
|
|
1932
|
+
java.lang.Object ref = modelNumber_;
|
|
1933
|
+
if (ref instanceof String) {
|
|
1934
|
+
com.google.protobuf.ByteString b =
|
|
1935
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1936
|
+
(java.lang.String) ref);
|
|
1937
|
+
modelNumber_ = b;
|
|
1938
|
+
return b;
|
|
1939
|
+
} else {
|
|
1940
|
+
return (com.google.protobuf.ByteString) ref;
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
/**
|
|
1944
|
+
* <pre>
|
|
1945
|
+
* mac
|
|
1946
|
+
* </pre>
|
|
1947
|
+
*
|
|
1948
|
+
* <code>optional string model_number = 10;</code>
|
|
1949
|
+
* @param value The modelNumber to set.
|
|
1950
|
+
* @return This builder for chaining.
|
|
1951
|
+
*/
|
|
1952
|
+
public Builder setModelNumber(
|
|
1953
|
+
java.lang.String value) {
|
|
1954
|
+
if (value == null) { throw new NullPointerException(); }
|
|
1955
|
+
modelNumber_ = value;
|
|
1956
|
+
bitField0_ |= 0x00000200;
|
|
1957
|
+
onChanged();
|
|
1958
|
+
return this;
|
|
1959
|
+
}
|
|
1960
|
+
/**
|
|
1961
|
+
* <pre>
|
|
1962
|
+
* mac
|
|
1963
|
+
* </pre>
|
|
1964
|
+
*
|
|
1965
|
+
* <code>optional string model_number = 10;</code>
|
|
1966
|
+
* @return This builder for chaining.
|
|
1967
|
+
*/
|
|
1968
|
+
public Builder clearModelNumber() {
|
|
1969
|
+
modelNumber_ = getDefaultInstance().getModelNumber();
|
|
1970
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
1971
|
+
onChanged();
|
|
1972
|
+
return this;
|
|
1973
|
+
}
|
|
1974
|
+
/**
|
|
1975
|
+
* <pre>
|
|
1976
|
+
* mac
|
|
1977
|
+
* </pre>
|
|
1978
|
+
*
|
|
1979
|
+
* <code>optional string model_number = 10;</code>
|
|
1980
|
+
* @param value The bytes for modelNumber to set.
|
|
1981
|
+
* @return This builder for chaining.
|
|
1982
|
+
*/
|
|
1983
|
+
public Builder setModelNumberBytes(
|
|
1984
|
+
com.google.protobuf.ByteString value) {
|
|
1985
|
+
if (value == null) { throw new NullPointerException(); }
|
|
1986
|
+
checkByteStringIsUtf8(value);
|
|
1987
|
+
modelNumber_ = value;
|
|
1988
|
+
bitField0_ |= 0x00000200;
|
|
1989
|
+
onChanged();
|
|
1990
|
+
return this;
|
|
1991
|
+
}
|
|
1799
1992
|
@java.lang.Override
|
|
1800
1993
|
public final Builder setUnknownFields(
|
|
1801
1994
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
@@ -190,4 +190,33 @@ public interface SpecHardwareInfoOrBuilder extends
|
|
|
190
190
|
*/
|
|
191
191
|
com.google.protobuf.ByteString
|
|
192
192
|
getSmcVersionSystemBytes();
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* <pre>
|
|
196
|
+
* mac
|
|
197
|
+
* </pre>
|
|
198
|
+
*
|
|
199
|
+
* <code>optional string model_number = 10;</code>
|
|
200
|
+
* @return Whether the modelNumber field is set.
|
|
201
|
+
*/
|
|
202
|
+
boolean hasModelNumber();
|
|
203
|
+
/**
|
|
204
|
+
* <pre>
|
|
205
|
+
* mac
|
|
206
|
+
* </pre>
|
|
207
|
+
*
|
|
208
|
+
* <code>optional string model_number = 10;</code>
|
|
209
|
+
* @return The modelNumber.
|
|
210
|
+
*/
|
|
211
|
+
java.lang.String getModelNumber();
|
|
212
|
+
/**
|
|
213
|
+
* <pre>
|
|
214
|
+
* mac
|
|
215
|
+
* </pre>
|
|
216
|
+
*
|
|
217
|
+
* <code>optional string model_number = 10;</code>
|
|
218
|
+
* @return The bytes for modelNumber.
|
|
219
|
+
*/
|
|
220
|
+
com.google.protobuf.ByteString
|
|
221
|
+
getModelNumberBytes();
|
|
193
222
|
}
|
package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
CHANGED
|
@@ -58,6 +58,7 @@ com/lansweeper/dp/outbound/v1/UpsOrBuilder.class
|
|
|
58
58
|
com/lansweeper/dp/outbound/v1/ComputerInfrared$1.class
|
|
59
59
|
com/lansweeper/dp/outbound/v1/WindowsSqlServerOrBuilder.class
|
|
60
60
|
com/lansweeper/dp/outbound/v1/CatalogSoftware$1.class
|
|
61
|
+
com/lansweeper/dp/outbound/v1/MacMonitorInfo$Builder.class
|
|
61
62
|
com/lansweeper/dp/outbound/v1/ServerGroup.class
|
|
62
63
|
com/lansweeper/dp/outbound/v1/ComputerLinuxBasicInfoOrBuilder.class
|
|
63
64
|
com/lansweeper/dp/outbound/v1/SqlServerService.class
|
|
@@ -146,6 +147,7 @@ com/lansweeper/dp/outbound/v1/PcmciaController$Builder.class
|
|
|
146
147
|
com/lansweeper/dp/outbound/v1/Ups$1.class
|
|
147
148
|
com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder.class
|
|
148
149
|
com/lansweeper/dp/outbound/v1/EsxiCluster$1.class
|
|
150
|
+
com/lansweeper/dp/outbound/v1/MacMonitorInfo.class
|
|
149
151
|
com/lansweeper/dp/outbound/v1/MacRegionalRecoveryOsSettingsOrBuilder.class
|
|
150
152
|
com/lansweeper/dp/outbound/v1/SnmpInfoOrBuilder.class
|
|
151
153
|
com/lansweeper/dp/outbound/v1/ComputerWindowsSerial$1.class
|
|
@@ -415,6 +417,7 @@ com/lansweeper/dp/outbound/v1/ComputerLinuxPhysicalVolumeOrBuilder.class
|
|
|
415
417
|
com/lansweeper/dp/outbound/v1/UserInGroup$1.class
|
|
416
418
|
com/lansweeper/dp/outbound/v1/SetIpLocationConfigRequest$1.class
|
|
417
419
|
com/lansweeper/dp/outbound/v1/SqlServerDatabase$1.class
|
|
420
|
+
com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.class
|
|
418
421
|
com/lansweeper/dp/outbound/v1/UserAccountOrBuilder.class
|
|
419
422
|
com/lansweeper/dp/outbound/v1/IpInfoOrBuilder.class
|
|
420
423
|
com/lansweeper/dp/outbound/v1/Chassis$1.class
|
|
@@ -817,6 +820,7 @@ com/lansweeper/dp/outbound/v1/SnmpInfo$1.class
|
|
|
817
820
|
com/lansweeper/dp/outbound/v1/VmwareDatacenter$ClustersDefaultEntryHolder.class
|
|
818
821
|
com/lansweeper/dp/outbound/v1/SqlServerService$1.class
|
|
819
822
|
com/lansweeper/dp/outbound/v1/WindowsSqlServerChangeEvent$EventType.class
|
|
823
|
+
com/lansweeper/dp/outbound/v1/MacMonitorInfo$1.class
|
|
820
824
|
com/lansweeper/dp/outbound/v1/Memory.class
|
|
821
825
|
com/lansweeper/dp/outbound/v1/IntuneApplication$Builder.class
|
|
822
826
|
com/lansweeper/dp/outbound/v1/HttpCertificate$1.class
|
package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
CHANGED
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MotherboardDeviceOrBuilder.java
|
|
81
81
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Entity.java
|
|
82
82
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AutoRunCommand.java
|
|
83
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.java
|
|
83
84
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365ContactOrBuilder.java
|
|
84
85
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/OtModuleOrBuilder.java
|
|
85
86
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CloudEntity.java
|
|
@@ -154,6 +155,7 @@
|
|
|
154
155
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365ServicePlanOrBuilder.java
|
|
155
156
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNetworkLocation.java
|
|
156
157
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacPrinterSoftwareItem.java
|
|
158
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfo.java
|
|
157
159
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsPnpSignedDriver.java
|
|
158
160
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/TrustedPlatformModule.java
|
|
159
161
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerConnectedPrinter.java
|
package/model/target/{outbound-model-0.3.30-sources.jar → outbound-model-0.3.31-sources.jar}
RENAMED
|
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.
|
|
3
|
+
"version": "0.3.32",
|
|
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": "e8ca20a46c3e43e2dcfc31b107f3100d3d58cf92"
|
|
13
13
|
}
|
package/pom.xml
CHANGED
package/proto/outbound.proto
CHANGED
|
@@ -1143,6 +1143,7 @@ message SpecHardwareInfo {
|
|
|
1143
1143
|
optional string bus_speed = 7; // mac
|
|
1144
1144
|
optional string boot_rom_version = 8; // mac
|
|
1145
1145
|
optional string smc_version_system = 9; // mac
|
|
1146
|
+
optional string model_number = 10; // mac
|
|
1146
1147
|
|
|
1147
1148
|
}
|
|
1148
1149
|
|
|
@@ -2102,7 +2103,7 @@ message SoundCard {
|
|
|
2102
2103
|
* Graphics Card for computers: Windows.VideoControllers, Unix.SoundCards (=PciCards)
|
|
2103
2104
|
**/
|
|
2104
2105
|
message GraphicsCard {
|
|
2105
|
-
optional string name = 1; // Windows, Linux
|
|
2106
|
+
optional string name = 1; // Windows, Linux, MacOS
|
|
2106
2107
|
optional int32 color_planes_count = 2; // Windows
|
|
2107
2108
|
optional int32 current_bits_per_pixel = 3; // Windows
|
|
2108
2109
|
optional int32 current_horizontal_resolution = 4; // Windows
|
|
@@ -2110,22 +2111,22 @@ message GraphicsCard {
|
|
|
2110
2111
|
optional int32 current_refresh_rate = 6; // Windows
|
|
2111
2112
|
optional MappedValue current_scan_mode = 7; // Windows
|
|
2112
2113
|
optional int32 current_vertical_resolution = 8; // Windows
|
|
2113
|
-
optional string device_id = 9; // Windows, Linux
|
|
2114
|
+
optional string device_id = 9; // Windows, Linux, MacOS
|
|
2114
2115
|
optional int32 device_specific_pens = 10; // Windows
|
|
2115
2116
|
optional string driver_version = 11; // Windows
|
|
2116
2117
|
optional string inf_filename = 12; // Windows
|
|
2117
2118
|
optional string inf_section = 13; // Windows
|
|
2118
2119
|
optional string installed_display_drivers = 14; // Windows
|
|
2119
2120
|
optional bool is_monochrome = 15; // Windows
|
|
2120
|
-
optional string manufacturer = 16; // Windows, Linux
|
|
2121
|
+
optional string manufacturer = 16; // Windows, Linux, MacOS
|
|
2121
2122
|
optional int32 max_refresh_rate = 17; // Windows
|
|
2122
|
-
optional int64 memory = 18; // Windows
|
|
2123
|
+
optional int64 memory = 18; // Windows, MacOS
|
|
2123
2124
|
optional MappedValue memory_type = 19; // Windows
|
|
2124
2125
|
optional int32 min_refresh_rate = 20; // Windows
|
|
2125
2126
|
optional string pci_type = 21; // Linux
|
|
2126
2127
|
optional string pnp_device_id = 22; // Windows
|
|
2127
2128
|
optional MappedValue state = 23; // Windows
|
|
2128
|
-
optional string subsystem_manufacturer = 24; // Linux
|
|
2129
|
+
optional string subsystem_manufacturer = 24; // Linux, MacOS
|
|
2129
2130
|
optional string subsystem_name = 25; // Linux
|
|
2130
2131
|
optional MappedValue video_architecture = 26; // Windows
|
|
2131
2132
|
optional string video_mode = 27; // Windows
|
|
@@ -3220,6 +3221,7 @@ message Monitor {
|
|
|
3220
3221
|
|
|
3221
3222
|
oneof spec {
|
|
3222
3223
|
WindowsMonitorInfo windows = 20;
|
|
3224
|
+
MacMonitorInfo mac = 21;
|
|
3223
3225
|
}
|
|
3224
3226
|
|
|
3225
3227
|
// placeholder to be able to inject the catalog meta-data if/when needed
|
|
@@ -3239,6 +3241,30 @@ message WindowsMonitorInfo {
|
|
|
3239
3241
|
optional string device_id = 8;
|
|
3240
3242
|
}
|
|
3241
3243
|
|
|
3244
|
+
message MacMonitorInfo {
|
|
3245
|
+
optional string name = 1;
|
|
3246
|
+
optional string product_id = 2;
|
|
3247
|
+
optional string serial_number = 3;
|
|
3248
|
+
optional string vendor_id = 4;
|
|
3249
|
+
optional string week = 5;
|
|
3250
|
+
optional string year = 6;
|
|
3251
|
+
optional string id = 7;
|
|
3252
|
+
optional string pixels = 8;
|
|
3253
|
+
optional string resolution = 9;
|
|
3254
|
+
optional string ambient_brightness = 10;
|
|
3255
|
+
optional string connection_type = 11;
|
|
3256
|
+
optional string display_type = 12;
|
|
3257
|
+
optional string is_main = 13;
|
|
3258
|
+
optional string mirror = 14;
|
|
3259
|
+
optional string is_online = 15;
|
|
3260
|
+
optional string pixel_resolution = 16;
|
|
3261
|
+
optional string core_image = 17;
|
|
3262
|
+
optional string depth = 18;
|
|
3263
|
+
optional string quartz_extreme = 19;
|
|
3264
|
+
optional string device_type = 20;
|
|
3265
|
+
optional string built_in = 21;
|
|
3266
|
+
}
|
|
3267
|
+
|
|
3242
3268
|
// Section element for Wi-Fi (AirPort) info on Mac. To be mapper from MacWifi from inbound model
|
|
3243
3269
|
message ComputerMacWifiController {
|
|
3244
3270
|
repeated WiFiInterface airport_interfaces = 1;
|
package/service/pom.xml
CHANGED
package/service/target/{outbound-service-0.3.30-sources.jar → outbound-service-0.3.31-sources.jar}
RENAMED
|
index cc2d59c..46fecb6 100644
|
|
|
Binary file
|
|
index b435362..815ae17 100644
|
|
|
Binary file
|