@sniipwebmaster/biller-service-client-grpcweb 24.7.7039 → 24.7.7050

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.
@@ -4432,7 +4432,9 @@ proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse.toObject = function(
4432
4432
  var f, obj = {
4433
4433
  responsecode: (f = msg.getResponsecode()) && proto.sniipbillerapi.ResponseCode.toObject(includeInstance, f),
4434
4434
  abndetails: (f = msg.getAbndetails()) && proto.sniipbillerapi.OrganisationDetails.toObject(includeInstance, f),
4435
- overridingdetails: (f = msg.getOverridingdetails()) && proto.sniipbillerapi.BpayOverridingDetails.toObject(includeInstance, f)
4435
+ overridingdetails: (f = msg.getOverridingdetails()) && proto.sniipbillerapi.BpayOverridingDetails.toObject(includeInstance, f),
4436
+ minamountpermitted: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
4437
+ maxamountpermitted: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0)
4436
4438
  };
4437
4439
 
4438
4440
  if (includeInstance) {
@@ -4484,6 +4486,14 @@ proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse.deserializeBinaryFro
4484
4486
  reader.readMessage(value,proto.sniipbillerapi.BpayOverridingDetails.deserializeBinaryFromReader);
4485
4487
  msg.setOverridingdetails(value);
4486
4488
  break;
4489
+ case 4:
4490
+ var value = /** @type {number} */ (reader.readDouble());
4491
+ msg.setMinamountpermitted(value);
4492
+ break;
4493
+ case 5:
4494
+ var value = /** @type {number} */ (reader.readDouble());
4495
+ msg.setMaxamountpermitted(value);
4496
+ break;
4487
4497
  default:
4488
4498
  reader.skipField();
4489
4499
  break;
@@ -4537,6 +4547,20 @@ proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse.serializeBinaryToWri
4537
4547
  proto.sniipbillerapi.BpayOverridingDetails.serializeBinaryToWriter
4538
4548
  );
4539
4549
  }
4550
+ f = message.getMinamountpermitted();
4551
+ if (f !== 0.0) {
4552
+ writer.writeDouble(
4553
+ 4,
4554
+ f
4555
+ );
4556
+ }
4557
+ f = message.getMaxamountpermitted();
4558
+ if (f !== 0.0) {
4559
+ writer.writeDouble(
4560
+ 5,
4561
+ f
4562
+ );
4563
+ }
4540
4564
  };
4541
4565
 
4542
4566
 
@@ -4651,6 +4675,42 @@ proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse.prototype.hasOverrid
4651
4675
  };
4652
4676
 
4653
4677
 
4678
+ /**
4679
+ * optional double minAmountPermitted = 4;
4680
+ * @return {number}
4681
+ */
4682
+ proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse.prototype.getMinamountpermitted = function() {
4683
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
4684
+ };
4685
+
4686
+
4687
+ /**
4688
+ * @param {number} value
4689
+ * @return {!proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse} returns this
4690
+ */
4691
+ proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse.prototype.setMinamountpermitted = function(value) {
4692
+ return jspb.Message.setProto3FloatField(this, 4, value);
4693
+ };
4694
+
4695
+
4696
+ /**
4697
+ * optional double maxAmountPermitted = 5;
4698
+ * @return {number}
4699
+ */
4700
+ proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse.prototype.getMaxamountpermitted = function() {
4701
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
4702
+ };
4703
+
4704
+
4705
+ /**
4706
+ * @param {number} value
4707
+ * @return {!proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse} returns this
4708
+ */
4709
+ proto.sniipbillerapi.AbnLookupWithBpayOverrideCheckResponse.prototype.setMaxamountpermitted = function(value) {
4710
+ return jspb.Message.setProto3FloatField(this, 5, value);
4711
+ };
4712
+
4713
+
4654
4714
 
4655
4715
 
4656
4716
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/biller-service-client-grpcweb",
3
- "version": "24.7.7039",
3
+ "version": "24.7.7050",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",