@sniipwebmaster/payment-methods-client-grpcweb 0.2.2235 → 0.2.2268

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.
@@ -5735,7 +5735,8 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.toObject = function(include
5735
5735
  colourscheme: (f = msg.getColourscheme()) && proto.sniippaymentmethodsserviceapi.ColourScheme.toObject(includeInstance, f),
5736
5736
  isdeleted: msg.getIsdeleted(),
5737
5737
  iscreditcard: msg.getIscreditcard(),
5738
- isdebitcard: msg.getIsdebitcard()
5738
+ isdebitcard: msg.getIsdebitcard(),
5739
+ isverified: msg.getIsverified()
5739
5740
  };
5740
5741
 
5741
5742
  if (includeInstance) {
@@ -5833,6 +5834,10 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.deserializeBinaryFromReader
5833
5834
  var value = /** @type {boolean} */ (reader.readBool());
5834
5835
  msg.setIsdebitcard(value);
5835
5836
  break;
5837
+ case 16:
5838
+ var value = /** @type {boolean} */ (reader.readBool());
5839
+ msg.setIsverified(value);
5840
+ break;
5836
5841
  default:
5837
5842
  reader.skipField();
5838
5843
  break;
@@ -5977,6 +5982,13 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.serializeBinaryTo
5977
5982
  f
5978
5983
  );
5979
5984
  }
5985
+ f = this.getIsverified();
5986
+ if (f) {
5987
+ writer.writeBool(
5988
+ 16,
5989
+ f
5990
+ );
5991
+ }
5980
5992
  };
5981
5993
 
5982
5994
 
@@ -6235,6 +6247,23 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.setIsdebitcard =
6235
6247
  };
6236
6248
 
6237
6249
 
6250
+ /**
6251
+ * optional bool isVerified = 16;
6252
+ * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
6253
+ * You should avoid comparisons like {@code val === true/false} in those cases.
6254
+ * @return {boolean}
6255
+ */
6256
+ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.getIsverified = function() {
6257
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 16, false));
6258
+ };
6259
+
6260
+
6261
+ /** @param {boolean} value */
6262
+ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.setIsverified = function(value) {
6263
+ jspb.Message.setField(this, 16, value);
6264
+ };
6265
+
6266
+
6238
6267
 
6239
6268
  /**
6240
6269
  * Generated by JsPbCodeGenerator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb",
3
- "version": "0.2.2235",
3
+ "version": "0.2.2268",
4
4
  "description": "payment-methods-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",