@lansweeper/data-platform-outbound-grpc 0.1.81 → 0.1.82
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 +76 -0
- package/gen-proto/outbound_pb.js +611 -1
- package/generated-go/outbound.pb.go +4915 -4728
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +16 -0
|
@@ -559,6 +559,10 @@ export class Computer extends jspb.Message {
|
|
|
559
559
|
getWindowsDesktopList(): Array<ComputerWindowsDesktop>;
|
|
560
560
|
setWindowsDesktopList(value: Array<ComputerWindowsDesktop>): Computer;
|
|
561
561
|
addWindowsDesktop(value?: ComputerWindowsDesktop, index?: number): ComputerWindowsDesktop;
|
|
562
|
+
clearWindowsDesktopMonitorList(): void;
|
|
563
|
+
getWindowsDesktopMonitorList(): Array<ComputerWindowsDesktopMonitor>;
|
|
564
|
+
setWindowsDesktopMonitorList(value: Array<ComputerWindowsDesktopMonitor>): Computer;
|
|
565
|
+
addWindowsDesktopMonitor(value?: ComputerWindowsDesktopMonitor, index?: number): ComputerWindowsDesktopMonitor;
|
|
562
566
|
clearWindowsDisplayList(): void;
|
|
563
567
|
getWindowsDisplayList(): Array<ComputerWindowsDisplay>;
|
|
564
568
|
setWindowsDisplayList(value: Array<ComputerWindowsDisplay>): Computer;
|
|
@@ -707,6 +711,7 @@ export namespace Computer {
|
|
|
707
711
|
printerList: Array<ComputerConnectedPrinter.AsObject>,
|
|
708
712
|
tapeDriveList: Array<ComputerConnectedTapeDrive.AsObject>,
|
|
709
713
|
windowsDesktopList: Array<ComputerWindowsDesktop.AsObject>,
|
|
714
|
+
windowsDesktopMonitorList: Array<ComputerWindowsDesktopMonitor.AsObject>,
|
|
710
715
|
windowsDisplayList: Array<ComputerWindowsDisplay.AsObject>,
|
|
711
716
|
windowsDisplayControllerList: Array<ComputerWindowsDisplayController.AsObject>,
|
|
712
717
|
windowsIdeControllerList: Array<ComputerWindowsIdeController.AsObject>,
|
|
@@ -7363,6 +7368,77 @@ export namespace ComputerWindowsDisplay {
|
|
|
7363
7368
|
}
|
|
7364
7369
|
}
|
|
7365
7370
|
|
|
7371
|
+
export class ComputerWindowsDesktopMonitor extends jspb.Message {
|
|
7372
|
+
|
|
7373
|
+
hasAvailability(): boolean;
|
|
7374
|
+
clearAvailability(): void;
|
|
7375
|
+
getAvailability(): MappedValue | undefined;
|
|
7376
|
+
setAvailability(value?: MappedValue): ComputerWindowsDesktopMonitor;
|
|
7377
|
+
|
|
7378
|
+
hasCaption(): boolean;
|
|
7379
|
+
clearCaption(): void;
|
|
7380
|
+
getCaption(): string | undefined;
|
|
7381
|
+
setCaption(value: string): ComputerWindowsDesktopMonitor;
|
|
7382
|
+
|
|
7383
|
+
hasDeviceId(): boolean;
|
|
7384
|
+
clearDeviceId(): void;
|
|
7385
|
+
getDeviceId(): string | undefined;
|
|
7386
|
+
setDeviceId(value: string): ComputerWindowsDesktopMonitor;
|
|
7387
|
+
|
|
7388
|
+
hasMonitorManufacturer(): boolean;
|
|
7389
|
+
clearMonitorManufacturer(): void;
|
|
7390
|
+
getMonitorManufacturer(): string | undefined;
|
|
7391
|
+
setMonitorManufacturer(value: string): ComputerWindowsDesktopMonitor;
|
|
7392
|
+
|
|
7393
|
+
hasPixelsPerXLogicalInch(): boolean;
|
|
7394
|
+
clearPixelsPerXLogicalInch(): void;
|
|
7395
|
+
getPixelsPerXLogicalInch(): number | undefined;
|
|
7396
|
+
setPixelsPerXLogicalInch(value: number): ComputerWindowsDesktopMonitor;
|
|
7397
|
+
|
|
7398
|
+
hasPixelsPerYLogicalInch(): boolean;
|
|
7399
|
+
clearPixelsPerYLogicalInch(): void;
|
|
7400
|
+
getPixelsPerYLogicalInch(): number | undefined;
|
|
7401
|
+
setPixelsPerYLogicalInch(value: number): ComputerWindowsDesktopMonitor;
|
|
7402
|
+
|
|
7403
|
+
hasPnpDeviceId(): boolean;
|
|
7404
|
+
clearPnpDeviceId(): void;
|
|
7405
|
+
getPnpDeviceId(): string | undefined;
|
|
7406
|
+
setPnpDeviceId(value: string): ComputerWindowsDesktopMonitor;
|
|
7407
|
+
|
|
7408
|
+
hasScreenHeight(): boolean;
|
|
7409
|
+
clearScreenHeight(): void;
|
|
7410
|
+
getScreenHeight(): number | undefined;
|
|
7411
|
+
setScreenHeight(value: number): ComputerWindowsDesktopMonitor;
|
|
7412
|
+
|
|
7413
|
+
hasScreenWidth(): boolean;
|
|
7414
|
+
clearScreenWidth(): void;
|
|
7415
|
+
getScreenWidth(): number | undefined;
|
|
7416
|
+
setScreenWidth(value: number): ComputerWindowsDesktopMonitor;
|
|
7417
|
+
|
|
7418
|
+
serializeBinary(): Uint8Array;
|
|
7419
|
+
toObject(includeInstance?: boolean): ComputerWindowsDesktopMonitor.AsObject;
|
|
7420
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsDesktopMonitor): ComputerWindowsDesktopMonitor.AsObject;
|
|
7421
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7422
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7423
|
+
static serializeBinaryToWriter(message: ComputerWindowsDesktopMonitor, writer: jspb.BinaryWriter): void;
|
|
7424
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsDesktopMonitor;
|
|
7425
|
+
static deserializeBinaryFromReader(message: ComputerWindowsDesktopMonitor, reader: jspb.BinaryReader): ComputerWindowsDesktopMonitor;
|
|
7426
|
+
}
|
|
7427
|
+
|
|
7428
|
+
export namespace ComputerWindowsDesktopMonitor {
|
|
7429
|
+
export type AsObject = {
|
|
7430
|
+
availability?: MappedValue.AsObject,
|
|
7431
|
+
caption?: string,
|
|
7432
|
+
deviceId?: string,
|
|
7433
|
+
monitorManufacturer?: string,
|
|
7434
|
+
pixelsPerXLogicalInch?: number,
|
|
7435
|
+
pixelsPerYLogicalInch?: number,
|
|
7436
|
+
pnpDeviceId?: string,
|
|
7437
|
+
screenHeight?: number,
|
|
7438
|
+
screenWidth?: number,
|
|
7439
|
+
}
|
|
7440
|
+
}
|
|
7441
|
+
|
|
7366
7442
|
export class ComputerWindowsDisplayController extends jspb.Message {
|
|
7367
7443
|
|
|
7368
7444
|
hasBitsPerPixel(): boolean;
|