@lansweeper/discovery-sensor-proto 2.44.0 → 2.45.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.
|
@@ -2788,3 +2788,149 @@ export namespace CardReader {
|
|
|
2788
2788
|
vendorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2789
2789
|
}
|
|
2790
2790
|
}
|
|
2791
|
+
|
|
2792
|
+
export class MacController extends jspb.Message {
|
|
2793
|
+
|
|
2794
|
+
hasBootUuid(): boolean;
|
|
2795
|
+
clearBootUuid(): void;
|
|
2796
|
+
getBootUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2797
|
+
setBootUuid(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2798
|
+
|
|
2799
|
+
hasFirmwareVersion(): boolean;
|
|
2800
|
+
clearFirmwareVersion(): void;
|
|
2801
|
+
getFirmwareVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2802
|
+
setFirmwareVersion(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2803
|
+
|
|
2804
|
+
hasExtraBootPolicies(): boolean;
|
|
2805
|
+
clearExtraBootPolicies(): void;
|
|
2806
|
+
getExtraBootPolicies(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2807
|
+
setExtraBootPolicies(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2808
|
+
|
|
2809
|
+
hasModelIdentifier(): boolean;
|
|
2810
|
+
clearModelIdentifier(): void;
|
|
2811
|
+
getModelIdentifier(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2812
|
+
setModelIdentifier(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2813
|
+
|
|
2814
|
+
hasBootArgsFiltering(): boolean;
|
|
2815
|
+
clearBootArgsFiltering(): void;
|
|
2816
|
+
getBootArgsFiltering(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2817
|
+
setBootArgsFiltering(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2818
|
+
|
|
2819
|
+
hasKernelCtrr(): boolean;
|
|
2820
|
+
clearKernelCtrr(): void;
|
|
2821
|
+
getKernelCtrr(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2822
|
+
setKernelCtrr(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2823
|
+
|
|
2824
|
+
hasDeviceMdmOperations(): boolean;
|
|
2825
|
+
clearDeviceMdmOperations(): void;
|
|
2826
|
+
getDeviceMdmOperations(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2827
|
+
setDeviceMdmOperations(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2828
|
+
|
|
2829
|
+
hasUserMdmOperations(): boolean;
|
|
2830
|
+
clearUserMdmOperations(): void;
|
|
2831
|
+
getUserMdmOperations(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2832
|
+
setUserMdmOperations(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2833
|
+
|
|
2834
|
+
hasOtherKernelExtensions(): boolean;
|
|
2835
|
+
clearOtherKernelExtensions(): void;
|
|
2836
|
+
getOtherKernelExtensions(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2837
|
+
setOtherKernelExtensions(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2838
|
+
|
|
2839
|
+
hasSystemIntegrityProtection(): boolean;
|
|
2840
|
+
clearSystemIntegrityProtection(): void;
|
|
2841
|
+
getSystemIntegrityProtection(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2842
|
+
setSystemIntegrityProtection(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2843
|
+
|
|
2844
|
+
hasSignedSystemVolume(): boolean;
|
|
2845
|
+
clearSignedSystemVolume(): void;
|
|
2846
|
+
getSignedSystemVolume(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2847
|
+
setSignedSystemVolume(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2848
|
+
|
|
2849
|
+
hasSecureBoot(): boolean;
|
|
2850
|
+
clearSecureBoot(): void;
|
|
2851
|
+
getSecureBoot(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2852
|
+
setSecureBoot(value?: google_protobuf_wrappers_pb.StringValue): MacController;
|
|
2853
|
+
|
|
2854
|
+
serializeBinary(): Uint8Array;
|
|
2855
|
+
toObject(includeInstance?: boolean): MacController.AsObject;
|
|
2856
|
+
static toObject(includeInstance: boolean, msg: MacController): MacController.AsObject;
|
|
2857
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2858
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2859
|
+
static serializeBinaryToWriter(message: MacController, writer: jspb.BinaryWriter): void;
|
|
2860
|
+
static deserializeBinary(bytes: Uint8Array): MacController;
|
|
2861
|
+
static deserializeBinaryFromReader(message: MacController, reader: jspb.BinaryReader): MacController;
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
export namespace MacController {
|
|
2865
|
+
export type AsObject = {
|
|
2866
|
+
bootUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2867
|
+
firmwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2868
|
+
extraBootPolicies?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2869
|
+
modelIdentifier?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2870
|
+
bootArgsFiltering?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2871
|
+
kernelCtrr?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2872
|
+
deviceMdmOperations?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2873
|
+
userMdmOperations?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2874
|
+
otherKernelExtensions?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2875
|
+
systemIntegrityProtection?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2876
|
+
signedSystemVolume?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2877
|
+
secureBoot?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2878
|
+
}
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2881
|
+
export class MacDiagnostics extends jspb.Message {
|
|
2882
|
+
clearEntriesList(): void;
|
|
2883
|
+
getEntriesList(): Array<Diagnostics>;
|
|
2884
|
+
setEntriesList(value: Array<Diagnostics>): MacDiagnostics;
|
|
2885
|
+
addEntries(value?: Diagnostics, index?: number): Diagnostics;
|
|
2886
|
+
|
|
2887
|
+
serializeBinary(): Uint8Array;
|
|
2888
|
+
toObject(includeInstance?: boolean): MacDiagnostics.AsObject;
|
|
2889
|
+
static toObject(includeInstance: boolean, msg: MacDiagnostics): MacDiagnostics.AsObject;
|
|
2890
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2891
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2892
|
+
static serializeBinaryToWriter(message: MacDiagnostics, writer: jspb.BinaryWriter): void;
|
|
2893
|
+
static deserializeBinary(bytes: Uint8Array): MacDiagnostics;
|
|
2894
|
+
static deserializeBinaryFromReader(message: MacDiagnostics, reader: jspb.BinaryReader): MacDiagnostics;
|
|
2895
|
+
}
|
|
2896
|
+
|
|
2897
|
+
export namespace MacDiagnostics {
|
|
2898
|
+
export type AsObject = {
|
|
2899
|
+
entriesList: Array<Diagnostics.AsObject>,
|
|
2900
|
+
}
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2903
|
+
export class Diagnostics extends jspb.Message {
|
|
2904
|
+
|
|
2905
|
+
hasName(): boolean;
|
|
2906
|
+
clearName(): void;
|
|
2907
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2908
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): Diagnostics;
|
|
2909
|
+
|
|
2910
|
+
hasLastRun(): boolean;
|
|
2911
|
+
clearLastRun(): void;
|
|
2912
|
+
getLastRun(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2913
|
+
setLastRun(value?: google_protobuf_wrappers_pb.StringValue): Diagnostics;
|
|
2914
|
+
|
|
2915
|
+
hasResult(): boolean;
|
|
2916
|
+
clearResult(): void;
|
|
2917
|
+
getResult(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2918
|
+
setResult(value?: google_protobuf_wrappers_pb.StringValue): Diagnostics;
|
|
2919
|
+
|
|
2920
|
+
serializeBinary(): Uint8Array;
|
|
2921
|
+
toObject(includeInstance?: boolean): Diagnostics.AsObject;
|
|
2922
|
+
static toObject(includeInstance: boolean, msg: Diagnostics): Diagnostics.AsObject;
|
|
2923
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2924
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2925
|
+
static serializeBinaryToWriter(message: Diagnostics, writer: jspb.BinaryWriter): void;
|
|
2926
|
+
static deserializeBinary(bytes: Uint8Array): Diagnostics;
|
|
2927
|
+
static deserializeBinaryFromReader(message: Diagnostics, reader: jspb.BinaryReader): Diagnostics;
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
export namespace Diagnostics {
|
|
2931
|
+
export type AsObject = {
|
|
2932
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2933
|
+
lastRun?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2934
|
+
result?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2935
|
+
}
|
|
2936
|
+
}
|