@sniipwebmaster/payment-methods-client-grpcweb 21.22.3791 → 21.22.3800

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.
@@ -2377,7 +2377,8 @@ proto.sniippaymentmethodsserviceapi.BankAccount.toObject = function(includeInsta
2377
2377
  createddatetime: msg.getCreateddatetime(),
2378
2378
  isverified: msg.getIsverified(),
2379
2379
  bankname: msg.getBankname(),
2380
- colourscheme: (f = msg.getColourscheme()) && proto.sniippaymentmethodsserviceapi.ColourScheme.toObject(includeInstance, f)
2380
+ colourscheme: (f = msg.getColourscheme()) && proto.sniippaymentmethodsserviceapi.ColourScheme.toObject(includeInstance, f),
2381
+ isverifyexpired: msg.getIsverifyexpired()
2381
2382
  };
2382
2383
 
2383
2384
  if (includeInstance) {
@@ -2447,6 +2448,10 @@ proto.sniippaymentmethodsserviceapi.BankAccount.deserializeBinaryFromReader = fu
2447
2448
  reader.readMessage(value,proto.sniippaymentmethodsserviceapi.ColourScheme.deserializeBinaryFromReader);
2448
2449
  msg.setColourscheme(value);
2449
2450
  break;
2451
+ case 10:
2452
+ var value = /** @type {boolean} */ (reader.readBool());
2453
+ msg.setIsverifyexpired(value);
2454
+ break;
2450
2455
  default:
2451
2456
  reader.skipField();
2452
2457
  break;
@@ -2542,6 +2547,13 @@ proto.sniippaymentmethodsserviceapi.BankAccount.prototype.serializeBinaryToWrite
2542
2547
  proto.sniippaymentmethodsserviceapi.ColourScheme.serializeBinaryToWriter
2543
2548
  );
2544
2549
  }
2550
+ f = this.getIsverifyexpired();
2551
+ if (f) {
2552
+ writer.writeBool(
2553
+ 10,
2554
+ f
2555
+ );
2556
+ }
2545
2557
  };
2546
2558
 
2547
2559
 
@@ -2691,6 +2703,23 @@ proto.sniippaymentmethodsserviceapi.BankAccount.prototype.hasColourscheme = func
2691
2703
  };
2692
2704
 
2693
2705
 
2706
+ /**
2707
+ * optional bool isVerifyExpired = 10;
2708
+ * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
2709
+ * You should avoid comparisons like {@code val === true/false} in those cases.
2710
+ * @return {boolean}
2711
+ */
2712
+ proto.sniippaymentmethodsserviceapi.BankAccount.prototype.getIsverifyexpired = function() {
2713
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 10, false));
2714
+ };
2715
+
2716
+
2717
+ /** @param {boolean} value */
2718
+ proto.sniippaymentmethodsserviceapi.BankAccount.prototype.setIsverifyexpired = function(value) {
2719
+ jspb.Message.setField(this, 10, value);
2720
+ };
2721
+
2722
+
2694
2723
 
2695
2724
  /**
2696
2725
  * Generated by JsPbCodeGenerator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb",
3
- "version": "21.22.3791",
3
+ "version": "21.22.3800",
4
4
  "description": "payment-methods-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",