@lansweeper/data-platform-outbound-grpc 0.1.120 → 0.1.122

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.
@@ -8764,6 +8764,18 @@ export class ComputerConnectedUsbController extends jspb.Message {
8764
8764
  getProtocolSupported(): MappedValue | undefined;
8765
8765
  setProtocolSupported(value?: MappedValue): ComputerConnectedUsbController;
8766
8766
 
8767
+ hasMacUsbController(): boolean;
8768
+ clearMacUsbController(): void;
8769
+ getMacUsbController(): MacUSBController | undefined;
8770
+ setMacUsbController(value?: MacUSBController): ComputerConnectedUsbController;
8771
+
8772
+ hasMacThunderboltController(): boolean;
8773
+ clearMacThunderboltController(): void;
8774
+ getMacThunderboltController(): MacThunderboltController | undefined;
8775
+ setMacThunderboltController(value?: MacThunderboltController): ComputerConnectedUsbController;
8776
+
8777
+ getControllerCase(): ComputerConnectedUsbController.ControllerCase;
8778
+
8767
8779
  serializeBinary(): Uint8Array;
8768
8780
  toObject(includeInstance?: boolean): ComputerConnectedUsbController.AsObject;
8769
8781
  static toObject(includeInstance: boolean, msg: ComputerConnectedUsbController): ComputerConnectedUsbController.AsObject;
@@ -8780,6 +8792,308 @@ export namespace ComputerConnectedUsbController {
8780
8792
  deviceId?: string,
8781
8793
  manufacturer?: string,
8782
8794
  protocolSupported?: MappedValue.AsObject,
8795
+ macUsbController?: MacUSBController.AsObject,
8796
+ macThunderboltController?: MacThunderboltController.AsObject,
8797
+ }
8798
+
8799
+ export enum ControllerCase {
8800
+ CONTROLLER_NOT_SET = 0,
8801
+ MAC_USB_CONTROLLER = 5,
8802
+ MAC_THUNDERBOLT_CONTROLLER = 6,
8803
+ }
8804
+
8805
+ }
8806
+
8807
+ export class MacUSBController extends jspb.Message {
8808
+
8809
+ hasName(): boolean;
8810
+ clearName(): void;
8811
+ getName(): string | undefined;
8812
+ setName(value: string): MacUSBController;
8813
+
8814
+ hasHostControllerDriver(): boolean;
8815
+ clearHostControllerDriver(): void;
8816
+ getHostControllerDriver(): string | undefined;
8817
+ setHostControllerDriver(value: string): MacUSBController;
8818
+
8819
+ hasPciDeviceId(): boolean;
8820
+ clearPciDeviceId(): void;
8821
+ getPciDeviceId(): string | undefined;
8822
+ setPciDeviceId(value: string): MacUSBController;
8823
+
8824
+ hasPciRevisionId(): boolean;
8825
+ clearPciRevisionId(): void;
8826
+ getPciRevisionId(): string | undefined;
8827
+ setPciRevisionId(value: string): MacUSBController;
8828
+
8829
+ hasPciVendorId(): boolean;
8830
+ clearPciVendorId(): void;
8831
+ getPciVendorId(): string | undefined;
8832
+ setPciVendorId(value: string): MacUSBController;
8833
+ clearDevicesList(): void;
8834
+ getDevicesList(): Array<MacUSBDevice>;
8835
+ setDevicesList(value: Array<MacUSBDevice>): MacUSBController;
8836
+ addDevices(value?: MacUSBDevice, index?: number): MacUSBDevice;
8837
+
8838
+ serializeBinary(): Uint8Array;
8839
+ toObject(includeInstance?: boolean): MacUSBController.AsObject;
8840
+ static toObject(includeInstance: boolean, msg: MacUSBController): MacUSBController.AsObject;
8841
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
8842
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
8843
+ static serializeBinaryToWriter(message: MacUSBController, writer: jspb.BinaryWriter): void;
8844
+ static deserializeBinary(bytes: Uint8Array): MacUSBController;
8845
+ static deserializeBinaryFromReader(message: MacUSBController, reader: jspb.BinaryReader): MacUSBController;
8846
+ }
8847
+
8848
+ export namespace MacUSBController {
8849
+ export type AsObject = {
8850
+ name?: string,
8851
+ hostControllerDriver?: string,
8852
+ pciDeviceId?: string,
8853
+ pciRevisionId?: string,
8854
+ pciVendorId?: string,
8855
+ devicesList: Array<MacUSBDevice.AsObject>,
8856
+ }
8857
+ }
8858
+
8859
+ export class MacUSBDevice extends jspb.Message {
8860
+
8861
+ hasName(): boolean;
8862
+ clearName(): void;
8863
+ getName(): string | undefined;
8864
+ setName(value: string): MacUSBDevice;
8865
+
8866
+ hasBcdDeviceVersion(): boolean;
8867
+ clearBcdDeviceVersion(): void;
8868
+ getBcdDeviceVersion(): string | undefined;
8869
+ setBcdDeviceVersion(value: string): MacUSBDevice;
8870
+
8871
+ hasBuiltInDevice(): boolean;
8872
+ clearBuiltInDevice(): void;
8873
+ getBuiltInDevice(): boolean | undefined;
8874
+ setBuiltInDevice(value: boolean): MacUSBDevice;
8875
+
8876
+ hasBusPowerAvailable(): boolean;
8877
+ clearBusPowerAvailable(): void;
8878
+ getBusPowerAvailable(): string | undefined;
8879
+ setBusPowerAvailable(value: string): MacUSBDevice;
8880
+
8881
+ hasBusPowerUsed(): boolean;
8882
+ clearBusPowerUsed(): void;
8883
+ getBusPowerUsed(): string | undefined;
8884
+ setBusPowerUsed(value: string): MacUSBDevice;
8885
+
8886
+ hasDeviceSpeed(): boolean;
8887
+ clearDeviceSpeed(): void;
8888
+ getDeviceSpeed(): string | undefined;
8889
+ setDeviceSpeed(value: string): MacUSBDevice;
8890
+
8891
+ hasExtraCurrentUsed(): boolean;
8892
+ clearExtraCurrentUsed(): void;
8893
+ getExtraCurrentUsed(): string | undefined;
8894
+ setExtraCurrentUsed(value: string): MacUSBDevice;
8895
+
8896
+ hasLocationId(): boolean;
8897
+ clearLocationId(): void;
8898
+ getLocationId(): string | undefined;
8899
+ setLocationId(value: string): MacUSBDevice;
8900
+
8901
+ hasManufacturer(): boolean;
8902
+ clearManufacturer(): void;
8903
+ getManufacturer(): string | undefined;
8904
+ setManufacturer(value: string): MacUSBDevice;
8905
+
8906
+ hasProductId(): boolean;
8907
+ clearProductId(): void;
8908
+ getProductId(): string | undefined;
8909
+ setProductId(value: string): MacUSBDevice;
8910
+
8911
+ hasSerialNumber(): boolean;
8912
+ clearSerialNumber(): void;
8913
+ getSerialNumber(): string | undefined;
8914
+ setSerialNumber(value: string): MacUSBDevice;
8915
+
8916
+ hasVendorId(): boolean;
8917
+ clearVendorId(): void;
8918
+ getVendorId(): string | undefined;
8919
+ setVendorId(value: string): MacUSBDevice;
8920
+ clearSubDevicesList(): void;
8921
+ getSubDevicesList(): Array<MacUSBDevice>;
8922
+ setSubDevicesList(value: Array<MacUSBDevice>): MacUSBDevice;
8923
+ addSubDevices(value?: MacUSBDevice, index?: number): MacUSBDevice;
8924
+
8925
+ serializeBinary(): Uint8Array;
8926
+ toObject(includeInstance?: boolean): MacUSBDevice.AsObject;
8927
+ static toObject(includeInstance: boolean, msg: MacUSBDevice): MacUSBDevice.AsObject;
8928
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
8929
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
8930
+ static serializeBinaryToWriter(message: MacUSBDevice, writer: jspb.BinaryWriter): void;
8931
+ static deserializeBinary(bytes: Uint8Array): MacUSBDevice;
8932
+ static deserializeBinaryFromReader(message: MacUSBDevice, reader: jspb.BinaryReader): MacUSBDevice;
8933
+ }
8934
+
8935
+ export namespace MacUSBDevice {
8936
+ export type AsObject = {
8937
+ name?: string,
8938
+ bcdDeviceVersion?: string,
8939
+ builtInDevice?: boolean,
8940
+ busPowerAvailable?: string,
8941
+ busPowerUsed?: string,
8942
+ deviceSpeed?: string,
8943
+ extraCurrentUsed?: string,
8944
+ locationId?: string,
8945
+ manufacturer?: string,
8946
+ productId?: string,
8947
+ serialNumber?: string,
8948
+ vendorId?: string,
8949
+ subDevicesList: Array<MacUSBDevice.AsObject>,
8950
+ }
8951
+ }
8952
+
8953
+ export class MacThunderboltController extends jspb.Message {
8954
+
8955
+ hasName(): boolean;
8956
+ clearName(): void;
8957
+ getName(): string | undefined;
8958
+ setName(value: string): MacThunderboltController;
8959
+
8960
+ hasDeviceName(): boolean;
8961
+ clearDeviceName(): void;
8962
+ getDeviceName(): string | undefined;
8963
+ setDeviceName(value: string): MacThunderboltController;
8964
+
8965
+ hasDomainUuid(): boolean;
8966
+ clearDomainUuid(): void;
8967
+ getDomainUuid(): string | undefined;
8968
+ setDomainUuid(value: string): MacThunderboltController;
8969
+
8970
+ hasRouteString(): boolean;
8971
+ clearRouteString(): void;
8972
+ getRouteString(): string | undefined;
8973
+ setRouteString(value: string): MacThunderboltController;
8974
+
8975
+ hasSwitchUid(): boolean;
8976
+ clearSwitchUid(): void;
8977
+ getSwitchUid(): string | undefined;
8978
+ setSwitchUid(value: string): MacThunderboltController;
8979
+
8980
+ hasSwitchVersion(): boolean;
8981
+ clearSwitchVersion(): void;
8982
+ getSwitchVersion(): string | undefined;
8983
+ setSwitchVersion(value: string): MacThunderboltController;
8984
+
8985
+ hasVendorName(): boolean;
8986
+ clearVendorName(): void;
8987
+ getVendorName(): string | undefined;
8988
+ setVendorName(value: string): MacThunderboltController;
8989
+ clearPortsList(): void;
8990
+ getPortsList(): Array<ThunderboltPort>;
8991
+ setPortsList(value: Array<ThunderboltPort>): MacThunderboltController;
8992
+ addPorts(value?: ThunderboltPort, index?: number): ThunderboltPort;
8993
+
8994
+ hasDeviceId(): boolean;
8995
+ clearDeviceId(): void;
8996
+ getDeviceId(): string | undefined;
8997
+ setDeviceId(value: string): MacThunderboltController;
8998
+
8999
+ hasDeviceRevision(): boolean;
9000
+ clearDeviceRevision(): void;
9001
+ getDeviceRevision(): string | undefined;
9002
+ setDeviceRevision(value: string): MacThunderboltController;
9003
+
9004
+ hasVendorId(): boolean;
9005
+ clearVendorId(): void;
9006
+ getVendorId(): string | undefined;
9007
+ setVendorId(value: string): MacThunderboltController;
9008
+
9009
+ serializeBinary(): Uint8Array;
9010
+ toObject(includeInstance?: boolean): MacThunderboltController.AsObject;
9011
+ static toObject(includeInstance: boolean, msg: MacThunderboltController): MacThunderboltController.AsObject;
9012
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
9013
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
9014
+ static serializeBinaryToWriter(message: MacThunderboltController, writer: jspb.BinaryWriter): void;
9015
+ static deserializeBinary(bytes: Uint8Array): MacThunderboltController;
9016
+ static deserializeBinaryFromReader(message: MacThunderboltController, reader: jspb.BinaryReader): MacThunderboltController;
9017
+ }
9018
+
9019
+ export namespace MacThunderboltController {
9020
+ export type AsObject = {
9021
+ name?: string,
9022
+ deviceName?: string,
9023
+ domainUuid?: string,
9024
+ routeString?: string,
9025
+ switchUid?: string,
9026
+ switchVersion?: string,
9027
+ vendorName?: string,
9028
+ portsList: Array<ThunderboltPort.AsObject>,
9029
+ deviceId?: string,
9030
+ deviceRevision?: string,
9031
+ vendorId?: string,
9032
+ }
9033
+ }
9034
+
9035
+ export class ThunderboltPort extends jspb.Message {
9036
+
9037
+ hasCurrentLinkWidth(): boolean;
9038
+ clearCurrentLinkWidth(): void;
9039
+ getCurrentLinkWidth(): string | undefined;
9040
+ setCurrentLinkWidth(value: string): ThunderboltPort;
9041
+
9042
+ hasCurrentSpeed(): boolean;
9043
+ clearCurrentSpeed(): void;
9044
+ getCurrentSpeed(): string | undefined;
9045
+ setCurrentSpeed(value: string): ThunderboltPort;
9046
+
9047
+ hasLinkStatus(): boolean;
9048
+ clearLinkStatus(): void;
9049
+ getLinkStatus(): string | undefined;
9050
+ setLinkStatus(value: string): ThunderboltPort;
9051
+
9052
+ hasReceptacleId(): boolean;
9053
+ clearReceptacleId(): void;
9054
+ getReceptacleId(): string | undefined;
9055
+ setReceptacleId(value: string): ThunderboltPort;
9056
+
9057
+ hasReceptacleStatus(): boolean;
9058
+ clearReceptacleStatus(): void;
9059
+ getReceptacleStatus(): string | undefined;
9060
+ setReceptacleStatus(value: string): ThunderboltPort;
9061
+
9062
+ hasCableFirmwareVersion(): boolean;
9063
+ clearCableFirmwareVersion(): void;
9064
+ getCableFirmwareVersion(): string | undefined;
9065
+ setCableFirmwareVersion(value: string): ThunderboltPort;
9066
+
9067
+ hasCableSerialNumber(): boolean;
9068
+ clearCableSerialNumber(): void;
9069
+ getCableSerialNumber(): string | undefined;
9070
+ setCableSerialNumber(value: string): ThunderboltPort;
9071
+
9072
+ hasLinkControllerFirmwareVersion(): boolean;
9073
+ clearLinkControllerFirmwareVersion(): void;
9074
+ getLinkControllerFirmwareVersion(): string | undefined;
9075
+ setLinkControllerFirmwareVersion(value: string): ThunderboltPort;
9076
+
9077
+ serializeBinary(): Uint8Array;
9078
+ toObject(includeInstance?: boolean): ThunderboltPort.AsObject;
9079
+ static toObject(includeInstance: boolean, msg: ThunderboltPort): ThunderboltPort.AsObject;
9080
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
9081
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
9082
+ static serializeBinaryToWriter(message: ThunderboltPort, writer: jspb.BinaryWriter): void;
9083
+ static deserializeBinary(bytes: Uint8Array): ThunderboltPort;
9084
+ static deserializeBinaryFromReader(message: ThunderboltPort, reader: jspb.BinaryReader): ThunderboltPort;
9085
+ }
9086
+
9087
+ export namespace ThunderboltPort {
9088
+ export type AsObject = {
9089
+ currentLinkWidth?: string,
9090
+ currentSpeed?: string,
9091
+ linkStatus?: string,
9092
+ receptacleId?: string,
9093
+ receptacleStatus?: string,
9094
+ cableFirmwareVersion?: string,
9095
+ cableSerialNumber?: string,
9096
+ linkControllerFirmwareVersion?: string,
8783
9097
  }
8784
9098
  }
8785
9099