@lansweeper/data-platform-outbound-grpc 0.1.36 → 0.1.37
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 +25 -25
- package/gen-proto/outbound_pb.js +117 -117
- package/generated-go/outbound.pb.go +1899 -1901
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +2 -2
|
@@ -334,10 +334,10 @@ export class Asset extends jspb.Message {
|
|
|
334
334
|
getHw(): HardwareInfo | undefined;
|
|
335
335
|
setHw(value?: HardwareInfo): Asset;
|
|
336
336
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
337
|
+
hasOs(): boolean;
|
|
338
|
+
clearOs(): void;
|
|
339
|
+
getOs(): OperatingSystem | undefined;
|
|
340
|
+
setOs(value?: OperatingSystem): Asset;
|
|
341
341
|
|
|
342
342
|
hasSoftwareInventory(): boolean;
|
|
343
343
|
clearSoftwareInventory(): void;
|
|
@@ -422,7 +422,7 @@ export namespace Asset {
|
|
|
422
422
|
relationList: Array<Relation.AsObject>,
|
|
423
423
|
core?: CoreFields.AsObject,
|
|
424
424
|
hw?: HardwareInfo.AsObject,
|
|
425
|
-
|
|
425
|
+
os?: OperatingSystem.AsObject,
|
|
426
426
|
softwareInventory?: SoftwareInventory.AsObject,
|
|
427
427
|
antivirus?: AntivirusSoftware.AsObject,
|
|
428
428
|
monitorInventory?: MonitorInventory.AsObject,
|
|
@@ -863,81 +863,81 @@ export namespace SpecHardwareInfo {
|
|
|
863
863
|
}
|
|
864
864
|
}
|
|
865
865
|
|
|
866
|
-
export class
|
|
866
|
+
export class OperatingSystem extends jspb.Message {
|
|
867
867
|
|
|
868
868
|
hasId(): boolean;
|
|
869
869
|
clearId(): void;
|
|
870
870
|
getId(): number | undefined;
|
|
871
|
-
setId(value: number):
|
|
871
|
+
setId(value: number): OperatingSystem;
|
|
872
872
|
|
|
873
873
|
hasMakeId(): boolean;
|
|
874
874
|
clearMakeId(): void;
|
|
875
875
|
getMakeId(): number | undefined;
|
|
876
|
-
setMakeId(value: number):
|
|
876
|
+
setMakeId(value: number): OperatingSystem;
|
|
877
877
|
|
|
878
878
|
hasName(): boolean;
|
|
879
879
|
clearName(): void;
|
|
880
880
|
getName(): string | undefined;
|
|
881
|
-
setName(value: string):
|
|
881
|
+
setName(value: string): OperatingSystem;
|
|
882
882
|
|
|
883
883
|
hasVersion(): boolean;
|
|
884
884
|
clearVersion(): void;
|
|
885
885
|
getVersion(): string | undefined;
|
|
886
|
-
setVersion(value: string):
|
|
886
|
+
setVersion(value: string): OperatingSystem;
|
|
887
887
|
|
|
888
888
|
hasBuild(): boolean;
|
|
889
889
|
clearBuild(): void;
|
|
890
890
|
getBuild(): string | undefined;
|
|
891
|
-
setBuild(value: string):
|
|
891
|
+
setBuild(value: string): OperatingSystem;
|
|
892
892
|
|
|
893
893
|
hasFwVersion(): boolean;
|
|
894
894
|
clearFwVersion(): void;
|
|
895
895
|
getFwVersion(): string | undefined;
|
|
896
|
-
setFwVersion(value: string):
|
|
896
|
+
setFwVersion(value: string): OperatingSystem;
|
|
897
897
|
|
|
898
898
|
hasCpe(): boolean;
|
|
899
899
|
clearCpe(): void;
|
|
900
900
|
getCpe(): string | undefined;
|
|
901
|
-
setCpe(value: string):
|
|
901
|
+
setCpe(value: string): OperatingSystem;
|
|
902
902
|
|
|
903
903
|
hasFwCpe(): boolean;
|
|
904
904
|
clearFwCpe(): void;
|
|
905
905
|
getFwCpe(): string | undefined;
|
|
906
|
-
setFwCpe(value: string):
|
|
906
|
+
setFwCpe(value: string): OperatingSystem;
|
|
907
907
|
|
|
908
908
|
hasRank(): boolean;
|
|
909
909
|
clearRank(): void;
|
|
910
910
|
getRank(): number | undefined;
|
|
911
|
-
setRank(value: number):
|
|
911
|
+
setRank(value: number): OperatingSystem;
|
|
912
912
|
|
|
913
913
|
hasWindows(): boolean;
|
|
914
914
|
clearWindows(): void;
|
|
915
915
|
getWindows(): WindowsOperatingSystemInfo | undefined;
|
|
916
|
-
setWindows(value?: WindowsOperatingSystemInfo):
|
|
916
|
+
setWindows(value?: WindowsOperatingSystemInfo): OperatingSystem;
|
|
917
917
|
|
|
918
918
|
hasMac(): boolean;
|
|
919
919
|
clearMac(): void;
|
|
920
920
|
getMac(): MacOperatingSystemInfo | undefined;
|
|
921
|
-
setMac(value?: MacOperatingSystemInfo):
|
|
921
|
+
setMac(value?: MacOperatingSystemInfo): OperatingSystem;
|
|
922
922
|
|
|
923
923
|
hasLinux(): boolean;
|
|
924
924
|
clearLinux(): void;
|
|
925
925
|
getLinux(): LinuxOperatingSystemInfo | undefined;
|
|
926
|
-
setLinux(value?: LinuxOperatingSystemInfo):
|
|
926
|
+
setLinux(value?: LinuxOperatingSystemInfo): OperatingSystem;
|
|
927
927
|
|
|
928
|
-
getSpecCase():
|
|
928
|
+
getSpecCase(): OperatingSystem.SpecCase;
|
|
929
929
|
|
|
930
930
|
serializeBinary(): Uint8Array;
|
|
931
|
-
toObject(includeInstance?: boolean):
|
|
932
|
-
static toObject(includeInstance: boolean, msg:
|
|
931
|
+
toObject(includeInstance?: boolean): OperatingSystem.AsObject;
|
|
932
|
+
static toObject(includeInstance: boolean, msg: OperatingSystem): OperatingSystem.AsObject;
|
|
933
933
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
934
934
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
935
|
-
static serializeBinaryToWriter(message:
|
|
936
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
937
|
-
static deserializeBinaryFromReader(message:
|
|
935
|
+
static serializeBinaryToWriter(message: OperatingSystem, writer: jspb.BinaryWriter): void;
|
|
936
|
+
static deserializeBinary(bytes: Uint8Array): OperatingSystem;
|
|
937
|
+
static deserializeBinaryFromReader(message: OperatingSystem, reader: jspb.BinaryReader): OperatingSystem;
|
|
938
938
|
}
|
|
939
939
|
|
|
940
|
-
export namespace
|
|
940
|
+
export namespace OperatingSystem {
|
|
941
941
|
export type AsObject = {
|
|
942
942
|
id?: number,
|
|
943
943
|
makeId?: number,
|