@lansweeper/discovery-sensor-proto 2.55.0 → 2.57.0
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.
|
@@ -4345,6 +4345,21 @@ export class ThunderboltController extends jspb.Message {
|
|
|
4345
4345
|
setPortsList(value: Array<ThunderboltPort>): ThunderboltController;
|
|
4346
4346
|
addPorts(value?: ThunderboltPort, index?: number): ThunderboltPort;
|
|
4347
4347
|
|
|
4348
|
+
hasDeviceId(): boolean;
|
|
4349
|
+
clearDeviceId(): void;
|
|
4350
|
+
getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4351
|
+
setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4352
|
+
|
|
4353
|
+
hasDeviceRevision(): boolean;
|
|
4354
|
+
clearDeviceRevision(): void;
|
|
4355
|
+
getDeviceRevision(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4356
|
+
setDeviceRevision(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4357
|
+
|
|
4358
|
+
hasVendorId(): boolean;
|
|
4359
|
+
clearVendorId(): void;
|
|
4360
|
+
getVendorId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4361
|
+
setVendorId(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4362
|
+
|
|
4348
4363
|
serializeBinary(): Uint8Array;
|
|
4349
4364
|
toObject(includeInstance?: boolean): ThunderboltController.AsObject;
|
|
4350
4365
|
static toObject(includeInstance: boolean, msg: ThunderboltController): ThunderboltController.AsObject;
|
|
@@ -4365,6 +4380,9 @@ export namespace ThunderboltController {
|
|
|
4365
4380
|
switchVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4366
4381
|
vendorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4367
4382
|
portsList: Array<ThunderboltPort.AsObject>,
|
|
4383
|
+
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4384
|
+
deviceRevision?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4385
|
+
vendorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4368
4386
|
}
|
|
4369
4387
|
}
|
|
4370
4388
|
|
|
@@ -4395,6 +4413,21 @@ export class ThunderboltPort extends jspb.Message {
|
|
|
4395
4413
|
getReceptacleStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4396
4414
|
setReceptacleStatus(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltPort;
|
|
4397
4415
|
|
|
4416
|
+
hasCableFirmwareVersion(): boolean;
|
|
4417
|
+
clearCableFirmwareVersion(): void;
|
|
4418
|
+
getCableFirmwareVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4419
|
+
setCableFirmwareVersion(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltPort;
|
|
4420
|
+
|
|
4421
|
+
hasCableSerialNumber(): boolean;
|
|
4422
|
+
clearCableSerialNumber(): void;
|
|
4423
|
+
getCableSerialNumber(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4424
|
+
setCableSerialNumber(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltPort;
|
|
4425
|
+
|
|
4426
|
+
hasLinkControllerFirmwareVersion(): boolean;
|
|
4427
|
+
clearLinkControllerFirmwareVersion(): void;
|
|
4428
|
+
getLinkControllerFirmwareVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4429
|
+
setLinkControllerFirmwareVersion(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltPort;
|
|
4430
|
+
|
|
4398
4431
|
serializeBinary(): Uint8Array;
|
|
4399
4432
|
toObject(includeInstance?: boolean): ThunderboltPort.AsObject;
|
|
4400
4433
|
static toObject(includeInstance: boolean, msg: ThunderboltPort): ThunderboltPort.AsObject;
|
|
@@ -4412,6 +4445,9 @@ export namespace ThunderboltPort {
|
|
|
4412
4445
|
linkStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4413
4446
|
receptacleId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4414
4447
|
receptacleStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4448
|
+
cableFirmwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4449
|
+
cableSerialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4450
|
+
linkControllerFirmwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4415
4451
|
}
|
|
4416
4452
|
}
|
|
4417
4453
|
|
|
@@ -5073,6 +5109,110 @@ export namespace InstallHistory {
|
|
|
5073
5109
|
}
|
|
5074
5110
|
}
|
|
5075
5111
|
|
|
5112
|
+
export class MacPrinterSoftware extends jspb.Message {
|
|
5113
|
+
|
|
5114
|
+
hasImageCaptureDevices(): boolean;
|
|
5115
|
+
clearImageCaptureDevices(): void;
|
|
5116
|
+
getImageCaptureDevices(): PrinterSoftwareType | undefined;
|
|
5117
|
+
setImageCaptureDevices(value?: PrinterSoftwareType): MacPrinterSoftware;
|
|
5118
|
+
|
|
5119
|
+
hasImageCaptureSupport(): boolean;
|
|
5120
|
+
clearImageCaptureSupport(): void;
|
|
5121
|
+
getImageCaptureSupport(): PrinterSoftwareType | undefined;
|
|
5122
|
+
setImageCaptureSupport(value?: PrinterSoftwareType): MacPrinterSoftware;
|
|
5123
|
+
|
|
5124
|
+
hasLibraryExtensions(): boolean;
|
|
5125
|
+
clearLibraryExtensions(): void;
|
|
5126
|
+
getLibraryExtensions(): PrinterSoftwareType | undefined;
|
|
5127
|
+
setLibraryExtensions(value?: PrinterSoftwareType): MacPrinterSoftware;
|
|
5128
|
+
|
|
5129
|
+
hasPpds(): boolean;
|
|
5130
|
+
clearPpds(): void;
|
|
5131
|
+
getPpds(): PrinterSoftwareType | undefined;
|
|
5132
|
+
setPpds(value?: PrinterSoftwareType): MacPrinterSoftware;
|
|
5133
|
+
|
|
5134
|
+
hasPrinters(): boolean;
|
|
5135
|
+
clearPrinters(): void;
|
|
5136
|
+
getPrinters(): PrinterSoftwareType | undefined;
|
|
5137
|
+
setPrinters(value?: PrinterSoftwareType): MacPrinterSoftware;
|
|
5138
|
+
|
|
5139
|
+
hasSystemLibraryExtensions(): boolean;
|
|
5140
|
+
clearSystemLibraryExtensions(): void;
|
|
5141
|
+
getSystemLibraryExtensions(): PrinterSoftwareType | undefined;
|
|
5142
|
+
setSystemLibraryExtensions(value?: PrinterSoftwareType): MacPrinterSoftware;
|
|
5143
|
+
|
|
5144
|
+
serializeBinary(): Uint8Array;
|
|
5145
|
+
toObject(includeInstance?: boolean): MacPrinterSoftware.AsObject;
|
|
5146
|
+
static toObject(includeInstance: boolean, msg: MacPrinterSoftware): MacPrinterSoftware.AsObject;
|
|
5147
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5148
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5149
|
+
static serializeBinaryToWriter(message: MacPrinterSoftware, writer: jspb.BinaryWriter): void;
|
|
5150
|
+
static deserializeBinary(bytes: Uint8Array): MacPrinterSoftware;
|
|
5151
|
+
static deserializeBinaryFromReader(message: MacPrinterSoftware, reader: jspb.BinaryReader): MacPrinterSoftware;
|
|
5152
|
+
}
|
|
5153
|
+
|
|
5154
|
+
export namespace MacPrinterSoftware {
|
|
5155
|
+
export type AsObject = {
|
|
5156
|
+
imageCaptureDevices?: PrinterSoftwareType.AsObject,
|
|
5157
|
+
imageCaptureSupport?: PrinterSoftwareType.AsObject,
|
|
5158
|
+
libraryExtensions?: PrinterSoftwareType.AsObject,
|
|
5159
|
+
ppds?: PrinterSoftwareType.AsObject,
|
|
5160
|
+
printers?: PrinterSoftwareType.AsObject,
|
|
5161
|
+
systemLibraryExtensions?: PrinterSoftwareType.AsObject,
|
|
5162
|
+
}
|
|
5163
|
+
}
|
|
5164
|
+
|
|
5165
|
+
export class PrinterSoftwareType extends jspb.Message {
|
|
5166
|
+
clearItemsList(): void;
|
|
5167
|
+
getItemsList(): Array<PrinterSoftwareItem>;
|
|
5168
|
+
setItemsList(value: Array<PrinterSoftwareItem>): PrinterSoftwareType;
|
|
5169
|
+
addItems(value?: PrinterSoftwareItem, index?: number): PrinterSoftwareItem;
|
|
5170
|
+
|
|
5171
|
+
serializeBinary(): Uint8Array;
|
|
5172
|
+
toObject(includeInstance?: boolean): PrinterSoftwareType.AsObject;
|
|
5173
|
+
static toObject(includeInstance: boolean, msg: PrinterSoftwareType): PrinterSoftwareType.AsObject;
|
|
5174
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5175
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5176
|
+
static serializeBinaryToWriter(message: PrinterSoftwareType, writer: jspb.BinaryWriter): void;
|
|
5177
|
+
static deserializeBinary(bytes: Uint8Array): PrinterSoftwareType;
|
|
5178
|
+
static deserializeBinaryFromReader(message: PrinterSoftwareType, reader: jspb.BinaryReader): PrinterSoftwareType;
|
|
5179
|
+
}
|
|
5180
|
+
|
|
5181
|
+
export namespace PrinterSoftwareType {
|
|
5182
|
+
export type AsObject = {
|
|
5183
|
+
itemsList: Array<PrinterSoftwareItem.AsObject>,
|
|
5184
|
+
}
|
|
5185
|
+
}
|
|
5186
|
+
|
|
5187
|
+
export class PrinterSoftwareItem extends jspb.Message {
|
|
5188
|
+
|
|
5189
|
+
hasInfoPath(): boolean;
|
|
5190
|
+
clearInfoPath(): void;
|
|
5191
|
+
getInfoPath(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5192
|
+
setInfoPath(value?: google_protobuf_wrappers_pb.StringValue): PrinterSoftwareItem;
|
|
5193
|
+
|
|
5194
|
+
hasInfoVersion(): boolean;
|
|
5195
|
+
clearInfoVersion(): void;
|
|
5196
|
+
getInfoVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5197
|
+
setInfoVersion(value?: google_protobuf_wrappers_pb.StringValue): PrinterSoftwareItem;
|
|
5198
|
+
|
|
5199
|
+
serializeBinary(): Uint8Array;
|
|
5200
|
+
toObject(includeInstance?: boolean): PrinterSoftwareItem.AsObject;
|
|
5201
|
+
static toObject(includeInstance: boolean, msg: PrinterSoftwareItem): PrinterSoftwareItem.AsObject;
|
|
5202
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5203
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5204
|
+
static serializeBinaryToWriter(message: PrinterSoftwareItem, writer: jspb.BinaryWriter): void;
|
|
5205
|
+
static deserializeBinary(bytes: Uint8Array): PrinterSoftwareItem;
|
|
5206
|
+
static deserializeBinaryFromReader(message: PrinterSoftwareItem, reader: jspb.BinaryReader): PrinterSoftwareItem;
|
|
5207
|
+
}
|
|
5208
|
+
|
|
5209
|
+
export namespace PrinterSoftwareItem {
|
|
5210
|
+
export type AsObject = {
|
|
5211
|
+
infoPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5212
|
+
infoVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5213
|
+
}
|
|
5214
|
+
}
|
|
5215
|
+
|
|
5076
5216
|
export class MacPreferencePanes extends jspb.Message {
|
|
5077
5217
|
clearEntriesList(): void;
|
|
5078
5218
|
getEntriesList(): Array<PreferencePane>;
|
|
@@ -5349,3 +5489,87 @@ export namespace RegionalRecoveryOsSettings {
|
|
|
5349
5489
|
bootLocale?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5350
5490
|
}
|
|
5351
5491
|
}
|
|
5492
|
+
|
|
5493
|
+
export class MacStartupItems extends jspb.Message {
|
|
5494
|
+
clearEntriesList(): void;
|
|
5495
|
+
getEntriesList(): Array<StartupItem>;
|
|
5496
|
+
setEntriesList(value: Array<StartupItem>): MacStartupItems;
|
|
5497
|
+
addEntries(value?: StartupItem, index?: number): StartupItem;
|
|
5498
|
+
|
|
5499
|
+
serializeBinary(): Uint8Array;
|
|
5500
|
+
toObject(includeInstance?: boolean): MacStartupItems.AsObject;
|
|
5501
|
+
static toObject(includeInstance: boolean, msg: MacStartupItems): MacStartupItems.AsObject;
|
|
5502
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5503
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5504
|
+
static serializeBinaryToWriter(message: MacStartupItems, writer: jspb.BinaryWriter): void;
|
|
5505
|
+
static deserializeBinary(bytes: Uint8Array): MacStartupItems;
|
|
5506
|
+
static deserializeBinaryFromReader(message: MacStartupItems, reader: jspb.BinaryReader): MacStartupItems;
|
|
5507
|
+
}
|
|
5508
|
+
|
|
5509
|
+
export namespace MacStartupItems {
|
|
5510
|
+
export type AsObject = {
|
|
5511
|
+
entriesList: Array<StartupItem.AsObject>,
|
|
5512
|
+
}
|
|
5513
|
+
}
|
|
5514
|
+
|
|
5515
|
+
export class StartupItem extends jspb.Message {
|
|
5516
|
+
|
|
5517
|
+
hasName(): boolean;
|
|
5518
|
+
clearName(): void;
|
|
5519
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5520
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): StartupItem;
|
|
5521
|
+
|
|
5522
|
+
hasDescription(): boolean;
|
|
5523
|
+
clearDescription(): void;
|
|
5524
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5525
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): StartupItem;
|
|
5526
|
+
|
|
5527
|
+
hasEnabled(): boolean;
|
|
5528
|
+
clearEnabled(): void;
|
|
5529
|
+
getEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5530
|
+
setEnabled(value?: google_protobuf_wrappers_pb.StringValue): StartupItem;
|
|
5531
|
+
|
|
5532
|
+
hasLocation(): boolean;
|
|
5533
|
+
clearLocation(): void;
|
|
5534
|
+
getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5535
|
+
setLocation(value?: google_protobuf_wrappers_pb.StringValue): StartupItem;
|
|
5536
|
+
|
|
5537
|
+
hasOrderPreference(): boolean;
|
|
5538
|
+
clearOrderPreference(): void;
|
|
5539
|
+
getOrderPreference(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5540
|
+
setOrderPreference(value?: google_protobuf_wrappers_pb.StringValue): StartupItem;
|
|
5541
|
+
clearProvidesList(): void;
|
|
5542
|
+
getProvidesList(): Array<string>;
|
|
5543
|
+
setProvidesList(value: Array<string>): StartupItem;
|
|
5544
|
+
addProvides(value: string, index?: number): string;
|
|
5545
|
+
clearRequiresList(): void;
|
|
5546
|
+
getRequiresList(): Array<string>;
|
|
5547
|
+
setRequiresList(value: Array<string>): StartupItem;
|
|
5548
|
+
addRequires(value: string, index?: number): string;
|
|
5549
|
+
clearUsesList(): void;
|
|
5550
|
+
getUsesList(): Array<string>;
|
|
5551
|
+
setUsesList(value: Array<string>): StartupItem;
|
|
5552
|
+
addUses(value: string, index?: number): string;
|
|
5553
|
+
|
|
5554
|
+
serializeBinary(): Uint8Array;
|
|
5555
|
+
toObject(includeInstance?: boolean): StartupItem.AsObject;
|
|
5556
|
+
static toObject(includeInstance: boolean, msg: StartupItem): StartupItem.AsObject;
|
|
5557
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5558
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5559
|
+
static serializeBinaryToWriter(message: StartupItem, writer: jspb.BinaryWriter): void;
|
|
5560
|
+
static deserializeBinary(bytes: Uint8Array): StartupItem;
|
|
5561
|
+
static deserializeBinaryFromReader(message: StartupItem, reader: jspb.BinaryReader): StartupItem;
|
|
5562
|
+
}
|
|
5563
|
+
|
|
5564
|
+
export namespace StartupItem {
|
|
5565
|
+
export type AsObject = {
|
|
5566
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5567
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5568
|
+
enabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5569
|
+
location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5570
|
+
orderPreference?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5571
|
+
providesList: Array<string>,
|
|
5572
|
+
requiresList: Array<string>,
|
|
5573
|
+
usesList: Array<string>,
|
|
5574
|
+
}
|
|
5575
|
+
}
|