@sniipwebmaster/biller-service-client-grpcweb 25.1.8143 → 25.1.8161

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.
@@ -12012,7 +12012,8 @@ proto.sniipbillerapi.BillerConfig.toObject = function(includeInstance, msg) {
12012
12012
  billernameoverride: jspb.Message.getFieldWithDefault(msg, 26, ""),
12013
12013
  isautosuspend: jspb.Message.getBooleanFieldWithDefault(msg, 27, false),
12014
12014
  businesspayment: jspb.Message.getBooleanFieldWithDefault(msg, 28, false),
12015
- createdbybillconfigid: jspb.Message.getFieldWithDefault(msg, 29, 0)
12015
+ createdbybillconfigid: jspb.Message.getFieldWithDefault(msg, 29, 0),
12016
+ bankaccountnameoverride: jspb.Message.getFieldWithDefault(msg, 30, "")
12016
12017
  };
12017
12018
 
12018
12019
  if (includeInstance) {
@@ -12161,6 +12162,10 @@ proto.sniipbillerapi.BillerConfig.deserializeBinaryFromReader = function(msg, re
12161
12162
  var value = /** @type {number} */ (reader.readInt64());
12162
12163
  msg.setCreatedbybillconfigid(value);
12163
12164
  break;
12165
+ case 30:
12166
+ var value = /** @type {string} */ (reader.readString());
12167
+ msg.setBankaccountnameoverride(value);
12168
+ break;
12164
12169
  default:
12165
12170
  reader.skipField();
12166
12171
  break;
@@ -12383,6 +12388,13 @@ proto.sniipbillerapi.BillerConfig.serializeBinaryToWriter = function(message, wr
12383
12388
  f
12384
12389
  );
12385
12390
  }
12391
+ f = message.getBankaccountnameoverride();
12392
+ if (f.length > 0) {
12393
+ writer.writeString(
12394
+ 30,
12395
+ f
12396
+ );
12397
+ }
12386
12398
  };
12387
12399
 
12388
12400
 
@@ -12949,6 +12961,24 @@ proto.sniipbillerapi.BillerConfig.prototype.setCreatedbybillconfigid = function(
12949
12961
  };
12950
12962
 
12951
12963
 
12964
+ /**
12965
+ * optional string bankAccountNameOverride = 30;
12966
+ * @return {string}
12967
+ */
12968
+ proto.sniipbillerapi.BillerConfig.prototype.getBankaccountnameoverride = function() {
12969
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 30, ""));
12970
+ };
12971
+
12972
+
12973
+ /**
12974
+ * @param {string} value
12975
+ * @return {!proto.sniipbillerapi.BillerConfig} returns this
12976
+ */
12977
+ proto.sniipbillerapi.BillerConfig.prototype.setBankaccountnameoverride = function(value) {
12978
+ return jspb.Message.setProto3StringField(this, 30, value);
12979
+ };
12980
+
12981
+
12952
12982
 
12953
12983
 
12954
12984
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/biller-service-client-grpcweb",
3
- "version": "25.1.8143",
3
+ "version": "25.1.8161",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",