@lansweeper/data-platform-outbound-grpc 0.1.87 → 0.1.88
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 +96 -0
- package/gen-proto/outbound_pb.js +793 -1
- package/generated-go/outbound.pb.go +5355 -5104
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +27 -2
|
@@ -766,6 +766,22 @@ export class Computer extends jspb.Message {
|
|
|
766
766
|
getWindowsSerialList(): Array<ComputerWindowsSerial>;
|
|
767
767
|
setWindowsSerialList(value: Array<ComputerWindowsSerial>): Computer;
|
|
768
768
|
addWindowsSerial(value?: ComputerWindowsSerial, index?: number): ComputerWindowsSerial;
|
|
769
|
+
clearWinEnvList(): void;
|
|
770
|
+
getWinEnvList(): Array<ComputerWindowsEnvironment>;
|
|
771
|
+
setWinEnvList(value: Array<ComputerWindowsEnvironment>): Computer;
|
|
772
|
+
addWinEnv(value?: ComputerWindowsEnvironment, index?: number): ComputerWindowsEnvironment;
|
|
773
|
+
clearWindowsCodecsComList(): void;
|
|
774
|
+
getWindowsCodecsComList(): Array<ComputerWindowsCodec>;
|
|
775
|
+
setWindowsCodecsComList(value: Array<ComputerWindowsCodec>): Computer;
|
|
776
|
+
addWindowsCodecsCom(value?: ComputerWindowsCodec, index?: number): ComputerWindowsCodec;
|
|
777
|
+
clearWindowsCodecsDcomList(): void;
|
|
778
|
+
getWindowsCodecsDcomList(): Array<ComputerWindowsCodec>;
|
|
779
|
+
setWindowsCodecsDcomList(value: Array<ComputerWindowsCodec>): Computer;
|
|
780
|
+
addWindowsCodecsDcom(value?: ComputerWindowsCodec, index?: number): ComputerWindowsCodec;
|
|
781
|
+
clearWindowsCodecsComponentList(): void;
|
|
782
|
+
getWindowsCodecsComponentList(): Array<ComputerWindowsCodec>;
|
|
783
|
+
setWindowsCodecsComponentList(value: Array<ComputerWindowsCodec>): Computer;
|
|
784
|
+
addWindowsCodecsComponent(value?: ComputerWindowsCodec, index?: number): ComputerWindowsCodec;
|
|
769
785
|
|
|
770
786
|
hasLastUser(): boolean;
|
|
771
787
|
clearLastUser(): void;
|
|
@@ -849,6 +865,10 @@ export namespace Computer {
|
|
|
849
865
|
networkVolumeList: Array<NetworkVolume.AsObject>,
|
|
850
866
|
windowsCertList: Array<ComputerWindowsCertificate.AsObject>,
|
|
851
867
|
windowsSerialList: Array<ComputerWindowsSerial.AsObject>,
|
|
868
|
+
winEnvList: Array<ComputerWindowsEnvironment.AsObject>,
|
|
869
|
+
windowsCodecsComList: Array<ComputerWindowsCodec.AsObject>,
|
|
870
|
+
windowsCodecsDcomList: Array<ComputerWindowsCodec.AsObject>,
|
|
871
|
+
windowsCodecsComponentList: Array<ComputerWindowsCodec.AsObject>,
|
|
852
872
|
lastUser?: LastUser.AsObject,
|
|
853
873
|
userList: Array<UserAccount.AsObject>,
|
|
854
874
|
userGroupList: Array<UserGroup.AsObject>,
|
|
@@ -7364,6 +7384,82 @@ export namespace ComputerWindowsSerial {
|
|
|
7364
7384
|
}
|
|
7365
7385
|
}
|
|
7366
7386
|
|
|
7387
|
+
export class ComputerWindowsEnvironment extends jspb.Message {
|
|
7388
|
+
|
|
7389
|
+
hasCaption(): boolean;
|
|
7390
|
+
clearCaption(): void;
|
|
7391
|
+
getCaption(): string | undefined;
|
|
7392
|
+
setCaption(value: string): ComputerWindowsEnvironment;
|
|
7393
|
+
|
|
7394
|
+
hasName(): boolean;
|
|
7395
|
+
clearName(): void;
|
|
7396
|
+
getName(): string | undefined;
|
|
7397
|
+
setName(value: string): ComputerWindowsEnvironment;
|
|
7398
|
+
|
|
7399
|
+
hasSystemVariable(): boolean;
|
|
7400
|
+
clearSystemVariable(): void;
|
|
7401
|
+
getSystemVariable(): boolean | undefined;
|
|
7402
|
+
setSystemVariable(value: boolean): ComputerWindowsEnvironment;
|
|
7403
|
+
|
|
7404
|
+
hasUserName(): boolean;
|
|
7405
|
+
clearUserName(): void;
|
|
7406
|
+
getUserName(): string | undefined;
|
|
7407
|
+
setUserName(value: string): ComputerWindowsEnvironment;
|
|
7408
|
+
|
|
7409
|
+
hasVariableValue(): boolean;
|
|
7410
|
+
clearVariableValue(): void;
|
|
7411
|
+
getVariableValue(): string | undefined;
|
|
7412
|
+
setVariableValue(value: string): ComputerWindowsEnvironment;
|
|
7413
|
+
|
|
7414
|
+
serializeBinary(): Uint8Array;
|
|
7415
|
+
toObject(includeInstance?: boolean): ComputerWindowsEnvironment.AsObject;
|
|
7416
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsEnvironment): ComputerWindowsEnvironment.AsObject;
|
|
7417
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7418
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7419
|
+
static serializeBinaryToWriter(message: ComputerWindowsEnvironment, writer: jspb.BinaryWriter): void;
|
|
7420
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsEnvironment;
|
|
7421
|
+
static deserializeBinaryFromReader(message: ComputerWindowsEnvironment, reader: jspb.BinaryReader): ComputerWindowsEnvironment;
|
|
7422
|
+
}
|
|
7423
|
+
|
|
7424
|
+
export namespace ComputerWindowsEnvironment {
|
|
7425
|
+
export type AsObject = {
|
|
7426
|
+
caption?: string,
|
|
7427
|
+
name?: string,
|
|
7428
|
+
systemVariable?: boolean,
|
|
7429
|
+
userName?: string,
|
|
7430
|
+
variableValue?: string,
|
|
7431
|
+
}
|
|
7432
|
+
}
|
|
7433
|
+
|
|
7434
|
+
export class ComputerWindowsCodec extends jspb.Message {
|
|
7435
|
+
|
|
7436
|
+
hasAppId(): boolean;
|
|
7437
|
+
clearAppId(): void;
|
|
7438
|
+
getAppId(): string | undefined;
|
|
7439
|
+
setAppId(value: string): ComputerWindowsCodec;
|
|
7440
|
+
|
|
7441
|
+
hasCaption(): boolean;
|
|
7442
|
+
clearCaption(): void;
|
|
7443
|
+
getCaption(): string | undefined;
|
|
7444
|
+
setCaption(value: string): ComputerWindowsCodec;
|
|
7445
|
+
|
|
7446
|
+
serializeBinary(): Uint8Array;
|
|
7447
|
+
toObject(includeInstance?: boolean): ComputerWindowsCodec.AsObject;
|
|
7448
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsCodec): ComputerWindowsCodec.AsObject;
|
|
7449
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7450
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7451
|
+
static serializeBinaryToWriter(message: ComputerWindowsCodec, writer: jspb.BinaryWriter): void;
|
|
7452
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsCodec;
|
|
7453
|
+
static deserializeBinaryFromReader(message: ComputerWindowsCodec, reader: jspb.BinaryReader): ComputerWindowsCodec;
|
|
7454
|
+
}
|
|
7455
|
+
|
|
7456
|
+
export namespace ComputerWindowsCodec {
|
|
7457
|
+
export type AsObject = {
|
|
7458
|
+
appId?: string,
|
|
7459
|
+
caption?: string,
|
|
7460
|
+
}
|
|
7461
|
+
}
|
|
7462
|
+
|
|
7367
7463
|
export class ComputerWindowsCertificate extends jspb.Message {
|
|
7368
7464
|
clearEnhancedKeyUsageList(): void;
|
|
7369
7465
|
getEnhancedKeyUsageList(): Array<WindowsCertificateEnhancedKeyUsage>;
|