@lansweeper/discovery-sensor-proto 2.59.0 → 2.59.2
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.
|
@@ -621,8 +621,6 @@ export class Warranty extends jspb.Message {
|
|
|
621
621
|
clearShipDate(): void;
|
|
622
622
|
getShipDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
623
623
|
setShipDate(value?: google_protobuf_timestamp_pb.Timestamp): Warranty;
|
|
624
|
-
getIsSilly(): boolean;
|
|
625
|
-
setIsSilly(value: boolean): Warranty;
|
|
626
624
|
|
|
627
625
|
serializeBinary(): Uint8Array;
|
|
628
626
|
toObject(includeInstance?: boolean): Warranty.AsObject;
|
|
@@ -641,6 +639,5 @@ export namespace Warranty {
|
|
|
641
639
|
serviceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
642
640
|
purchaseCountry?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
643
641
|
shipDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
644
|
-
isSilly: boolean,
|
|
645
642
|
}
|
|
646
643
|
}
|
|
@@ -4997,8 +4997,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.Warranty.toObject = function(incl
|
|
|
4997
4997
|
warrantyEndDate: (f = msg.getWarrantyEndDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
4998
4998
|
serviceType: (f = msg.getServiceType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4999
4999
|
purchaseCountry: (f = msg.getPurchaseCountry()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5000
|
-
shipDate: (f = msg.getShipDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
5001
|
-
isSilly: jspb.Message.getBooleanFieldWithDefault(msg, 6, false)
|
|
5000
|
+
shipDate: (f = msg.getShipDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
5002
5001
|
};
|
|
5003
5002
|
|
|
5004
5003
|
if (includeInstance) {
|
|
@@ -5060,10 +5059,6 @@ proto.com.lansweeper.discovery.sensor.other.v1.Warranty.deserializeBinaryFromRea
|
|
|
5060
5059
|
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
5061
5060
|
msg.setShipDate(value);
|
|
5062
5061
|
break;
|
|
5063
|
-
case 6:
|
|
5064
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
5065
|
-
msg.setIsSilly(value);
|
|
5066
|
-
break;
|
|
5067
5062
|
default:
|
|
5068
5063
|
reader.skipField();
|
|
5069
5064
|
break;
|
|
@@ -5133,13 +5128,6 @@ proto.com.lansweeper.discovery.sensor.other.v1.Warranty.serializeBinaryToWriter
|
|
|
5133
5128
|
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
5134
5129
|
);
|
|
5135
5130
|
}
|
|
5136
|
-
f = message.getIsSilly();
|
|
5137
|
-
if (f) {
|
|
5138
|
-
writer.writeBool(
|
|
5139
|
-
6,
|
|
5140
|
-
f
|
|
5141
|
-
);
|
|
5142
|
-
}
|
|
5143
5131
|
};
|
|
5144
5132
|
|
|
5145
5133
|
|
|
@@ -5328,22 +5316,4 @@ proto.com.lansweeper.discovery.sensor.other.v1.Warranty.prototype.hasShipDate =
|
|
|
5328
5316
|
};
|
|
5329
5317
|
|
|
5330
5318
|
|
|
5331
|
-
/**
|
|
5332
|
-
* optional bool is_silly = 6;
|
|
5333
|
-
* @return {boolean}
|
|
5334
|
-
*/
|
|
5335
|
-
proto.com.lansweeper.discovery.sensor.other.v1.Warranty.prototype.getIsSilly = function() {
|
|
5336
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
|
|
5337
|
-
};
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
/**
|
|
5341
|
-
* @param {boolean} value
|
|
5342
|
-
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.Warranty} returns this
|
|
5343
|
-
*/
|
|
5344
|
-
proto.com.lansweeper.discovery.sensor.other.v1.Warranty.prototype.setIsSilly = function(value) {
|
|
5345
|
-
return jspb.Message.setProto3BooleanField(this, 6, value);
|
|
5346
|
-
};
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
5319
|
goog.object.extend(exports, proto.com.lansweeper.discovery.sensor.other.v1);
|