@sniipwebmaster/config-service-client-grpcweb-ts 26.2.2133 → 26.2.2153

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.
@@ -250,6 +250,9 @@ export class ConfigExtra extends jspb.Message {
250
250
  getFilteredspotoffersenabled(): boolean;
251
251
  setFilteredspotoffersenabled(value: boolean): ConfigExtra;
252
252
 
253
+ getPaymentmethodtypevaluetagMap(): jspb.Map<string, string>;
254
+ clearPaymentmethodtypevaluetagMap(): ConfigExtra;
255
+
253
256
  serializeBinary(): Uint8Array;
254
257
  toObject(includeInstance?: boolean): ConfigExtra.AsObject;
255
258
  static toObject(includeInstance: boolean, msg: ConfigExtra): ConfigExtra.AsObject;
@@ -305,6 +308,7 @@ export namespace ConfigExtra {
305
308
  paytobankaccountsenabled: boolean,
306
309
  pointsboostenabled: boolean,
307
310
  filteredspotoffersenabled: boolean,
311
+ paymentmethodtypevaluetagMap: Array<[string, string]>,
308
312
  }
309
313
  }
310
314
 
@@ -1857,7 +1857,8 @@ proto.sniipappappconfigapi.ConfigExtra.toObject = function(includeInstance, msg)
1857
1857
  allowalipay: jspb.Message.getBooleanFieldWithDefault(msg, 42, false),
1858
1858
  paytobankaccountsenabled: jspb.Message.getBooleanFieldWithDefault(msg, 43, false),
1859
1859
  pointsboostenabled: jspb.Message.getBooleanFieldWithDefault(msg, 44, false),
1860
- filteredspotoffersenabled: jspb.Message.getBooleanFieldWithDefault(msg, 45, false)
1860
+ filteredspotoffersenabled: jspb.Message.getBooleanFieldWithDefault(msg, 45, false),
1861
+ paymentmethodtypevaluetagMap: (f = msg.getPaymentmethodtypevaluetagMap()) ? f.toObject(includeInstance, undefined) : []
1861
1862
  };
1862
1863
 
1863
1864
  if (includeInstance) {
@@ -2076,6 +2077,12 @@ proto.sniipappappconfigapi.ConfigExtra.deserializeBinaryFromReader = function(ms
2076
2077
  var value = /** @type {boolean} */ (reader.readBool());
2077
2078
  msg.setFilteredspotoffersenabled(value);
2078
2079
  break;
2080
+ case 46:
2081
+ var value = msg.getPaymentmethodtypevaluetagMap();
2082
+ reader.readMessage(value, function(message, reader) {
2083
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", "");
2084
+ });
2085
+ break;
2079
2086
  default:
2080
2087
  reader.skipField();
2081
2088
  break;
@@ -2422,6 +2429,10 @@ proto.sniipappappconfigapi.ConfigExtra.serializeBinaryToWriter = function(messag
2422
2429
  f
2423
2430
  );
2424
2431
  }
2432
+ f = message.getPaymentmethodtypevaluetagMap(true);
2433
+ if (f && f.getLength() > 0) {
2434
+ f.serializeBinary(46, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString);
2435
+ }
2425
2436
  };
2426
2437
 
2427
2438
 
@@ -3311,6 +3322,28 @@ proto.sniipappappconfigapi.ConfigExtra.prototype.setFilteredspotoffersenabled =
3311
3322
  };
3312
3323
 
3313
3324
 
3325
+ /**
3326
+ * map<string, string> paymentMethodTypeValueTag = 46;
3327
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
3328
+ * empty, instead returning `undefined`
3329
+ * @return {!jspb.Map<string,string>}
3330
+ */
3331
+ proto.sniipappappconfigapi.ConfigExtra.prototype.getPaymentmethodtypevaluetagMap = function(opt_noLazyCreate) {
3332
+ return /** @type {!jspb.Map<string,string>} */ (
3333
+ jspb.Message.getMapField(this, 46, opt_noLazyCreate,
3334
+ null));
3335
+ };
3336
+
3337
+
3338
+ /**
3339
+ * Clears values from the map. The map will be non-null.
3340
+ * @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
3341
+ */
3342
+ proto.sniipappappconfigapi.ConfigExtra.prototype.clearPaymentmethodtypevaluetagMap = function() {
3343
+ this.getPaymentmethodtypevaluetagMap().clear();
3344
+ return this;};
3345
+
3346
+
3314
3347
 
3315
3348
 
3316
3349
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/config-service-client-grpcweb-ts",
3
- "version": "26.2.2133",
3
+ "version": "26.2.2153",
4
4
  "description": "config-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",