@sniipwebmaster/payment-methods-client-grpcweb 21.8.3185 → 21.8.3203

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.
@@ -1908,7 +1908,8 @@ proto.sniippaymentmethodsserviceapi.ApplePayDetail.toObject = function(includeIn
1908
1908
  paymentType: msg.getPaymentType(),
1909
1909
  cardvariant: msg.getCardvariant(),
1910
1910
  stripecustomerid: msg.getStripecustomerid(),
1911
- createddatetime: msg.getCreateddatetime()
1911
+ createddatetime: msg.getCreateddatetime(),
1912
+ fatzebratokenid: msg.getFatzebratokenid()
1912
1913
  };
1913
1914
 
1914
1915
  if (includeInstance) {
@@ -1982,6 +1983,10 @@ proto.sniippaymentmethodsserviceapi.ApplePayDetail.deserializeBinaryFromReader =
1982
1983
  var value = /** @type {string} */ (reader.readString());
1983
1984
  msg.setCreateddatetime(value);
1984
1985
  break;
1986
+ case 10:
1987
+ var value = /** @type {string} */ (reader.readString());
1988
+ msg.setFatzebratokenid(value);
1989
+ break;
1985
1990
  default:
1986
1991
  reader.skipField();
1987
1992
  break;
@@ -2084,6 +2089,13 @@ proto.sniippaymentmethodsserviceapi.ApplePayDetail.prototype.serializeBinaryToWr
2084
2089
  f
2085
2090
  );
2086
2091
  }
2092
+ f = this.getFatzebratokenid();
2093
+ if (f.length > 0) {
2094
+ writer.writeString(
2095
+ 10,
2096
+ f
2097
+ );
2098
+ }
2087
2099
  };
2088
2100
 
2089
2101
 
@@ -2246,6 +2258,21 @@ proto.sniippaymentmethodsserviceapi.ApplePayDetail.prototype.setCreateddatetime
2246
2258
  };
2247
2259
 
2248
2260
 
2261
+ /**
2262
+ * optional string fatZebraTokenId = 10;
2263
+ * @return {string}
2264
+ */
2265
+ proto.sniippaymentmethodsserviceapi.ApplePayDetail.prototype.getFatzebratokenid = function() {
2266
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 10, ""));
2267
+ };
2268
+
2269
+
2270
+ /** @param {string} value */
2271
+ proto.sniippaymentmethodsserviceapi.ApplePayDetail.prototype.setFatzebratokenid = function(value) {
2272
+ jspb.Message.setField(this, 10, value);
2273
+ };
2274
+
2275
+
2249
2276
 
2250
2277
  /**
2251
2278
  * Generated by JsPbCodeGenerator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb",
3
- "version": "21.8.3185",
3
+ "version": "21.8.3203",
4
4
  "description": "payment-methods-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",