@sniipwebmaster/payment-methods-client-grpcweb-ts 24.15.5987 → 24.16.6005

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.
@@ -1562,6 +1562,9 @@ export class MaskedCreditCard extends jspb.Message {
1562
1562
  getIscryptocomcard(): boolean;
1563
1563
  setIscryptocomcard(value: boolean): MaskedCreditCard;
1564
1564
 
1565
+ getVerificationmessage(): string;
1566
+ setVerificationmessage(value: string): MaskedCreditCard;
1567
+
1565
1568
  serializeBinary(): Uint8Array;
1566
1569
  toObject(includeInstance?: boolean): MaskedCreditCard.AsObject;
1567
1570
  static toObject(includeInstance: boolean, msg: MaskedCreditCard): MaskedCreditCard.AsObject;
@@ -1595,6 +1598,7 @@ export namespace MaskedCreditCard {
1595
1598
  iscorporate: boolean,
1596
1599
  issmallbusiness: boolean,
1597
1600
  iscryptocomcard: boolean,
1601
+ verificationmessage: string,
1598
1602
  }
1599
1603
  }
1600
1604
 
@@ -13316,7 +13316,8 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.toObject = function(include
13316
13316
  requires3ds: jspb.Message.getBooleanFieldWithDefault(msg, 20, false),
13317
13317
  iscorporate: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),
13318
13318
  issmallbusiness: jspb.Message.getBooleanFieldWithDefault(msg, 22, false),
13319
- iscryptocomcard: jspb.Message.getBooleanFieldWithDefault(msg, 23, false)
13319
+ iscryptocomcard: jspb.Message.getBooleanFieldWithDefault(msg, 23, false),
13320
+ verificationmessage: jspb.Message.getFieldWithDefault(msg, 24, "")
13320
13321
  };
13321
13322
 
13322
13323
  if (includeInstance) {
@@ -13446,6 +13447,10 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.deserializeBinaryFromReader
13446
13447
  var value = /** @type {boolean} */ (reader.readBool());
13447
13448
  msg.setIscryptocomcard(value);
13448
13449
  break;
13450
+ case 24:
13451
+ var value = /** @type {string} */ (reader.readString());
13452
+ msg.setVerificationmessage(value);
13453
+ break;
13449
13454
  default:
13450
13455
  reader.skipField();
13451
13456
  break;
@@ -13637,6 +13642,13 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.serializeBinaryToWriter = f
13637
13642
  f
13638
13643
  );
13639
13644
  }
13645
+ f = message.getVerificationmessage();
13646
+ if (f.length > 0) {
13647
+ writer.writeString(
13648
+ 24,
13649
+ f
13650
+ );
13651
+ }
13640
13652
  };
13641
13653
 
13642
13654
 
@@ -14073,6 +14085,24 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.setIscryptocomcar
14073
14085
  };
14074
14086
 
14075
14087
 
14088
+ /**
14089
+ * optional string verificationMessage = 24;
14090
+ * @return {string}
14091
+ */
14092
+ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.getVerificationmessage = function() {
14093
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
14094
+ };
14095
+
14096
+
14097
+ /**
14098
+ * @param {string} value
14099
+ * @return {!proto.sniippaymentmethodsserviceapi.MaskedCreditCard} returns this
14100
+ */
14101
+ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.setVerificationmessage = function(value) {
14102
+ return jspb.Message.setProto3StringField(this, 24, value);
14103
+ };
14104
+
14105
+
14076
14106
 
14077
14107
 
14078
14108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb-ts",
3
- "version": "24.15.5987",
3
+ "version": "24.16.6005",
4
4
  "description": "payment-methods-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",