@lansweeper/data-platform-outbound-grpc 0.1.90 → 0.1.91
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 +160 -18
- package/gen-proto/outbound_pb.js +1213 -75
- package/generated-go/outbound.pb.go +5529 -5234
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +31 -4
|
@@ -770,22 +770,26 @@ export class Computer extends jspb.Message {
|
|
|
770
770
|
getWinEnvList(): Array<ComputerWindowsEnvironment>;
|
|
771
771
|
setWinEnvList(value: Array<ComputerWindowsEnvironment>): Computer;
|
|
772
772
|
addWinEnv(value?: ComputerWindowsEnvironment, index?: number): ComputerWindowsEnvironment;
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
773
|
+
clearWindowsComappComList(): void;
|
|
774
|
+
getWindowsComappComList(): Array<ComputerWindowsComApp>;
|
|
775
|
+
setWindowsComappComList(value: Array<ComputerWindowsComApp>): Computer;
|
|
776
|
+
addWindowsComappCom(value?: ComputerWindowsComApp, index?: number): ComputerWindowsComApp;
|
|
777
|
+
clearWindowsComappDcomList(): void;
|
|
778
|
+
getWindowsComappDcomList(): Array<ComputerWindowsComApp>;
|
|
779
|
+
setWindowsComappDcomList(value: Array<ComputerWindowsComApp>): Computer;
|
|
780
|
+
addWindowsComappDcom(value?: ComputerWindowsComApp, index?: number): ComputerWindowsComApp;
|
|
781
|
+
clearWindowsComappComponentList(): void;
|
|
782
|
+
getWindowsComappComponentList(): Array<ComputerWindowsComApp>;
|
|
783
|
+
setWindowsComappComponentList(value: Array<ComputerWindowsComApp>): Computer;
|
|
784
|
+
addWindowsComappComponent(value?: ComputerWindowsComApp, index?: number): ComputerWindowsComApp;
|
|
785
785
|
clearWindowsSatList(): void;
|
|
786
786
|
getWindowsSatList(): Array<ComputerWindowsSat>;
|
|
787
787
|
setWindowsSatList(value: Array<ComputerWindowsSat>): Computer;
|
|
788
788
|
addWindowsSat(value?: ComputerWindowsSat, index?: number): ComputerWindowsSat;
|
|
789
|
+
clearWindowsCodecList(): void;
|
|
790
|
+
getWindowsCodecList(): Array<ComputerWindowsCodec>;
|
|
791
|
+
setWindowsCodecList(value: Array<ComputerWindowsCodec>): Computer;
|
|
792
|
+
addWindowsCodec(value?: ComputerWindowsCodec, index?: number): ComputerWindowsCodec;
|
|
789
793
|
|
|
790
794
|
hasLastUser(): boolean;
|
|
791
795
|
clearLastUser(): void;
|
|
@@ -870,10 +874,11 @@ export namespace Computer {
|
|
|
870
874
|
windowsCertList: Array<ComputerWindowsCertificate.AsObject>,
|
|
871
875
|
windowsSerialList: Array<ComputerWindowsSerial.AsObject>,
|
|
872
876
|
winEnvList: Array<ComputerWindowsEnvironment.AsObject>,
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
877
|
+
windowsComappComList: Array<ComputerWindowsComApp.AsObject>,
|
|
878
|
+
windowsComappDcomList: Array<ComputerWindowsComApp.AsObject>,
|
|
879
|
+
windowsComappComponentList: Array<ComputerWindowsComApp.AsObject>,
|
|
876
880
|
windowsSatList: Array<ComputerWindowsSat.AsObject>,
|
|
881
|
+
windowsCodecList: Array<ComputerWindowsCodec.AsObject>,
|
|
877
882
|
lastUser?: LastUser.AsObject,
|
|
878
883
|
userList: Array<UserAccount.AsObject>,
|
|
879
884
|
userGroupList: Array<UserGroup.AsObject>,
|
|
@@ -7441,18 +7446,137 @@ export namespace ComputerWindowsEnvironment {
|
|
|
7441
7446
|
}
|
|
7442
7447
|
}
|
|
7443
7448
|
|
|
7444
|
-
export class
|
|
7449
|
+
export class ComputerWindowsComApp extends jspb.Message {
|
|
7445
7450
|
|
|
7446
7451
|
hasAppId(): boolean;
|
|
7447
7452
|
clearAppId(): void;
|
|
7448
7453
|
getAppId(): string | undefined;
|
|
7449
|
-
setAppId(value: string):
|
|
7454
|
+
setAppId(value: string): ComputerWindowsComApp;
|
|
7455
|
+
|
|
7456
|
+
hasCaption(): boolean;
|
|
7457
|
+
clearCaption(): void;
|
|
7458
|
+
getCaption(): string | undefined;
|
|
7459
|
+
setCaption(value: string): ComputerWindowsComApp;
|
|
7460
|
+
|
|
7461
|
+
serializeBinary(): Uint8Array;
|
|
7462
|
+
toObject(includeInstance?: boolean): ComputerWindowsComApp.AsObject;
|
|
7463
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsComApp): ComputerWindowsComApp.AsObject;
|
|
7464
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7465
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7466
|
+
static serializeBinaryToWriter(message: ComputerWindowsComApp, writer: jspb.BinaryWriter): void;
|
|
7467
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsComApp;
|
|
7468
|
+
static deserializeBinaryFromReader(message: ComputerWindowsComApp, reader: jspb.BinaryReader): ComputerWindowsComApp;
|
|
7469
|
+
}
|
|
7470
|
+
|
|
7471
|
+
export namespace ComputerWindowsComApp {
|
|
7472
|
+
export type AsObject = {
|
|
7473
|
+
appId?: string,
|
|
7474
|
+
caption?: string,
|
|
7475
|
+
}
|
|
7476
|
+
}
|
|
7477
|
+
|
|
7478
|
+
export class ComputerWindowsCodec extends jspb.Message {
|
|
7479
|
+
|
|
7480
|
+
hasArchive(): boolean;
|
|
7481
|
+
clearArchive(): void;
|
|
7482
|
+
getArchive(): boolean | undefined;
|
|
7483
|
+
setArchive(value: boolean): ComputerWindowsCodec;
|
|
7450
7484
|
|
|
7451
7485
|
hasCaption(): boolean;
|
|
7452
7486
|
clearCaption(): void;
|
|
7453
7487
|
getCaption(): string | undefined;
|
|
7454
7488
|
setCaption(value: string): ComputerWindowsCodec;
|
|
7455
7489
|
|
|
7490
|
+
hasCompressed(): boolean;
|
|
7491
|
+
clearCompressed(): void;
|
|
7492
|
+
getCompressed(): boolean | undefined;
|
|
7493
|
+
setCompressed(value: boolean): ComputerWindowsCodec;
|
|
7494
|
+
|
|
7495
|
+
hasCompressionMethod(): boolean;
|
|
7496
|
+
clearCompressionMethod(): void;
|
|
7497
|
+
getCompressionMethod(): string | undefined;
|
|
7498
|
+
setCompressionMethod(value: string): ComputerWindowsCodec;
|
|
7499
|
+
|
|
7500
|
+
hasDescription(): boolean;
|
|
7501
|
+
clearDescription(): void;
|
|
7502
|
+
getDescription(): string | undefined;
|
|
7503
|
+
setDescription(value: string): ComputerWindowsCodec;
|
|
7504
|
+
|
|
7505
|
+
hasDrive(): boolean;
|
|
7506
|
+
clearDrive(): void;
|
|
7507
|
+
getDrive(): string | undefined;
|
|
7508
|
+
setDrive(value: string): ComputerWindowsCodec;
|
|
7509
|
+
|
|
7510
|
+
hasEncrypted(): boolean;
|
|
7511
|
+
clearEncrypted(): void;
|
|
7512
|
+
getEncrypted(): boolean | undefined;
|
|
7513
|
+
setEncrypted(value: boolean): ComputerWindowsCodec;
|
|
7514
|
+
|
|
7515
|
+
hasEncryptionMethod(): boolean;
|
|
7516
|
+
clearEncryptionMethod(): void;
|
|
7517
|
+
getEncryptionMethod(): string | undefined;
|
|
7518
|
+
setEncryptionMethod(value: string): ComputerWindowsCodec;
|
|
7519
|
+
|
|
7520
|
+
hasExtension$(): boolean;
|
|
7521
|
+
clearExtension$(): void;
|
|
7522
|
+
getExtension$(): string | undefined;
|
|
7523
|
+
setExtension$(value: string): ComputerWindowsCodec;
|
|
7524
|
+
|
|
7525
|
+
hasFileName(): boolean;
|
|
7526
|
+
clearFileName(): void;
|
|
7527
|
+
getFileName(): string | undefined;
|
|
7528
|
+
setFileName(value: string): ComputerWindowsCodec;
|
|
7529
|
+
|
|
7530
|
+
hasFileSize(): boolean;
|
|
7531
|
+
clearFileSize(): void;
|
|
7532
|
+
getFileSize(): number | undefined;
|
|
7533
|
+
setFileSize(value: number): ComputerWindowsCodec;
|
|
7534
|
+
|
|
7535
|
+
hasFileType(): boolean;
|
|
7536
|
+
clearFileType(): void;
|
|
7537
|
+
getFileType(): string | undefined;
|
|
7538
|
+
setFileType(value: string): ComputerWindowsCodec;
|
|
7539
|
+
|
|
7540
|
+
hasFsName(): boolean;
|
|
7541
|
+
clearFsName(): void;
|
|
7542
|
+
getFsName(): string | undefined;
|
|
7543
|
+
setFsName(value: string): ComputerWindowsCodec;
|
|
7544
|
+
|
|
7545
|
+
hasGroup(): boolean;
|
|
7546
|
+
clearGroup(): void;
|
|
7547
|
+
getGroup(): string | undefined;
|
|
7548
|
+
setGroup(value: string): ComputerWindowsCodec;
|
|
7549
|
+
|
|
7550
|
+
hasHidden(): boolean;
|
|
7551
|
+
clearHidden(): void;
|
|
7552
|
+
getHidden(): boolean | undefined;
|
|
7553
|
+
setHidden(value: boolean): ComputerWindowsCodec;
|
|
7554
|
+
|
|
7555
|
+
hasInstallDate(): boolean;
|
|
7556
|
+
clearInstallDate(): void;
|
|
7557
|
+
getInstallDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
7558
|
+
setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp): ComputerWindowsCodec;
|
|
7559
|
+
|
|
7560
|
+
hasManufacturer(): boolean;
|
|
7561
|
+
clearManufacturer(): void;
|
|
7562
|
+
getManufacturer(): string | undefined;
|
|
7563
|
+
setManufacturer(value: string): ComputerWindowsCodec;
|
|
7564
|
+
|
|
7565
|
+
hasStatus(): boolean;
|
|
7566
|
+
clearStatus(): void;
|
|
7567
|
+
getStatus(): string | undefined;
|
|
7568
|
+
setStatus(value: string): ComputerWindowsCodec;
|
|
7569
|
+
|
|
7570
|
+
hasSystem(): boolean;
|
|
7571
|
+
clearSystem(): void;
|
|
7572
|
+
getSystem(): boolean | undefined;
|
|
7573
|
+
setSystem(value: boolean): ComputerWindowsCodec;
|
|
7574
|
+
|
|
7575
|
+
hasVersion(): boolean;
|
|
7576
|
+
clearVersion(): void;
|
|
7577
|
+
getVersion(): string | undefined;
|
|
7578
|
+
setVersion(value: string): ComputerWindowsCodec;
|
|
7579
|
+
|
|
7456
7580
|
serializeBinary(): Uint8Array;
|
|
7457
7581
|
toObject(includeInstance?: boolean): ComputerWindowsCodec.AsObject;
|
|
7458
7582
|
static toObject(includeInstance: boolean, msg: ComputerWindowsCodec): ComputerWindowsCodec.AsObject;
|
|
@@ -7465,8 +7589,26 @@ export class ComputerWindowsCodec extends jspb.Message {
|
|
|
7465
7589
|
|
|
7466
7590
|
export namespace ComputerWindowsCodec {
|
|
7467
7591
|
export type AsObject = {
|
|
7468
|
-
|
|
7592
|
+
archive?: boolean,
|
|
7469
7593
|
caption?: string,
|
|
7594
|
+
compressed?: boolean,
|
|
7595
|
+
compressionMethod?: string,
|
|
7596
|
+
description?: string,
|
|
7597
|
+
drive?: string,
|
|
7598
|
+
encrypted?: boolean,
|
|
7599
|
+
encryptionMethod?: string,
|
|
7600
|
+
extension?: string,
|
|
7601
|
+
fileName?: string,
|
|
7602
|
+
fileSize?: number,
|
|
7603
|
+
fileType?: string,
|
|
7604
|
+
fsName?: string,
|
|
7605
|
+
group?: string,
|
|
7606
|
+
hidden?: boolean,
|
|
7607
|
+
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
7608
|
+
manufacturer?: string,
|
|
7609
|
+
status?: string,
|
|
7610
|
+
system?: boolean,
|
|
7611
|
+
version?: string,
|
|
7470
7612
|
}
|
|
7471
7613
|
}
|
|
7472
7614
|
|