@lansweeper/discovery-sensor-proto 2.13.11 → 2.13.13
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_windows_pb.d.ts +0 -87
- package/gen-proto/discovery_sections_windows_pb.js +0 -712
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_sections_api.proto +0 -1
- package/proto/discovery_sections_mac.proto +0 -1
- package/proto/discovery_sections_unix.proto +0 -1
- package/proto/discovery_sections_windows.proto +0 -17
|
@@ -175,93 +175,6 @@ export namespace WindowsBasicInfo {
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
export class WindowsSoftware extends jspb.Message {
|
|
179
|
-
clearEntriesList(): void;
|
|
180
|
-
getEntriesList(): Array<SoftwareEntry>;
|
|
181
|
-
setEntriesList(value: Array<SoftwareEntry>): WindowsSoftware;
|
|
182
|
-
addEntries(value?: SoftwareEntry, index?: number): SoftwareEntry;
|
|
183
|
-
|
|
184
|
-
serializeBinary(): Uint8Array;
|
|
185
|
-
toObject(includeInstance?: boolean): WindowsSoftware.AsObject;
|
|
186
|
-
static toObject(includeInstance: boolean, msg: WindowsSoftware): WindowsSoftware.AsObject;
|
|
187
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
188
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
189
|
-
static serializeBinaryToWriter(message: WindowsSoftware, writer: jspb.BinaryWriter): void;
|
|
190
|
-
static deserializeBinary(bytes: Uint8Array): WindowsSoftware;
|
|
191
|
-
static deserializeBinaryFromReader(message: WindowsSoftware, reader: jspb.BinaryReader): WindowsSoftware;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
export namespace WindowsSoftware {
|
|
195
|
-
export type AsObject = {
|
|
196
|
-
entriesList: Array<SoftwareEntry.AsObject>,
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
export class SoftwareEntry extends jspb.Message {
|
|
201
|
-
|
|
202
|
-
hasSoftwarePublisher(): boolean;
|
|
203
|
-
clearSoftwarePublisher(): void;
|
|
204
|
-
getSoftwarePublisher(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
205
|
-
setSoftwarePublisher(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
206
|
-
|
|
207
|
-
hasInstallDate(): boolean;
|
|
208
|
-
clearInstallDate(): void;
|
|
209
|
-
getInstallDate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
210
|
-
setInstallDate(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
211
|
-
|
|
212
|
-
hasVersion(): boolean;
|
|
213
|
-
clearVersion(): void;
|
|
214
|
-
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
215
|
-
setVersion(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
216
|
-
|
|
217
|
-
hasSoftwareName(): boolean;
|
|
218
|
-
clearSoftwareName(): void;
|
|
219
|
-
getSoftwareName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
220
|
-
setSoftwareName(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
221
|
-
|
|
222
|
-
hasInstallLocation(): boolean;
|
|
223
|
-
clearInstallLocation(): void;
|
|
224
|
-
getInstallLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
225
|
-
setInstallLocation(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
226
|
-
|
|
227
|
-
hasIsWindowsInstaller(): boolean;
|
|
228
|
-
clearIsWindowsInstaller(): void;
|
|
229
|
-
getIsWindowsInstaller(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
230
|
-
setIsWindowsInstaller(value?: google_protobuf_wrappers_pb.BoolValue): SoftwareEntry;
|
|
231
|
-
|
|
232
|
-
hasIsCurrentUser(): boolean;
|
|
233
|
-
clearIsCurrentUser(): void;
|
|
234
|
-
getIsCurrentUser(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
235
|
-
setIsCurrentUser(value?: google_protobuf_wrappers_pb.BoolValue): SoftwareEntry;
|
|
236
|
-
|
|
237
|
-
hasIsMsStore(): boolean;
|
|
238
|
-
clearIsMsStore(): void;
|
|
239
|
-
getIsMsStore(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
240
|
-
setIsMsStore(value?: google_protobuf_wrappers_pb.BoolValue): SoftwareEntry;
|
|
241
|
-
|
|
242
|
-
serializeBinary(): Uint8Array;
|
|
243
|
-
toObject(includeInstance?: boolean): SoftwareEntry.AsObject;
|
|
244
|
-
static toObject(includeInstance: boolean, msg: SoftwareEntry): SoftwareEntry.AsObject;
|
|
245
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
246
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
247
|
-
static serializeBinaryToWriter(message: SoftwareEntry, writer: jspb.BinaryWriter): void;
|
|
248
|
-
static deserializeBinary(bytes: Uint8Array): SoftwareEntry;
|
|
249
|
-
static deserializeBinaryFromReader(message: SoftwareEntry, reader: jspb.BinaryReader): SoftwareEntry;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
export namespace SoftwareEntry {
|
|
253
|
-
export type AsObject = {
|
|
254
|
-
softwarePublisher?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
255
|
-
installDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
256
|
-
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
257
|
-
softwareName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
258
|
-
installLocation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
259
|
-
isWindowsInstaller?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
260
|
-
isCurrentUser?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
261
|
-
isMsStore?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
|
|
265
178
|
export class WindowsActiveX extends jspb.Message {
|
|
266
179
|
clearEntriesList(): void;
|
|
267
180
|
getEntriesList(): Array<ActiveXInfo>;
|