@lansweeper/discovery-sensor-proto 2.53.0 → 2.54.1
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.
|
@@ -4705,3 +4705,370 @@ export namespace WiFiSoftware {
|
|
|
4705
4705
|
systemInformationVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4706
4706
|
}
|
|
4707
4707
|
}
|
|
4708
|
+
|
|
4709
|
+
export class MacExtension extends jspb.Message {
|
|
4710
|
+
clearEntriesList(): void;
|
|
4711
|
+
getEntriesList(): Array<Extension>;
|
|
4712
|
+
setEntriesList(value: Array<Extension>): MacExtension;
|
|
4713
|
+
addEntries(value?: Extension, index?: number): Extension;
|
|
4714
|
+
|
|
4715
|
+
serializeBinary(): Uint8Array;
|
|
4716
|
+
toObject(includeInstance?: boolean): MacExtension.AsObject;
|
|
4717
|
+
static toObject(includeInstance: boolean, msg: MacExtension): MacExtension.AsObject;
|
|
4718
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4719
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4720
|
+
static serializeBinaryToWriter(message: MacExtension, writer: jspb.BinaryWriter): void;
|
|
4721
|
+
static deserializeBinary(bytes: Uint8Array): MacExtension;
|
|
4722
|
+
static deserializeBinaryFromReader(message: MacExtension, reader: jspb.BinaryReader): MacExtension;
|
|
4723
|
+
}
|
|
4724
|
+
|
|
4725
|
+
export namespace MacExtension {
|
|
4726
|
+
export type AsObject = {
|
|
4727
|
+
entriesList: Array<Extension.AsObject>,
|
|
4728
|
+
}
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4731
|
+
export class Extension extends jspb.Message {
|
|
4732
|
+
|
|
4733
|
+
hasName(): boolean;
|
|
4734
|
+
clearName(): void;
|
|
4735
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4736
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4737
|
+
|
|
4738
|
+
hasHas64BitIntelCode(): boolean;
|
|
4739
|
+
clearHas64BitIntelCode(): void;
|
|
4740
|
+
getHas64BitIntelCode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4741
|
+
setHas64BitIntelCode(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4742
|
+
clearArchitecturesList(): void;
|
|
4743
|
+
getArchitecturesList(): Array<string>;
|
|
4744
|
+
setArchitecturesList(value: Array<string>): Extension;
|
|
4745
|
+
addArchitectures(value: string, index?: number): string;
|
|
4746
|
+
|
|
4747
|
+
hasBundleId(): boolean;
|
|
4748
|
+
clearBundleId(): void;
|
|
4749
|
+
getBundleId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4750
|
+
setBundleId(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4751
|
+
|
|
4752
|
+
hasDependencies(): boolean;
|
|
4753
|
+
clearDependencies(): void;
|
|
4754
|
+
getDependencies(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4755
|
+
setDependencies(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4756
|
+
clearDependencyErrorsList(): void;
|
|
4757
|
+
getDependencyErrorsList(): Array<ExtensionErrorType>;
|
|
4758
|
+
setDependencyErrorsList(value: Array<ExtensionErrorType>): Extension;
|
|
4759
|
+
addDependencyErrors(value?: ExtensionErrorType, index?: number): ExtensionErrorType;
|
|
4760
|
+
|
|
4761
|
+
hasInfo(): boolean;
|
|
4762
|
+
clearInfo(): void;
|
|
4763
|
+
getInfo(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4764
|
+
setInfo(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4765
|
+
|
|
4766
|
+
hasLastModified(): boolean;
|
|
4767
|
+
clearLastModified(): void;
|
|
4768
|
+
getLastModified(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4769
|
+
setLastModified(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4770
|
+
|
|
4771
|
+
hasLoadAddress(): boolean;
|
|
4772
|
+
clearLoadAddress(): void;
|
|
4773
|
+
getLoadAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4774
|
+
setLoadAddress(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4775
|
+
|
|
4776
|
+
hasLoadable(): boolean;
|
|
4777
|
+
clearLoadable(): void;
|
|
4778
|
+
getLoadable(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4779
|
+
setLoadable(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4780
|
+
|
|
4781
|
+
hasLoaded(): boolean;
|
|
4782
|
+
clearLoaded(): void;
|
|
4783
|
+
getLoaded(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4784
|
+
setLoaded(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4785
|
+
|
|
4786
|
+
hasNotarized(): boolean;
|
|
4787
|
+
clearNotarized(): void;
|
|
4788
|
+
getNotarized(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4789
|
+
setNotarized(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4790
|
+
|
|
4791
|
+
hasObtainedFrom(): boolean;
|
|
4792
|
+
clearObtainedFrom(): void;
|
|
4793
|
+
getObtainedFrom(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4794
|
+
setObtainedFrom(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4795
|
+
|
|
4796
|
+
hasPathLocation(): boolean;
|
|
4797
|
+
clearPathLocation(): void;
|
|
4798
|
+
getPathLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4799
|
+
setPathLocation(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4800
|
+
|
|
4801
|
+
hasRuntimeEnvironment(): boolean;
|
|
4802
|
+
clearRuntimeEnvironment(): void;
|
|
4803
|
+
getRuntimeEnvironment(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4804
|
+
setRuntimeEnvironment(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4805
|
+
|
|
4806
|
+
hasSignedBy(): boolean;
|
|
4807
|
+
clearSignedBy(): void;
|
|
4808
|
+
getSignedBy(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4809
|
+
setSignedBy(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4810
|
+
|
|
4811
|
+
hasSigningErrors(): boolean;
|
|
4812
|
+
clearSigningErrors(): void;
|
|
4813
|
+
getSigningErrors(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4814
|
+
setSigningErrors(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4815
|
+
clearValidityErrorsList(): void;
|
|
4816
|
+
getValidityErrorsList(): Array<ExtensionErrorType>;
|
|
4817
|
+
setValidityErrorsList(value: Array<ExtensionErrorType>): Extension;
|
|
4818
|
+
addValidityErrors(value?: ExtensionErrorType, index?: number): ExtensionErrorType;
|
|
4819
|
+
|
|
4820
|
+
hasVersion(): boolean;
|
|
4821
|
+
clearVersion(): void;
|
|
4822
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4823
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4824
|
+
|
|
4825
|
+
hasVersionKext(): boolean;
|
|
4826
|
+
clearVersionKext(): void;
|
|
4827
|
+
getVersionKext(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4828
|
+
setVersionKext(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4829
|
+
|
|
4830
|
+
serializeBinary(): Uint8Array;
|
|
4831
|
+
toObject(includeInstance?: boolean): Extension.AsObject;
|
|
4832
|
+
static toObject(includeInstance: boolean, msg: Extension): Extension.AsObject;
|
|
4833
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4834
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4835
|
+
static serializeBinaryToWriter(message: Extension, writer: jspb.BinaryWriter): void;
|
|
4836
|
+
static deserializeBinary(bytes: Uint8Array): Extension;
|
|
4837
|
+
static deserializeBinaryFromReader(message: Extension, reader: jspb.BinaryReader): Extension;
|
|
4838
|
+
}
|
|
4839
|
+
|
|
4840
|
+
export namespace Extension {
|
|
4841
|
+
export type AsObject = {
|
|
4842
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4843
|
+
has64BitIntelCode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4844
|
+
architecturesList: Array<string>,
|
|
4845
|
+
bundleId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4846
|
+
dependencies?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4847
|
+
dependencyErrorsList: Array<ExtensionErrorType.AsObject>,
|
|
4848
|
+
info?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4849
|
+
lastModified?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4850
|
+
loadAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4851
|
+
loadable?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4852
|
+
loaded?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4853
|
+
notarized?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4854
|
+
obtainedFrom?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4855
|
+
pathLocation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4856
|
+
runtimeEnvironment?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4857
|
+
signedBy?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4858
|
+
signingErrors?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4859
|
+
validityErrorsList: Array<ExtensionErrorType.AsObject>,
|
|
4860
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4861
|
+
versionKext?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4862
|
+
}
|
|
4863
|
+
}
|
|
4864
|
+
|
|
4865
|
+
export class ExtensionErrorType extends jspb.Message {
|
|
4866
|
+
|
|
4867
|
+
hasErrorType(): boolean;
|
|
4868
|
+
clearErrorType(): void;
|
|
4869
|
+
getErrorType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4870
|
+
setErrorType(value?: google_protobuf_wrappers_pb.StringValue): ExtensionErrorType;
|
|
4871
|
+
clearErrorsList(): void;
|
|
4872
|
+
getErrorsList(): Array<ExtensionError>;
|
|
4873
|
+
setErrorsList(value: Array<ExtensionError>): ExtensionErrorType;
|
|
4874
|
+
addErrors(value?: ExtensionError, index?: number): ExtensionError;
|
|
4875
|
+
|
|
4876
|
+
serializeBinary(): Uint8Array;
|
|
4877
|
+
toObject(includeInstance?: boolean): ExtensionErrorType.AsObject;
|
|
4878
|
+
static toObject(includeInstance: boolean, msg: ExtensionErrorType): ExtensionErrorType.AsObject;
|
|
4879
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4880
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4881
|
+
static serializeBinaryToWriter(message: ExtensionErrorType, writer: jspb.BinaryWriter): void;
|
|
4882
|
+
static deserializeBinary(bytes: Uint8Array): ExtensionErrorType;
|
|
4883
|
+
static deserializeBinaryFromReader(message: ExtensionErrorType, reader: jspb.BinaryReader): ExtensionErrorType;
|
|
4884
|
+
}
|
|
4885
|
+
|
|
4886
|
+
export namespace ExtensionErrorType {
|
|
4887
|
+
export type AsObject = {
|
|
4888
|
+
errorType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4889
|
+
errorsList: Array<ExtensionError.AsObject>,
|
|
4890
|
+
}
|
|
4891
|
+
}
|
|
4892
|
+
|
|
4893
|
+
export class ExtensionError extends jspb.Message {
|
|
4894
|
+
|
|
4895
|
+
hasErrorDescription(): boolean;
|
|
4896
|
+
clearErrorDescription(): void;
|
|
4897
|
+
getErrorDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4898
|
+
setErrorDescription(value?: google_protobuf_wrappers_pb.StringValue): ExtensionError;
|
|
4899
|
+
clearValuesList(): void;
|
|
4900
|
+
getValuesList(): Array<string>;
|
|
4901
|
+
setValuesList(value: Array<string>): ExtensionError;
|
|
4902
|
+
addValues(value: string, index?: number): string;
|
|
4903
|
+
|
|
4904
|
+
serializeBinary(): Uint8Array;
|
|
4905
|
+
toObject(includeInstance?: boolean): ExtensionError.AsObject;
|
|
4906
|
+
static toObject(includeInstance: boolean, msg: ExtensionError): ExtensionError.AsObject;
|
|
4907
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4908
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4909
|
+
static serializeBinaryToWriter(message: ExtensionError, writer: jspb.BinaryWriter): void;
|
|
4910
|
+
static deserializeBinary(bytes: Uint8Array): ExtensionError;
|
|
4911
|
+
static deserializeBinaryFromReader(message: ExtensionError, reader: jspb.BinaryReader): ExtensionError;
|
|
4912
|
+
}
|
|
4913
|
+
|
|
4914
|
+
export namespace ExtensionError {
|
|
4915
|
+
export type AsObject = {
|
|
4916
|
+
errorDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4917
|
+
valuesList: Array<string>,
|
|
4918
|
+
}
|
|
4919
|
+
}
|
|
4920
|
+
|
|
4921
|
+
export class MacFramework extends jspb.Message {
|
|
4922
|
+
clearEntriesList(): void;
|
|
4923
|
+
getEntriesList(): Array<Framework>;
|
|
4924
|
+
setEntriesList(value: Array<Framework>): MacFramework;
|
|
4925
|
+
addEntries(value?: Framework, index?: number): Framework;
|
|
4926
|
+
|
|
4927
|
+
serializeBinary(): Uint8Array;
|
|
4928
|
+
toObject(includeInstance?: boolean): MacFramework.AsObject;
|
|
4929
|
+
static toObject(includeInstance: boolean, msg: MacFramework): MacFramework.AsObject;
|
|
4930
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4931
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4932
|
+
static serializeBinaryToWriter(message: MacFramework, writer: jspb.BinaryWriter): void;
|
|
4933
|
+
static deserializeBinary(bytes: Uint8Array): MacFramework;
|
|
4934
|
+
static deserializeBinaryFromReader(message: MacFramework, reader: jspb.BinaryReader): MacFramework;
|
|
4935
|
+
}
|
|
4936
|
+
|
|
4937
|
+
export namespace MacFramework {
|
|
4938
|
+
export type AsObject = {
|
|
4939
|
+
entriesList: Array<Framework.AsObject>,
|
|
4940
|
+
}
|
|
4941
|
+
}
|
|
4942
|
+
|
|
4943
|
+
export class Framework extends jspb.Message {
|
|
4944
|
+
|
|
4945
|
+
hasName(): boolean;
|
|
4946
|
+
clearName(): void;
|
|
4947
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4948
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4949
|
+
|
|
4950
|
+
hasArchKind(): boolean;
|
|
4951
|
+
clearArchKind(): void;
|
|
4952
|
+
getArchKind(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4953
|
+
setArchKind(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4954
|
+
|
|
4955
|
+
hasInfo(): boolean;
|
|
4956
|
+
clearInfo(): void;
|
|
4957
|
+
getInfo(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4958
|
+
setInfo(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4959
|
+
|
|
4960
|
+
hasLastModified(): boolean;
|
|
4961
|
+
clearLastModified(): void;
|
|
4962
|
+
getLastModified(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4963
|
+
setLastModified(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4964
|
+
|
|
4965
|
+
hasObtainedFrom(): boolean;
|
|
4966
|
+
clearObtainedFrom(): void;
|
|
4967
|
+
getObtainedFrom(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4968
|
+
setObtainedFrom(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4969
|
+
|
|
4970
|
+
hasPathLocation(): boolean;
|
|
4971
|
+
clearPathLocation(): void;
|
|
4972
|
+
getPathLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4973
|
+
setPathLocation(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4974
|
+
|
|
4975
|
+
hasPrivateFramework(): boolean;
|
|
4976
|
+
clearPrivateFramework(): void;
|
|
4977
|
+
getPrivateFramework(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4978
|
+
setPrivateFramework(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4979
|
+
clearSignedByList(): void;
|
|
4980
|
+
getSignedByList(): Array<string>;
|
|
4981
|
+
setSignedByList(value: Array<string>): Framework;
|
|
4982
|
+
addSignedBy(value: string, index?: number): string;
|
|
4983
|
+
|
|
4984
|
+
hasVersion(): boolean;
|
|
4985
|
+
clearVersion(): void;
|
|
4986
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4987
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4988
|
+
|
|
4989
|
+
serializeBinary(): Uint8Array;
|
|
4990
|
+
toObject(includeInstance?: boolean): Framework.AsObject;
|
|
4991
|
+
static toObject(includeInstance: boolean, msg: Framework): Framework.AsObject;
|
|
4992
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4993
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4994
|
+
static serializeBinaryToWriter(message: Framework, writer: jspb.BinaryWriter): void;
|
|
4995
|
+
static deserializeBinary(bytes: Uint8Array): Framework;
|
|
4996
|
+
static deserializeBinaryFromReader(message: Framework, reader: jspb.BinaryReader): Framework;
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4999
|
+
export namespace Framework {
|
|
5000
|
+
export type AsObject = {
|
|
5001
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5002
|
+
archKind?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5003
|
+
info?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5004
|
+
lastModified?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5005
|
+
obtainedFrom?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5006
|
+
pathLocation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5007
|
+
privateFramework?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5008
|
+
signedByList: Array<string>,
|
|
5009
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5010
|
+
}
|
|
5011
|
+
}
|
|
5012
|
+
|
|
5013
|
+
export class MacInstallHistory extends jspb.Message {
|
|
5014
|
+
clearEntriesList(): void;
|
|
5015
|
+
getEntriesList(): Array<InstallHistory>;
|
|
5016
|
+
setEntriesList(value: Array<InstallHistory>): MacInstallHistory;
|
|
5017
|
+
addEntries(value?: InstallHistory, index?: number): InstallHistory;
|
|
5018
|
+
|
|
5019
|
+
serializeBinary(): Uint8Array;
|
|
5020
|
+
toObject(includeInstance?: boolean): MacInstallHistory.AsObject;
|
|
5021
|
+
static toObject(includeInstance: boolean, msg: MacInstallHistory): MacInstallHistory.AsObject;
|
|
5022
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5023
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5024
|
+
static serializeBinaryToWriter(message: MacInstallHistory, writer: jspb.BinaryWriter): void;
|
|
5025
|
+
static deserializeBinary(bytes: Uint8Array): MacInstallHistory;
|
|
5026
|
+
static deserializeBinaryFromReader(message: MacInstallHistory, reader: jspb.BinaryReader): MacInstallHistory;
|
|
5027
|
+
}
|
|
5028
|
+
|
|
5029
|
+
export namespace MacInstallHistory {
|
|
5030
|
+
export type AsObject = {
|
|
5031
|
+
entriesList: Array<InstallHistory.AsObject>,
|
|
5032
|
+
}
|
|
5033
|
+
}
|
|
5034
|
+
|
|
5035
|
+
export class InstallHistory extends jspb.Message {
|
|
5036
|
+
|
|
5037
|
+
hasName(): boolean;
|
|
5038
|
+
clearName(): void;
|
|
5039
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5040
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): InstallHistory;
|
|
5041
|
+
|
|
5042
|
+
hasInstallDate(): boolean;
|
|
5043
|
+
clearInstallDate(): void;
|
|
5044
|
+
getInstallDate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5045
|
+
setInstallDate(value?: google_protobuf_wrappers_pb.StringValue): InstallHistory;
|
|
5046
|
+
|
|
5047
|
+
hasInstallVersion(): boolean;
|
|
5048
|
+
clearInstallVersion(): void;
|
|
5049
|
+
getInstallVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5050
|
+
setInstallVersion(value?: google_protobuf_wrappers_pb.StringValue): InstallHistory;
|
|
5051
|
+
|
|
5052
|
+
hasPackageSource(): boolean;
|
|
5053
|
+
clearPackageSource(): void;
|
|
5054
|
+
getPackageSource(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5055
|
+
setPackageSource(value?: google_protobuf_wrappers_pb.StringValue): InstallHistory;
|
|
5056
|
+
|
|
5057
|
+
serializeBinary(): Uint8Array;
|
|
5058
|
+
toObject(includeInstance?: boolean): InstallHistory.AsObject;
|
|
5059
|
+
static toObject(includeInstance: boolean, msg: InstallHistory): InstallHistory.AsObject;
|
|
5060
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5061
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5062
|
+
static serializeBinaryToWriter(message: InstallHistory, writer: jspb.BinaryWriter): void;
|
|
5063
|
+
static deserializeBinary(bytes: Uint8Array): InstallHistory;
|
|
5064
|
+
static deserializeBinaryFromReader(message: InstallHistory, reader: jspb.BinaryReader): InstallHistory;
|
|
5065
|
+
}
|
|
5066
|
+
|
|
5067
|
+
export namespace InstallHistory {
|
|
5068
|
+
export type AsObject = {
|
|
5069
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5070
|
+
installDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5071
|
+
installVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5072
|
+
packageSource?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5073
|
+
}
|
|
5074
|
+
}
|