@sniipwebmaster/payment-methods-client-grpcweb 0.2.668 → 0.2.684

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.
@@ -4783,7 +4783,8 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.toObject = function(include
4783
4783
  monthexpiry: jspb.Message.getFieldWithDefault(msg, 5, 0),
4784
4784
  yearexpiry: jspb.Message.getFieldWithDefault(msg, 6, 0),
4785
4785
  nickname: jspb.Message.getFieldWithDefault(msg, 7, ""),
4786
- createddatetime: jspb.Message.getFieldWithDefault(msg, 8, "")
4786
+ createddatetime: jspb.Message.getFieldWithDefault(msg, 8, ""),
4787
+ tokenisedcreditcardid: jspb.Message.getFieldWithDefault(msg, 9, 0)
4787
4788
  };
4788
4789
 
4789
4790
  if (includeInstance) {
@@ -4852,6 +4853,10 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.deserializeBinaryFromReader
4852
4853
  var value = /** @type {string} */ (reader.readString());
4853
4854
  msg.setCreateddatetime(value);
4854
4855
  break;
4856
+ case 9:
4857
+ var value = /** @type {number} */ (reader.readInt64());
4858
+ msg.setTokenisedcreditcardid(value);
4859
+ break;
4855
4860
  default:
4856
4861
  reader.skipField();
4857
4862
  break;
@@ -4937,6 +4942,13 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.serializeBinaryToWriter = f
4937
4942
  f
4938
4943
  );
4939
4944
  }
4945
+ f = message.getTokenisedcreditcardid();
4946
+ if (f !== 0) {
4947
+ writer.writeInt64(
4948
+ 9,
4949
+ f
4950
+ );
4951
+ }
4940
4952
  };
4941
4953
 
4942
4954
 
@@ -5060,6 +5072,21 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.setCreateddatetim
5060
5072
  };
5061
5073
 
5062
5074
 
5075
+ /**
5076
+ * optional int64 tokenisedCreditCardId = 9;
5077
+ * @return {number}
5078
+ */
5079
+ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.getTokenisedcreditcardid = function() {
5080
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
5081
+ };
5082
+
5083
+
5084
+ /** @param {number} value */
5085
+ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.setTokenisedcreditcardid = function(value) {
5086
+ jspb.Message.setProto3IntField(this, 9, value);
5087
+ };
5088
+
5089
+
5063
5090
 
5064
5091
  /**
5065
5092
  * 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.668",
3
+ "version": "0.2.684",
4
4
  "description": "payment-methods-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",