@lansweeper/discovery-sensor-proto 2.25.0 → 2.25.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.
@@ -740,8 +740,8 @@ export class VideoController extends jspb.Message {
740
740
 
741
741
  hasAdapterRam(): boolean;
742
742
  clearAdapterRam(): void;
743
- getAdapterRam(): google_protobuf_wrappers_pb.UInt32Value | undefined;
744
- setAdapterRam(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
743
+ getAdapterRam(): google_protobuf_wrappers_pb.UInt64Value | undefined;
744
+ setAdapterRam(value?: google_protobuf_wrappers_pb.UInt64Value): VideoController;
745
745
 
746
746
  hasAvailability(): boolean;
747
747
  clearAvailability(): void;
@@ -871,7 +871,7 @@ export class VideoController extends jspb.Message {
871
871
  export namespace VideoController {
872
872
  export type AsObject = {
873
873
  adapterCompatibility?: google_protobuf_wrappers_pb.StringValue.AsObject,
874
- adapterRam?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
874
+ adapterRam?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
875
875
  availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
876
876
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
877
877
  currentBitsPerPixel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
@@ -9633,7 +9633,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.VideoController.prototype.toObj
9633
9633
  proto.com.lansweeper.discovery.sensor.windows.v1.VideoController.toObject = function(includeInstance, msg) {
9634
9634
  var f, obj = {
9635
9635
  adapterCompatibility: (f = msg.getAdapterCompatibility()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
9636
- adapterRam: (f = msg.getAdapterRam()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
9636
+ adapterRam: (f = msg.getAdapterRam()) && google_protobuf_wrappers_pb.UInt64Value.toObject(includeInstance, f),
9637
9637
  availability: (f = msg.getAvailability()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
9638
9638
  caption: (f = msg.getCaption()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
9639
9639
  currentBitsPerPixel: (f = msg.getCurrentBitsPerPixel()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
@@ -9699,8 +9699,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.VideoController.deserializeBina
9699
9699
  msg.setAdapterCompatibility(value);
9700
9700
  break;
9701
9701
  case 2:
9702
- var value = new google_protobuf_wrappers_pb.UInt32Value;
9703
- reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
9702
+ var value = new google_protobuf_wrappers_pb.UInt64Value;
9703
+ reader.readMessage(value,google_protobuf_wrappers_pb.UInt64Value.deserializeBinaryFromReader);
9704
9704
  msg.setAdapterRam(value);
9705
9705
  break;
9706
9706
  case 3:
@@ -9860,7 +9860,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.VideoController.serializeBinary
9860
9860
  writer.writeMessage(
9861
9861
  2,
9862
9862
  f,
9863
- google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
9863
+ google_protobuf_wrappers_pb.UInt64Value.serializeBinaryToWriter
9864
9864
  );
9865
9865
  }
9866
9866
  f = message.getAvailability();
@@ -10088,17 +10088,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.VideoController.prototype.hasAd
10088
10088
 
10089
10089
 
10090
10090
  /**
10091
- * optional google.protobuf.UInt32Value adapter_ram = 2;
10092
- * @return {?proto.google.protobuf.UInt32Value}
10091
+ * optional google.protobuf.UInt64Value adapter_ram = 2;
10092
+ * @return {?proto.google.protobuf.UInt64Value}
10093
10093
  */
10094
10094
  proto.com.lansweeper.discovery.sensor.windows.v1.VideoController.prototype.getAdapterRam = function() {
10095
- return /** @type{?proto.google.protobuf.UInt32Value} */ (
10096
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 2));
10095
+ return /** @type{?proto.google.protobuf.UInt64Value} */ (
10096
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt64Value, 2));
10097
10097
  };
10098
10098
 
10099
10099
 
10100
10100
  /**
10101
- * @param {?proto.google.protobuf.UInt32Value|undefined} value
10101
+ * @param {?proto.google.protobuf.UInt64Value|undefined} value
10102
10102
  * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.VideoController} returns this
10103
10103
  */
10104
10104
  proto.com.lansweeper.discovery.sensor.windows.v1.VideoController.prototype.setAdapterRam = function(value) {