@lansweeper/discovery-sensor-proto 2.36.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.
- package/gen-proto/discovery_sections_mac_pb.d.ts +6 -0
- package/gen-proto/discovery_sections_mac_pb.js +52 -1
- package/gen-proto/discovery_sections_windows_pb.d.ts +153 -0
- package/gen-proto/discovery_sections_windows_pb.js +1218 -0
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_sections_mac.proto +1 -0
- package/proto/discovery_sections_windows.proto +30 -0
|
@@ -905,6 +905,11 @@ export class MacOsInfo extends jspb.Message {
|
|
|
905
905
|
getSystemIntegrity(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
906
906
|
setSystemIntegrity(value?: google_protobuf_wrappers_pb.StringValue): MacOsInfo;
|
|
907
907
|
|
|
908
|
+
hasDomain(): boolean;
|
|
909
|
+
clearDomain(): void;
|
|
910
|
+
getDomain(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
911
|
+
setDomain(value?: google_protobuf_wrappers_pb.StringValue): MacOsInfo;
|
|
912
|
+
|
|
908
913
|
serializeBinary(): Uint8Array;
|
|
909
914
|
toObject(includeInstance?: boolean): MacOsInfo.AsObject;
|
|
910
915
|
static toObject(includeInstance: boolean, msg: MacOsInfo): MacOsInfo.AsObject;
|
|
@@ -927,6 +932,7 @@ export namespace MacOsInfo {
|
|
|
927
932
|
secureVirtualMemory?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
928
933
|
sixtyFourBitKernelAndExts?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
929
934
|
systemIntegrity?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
935
|
+
domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
930
936
|
}
|
|
931
937
|
}
|
|
932
938
|
|
|
@@ -7559,7 +7559,8 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo.toObject = function(inclu
|
|
|
7559
7559
|
upTime: (f = msg.getUpTime()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
7560
7560
|
secureVirtualMemory: (f = msg.getSecureVirtualMemory()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
7561
7561
|
sixtyFourBitKernelAndExts: (f = msg.getSixtyFourBitKernelAndExts()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
7562
|
-
systemIntegrity: (f = msg.getSystemIntegrity()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
7562
|
+
systemIntegrity: (f = msg.getSystemIntegrity()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
7563
|
+
domain: (f = msg.getDomain()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
7563
7564
|
};
|
|
7564
7565
|
|
|
7565
7566
|
if (includeInstance) {
|
|
@@ -7646,6 +7647,11 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo.deserializeBinaryFromRead
|
|
|
7646
7647
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
7647
7648
|
msg.setSystemIntegrity(value);
|
|
7648
7649
|
break;
|
|
7650
|
+
case 11:
|
|
7651
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
7652
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
7653
|
+
msg.setDomain(value);
|
|
7654
|
+
break;
|
|
7649
7655
|
default:
|
|
7650
7656
|
reader.skipField();
|
|
7651
7657
|
break;
|
|
@@ -7755,6 +7761,14 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo.serializeBinaryToWriter =
|
|
|
7755
7761
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7756
7762
|
);
|
|
7757
7763
|
}
|
|
7764
|
+
f = message.getDomain();
|
|
7765
|
+
if (f != null) {
|
|
7766
|
+
writer.writeMessage(
|
|
7767
|
+
11,
|
|
7768
|
+
f,
|
|
7769
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7770
|
+
);
|
|
7771
|
+
}
|
|
7758
7772
|
};
|
|
7759
7773
|
|
|
7760
7774
|
|
|
@@ -8128,6 +8142,43 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo.prototype.hasSystemIntegr
|
|
|
8128
8142
|
};
|
|
8129
8143
|
|
|
8130
8144
|
|
|
8145
|
+
/**
|
|
8146
|
+
* optional google.protobuf.StringValue domain = 11;
|
|
8147
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
8148
|
+
*/
|
|
8149
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo.prototype.getDomain = function() {
|
|
8150
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
8151
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
|
|
8152
|
+
};
|
|
8153
|
+
|
|
8154
|
+
|
|
8155
|
+
/**
|
|
8156
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
8157
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo} returns this
|
|
8158
|
+
*/
|
|
8159
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo.prototype.setDomain = function(value) {
|
|
8160
|
+
return jspb.Message.setWrapperField(this, 11, value);
|
|
8161
|
+
};
|
|
8162
|
+
|
|
8163
|
+
|
|
8164
|
+
/**
|
|
8165
|
+
* Clears the message field making it undefined.
|
|
8166
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo} returns this
|
|
8167
|
+
*/
|
|
8168
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo.prototype.clearDomain = function() {
|
|
8169
|
+
return this.setDomain(undefined);
|
|
8170
|
+
};
|
|
8171
|
+
|
|
8172
|
+
|
|
8173
|
+
/**
|
|
8174
|
+
* Returns whether this field is set.
|
|
8175
|
+
* @return {boolean}
|
|
8176
|
+
*/
|
|
8177
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacOsInfo.prototype.hasDomain = function() {
|
|
8178
|
+
return jspb.Message.getField(this, 11) != null;
|
|
8179
|
+
};
|
|
8180
|
+
|
|
8181
|
+
|
|
8131
8182
|
|
|
8132
8183
|
|
|
8133
8184
|
|
|
@@ -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,
|