@sniipwebmaster/biller-service-client-grpcweb 25.6.8763 → 25.6.8779

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.
@@ -12393,7 +12393,9 @@ proto.sniipbillerapi.BillerConfig.toObject = function(includeInstance, msg) {
12393
12393
  createdbybillconfigid: jspb.Message.getFieldWithDefault(msg, 29, 0),
12394
12394
  bankaccountnameoverride: jspb.Message.getFieldWithDefault(msg, 30, ""),
12395
12395
  bankaccountstatus: jspb.Message.getFieldWithDefault(msg, 31, ""),
12396
- qrcodeidentifier: jspb.Message.getFieldWithDefault(msg, 32, "")
12396
+ qrcodeidentifier: jspb.Message.getFieldWithDefault(msg, 32, ""),
12397
+ validationtext: jspb.Message.getFieldWithDefault(msg, 33, ""),
12398
+ validationtextdetails: jspb.Message.getFieldWithDefault(msg, 34, "")
12397
12399
  };
12398
12400
 
12399
12401
  if (includeInstance) {
@@ -12554,6 +12556,14 @@ proto.sniipbillerapi.BillerConfig.deserializeBinaryFromReader = function(msg, re
12554
12556
  var value = /** @type {string} */ (reader.readString());
12555
12557
  msg.setQrcodeidentifier(value);
12556
12558
  break;
12559
+ case 33:
12560
+ var value = /** @type {string} */ (reader.readString());
12561
+ msg.setValidationtext(value);
12562
+ break;
12563
+ case 34:
12564
+ var value = /** @type {string} */ (reader.readString());
12565
+ msg.setValidationtextdetails(value);
12566
+ break;
12557
12567
  default:
12558
12568
  reader.skipField();
12559
12569
  break;
@@ -12797,6 +12807,20 @@ proto.sniipbillerapi.BillerConfig.serializeBinaryToWriter = function(message, wr
12797
12807
  f
12798
12808
  );
12799
12809
  }
12810
+ f = message.getValidationtext();
12811
+ if (f.length > 0) {
12812
+ writer.writeString(
12813
+ 33,
12814
+ f
12815
+ );
12816
+ }
12817
+ f = message.getValidationtextdetails();
12818
+ if (f.length > 0) {
12819
+ writer.writeString(
12820
+ 34,
12821
+ f
12822
+ );
12823
+ }
12800
12824
  };
12801
12825
 
12802
12826
 
@@ -13417,6 +13441,42 @@ proto.sniipbillerapi.BillerConfig.prototype.setQrcodeidentifier = function(value
13417
13441
  };
13418
13442
 
13419
13443
 
13444
+ /**
13445
+ * optional string validationText = 33;
13446
+ * @return {string}
13447
+ */
13448
+ proto.sniipbillerapi.BillerConfig.prototype.getValidationtext = function() {
13449
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 33, ""));
13450
+ };
13451
+
13452
+
13453
+ /**
13454
+ * @param {string} value
13455
+ * @return {!proto.sniipbillerapi.BillerConfig} returns this
13456
+ */
13457
+ proto.sniipbillerapi.BillerConfig.prototype.setValidationtext = function(value) {
13458
+ return jspb.Message.setProto3StringField(this, 33, value);
13459
+ };
13460
+
13461
+
13462
+ /**
13463
+ * optional string validationTextDetails = 34;
13464
+ * @return {string}
13465
+ */
13466
+ proto.sniipbillerapi.BillerConfig.prototype.getValidationtextdetails = function() {
13467
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 34, ""));
13468
+ };
13469
+
13470
+
13471
+ /**
13472
+ * @param {string} value
13473
+ * @return {!proto.sniipbillerapi.BillerConfig} returns this
13474
+ */
13475
+ proto.sniipbillerapi.BillerConfig.prototype.setValidationtextdetails = function(value) {
13476
+ return jspb.Message.setProto3StringField(this, 34, value);
13477
+ };
13478
+
13479
+
13420
13480
 
13421
13481
 
13422
13482
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/biller-service-client-grpcweb",
3
- "version": "25.6.8763",
3
+ "version": "25.6.8779",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",