@sniipwebmaster/config-service-client-grpcweb-ts 26.4.2307 → 26.4.2327

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.
@@ -265,6 +265,9 @@ export class ConfigExtra extends jspb.Message {
265
265
  getAbaallowedcharacters(): string;
266
266
  setAbaallowedcharacters(value: string): ConfigExtra;
267
267
 
268
+ getAbacharacternormalisationsMap(): jspb.Map<string, string>;
269
+ clearAbacharacternormalisationsMap(): ConfigExtra;
270
+
268
271
  serializeBinary(): Uint8Array;
269
272
  toObject(includeInstance?: boolean): ConfigExtra.AsObject;
270
273
  static toObject(includeInstance: boolean, msg: ConfigExtra): ConfigExtra.AsObject;
@@ -325,6 +328,7 @@ export namespace ConfigExtra {
325
328
  click2paybetauser: boolean,
326
329
  paymentmethodtypepaymentflowvaluetagMap: Array<[string, string]>,
327
330
  abaallowedcharacters: string,
331
+ abacharacternormalisationsMap: Array<[string, string]>,
328
332
  }
329
333
  }
330
334
 
@@ -480,6 +484,9 @@ export class BusinessRules extends jspb.Message {
480
484
  getAbaallowedcharacters(): string;
481
485
  setAbaallowedcharacters(value: string): BusinessRules;
482
486
 
487
+ getAbacharacternormalisationsMap(): jspb.Map<string, string>;
488
+ clearAbacharacternormalisationsMap(): BusinessRules;
489
+
483
490
  serializeBinary(): Uint8Array;
484
491
  toObject(includeInstance?: boolean): BusinessRules.AsObject;
485
492
  static toObject(includeInstance: boolean, msg: BusinessRules): BusinessRules.AsObject;
@@ -491,6 +498,7 @@ export class BusinessRules extends jspb.Message {
491
498
  export namespace BusinessRules {
492
499
  export type AsObject = {
493
500
  abaallowedcharacters: string,
501
+ abacharacternormalisationsMap: Array<[string, string]>,
494
502
  }
495
503
  }
496
504
 
@@ -1950,7 +1950,8 @@ proto.sniipappappconfigapi.ConfigExtra.toObject = function(includeInstance, msg)
1950
1950
  click2payenabled: jspb.Message.getBooleanFieldWithDefault(msg, 47, false),
1951
1951
  click2paybetauser: jspb.Message.getBooleanFieldWithDefault(msg, 48, false),
1952
1952
  paymentmethodtypepaymentflowvaluetagMap: (f = msg.getPaymentmethodtypepaymentflowvaluetagMap()) ? f.toObject(includeInstance, undefined) : [],
1953
- abaallowedcharacters: jspb.Message.getFieldWithDefault(msg, 50, "")
1953
+ abaallowedcharacters: jspb.Message.getFieldWithDefault(msg, 50, ""),
1954
+ abacharacternormalisationsMap: (f = msg.getAbacharacternormalisationsMap()) ? f.toObject(includeInstance, undefined) : []
1954
1955
  };
1955
1956
 
1956
1957
  if (includeInstance) {
@@ -2193,6 +2194,12 @@ proto.sniipappappconfigapi.ConfigExtra.deserializeBinaryFromReader = function(ms
2193
2194
  var value = /** @type {string} */ (reader.readString());
2194
2195
  msg.setAbaallowedcharacters(value);
2195
2196
  break;
2197
+ case 51:
2198
+ var value = msg.getAbacharacternormalisationsMap();
2199
+ reader.readMessage(value, function(message, reader) {
2200
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", "");
2201
+ });
2202
+ break;
2196
2203
  default:
2197
2204
  reader.skipField();
2198
2205
  break;
@@ -2568,6 +2575,10 @@ proto.sniipappappconfigapi.ConfigExtra.serializeBinaryToWriter = function(messag
2568
2575
  f
2569
2576
  );
2570
2577
  }
2578
+ f = message.getAbacharacternormalisationsMap(true);
2579
+ if (f && f.getLength() > 0) {
2580
+ f.serializeBinary(51, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString);
2581
+ }
2571
2582
  };
2572
2583
 
2573
2584
 
@@ -3555,6 +3566,28 @@ proto.sniipappappconfigapi.ConfigExtra.prototype.setAbaallowedcharacters = funct
3555
3566
  };
