@lansweeper/data-platform-outbound-grpc 0.1.8 → 0.1.10
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +445 -21
- package/gen-proto/outbound_pb.js +6658 -3287
- package/generated-go/outbound.pb.go +1683 -751
- package/java.json +5 -0
- package/package.json +2 -2
- package/proto/outbound.proto +107 -20
- package/pom.xml +0 -29
- package/src/main/java/com/lansweeper/dp/outbound/v1/Asset.java +0 -2132
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +0 -144
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetType.java +0 -801
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetTypeOrBuilder.java +0 -58
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrand.java +0 -4206
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrandOrBuilder.java +0 -423
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModel.java +0 -3639
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModelOrBuilder.java +0 -379
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitor.java +0 -484
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitorOrBuilder.java +0 -15
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOs.java +0 -3720
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOsOrBuilder.java +0 -372
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftware.java +0 -3315
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java +0 -332
- package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFields.java +0 -1731
- package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java +0 -138
- package/src/main/java/com/lansweeper/dp/outbound/v1/Entity.java +0 -762
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityOrBuilder.java +0 -41
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPath.java +0 -1283
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPathOrBuilder.java +0 -113
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequest.java +0 -655
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequestOrBuilder.java +0 -36
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponse.java +0 -1193
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponseOrBuilder.java +0 -71
- package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfo.java +0 -2702
- package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfoOrBuilder.java +0 -237
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequest.java +0 -655
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequestOrBuilder.java +0 -36
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponse.java +0 -958
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponseOrBuilder.java +0 -48
- package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfo.java +0 -2332
- package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfoOrBuilder.java +0 -191
- package/src/main/java/com/lansweeper/dp/outbound/v1/Outbound.java +0 -512
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfo.java +0 -1073
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfoOrBuilder.java +0 -77
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftware.java +0 -1991
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftwareOrBuilder.java +0 -198
- package/src/main/java/com/lansweeper/dp/outbound/v1/Software.java +0 -3525
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventory.java +0 -966
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventoryOrBuilder.java +0 -48
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +0 -350
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfo.java +0 -1846
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfoOrBuilder.java +0 -205
|
@@ -240,6 +240,11 @@ export class Asset extends jspb.Message {
|
|
|
240
240
|
getSoftwareInventory(): SoftwareInventory | undefined;
|
|
241
241
|
setSoftwareInventory(value?: SoftwareInventory): Asset;
|
|
242
242
|
|
|
243
|
+
hasMonitorInventory(): boolean;
|
|
244
|
+
clearMonitorInventory(): void;
|
|
245
|
+
getMonitorInventory(): MonitorInventory | undefined;
|
|
246
|
+
setMonitorInventory(value?: MonitorInventory): Asset;
|
|
247
|
+
|
|
243
248
|
serializeBinary(): Uint8Array;
|
|
244
249
|
toObject(includeInstance?: boolean): Asset.AsObject;
|
|
245
250
|
static toObject(includeInstance: boolean, msg: Asset): Asset.AsObject;
|
|
@@ -261,6 +266,7 @@ export namespace Asset {
|
|
|
261
266
|
hw?: HardwareInfo.AsObject,
|
|
262
267
|
os?: OperatingSystemInfo.AsObject,
|
|
263
268
|
softwareInventory?: SoftwareInventory.AsObject,
|
|
269
|
+
monitorInventory?: MonitorInventory.AsObject,
|
|
264
270
|
}
|
|
265
271
|
}
|
|
266
272
|
|
|
@@ -680,6 +686,154 @@ export namespace WindowsRawOperatingSystemInfo {
|
|
|
680
686
|
}
|
|
681
687
|
}
|
|
682
688
|
|
|
689
|
+
export class MonitorInventory extends jspb.Message {
|
|
690
|
+
|
|
691
|
+
hasTimestamp(): boolean;
|
|
692
|
+
clearTimestamp(): void;
|
|
693
|
+
getTimestamp(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
694
|
+
setTimestamp(value?: google_protobuf_timestamp_pb.Timestamp): MonitorInventory;
|
|
695
|
+
clearMonitorList(): void;
|
|
696
|
+
getMonitorList(): Array<Monitor>;
|
|
697
|
+
setMonitorList(value: Array<Monitor>): MonitorInventory;
|
|
698
|
+
addMonitor(value?: Monitor, index?: number): Monitor;
|
|
699
|
+
|
|
700
|
+
serializeBinary(): Uint8Array;
|
|
701
|
+
toObject(includeInstance?: boolean): MonitorInventory.AsObject;
|
|
702
|
+
static toObject(includeInstance: boolean, msg: MonitorInventory): MonitorInventory.AsObject;
|
|
703
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
704
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
705
|
+
static serializeBinaryToWriter(message: MonitorInventory, writer: jspb.BinaryWriter): void;
|
|
706
|
+
static deserializeBinary(bytes: Uint8Array): MonitorInventory;
|
|
707
|
+
static deserializeBinaryFromReader(message: MonitorInventory, reader: jspb.BinaryReader): MonitorInventory;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
export namespace MonitorInventory {
|
|
711
|
+
export type AsObject = {
|
|
712
|
+
timestamp?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
713
|
+
monitorList: Array<Monitor.AsObject>,
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
export class Monitor extends jspb.Message {
|
|
718
|
+
getModel(): string;
|
|
719
|
+
setModel(value: string): Monitor;
|
|
720
|
+
|
|
721
|
+
hasSerialNumber(): boolean;
|
|
722
|
+
clearSerialNumber(): void;
|
|
723
|
+
getSerialNumber(): string | undefined;
|
|
724
|
+
setSerialNumber(value: string): Monitor;
|
|
725
|
+
|
|
726
|
+
hasManufacturerDate(): boolean;
|
|
727
|
+
clearManufacturerDate(): void;
|
|
728
|
+
getManufacturerDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
729
|
+
setManufacturerDate(value?: google_protobuf_timestamp_pb.Timestamp): Monitor;
|
|
730
|
+
|
|
731
|
+
hasCatalogBrand(): boolean;
|
|
732
|
+
clearCatalogBrand(): void;
|
|
733
|
+
getCatalogBrand(): CatalogBrand | undefined;
|
|
734
|
+
setCatalogBrand(value?: CatalogBrand): Monitor;
|
|
735
|
+
|
|
736
|
+
hasCatalogMonitor(): boolean;
|
|
737
|
+
clearCatalogMonitor(): void;
|
|
738
|
+
getCatalogMonitor(): CatalogMonitor | undefined;
|
|
739
|
+
setCatalogMonitor(value?: CatalogMonitor): Monitor;
|
|
740
|
+
|
|
741
|
+
hasWindows(): boolean;
|
|
742
|
+
clearWindows(): void;
|
|
743
|
+
getWindows(): WindowsRawMonitorInfo | undefined;
|
|
744
|
+
setWindows(value?: WindowsRawMonitorInfo): Monitor;
|
|
745
|
+
|
|
746
|
+
getRawCase(): Monitor.RawCase;
|
|
747
|
+
|
|
748
|
+
serializeBinary(): Uint8Array;
|
|
749
|
+
toObject(includeInstance?: boolean): Monitor.AsObject;
|
|
750
|
+
static toObject(includeInstance: boolean, msg: Monitor): Monitor.AsObject;
|
|
751
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
752
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
753
|
+
static serializeBinaryToWriter(message: Monitor, writer: jspb.BinaryWriter): void;
|
|
754
|
+
static deserializeBinary(bytes: Uint8Array): Monitor;
|
|
755
|
+
static deserializeBinaryFromReader(message: Monitor, reader: jspb.BinaryReader): Monitor;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
export namespace Monitor {
|
|
759
|
+
export type AsObject = {
|
|
760
|
+
model: string,
|
|
761
|
+
serialNumber?: string,
|
|
762
|
+
manufacturerDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
763
|
+
catalogBrand?: CatalogBrand.AsObject,
|
|
764
|
+
catalogMonitor?: CatalogMonitor.AsObject,
|
|
765
|
+
windows?: WindowsRawMonitorInfo.AsObject,
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
export enum RawCase {
|
|
769
|
+
RAW_NOT_SET = 0,
|
|
770
|
+
WINDOWS = 20,
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
export class WindowsRawMonitorInfo extends jspb.Message {
|
|
776
|
+
getModel(): string;
|
|
777
|
+
setModel(value: string): WindowsRawMonitorInfo;
|
|
778
|
+
|
|
779
|
+
hasPnpDeviceId(): boolean;
|
|
780
|
+
clearPnpDeviceId(): void;
|
|
781
|
+
getPnpDeviceId(): string | undefined;
|
|
782
|
+
setPnpDeviceId(value: string): WindowsRawMonitorInfo;
|
|
783
|
+
|
|
784
|
+
hasSerialNumber(): boolean;
|
|
785
|
+
clearSerialNumber(): void;
|
|
786
|
+
getSerialNumber(): string | undefined;
|
|
787
|
+
setSerialNumber(value: string): WindowsRawMonitorInfo;
|
|
788
|
+
|
|
789
|
+
hasSerialHex(): boolean;
|
|
790
|
+
clearSerialHex(): void;
|
|
791
|
+
getSerialHex(): string | undefined;
|
|
792
|
+
setSerialHex(value: string): WindowsRawMonitorInfo;
|
|
793
|
+
|
|
794
|
+
hasVesaManufacturer(): boolean;
|
|
795
|
+
clearVesaManufacturer(): void;
|
|
796
|
+
getVesaManufacturer(): string | undefined;
|
|
797
|
+
setVesaManufacturer(value: string): WindowsRawMonitorInfo;
|
|
798
|
+
|
|
799
|
+
hasKeyManufacturer(): boolean;
|
|
800
|
+
clearKeyManufacturer(): void;
|
|
801
|
+
getKeyManufacturer(): string | undefined;
|
|
802
|
+
setKeyManufacturer(value: string): WindowsRawMonitorInfo;
|
|
803
|
+
|
|
804
|
+
hasManufacturerDate(): boolean;
|
|
805
|
+
clearManufacturerDate(): void;
|
|
806
|
+
getManufacturerDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
807
|
+
setManufacturerDate(value?: google_protobuf_timestamp_pb.Timestamp): WindowsRawMonitorInfo;
|
|
808
|
+
|
|
809
|
+
hasDeviceId(): boolean;
|
|
810
|
+
clearDeviceId(): void;
|
|
811
|
+
getDeviceId(): string | undefined;
|
|
812
|
+
setDeviceId(value: string): WindowsRawMonitorInfo;
|
|
813
|
+
|
|
814
|
+
serializeBinary(): Uint8Array;
|
|
815
|
+
toObject(includeInstance?: boolean): WindowsRawMonitorInfo.AsObject;
|
|
816
|
+
static toObject(includeInstance: boolean, msg: WindowsRawMonitorInfo): WindowsRawMonitorInfo.AsObject;
|
|
817
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
818
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
819
|
+
static serializeBinaryToWriter(message: WindowsRawMonitorInfo, writer: jspb.BinaryWriter): void;
|
|
820
|
+
static deserializeBinary(bytes: Uint8Array): WindowsRawMonitorInfo;
|
|
821
|
+
static deserializeBinaryFromReader(message: WindowsRawMonitorInfo, reader: jspb.BinaryReader): WindowsRawMonitorInfo;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
export namespace WindowsRawMonitorInfo {
|
|
825
|
+
export type AsObject = {
|
|
826
|
+
model: string,
|
|
827
|
+
pnpDeviceId?: string,
|
|
828
|
+
serialNumber?: string,
|
|
829
|
+
serialHex?: string,
|
|
830
|
+
vesaManufacturer?: string,
|
|
831
|
+
keyManufacturer?: string,
|
|
832
|
+
manufacturerDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
833
|
+
deviceId?: string,
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
|
|
683
837
|
export class SoftwareInventory extends jspb.Message {
|
|
684
838
|
|
|
685
839
|
hasTimestamp(): boolean;
|
|
@@ -795,11 +949,21 @@ export class Software extends jspb.Message {
|
|
|
795
949
|
getCpe(): string | undefined;
|
|
796
950
|
setCpe(value: string): Software;
|
|
797
951
|
|
|
952
|
+
hasCatalogBrand(): boolean;
|
|
953
|
+
clearCatalogBrand(): void;
|
|
954
|
+
getCatalogBrand(): CatalogBrand | undefined;
|
|
955
|
+
setCatalogBrand(value?: CatalogBrand): Software;
|
|
956
|
+
|
|
798
957
|
hasCatalogSoftware(): boolean;
|
|
799
958
|
clearCatalogSoftware(): void;
|
|
800
959
|
getCatalogSoftware(): CatalogSoftware | undefined;
|
|
801
960
|
setCatalogSoftware(value?: CatalogSoftware): Software;
|
|
802
961
|
|
|
962
|
+
hasCatalogLatest(): boolean;
|
|
963
|
+
clearCatalogLatest(): void;
|
|
964
|
+
getCatalogLatest(): CatalogSoftware | undefined;
|
|
965
|
+
setCatalogLatest(value?: CatalogSoftware): Software;
|
|
966
|
+
|
|
803
967
|
hasRaw(): boolean;
|
|
804
968
|
clearRaw(): void;
|
|
805
969
|
getRaw(): RawSoftware | undefined;
|
|
@@ -844,7 +1008,9 @@ export namespace Software {
|
|
|
844
1008
|
arch?: string,
|
|
845
1009
|
lang?: string,
|
|
846
1010
|
cpe?: string,
|
|
1011
|
+
catalogBrand?: CatalogBrand.AsObject,
|
|
847
1012
|
catalogSoftware?: CatalogSoftware.AsObject,
|
|
1013
|
+
catalogLatest?: CatalogSoftware.AsObject,
|
|
848
1014
|
raw?: RawSoftware.AsObject,
|
|
849
1015
|
rawHash?: string,
|
|
850
1016
|
nreHash?: string,
|
|
@@ -1423,8 +1589,6 @@ export namespace CatalogOs {
|
|
|
1423
1589
|
export class CatalogSoftware extends jspb.Message {
|
|
1424
1590
|
getId(): number;
|
|
1425
1591
|
setId(value: number): CatalogSoftware;
|
|
1426
|
-
getSwKey(): string;
|
|
1427
|
-
setSwKey(value: string): CatalogSoftware;
|
|
1428
1592
|
getSwName(): string;
|
|
1429
1593
|
setSwName(value: string): CatalogSoftware;
|
|
1430
1594
|
|
|
@@ -1453,11 +1617,6 @@ export class CatalogSoftware extends jspb.Message {
|
|
|
1453
1617
|
getSwBuild(): string | undefined;
|
|
1454
1618
|
setSwBuild(value: string): CatalogSoftware;
|
|
1455
1619
|
|
|
1456
|
-
hasOverrideId(): boolean;
|
|
1457
|
-
clearOverrideId(): void;
|
|
1458
|
-
getOverrideId(): number | undefined;
|
|
1459
|
-
setOverrideId(value: number): CatalogSoftware;
|
|
1460
|
-
|
|
1461
1620
|
hasMakeId(): boolean;
|
|
1462
1621
|
clearMakeId(): void;
|
|
1463
1622
|
getMakeId(): number | undefined;
|
|
@@ -1468,6 +1627,11 @@ export class CatalogSoftware extends jspb.Message {
|
|
|
1468
1627
|
getParentId(): number | undefined;
|
|
1469
1628
|
setParentId(value: number): CatalogSoftware;
|
|
1470
1629
|
|
|
1630
|
+
hasLatestId(): boolean;
|
|
1631
|
+
clearLatestId(): void;
|
|
1632
|
+
getLatestId(): number | undefined;
|
|
1633
|
+
setLatestId(value: number): CatalogSoftware;
|
|
1634
|
+
|
|
1471
1635
|
hasSwType(): boolean;
|
|
1472
1636
|
clearSwType(): void;
|
|
1473
1637
|
getSwType(): string | undefined;
|
|
@@ -1478,11 +1642,6 @@ export class CatalogSoftware extends jspb.Message {
|
|
|
1478
1642
|
getSwCategory(): string | undefined;
|
|
1479
1643
|
setSwCategory(value: string): CatalogSoftware;
|
|
1480
1644
|
|
|
1481
|
-
hasNistCpeTemplate(): boolean;
|
|
1482
|
-
clearNistCpeTemplate(): void;
|
|
1483
|
-
getNistCpeTemplate(): string | undefined;
|
|
1484
|
-
setNistCpeTemplate(value: string): CatalogSoftware;
|
|
1485
|
-
|
|
1486
1645
|
hasReleaseDate(): boolean;
|
|
1487
1646
|
clearReleaseDate(): void;
|
|
1488
1647
|
getReleaseDate(): number | undefined;
|
|
@@ -1508,11 +1667,6 @@ export class CatalogSoftware extends jspb.Message {
|
|
|
1508
1667
|
getLifecyleConfidence(): string | undefined;
|
|
1509
1668
|
setLifecyleConfidence(value: string): CatalogSoftware;
|
|
1510
1669
|
|
|
1511
|
-
hasLastUpdateTime(): boolean;
|
|
1512
|
-
clearLastUpdateTime(): void;
|
|
1513
|
-
getLastUpdateTime(): number | undefined;
|
|
1514
|
-
setLastUpdateTime(value: number): CatalogSoftware;
|
|
1515
|
-
|
|
1516
1670
|
hasFlagLatest(): boolean;
|
|
1517
1671
|
clearFlagLatest(): void;
|
|
1518
1672
|
getFlagLatest(): boolean | undefined;
|
|
@@ -1528,6 +1682,11 @@ export class CatalogSoftware extends jspb.Message {
|
|
|
1528
1682
|
getFlagDeprecated(): boolean | undefined;
|
|
1529
1683
|
setFlagDeprecated(value: boolean): CatalogSoftware;
|
|
1530
1684
|
|
|
1685
|
+
hasLastUpdateTime(): boolean;
|
|
1686
|
+
clearLastUpdateTime(): void;
|
|
1687
|
+
getLastUpdateTime(): number | undefined;
|
|
1688
|
+
setLastUpdateTime(value: number): CatalogSoftware;
|
|
1689
|
+
|
|
1531
1690
|
hasMatchScore(): boolean;
|
|
1532
1691
|
clearMatchScore(): void;
|
|
1533
1692
|
getMatchScore(): number | undefined;
|
|
@@ -1546,28 +1705,26 @@ export class CatalogSoftware extends jspb.Message {
|
|
|
1546
1705
|
export namespace CatalogSoftware {
|
|
1547
1706
|
export type AsObject = {
|
|
1548
1707
|
id: number,
|
|
1549
|
-
swKey: string,
|
|
1550
1708
|
swName: string,
|
|
1551
1709
|
swVersion?: string,
|
|
1552
1710
|
swMarketVer?: string,
|
|
1553
1711
|
swEdition?: string,
|
|
1554
1712
|
swLang?: string,
|
|
1555
1713
|
swBuild?: string,
|
|
1556
|
-
overrideId?: number,
|
|
1557
1714
|
makeId?: number,
|
|
1558
1715
|
parentId?: number,
|
|
1716
|
+
latestId?: number,
|
|
1559
1717
|
swType?: string,
|
|
1560
1718
|
swCategory?: string,
|
|
1561
|
-
nistCpeTemplate?: string,
|
|
1562
1719
|
releaseDate?: number,
|
|
1563
1720
|
eolDate?: number,
|
|
1564
1721
|
eosDate?: number,
|
|
1565
1722
|
eosxDate?: number,
|
|
1566
1723
|
lifecyleConfidence?: string,
|
|
1567
|
-
lastUpdateTime?: number,
|
|
1568
1724
|
flagLatest?: boolean,
|
|
1569
1725
|
flagWidespread?: boolean,
|
|
1570
1726
|
flagDeprecated?: boolean,
|
|
1727
|
+
lastUpdateTime?: number,
|
|
1571
1728
|
matchScore?: number,
|
|
1572
1729
|
}
|
|
1573
1730
|
}
|
|
@@ -1575,6 +1732,228 @@ export namespace CatalogSoftware {
|
|
|
1575
1732
|
export class CatalogMonitor extends jspb.Message {
|
|
1576
1733
|
getId(): number;
|
|
1577
1734
|
setId(value: number): CatalogMonitor;
|
|
1735
|
+
getModel(): string;
|
|
1736
|
+
setModel(value: string): CatalogMonitor;
|
|
1737
|
+
|
|
1738
|
+
hasVendorId(): boolean;
|
|
1739
|
+
clearVendorId(): void;
|
|
1740
|
+
getVendorId(): string | undefined;
|
|
1741
|
+
setVendorId(value: string): CatalogMonitor;
|
|
1742
|
+
|
|
1743
|
+
hasMakeId(): boolean;
|
|
1744
|
+
clearMakeId(): void;
|
|
1745
|
+
getMakeId(): number | undefined;
|
|
1746
|
+
setMakeId(value: number): CatalogMonitor;
|
|
1747
|
+
|
|
1748
|
+
hasFamilyId(): boolean;
|
|
1749
|
+
clearFamilyId(): void;
|
|
1750
|
+
getFamilyId(): number | undefined;
|
|
1751
|
+
setFamilyId(value: number): CatalogMonitor;
|
|
1752
|
+
|
|
1753
|
+
hasIsFamily(): boolean;
|
|
1754
|
+
clearIsFamily(): void;
|
|
1755
|
+
getIsFamily(): boolean | undefined;
|
|
1756
|
+
setIsFamily(value: boolean): CatalogMonitor;
|
|
1757
|
+
|
|
1758
|
+
hasOfficialPage(): boolean;
|
|
1759
|
+
clearOfficialPage(): void;
|
|
1760
|
+
getOfficialPage(): string | undefined;
|
|
1761
|
+
setOfficialPage(value: string): CatalogMonitor;
|
|
1762
|
+
|
|
1763
|
+
hasSupportPage(): boolean;
|
|
1764
|
+
clearSupportPage(): void;
|
|
1765
|
+
getSupportPage(): string | undefined;
|
|
1766
|
+
setSupportPage(value: string): CatalogMonitor;
|
|
1767
|
+
|
|
1768
|
+
hasSizeInch(): boolean;
|
|
1769
|
+
clearSizeInch(): void;
|
|
1770
|
+
getSizeInch(): number | undefined;
|
|
1771
|
+
setSizeInch(value: number): CatalogMonitor;
|
|
1772
|
+
|
|
1773
|
+
hasMaxResolution(): boolean;
|
|
1774
|
+
clearMaxResolution(): void;
|
|
1775
|
+
getMaxResolution(): string | undefined;
|
|
1776
|
+
setMaxResolution(value: string): CatalogMonitor;
|
|
1777
|
+
|
|
1778
|
+
hasAspectRatio(): boolean;
|
|
1779
|
+
clearAspectRatio(): void;
|
|
1780
|
+
getAspectRatio(): string | undefined;
|
|
1781
|
+
setAspectRatio(value: string): CatalogMonitor;
|
|
1782
|
+
|
|
1783
|
+
hasResponseTimeMs(): boolean;
|
|
1784
|
+
clearResponseTimeMs(): void;
|
|
1785
|
+
getResponseTimeMs(): number | undefined;
|
|
1786
|
+
setResponseTimeMs(value: number): CatalogMonitor;
|
|
1787
|
+
|
|
1788
|
+
hasHdType(): boolean;
|
|
1789
|
+
clearHdType(): void;
|
|
1790
|
+
getHdType(): string | undefined;
|
|
1791
|
+
setHdType(value: string): CatalogMonitor;
|
|
1792
|
+
|
|
1793
|
+
hasDisplayTech(): boolean;
|
|
1794
|
+
clearDisplayTech(): void;
|
|
1795
|
+
getDisplayTech(): string | undefined;
|
|
1796
|
+
setDisplayTech(value: string): CatalogMonitor;
|
|
1797
|
+
|
|
1798
|
+
hasRefreshRate(): boolean;
|
|
1799
|
+
clearRefreshRate(): void;
|
|
1800
|
+
getRefreshRate(): number | undefined;
|
|
1801
|
+
setRefreshRate(value: number): CatalogMonitor;
|
|
1802
|
+
|
|
1803
|
+
hasPanel(): boolean;
|
|
1804
|
+
clearPanel(): void;
|
|
1805
|
+
getPanel(): string | undefined;
|
|
1806
|
+
setPanel(value: string): CatalogMonitor;
|
|
1807
|
+
|
|
1808
|
+
hasHeightCm(): boolean;
|
|
1809
|
+
clearHeightCm(): void;
|
|
1810
|
+
getHeightCm(): number | undefined;
|
|
1811
|
+
setHeightCm(value: number): CatalogMonitor;
|
|
1812
|
+
|
|
1813
|
+
hasWidthCm(): boolean;
|
|
1814
|
+
clearWidthCm(): void;
|
|
1815
|
+
getWidthCm(): number | undefined;
|
|
1816
|
+
setWidthCm(value: number): CatalogMonitor;
|
|
1817
|
+
|
|
1818
|
+
hasDiagonalCm(): boolean;
|
|
1819
|
+
clearDiagonalCm(): void;
|
|
1820
|
+
getDiagonalCm(): number | undefined;
|
|
1821
|
+
setDiagonalCm(value: number): CatalogMonitor;
|
|
1822
|
+
|
|
1823
|
+
hasUsbUpstream(): boolean;
|
|
1824
|
+
clearUsbUpstream(): void;
|
|
1825
|
+
getUsbUpstream(): string | undefined;
|
|
1826
|
+
setUsbUpstream(value: string): CatalogMonitor;
|
|
1827
|
+
|
|
1828
|
+
hasNrUsbUpstream(): boolean;
|
|
1829
|
+
clearNrUsbUpstream(): void;
|
|
1830
|
+
getNrUsbUpstream(): number | undefined;
|
|
1831
|
+
setNrUsbUpstream(value: number): CatalogMonitor;
|
|
1832
|
+
|
|
1833
|
+
hasNrUsbTypeADownstream(): boolean;
|
|
1834
|
+
clearNrUsbTypeADownstream(): void;
|
|
1835
|
+
getNrUsbTypeADownstream(): number | undefined;
|
|
1836
|
+
setNrUsbTypeADownstream(value: number): CatalogMonitor;
|
|
1837
|
+
|
|
1838
|
+
hasNrHdmi(): boolean;
|
|
1839
|
+
clearNrHdmi(): void;
|
|
1840
|
+
getNrHdmi(): number | undefined;
|
|
1841
|
+
setNrHdmi(value: number): CatalogMonitor;
|
|
1842
|
+
|
|
1843
|
+
hasNrVga(): boolean;
|
|
1844
|
+
clearNrVga(): void;
|
|
1845
|
+
getNrVga(): number | undefined;
|
|
1846
|
+
setNrVga(value: number): CatalogMonitor;
|
|
1847
|
+
|
|
1848
|
+
hasNrDvi(): boolean;
|
|
1849
|
+
clearNrDvi(): void;
|
|
1850
|
+
getNrDvi(): number | undefined;
|
|
1851
|
+
setNrDvi(value: number): CatalogMonitor;
|
|
1852
|
+
|
|
1853
|
+
hasHdmiVersion(): boolean;
|
|
1854
|
+
clearHdmiVersion(): void;
|
|
1855
|
+
getHdmiVersion(): number | undefined;
|
|
1856
|
+
setHdmiVersion(value: number): CatalogMonitor;
|
|
1857
|
+
|
|
1858
|
+
hasNrDisplayPorts(): boolean;
|
|
1859
|
+
clearNrDisplayPorts(): void;
|
|
1860
|
+
getNrDisplayPorts(): number | undefined;
|
|
1861
|
+
setNrDisplayPorts(value: number): CatalogMonitor;
|
|
1862
|
+
|
|
1863
|
+
hasDisplayPortVersion(): boolean;
|
|
1864
|
+
clearDisplayPortVersion(): void;
|
|
1865
|
+
getDisplayPortVersion(): number | undefined;
|
|
1866
|
+
setDisplayPortVersion(value: number): CatalogMonitor;
|
|
1867
|
+
|
|
1868
|
+
hasEnergyClass(): boolean;
|
|
1869
|
+
clearEnergyClass(): void;
|
|
1870
|
+
getEnergyClass(): string | undefined;
|
|
1871
|
+
setEnergyClass(value: string): CatalogMonitor;
|
|
1872
|
+
|
|
1873
|
+
hasSdrPer1000U(): boolean;
|
|
1874
|
+
clearSdrPer1000U(): void;
|
|
1875
|
+
getSdrPer1000U(): number | undefined;
|
|
1876
|
+
setSdrPer1000U(value: number): CatalogMonitor;
|
|
1877
|
+
|
|
1878
|
+
hasAverageWattUsage(): boolean;
|
|
1879
|
+
clearAverageWattUsage(): void;
|
|
1880
|
+
getAverageWattUsage(): number | undefined;
|
|
1881
|
+
setAverageWattUsage(value: number): CatalogMonitor;
|
|
1882
|
+
|
|
1883
|
+
hasMaxWattUsage(): boolean;
|
|
1884
|
+
clearMaxWattUsage(): void;
|
|
1885
|
+
getMaxWattUsage(): number | undefined;
|
|
1886
|
+
setMaxWattUsage(value: number): CatalogMonitor;
|
|
1887
|
+
|
|
1888
|
+
hasWattUsageStandby(): boolean;
|
|
1889
|
+
clearWattUsageStandby(): void;
|
|
1890
|
+
getWattUsageStandby(): number | undefined;
|
|
1891
|
+
setWattUsageStandby(value: number): CatalogMonitor;
|
|
1892
|
+
|
|
1893
|
+
hasWattPowerSave(): boolean;
|
|
1894
|
+
clearWattPowerSave(): void;
|
|
1895
|
+
getWattPowerSave(): number | undefined;
|
|
1896
|
+
setWattPowerSave(value: number): CatalogMonitor;
|
|
1897
|
+
|
|
1898
|
+
hasAcVoltage(): boolean;
|
|
1899
|
+
clearAcVoltage(): void;
|
|
1900
|
+
getAcVoltage(): string | undefined;
|
|
1901
|
+
setAcVoltage(value: string): CatalogMonitor;
|
|
1902
|
+
|
|
1903
|
+
hasAcFreqHz(): boolean;
|
|
1904
|
+
clearAcFreqHz(): void;
|
|
1905
|
+
getAcFreqHz(): string | undefined;
|
|
1906
|
+
setAcFreqHz(value: string): CatalogMonitor;
|
|
1907
|
+
|
|
1908
|
+
hasCurrentA(): boolean;
|
|
1909
|
+
clearCurrentA(): void;
|
|
1910
|
+
getCurrentA(): number | undefined;
|
|
1911
|
+
setCurrentA(value: number): CatalogMonitor;
|
|
1912
|
+
|
|
1913
|
+
hasFeatureAio(): boolean;
|
|
1914
|
+
clearFeatureAio(): void;
|
|
1915
|
+
getFeatureAio(): boolean | undefined;
|
|
1916
|
+
setFeatureAio(value: boolean): CatalogMonitor;
|
|
1917
|
+
|
|
1918
|
+
hasFeatureCamera(): boolean;
|
|
1919
|
+
clearFeatureCamera(): void;
|
|
1920
|
+
getFeatureCamera(): boolean | undefined;
|
|
1921
|
+
setFeatureCamera(value: boolean): CatalogMonitor;
|
|
1922
|
+
|
|
1923
|
+
hasFeatureSpeakers(): boolean;
|
|
1924
|
+
clearFeatureSpeakers(): void;
|
|
1925
|
+
getFeatureSpeakers(): boolean | undefined;
|
|
1926
|
+
setFeatureSpeakers(value: boolean): CatalogMonitor;
|
|
1927
|
+
|
|
1928
|
+
hasFeatureHdmi(): boolean;
|
|
1929
|
+
clearFeatureHdmi(): void;
|
|
1930
|
+
getFeatureHdmi(): boolean | undefined;
|
|
1931
|
+
setFeatureHdmi(value: boolean): CatalogMonitor;
|
|
1932
|
+
|
|
1933
|
+
hasFeatureEth(): boolean;
|
|
1934
|
+
clearFeatureEth(): void;
|
|
1935
|
+
getFeatureEth(): boolean | undefined;
|
|
1936
|
+
setFeatureEth(value: boolean): CatalogMonitor;
|
|
1937
|
+
|
|
1938
|
+
hasFeaturePortrait(): boolean;
|
|
1939
|
+
clearFeaturePortrait(): void;
|
|
1940
|
+
getFeaturePortrait(): boolean | undefined;
|
|
1941
|
+
setFeaturePortrait(value: boolean): CatalogMonitor;
|
|
1942
|
+
|
|
1943
|
+
hasFeatureCurved(): boolean;
|
|
1944
|
+
clearFeatureCurved(): void;
|
|
1945
|
+
getFeatureCurved(): boolean | undefined;
|
|
1946
|
+
setFeatureCurved(value: boolean): CatalogMonitor;
|
|
1947
|
+
|
|
1948
|
+
hasLastUpdateTime(): boolean;
|
|
1949
|
+
clearLastUpdateTime(): void;
|
|
1950
|
+
getLastUpdateTime(): number | undefined;
|
|
1951
|
+
setLastUpdateTime(value: number): CatalogMonitor;
|
|
1952
|
+
|
|
1953
|
+
hasMatchScore(): boolean;
|
|
1954
|
+
clearMatchScore(): void;
|
|
1955
|
+
getMatchScore(): number | undefined;
|
|
1956
|
+
setMatchScore(value: number): CatalogMonitor;
|
|
1578
1957
|
|
|
1579
1958
|
serializeBinary(): Uint8Array;
|
|
1580
1959
|
toObject(includeInstance?: boolean): CatalogMonitor.AsObject;
|
|
@@ -1589,5 +1968,50 @@ export class CatalogMonitor extends jspb.Message {
|
|
|
1589
1968
|
export namespace CatalogMonitor {
|
|
1590
1969
|
export type AsObject = {
|
|
1591
1970
|
id: number,
|
|
1971
|
+
model: string,
|
|
1972
|
+
vendorId?: string,
|
|
1973
|
+
makeId?: number,
|
|
1974
|
+
familyId?: number,
|
|
1975
|
+
isFamily?: boolean,
|
|
1976
|
+
officialPage?: string,
|
|
1977
|
+
supportPage?: string,
|
|
1978
|
+
sizeInch?: number,
|
|
1979
|
+
maxResolution?: string,
|
|
1980
|
+
aspectRatio?: string,
|
|
1981
|
+
responseTimeMs?: number,
|
|
1982
|
+
hdType?: string,
|
|
1983
|
+
displayTech?: string,
|
|
1984
|
+
refreshRate?: number,
|
|
1985
|
+
panel?: string,
|
|
1986
|
+
heightCm?: number,
|
|
1987
|
+
widthCm?: number,
|
|
1988
|
+
diagonalCm?: number,
|
|
1989
|
+
usbUpstream?: string,
|
|
1990
|
+
nrUsbUpstream?: number,
|
|
1991
|
+
nrUsbTypeADownstream?: number,
|
|
1992
|
+
nrHdmi?: number,
|
|
1993
|
+
nrVga?: number,
|
|
1994
|
+
nrDvi?: number,
|
|
1995
|
+
hdmiVersion?: number,
|
|
1996
|
+
nrDisplayPorts?: number,
|
|
1997
|
+
displayPortVersion?: number,
|
|
1998
|
+
energyClass?: string,
|
|
1999
|
+
sdrPer1000U?: number,
|
|
2000
|
+
averageWattUsage?: number,
|
|
2001
|
+
maxWattUsage?: number,
|
|
2002
|
+
wattUsageStandby?: number,
|
|
2003
|
+
wattPowerSave?: number,
|
|
2004
|
+
acVoltage?: string,
|
|
2005
|
+
acFreqHz?: string,
|
|
2006
|
+
currentA?: number,
|
|
2007
|
+
featureAio?: boolean,
|
|
2008
|
+
featureCamera?: boolean,
|
|
2009
|
+
featureSpeakers?: boolean,
|
|
2010
|
+
featureHdmi?: boolean,
|
|
2011
|
+
featureEth?: boolean,
|
|
2012
|
+
featurePortrait?: boolean,
|
|
2013
|
+
featureCurved?: boolean,
|
|
2014
|
+
lastUpdateTime?: number,
|
|
2015
|
+
matchScore?: number,
|
|
1592
2016
|
}
|
|
1593
2017
|
}
|