@sniipwebmaster/config-service-client-grpcweb-ts 25.7.1983 → 25.10.1998

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.
@@ -241,6 +241,9 @@ export class ConfigExtra extends jspb.Message {
241
241
  getAllowalipay(): boolean;
242
242
  setAllowalipay(value: boolean): ConfigExtra;
243
243
 
244
+ getPaytobankaccountsenabled(): boolean;
245
+ setPaytobankaccountsenabled(value: boolean): ConfigExtra;
246
+
244
247
  serializeBinary(): Uint8Array;
245
248
  toObject(includeInstance?: boolean): ConfigExtra.AsObject;
246
249
  static toObject(includeInstance: boolean, msg: ConfigExtra): ConfigExtra.AsObject;
@@ -293,6 +296,7 @@ export namespace ConfigExtra {
293
296
  allowalipayglobal: boolean,
294
297
  allowwechat: boolean,
295
298
  allowalipay: boolean,
299
+ paytobankaccountsenabled: boolean,
296
300
  }
297
301
  }
298
302
 
@@ -1389,7 +1389,8 @@ proto.sniipappappconfigapi.ConfigExtra.toObject = function(includeInstance, msg)
1389
1389
  allowwechatglobal: jspb.Message.getBooleanFieldWithDefault(msg, 39, false),
1390
1390
  allowalipayglobal: jspb.Message.getBooleanFieldWithDefault(msg, 40, false),
1391
1391
  allowwechat: jspb.Message.getBooleanFieldWithDefault(msg, 41, false),
1392
- allowalipay: jspb.Message.getBooleanFieldWithDefault(msg, 42, false)
1392
+ allowalipay: jspb.Message.getBooleanFieldWithDefault(msg, 42, false),
1393
+ paytobankaccountsenabled: jspb.Message.getBooleanFieldWithDefault(msg, 43, false)
1393
1394
  };
1394
1395
 
1395
1396
  if (includeInstance) {
@@ -1596,6 +1597,10 @@ proto.sniipappappconfigapi.ConfigExtra.deserializeBinaryFromReader = function(ms
1596
1597
  var value = /** @type {boolean} */ (reader.readBool());
1597
1598
  msg.setAllowalipay(value);
1598
1599
  break;
1600
+ case 43:
1601
+ var value = /** @type {boolean} */ (reader.readBool());
1602
+ msg.setPaytobankaccountsenabled(value);
1603
+ break;
1599
1604
  default:
1600
1605
  reader.skipField();
1601
1606
  break;
@@ -1921,6 +1926,13 @@ proto.sniipappappconfigapi.ConfigExtra.serializeBinaryToWriter = function(messag
1921
1926
  f
1922
1927
  );
1923
1928
  }
1929
+ f = message.getPaytobankaccountsenabled();
1930
+ if (f) {
1931
+ writer.writeBool(
1932
+ 43,
1933
+ f
1934
+ );
1935
+ }
1924
1936
  };
1925
1937
 
1926
1938
 
@@ -2756,6 +2768,24 @@ proto.sniipappappconfigapi.ConfigExtra.prototype.setAllowalipay = function(value
2756
2768
  };
2757
2769
 
2758
2770
 
2771
+ /**
2772
+ * optional bool payToBankAccountsEnabled = 43;
2773
+ * @return {boolean}
2774
+ */
2775
+ proto.sniipappappconfigapi.ConfigExtra.prototype.getPaytobankaccountsenabled = function() {
2776
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 43, false));
2777
+ };
2778
+
2779
+
2780
+ /**
2781
+ * @param {boolean} value
2782
+ * @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
2783
+ */
2784
+ proto.sniipappappconfigapi.ConfigExtra.prototype.setPaytobankaccountsenabled = function(value) {
2785
+ return jspb.Message.setProto3BooleanField(this, 43, value);
2786
+ };
2787
+
2788
+
2759
2789
 
2760
2790
 
2761
2791
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/config-service-client-grpcweb-ts",
3
- "version": "25.7.1983",
3
+ "version": "25.10.1998",
4
4
  "description": "config-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",