@lansweeper/discovery-sensor-proto 2.37.0 → 2.37.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.
|
@@ -8952,6 +8952,159 @@ export namespace FirewallRuleProperty {
|
|
|
8952
8952
|
}
|
|
8953
8953
|
}
|
|
8954
8954
|
|
|
8955
|
+
export class WindowsComApplication extends jspb.Message {
|
|
8956
|
+
clearEntriesList(): void;
|
|
8957
|
+
getEntriesList(): Array<ComApplication>;
|
|
8958
|
+
setEntriesList(value: Array<ComApplication>): WindowsComApplication;
|
|
8959
|
+
addEntries(value?: ComApplication, index?: number): ComApplication;
|
|
8960
|
+
|
|
8961
|
+
serializeBinary(): Uint8Array;
|
|
8962
|
+
toObject(includeInstance?: boolean): WindowsComApplication.AsObject;
|
|
8963
|
+
static toObject(includeInstance: boolean, msg: WindowsComApplication): WindowsComApplication.AsObject;
|
|
8964
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
8965
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
8966
|
+
static serializeBinaryToWriter(message: WindowsComApplication, writer: jspb.BinaryWriter): void;
|
|
8967
|
+
static deserializeBinary(bytes: Uint8Array): WindowsComApplication;
|
|
8968
|
+
static deserializeBinaryFromReader(message: WindowsComApplication, reader: jspb.BinaryReader): WindowsComApplication;
|
|
8969
|
+
}
|
|
8970
|
+
|
|
8971
|
+
export namespace WindowsComApplication {
|
|
8972
|
+
export type AsObject = {
|
|
8973
|
+
entriesList: Array<ComApplication.AsObject>,
|
|
8974
|
+
}
|
|
8975
|
+
}
|
|
8976
|
+
|
|
8977
|
+
export class ComApplication extends jspb.Message {
|
|
8978
|
+
|
|
8979
|
+
hasAppId(): boolean;
|
|
8980
|
+
clearAppId(): void;
|
|
8981
|
+
getAppId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
8982
|
+
setAppId(value?: google_protobuf_wrappers_pb.StringValue): ComApplication;
|
|
8983
|
+
|
|
8984
|
+
hasCaption(): boolean;
|
|
8985
|
+
clearCaption(): void;
|
|
8986
|
+
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
8987
|
+
setCaption(value?: google_protobuf_wrappers_pb.StringValue): ComApplication;
|
|
8988
|
+
|
|
8989
|
+
serializeBinary(): Uint8Array;
|
|
8990
|
+
toObject(includeInstance?: boolean): ComApplication.AsObject;
|
|
8991
|
+
static toObject(includeInstance: boolean, msg: ComApplication): ComApplication.AsObject;
|
|
8992
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
8993
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
8994
|
+
static serializeBinaryToWriter(message: ComApplication, writer: jspb.BinaryWriter): void;
|
|
8995
|
+
static deserializeBinary(bytes: Uint8Array): ComApplication;
|
|
8996
|
+
static deserializeBinaryFromReader(message: ComApplication, reader: jspb.BinaryReader): ComApplication;
|
|
8997
|
+
}
|
|
8998
|
+
|
|
8999
|
+
export namespace ComApplication {
|
|
9000
|
+
export type AsObject = {
|
|
9001
|
+
appId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9002
|
+
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9003
|
+
}
|
|
9004
|
+
}
|
|
9005
|
+
|
|
9006
|
+
export class WindowsDcomApplication extends jspb.Message {
|
|
9007
|
+
clearEntriesList(): void;
|
|
9008
|
+
getEntriesList(): Array<DcomApplication>;
|
|
9009
|
+
setEntriesList(value: Array<DcomApplication>): WindowsDcomApplication;
|
|
9010
|
+
addEntries(value?: DcomApplication, index?: number): DcomApplication;
|
|
9011
|
+
|
|
9012
|
+
serializeBinary(): Uint8Array;
|
|
9013
|
+
toObject(includeInstance?: boolean): WindowsDcomApplication.AsObject;
|
|
9014
|
+
static toObject(includeInstance: boolean, msg: WindowsDcomApplication): WindowsDcomApplication.AsObject;
|
|
9015
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
9016
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
9017
|
+
static serializeBinaryToWriter(message: WindowsDcomApplication, writer: jspb.BinaryWriter): void;
|
|
9018
|
+
static deserializeBinary(bytes: Uint8Array): WindowsDcomApplication;
|
|
9019
|
+
static deserializeBinaryFromReader(message: WindowsDcomApplication, reader: jspb.BinaryReader): WindowsDcomApplication;
|
|
9020
|
+
}
|
|
9021
|
+
|
|
9022
|
+
export namespace WindowsDcomApplication {
|
|
9023
|
+
export type AsObject = {
|
|
9024
|
+
entriesList: Array<DcomApplication.AsObject>,
|
|
9025
|
+
}
|
|
9026
|
+
}
|
|
9027
|
+
|
|
9028
|
+
export class DcomApplication extends jspb.Message {
|
|
9029
|
+
|
|
9030
|
+
hasAppId(): boolean;
|
|
9031
|
+
clearAppId(): void;
|
|
9032
|
+
getAppId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
9033
|
+
setAppId(value?: google_protobuf_wrappers_pb.StringValue): DcomApplication;
|
|
9034
|
+
|
|
9035
|
+
hasCaption(): boolean;
|
|
9036
|
+
clearCaption(): void;
|
|
9037
|
+
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
9038
|
+
setCaption(value?: google_protobuf_wrappers_pb.StringValue): DcomApplication;
|
|
9039
|
+
|
|
9040
|
+
serializeBinary(): Uint8Array;
|
|
9041
|
+
toObject(includeInstance?: boolean): DcomApplication.AsObject;
|
|
9042
|
+
static toObject(includeInstance: boolean, msg: DcomApplication): DcomApplication.AsObject;
|
|
9043
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
9044
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
9045
|
+
static serializeBinaryToWriter(message: DcomApplication, writer: jspb.BinaryWriter): void;
|
|
9046
|
+
static deserializeBinary(bytes: Uint8Array): DcomApplication;
|
|
9047
|
+
static deserializeBinaryFromReader(message: DcomApplication, reader: jspb.BinaryReader): DcomApplication;
|
|
9048
|
+
}
|
|
9049
|
+
|
|
9050
|
+
export namespace DcomApplication {
|
|
9051
|
+
export type AsObject = {
|
|
9052
|
+
appId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9053
|
+
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9054
|
+
}
|
|
9055
|
+
}
|
|
9056
|
+
|
|
9057
|
+
export class WindowsComponentCategory extends jspb.Message {
|
|
9058
|
+
clearEntriesList(): void;
|
|
9059
|
+
getEntriesList(): Array<ComponentCategory>;
|
|
9060
|
+
setEntriesList(value: Array<ComponentCategory>): WindowsComponentCategory;
|
|
9061
|
+
addEntries(value?: ComponentCategory, index?: number): ComponentCategory;
|
|
9062
|
+
|
|
9063
|
+
serializeBinary(): Uint8Array;
|
|
9064
|
+
toObject(includeInstance?: boolean): WindowsComponentCategory.AsObject;
|
|
9065
|
+
static toObject(includeInstance: boolean, msg: WindowsComponentCategory): WindowsComponentCategory.AsObject;
|
|
9066
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
9067
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
9068
|
+
static serializeBinaryToWriter(message: WindowsComponentCategory, writer: jspb.BinaryWriter): void;
|
|
9069
|
+
static deserializeBinary(bytes: Uint8Array): WindowsComponentCategory;
|
|
9070
|
+
static deserializeBinaryFromReader(message: WindowsComponentCategory, reader: jspb.BinaryReader): WindowsComponentCategory;
|
|
9071
|
+
}
|
|
9072
|
+
|
|
9073
|
+
export namespace WindowsComponentCategory {
|
|
9074
|
+
export type AsObject = {
|
|
9075
|
+
entriesList: Array<ComponentCategory.AsObject>,
|
|
9076
|
+
}
|
|
9077
|
+
}
|
|
9078
|
+
|
|
9079
|
+
export class ComponentCategory extends jspb.Message {
|
|
9080
|
+
|
|
9081
|
+
hasCategoryId(): boolean;
|
|
9082
|
+
clearCategoryId(): void;
|
|
9083
|
+
getCategoryId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
9084
|
+
setCategoryId(value?: google_protobuf_wrappers_pb.StringValue): ComponentCategory;
|
|
9085
|
+
|
|
9086
|
+
hasCaption(): boolean;
|
|
9087
|
+
clearCaption(): void;
|
|
9088
|
+
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
9089
|
+
setCaption(value?: google_protobuf_wrappers_pb.StringValue): ComponentCategory;
|
|
9090
|
+
|
|
9091
|
+
serializeBinary(): Uint8Array;
|
|
9092
|
+
toObject(includeInstance?: boolean): ComponentCategory.AsObject;
|
|
9093
|
+
static toObject(includeInstance: boolean, msg: ComponentCategory): ComponentCategory.AsObject;
|
|
9094
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
9095
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
9096
|
+
static serializeBinaryToWriter(message: ComponentCategory, writer: jspb.BinaryWriter): void;
|
|
9097
|
+
static deserializeBinary(bytes: Uint8Array): ComponentCategory;
|
|
9098
|
+
static deserializeBinaryFromReader(message: ComponentCategory, reader: jspb.BinaryReader): ComponentCategory;
|
|
9099
|
+
}
|
|
9100
|
+
|
|
9101
|
+
export namespace ComponentCategory {
|
|
9102
|
+
export type AsObject = {
|
|
9103
|
+
categoryId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9104
|
+
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9105
|
+
}
|
|
9106
|
+
}
|
|
9107
|
+
|
|
8955
9108
|
export enum WindowsVersion {
|
|
8956
9109
|
UNKNOWN = 0,
|
|
8957
9110
|
WIN_NT = 40,
|