@sniipwebmaster/config-service-client-grpcweb-ts 25.2.1932 → 25.2.1945

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.
@@ -223,6 +223,9 @@ export class ConfigExtra extends jspb.Message {
223
223
  getWexpaymentsallowed(): boolean;
224
224
  setWexpaymentsallowed(value: boolean): ConfigExtra;
225
225
 
226
+ getExternalkycavailable(): boolean;
227
+ setExternalkycavailable(value: boolean): ConfigExtra;
228
+
226
229
  serializeBinary(): Uint8Array;
227
230
  toObject(includeInstance?: boolean): ConfigExtra.AsObject;
228
231
  static toObject(includeInstance: boolean, msg: ConfigExtra): ConfigExtra.AsObject;
@@ -269,6 +272,7 @@ export namespace ConfigExtra {
269
272
  smeaddfailedimportmanuallyenabled: boolean,
270
273
  cybersourcedigitalpaymentsconfig?: CybersourceDigitalPaymentsEnabledConfig.AsObject,
271
274
  wexpaymentsallowed: boolean,
275
+ externalkycavailable: boolean,
272
276
  }
273
277
  }
274
278
 
@@ -1383,7 +1383,8 @@ proto.sniipappappconfigapi.ConfigExtra.toObject = function(includeInstance, msg)
1383
1383
  googlepaysmeenabled: jspb.Message.getBooleanFieldWithDefault(msg, 33, false),
1384
1384
  smeaddfailedimportmanuallyenabled: jspb.Message.getBooleanFieldWithDefault(msg, 34, false),
1385
1385
  cybersourcedigitalpaymentsconfig: (f = msg.getCybersourcedigitalpaymentsconfig()) && proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.toObject(includeInstance, f),
1386
- wexpaymentsallowed: jspb.Message.getBooleanFieldWithDefault(msg, 36, false)
1386
+ wexpaymentsallowed: jspb.Message.getBooleanFieldWithDefault(msg, 36, false),
1387
+ externalkycavailable: jspb.Message.getBooleanFieldWithDefault(msg, 37, false)
1387
1388
  };
1388
1389
 
1389
1390
  if (includeInstance) {
@@ -1566,6 +1567,10 @@ proto.sniipappappconfigapi.ConfigExtra.deserializeBinaryFromReader = function(ms
1566
1567
  var value = /** @type {boolean} */ (reader.readBool());
1567
1568
  msg.setWexpaymentsallowed(value);
1568
1569
  break;
1570
+ case 37:
1571
+ var value = /** @type {boolean} */ (reader.readBool());
1572
+ msg.setExternalkycavailable(value);
1573
+ break;
1569
1574
  default:
1570
1575
  reader.skipField();
1571
1576
  break;
@@ -1849,6 +1854,13 @@ proto.sniipappappconfigapi.ConfigExtra.serializeBinaryToWriter = function(messag
1849
1854
  f
1850
1855
  );
1851
1856
  }
1857
+ f = message.getExternalkycavailable();
1858
+ if (f) {
1859
+ writer.writeBool(
1860
+ 37,
1861
+ f
1862
+ );
1863
+ }
1852
1864
  };
1853
1865
 
1854
1866
 
@@ -2576,6 +2588,24 @@ proto.sniipappappconfigapi.ConfigExtra.prototype.setWexpaymentsallowed = functio
2576
2588
  };
2577
2589
 
2578
2590
 
2591
+ /**
2592
+ * optional bool externalKycAvailable = 37;
2593
+ * @return {boolean}
2594
+ */
2595
+ proto.sniipappappconfigapi.ConfigExtra.prototype.getExternalkycavailable = function() {
2596
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 37, false));
2597
+ };
2598
+
2599
+
2600
+ /**
2601
+ * @param {boolean} value
2602
+ * @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
2603
+ */
2604
+ proto.sniipappappconfigapi.ConfigExtra.prototype.setExternalkycavailable = function(value) {
2605
+ return jspb.Message.setProto3BooleanField(this, 37, value);
2606
+ };
2607
+
2608
+
2579
2609
 
2580
2610
 
2581
2611
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/config-service-client-grpcweb-ts",
3
- "version": "25.2.1932",
3
+ "version": "25.2.1945",
4
4
  "description": "config-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",