3556
3567
 
3557
3568
 
3569
+ /**
3570
+ * map<string, string> abaCharacterNormalisations = 51;
3571
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
3572
+ * empty, instead returning `undefined`
3573
+ * @return {!jspb.Map<string,string>}
3574
+ */
3575
+ proto.sniipappappconfigapi.ConfigExtra.prototype.getAbacharacternormalisationsMap = function(opt_noLazyCreate) {
3576
+ return /** @type {!jspb.Map<string,string>} */ (
3577
+ jspb.Message.getMapField(this, 51, opt_noLazyCreate,
3578
+ null));
3579
+ };
3580
+
3581
+
3582
+ /**
3583
+ * Clears values from the map. The map will be non-null.
3584
+ * @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
3585
+ */
3586
+ proto.sniipappappconfigapi.ConfigExtra.prototype.clearAbacharacternormalisationsMap = function() {
3587
+ this.getAbacharacternormalisationsMap().clear();
3588
+ return this;};
3589
+
3590
+
3558
3591
 
3559
3592
 
3560
3593
 
@@ -4728,7 +4761,8 @@ proto.sniipappappconfigapi.BusinessRules.prototype.toObject = function(opt_inclu
4728
4761
  */
4729
4762
  proto.sniipappappconfigapi.BusinessRules.toObject = function(includeInstance, msg) {
4730
4763
  var f, obj = {
4731
- abaallowedcharacters: jspb.Message.getFieldWithDefault(msg, 1, "")
4764
+ abaallowedcharacters: jspb.Message.getFieldWithDefault(msg, 1, ""),
4765
+ abacharacternormalisationsMap: (f = msg.getAbacharacternormalisationsMap()) ? f.toObject(includeInstance, undefined) : []
4732
4766
  };
4733
4767
 
4734
4768
  if (includeInstance) {
@@ -4769,6 +4803,12 @@ proto.sniipappappconfigapi.BusinessRules.deserializeBinaryFromReader = function(
4769
4803
  var value = /** @type {string} */ (reader.readString());
4770
4804
  msg.setAbaallowedcharacters(value);
4771
4805
  break;
4806
+ case 2:
4807
+ var value = msg.getAbacharacternormalisationsMap();
4808
+ reader.readMessage(value, function(message, reader) {
4809
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", "");
4810
+ });
4811
+ break;
4772
4812
  default:
4773
4813
  reader.skipField();
4774
4814
  break;
@@ -4805,6 +4845,10 @@ proto.sniipappappconfigapi.BusinessRules.serializeBinaryToWriter = function(mess
4805
4845
  f
4806
4846
  );
4807
4847
  }
4848
+ f = message.getAbacharacternormalisationsMap(true);
4849
+ if (f && f.getLength() > 0) {
4850
+ f.serializeBinary(2, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString);
4851
+ }
4808
4852
  };
4809
4853
 
4810
4854
 
@@ -4826,6 +4870,28 @@ proto.sniipappappconfigapi.BusinessRules.prototype.setAbaallowedcharacters = fun
4826
4870
  };
4827
4871
 
4828
4872
 
4873
+ /**
4874
+ * map<string, string> abaCharacterNormalisations = 2;
4875
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
4876
+ * empty, instead returning `undefined`
4877
+ * @return {!jspb.Map<string,string>}
4878
+ */
4879
+ proto.sniipappappconfigapi.BusinessRules.prototype.getAbacharacternormalisationsMap = function(opt_noLazyCreate) {
4880
+ return /** @type {!jspb.Map<string,string>} */ (
4881
+ jspb.Message.getMapField(this, 2, opt_noLazyCreate,
4882
+ null));
4883
+ };
4884
+
4885
+
4886
+ /**
4887
+ * Clears values from the map. The map will be non-null.
4888
+ * @return {!proto.sniipappappconfigapi.BusinessRules} returns this
4889
+ */
4890
+ proto.sniipappappconfigapi.BusinessRules.prototype.clearAbacharacternormalisationsMap = function() {
4891
+ this.getAbacharacternormalisationsMap().clear();
4892
+ return this;};
4893
+
4894
+
4829
4895
 
4830
4896
 
4831
4897
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/config-service-client-grpcweb-ts",
3
- "version": "26.4.2307",
3
+ "version": "26.4.2327",
4
4
  "description": "config-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",