@sniipwebmaster/biller-service-client-grpcweb 0.2.3398 → 0.2.3411

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.
@@ -6096,7 +6096,8 @@ proto.sniipbillerapi.BillerConfig.toObject = function(includeInstance, msg) {
6096
6096
  overpaymentpermitted: msg.getOverpaymentpermitted(),
6097
6097
  paymentprocessor: msg.getPaymentprocessor(),
6098
6098
  paymentmethodgroupid: msg.getPaymentmethodgroupid(),
6099
- billerconfigid: msg.getBillerconfigid()
6099
+ billerconfigid: msg.getBillerconfigid(),
6100
+ isblocked: msg.getIsblocked()
6100
6101
  };
6101
6102
 
6102
6103
  if (includeInstance) {
@@ -6214,6 +6215,10 @@ proto.sniipbillerapi.BillerConfig.deserializeBinaryFromReader = function(msg, re
6214
6215
  var value = /** @type {number} */ (reader.readInt64());
6215
6216
  msg.setBillerconfigid(value);
6216
6217
  break;
6218
+ case 22:
6219
+ var value = /** @type {boolean} */ (reader.readBool());
6220
+ msg.setIsblocked(value);
6221
+ break;
6217
6222
  default:
6218
6223
  reader.skipField();
6219
6224
  break;
@@ -6389,6 +6394,13 @@ proto.sniipbillerapi.BillerConfig.prototype.serializeBinaryToWriter = function (
6389
6394
  f
6390
6395
  );
6391
6396
  }
6397
+ f = this.getIsblocked();
6398
+ if (f) {
6399
+ writer.writeBool(
6400
+ 22,
6401
+ f
6402
+ );
6403
+ }
6392
6404
  };
6393
6405
 
6394
6406
 
@@ -6753,6 +6765,23 @@ proto.sniipbillerapi.BillerConfig.prototype.setBillerconfigid = function(value)
6753
6765
  };
6754
6766
 
6755
6767
 
6768
+ /**
6769
+ * optional bool isBlocked = 22;
6770
+ * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
6771
+ * You should avoid comparisons like {@code val === true/false} in those cases.
6772
+ * @return {boolean}
6773
+ */
6774
+ proto.sniipbillerapi.BillerConfig.prototype.getIsblocked = function() {
6775
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 22, false));
6776
+ };
6777
+
6778
+
6779
+ /** @param {boolean} value */
6780
+ proto.sniipbillerapi.BillerConfig.prototype.setIsblocked = function(value) {
6781
+ jspb.Message.setField(this, 22, value);
6782
+ };
6783
+
6784
+
6756
6785
 
6757
6786
  /**
6758
6787
  * Generated by JsPbCodeGenerator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/biller-service-client-grpcweb",
3
- "version": "0.2.3398",
3
+ "version": "0.2.3411",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",