@sniipwebmaster/payment-methods-client-grpcweb 0.2.640 → 0.2.648

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.
@@ -2040,7 +2040,8 @@ proto.sniippaymentmethodsserviceapi.CreditCard.toObject = function(includeInstan
2040
2040
  cardtype: jspb.Message.getFieldWithDefault(msg, 4, ""),
2041
2041
  monthexpiry: jspb.Message.getFieldWithDefault(msg, 5, 0),
2042
2042
  yearexpiry: jspb.Message.getFieldWithDefault(msg, 6, 0),
2043
- nickname: jspb.Message.getFieldWithDefault(msg, 7, "")
2043
+ nickname: jspb.Message.getFieldWithDefault(msg, 7, ""),
2044
+ tokenisedcreditcardid: jspb.Message.getFieldWithDefault(msg, 8, 0)
2044
2045
  };
2045
2046
 
2046
2047
  if (includeInstance) {
@@ -2105,6 +2106,10 @@ proto.sniippaymentmethodsserviceapi.CreditCard.deserializeBinaryFromReader = fun
2105
2106
  var value = /** @type {string} */ (reader.readString());
2106
2107
  msg.setNickname(value);
2107
2108
  break;
2109
+ case 8:
2110
+ var value = /** @type {number} */ (reader.readInt64());
2111
+ msg.setTokenisedcreditcardid(value);
2112
+ break;
2108
2113
  default:
2109
2114
  reader.skipField();
2110
2115
  break;
@@ -2183,6 +2188,13 @@ proto.sniippaymentmethodsserviceapi.CreditCard.serializeBinaryToWriter = functio
2183
2188
  f
2184
2189
  );
2185
2190
  }
2191
+ f = message.getTokenisedcreditcardid();
2192
+ if (f !== 0) {
2193
+ writer.writeInt64(
2194
+ 8,
2195
+ f
2196
+ );
2197
+ }
2186
2198
  };
2187
2199
 
2188
2200
 
@@ -2291,6 +2303,21 @@ proto.sniippaymentmethodsserviceapi.CreditCard.prototype.setNickname = function(
2291
2303
  };
2292
2304
 
2293
2305
 
2306
+ /**
2307
+ * optional int64 tokenisedCreditCardId = 8;
2308
+ * @return {number}
2309
+ */
2310
+ proto.sniippaymentmethodsserviceapi.CreditCard.prototype.getTokenisedcreditcardid = function() {
2311
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0));
2312
+ };
2313
+
2314
+
2315
+ /** @param {number} value */
2316
+ proto.sniippaymentmethodsserviceapi.CreditCard.prototype.setTokenisedcreditcardid = function(value) {
2317
+ jspb.Message.setProto3IntField(this, 8, value);
2318
+ };
2319
+
2320
+
2294
2321
 
2295
2322
  /**
2296
2323
  * 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.640",
3
+ "version": "0.2.648",
4
4
  "description": "payment-methods-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",