@sniipwebmaster/config-service-client-grpcweb-ts 25.2.1953 → 25.7.1983
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.
- package/dependancies/service_pb.d.ts +20 -0
- package/dependancies/service_pb.js +151 -1
- package/package.json +1 -1
|
@@ -226,6 +226,21 @@ export class ConfigExtra extends jspb.Message {
|
|
|
226
226
|
getExternalkycavailable(): boolean;
|
|
227
227
|
setExternalkycavailable(value: boolean): ConfigExtra;
|
|
228
228
|
|
|
229
|
+
getGmailconnectionenabled(): boolean;
|
|
230
|
+
setGmailconnectionenabled(value: boolean): ConfigExtra;
|
|
231
|
+
|
|
232
|
+
getAllowwechatglobal(): boolean;
|
|
233
|
+
setAllowwechatglobal(value: boolean): ConfigExtra;
|
|
234
|
+
|
|
235
|
+
getAllowalipayglobal(): boolean;
|
|
236
|
+
setAllowalipayglobal(value: boolean): ConfigExtra;
|
|
237
|
+
|
|
238
|
+
getAllowwechat(): boolean;
|
|
239
|
+
setAllowwechat(value: boolean): ConfigExtra;
|
|
240
|
+
|
|
241
|
+
getAllowalipay(): boolean;
|
|
242
|
+
setAllowalipay(value: boolean): ConfigExtra;
|
|
243
|
+
|
|
229
244
|
serializeBinary(): Uint8Array;
|
|
230
245
|
toObject(includeInstance?: boolean): ConfigExtra.AsObject;
|
|
231
246
|
static toObject(includeInstance: boolean, msg: ConfigExtra): ConfigExtra.AsObject;
|
|
@@ -273,6 +288,11 @@ export namespace ConfigExtra {
|
|
|
273
288
|
cybersourcedigitalpaymentsconfig?: CybersourceDigitalPaymentsEnabledConfig.AsObject,
|
|
274
289
|
wexpaymentsallowed: boolean,
|
|
275
290
|
externalkycavailable: boolean,
|
|
291
|
+
gmailconnectionenabled: boolean,
|
|
292
|
+
allowwechatglobal: boolean,
|
|
293
|
+
allowalipayglobal: boolean,
|
|
294
|
+
allowwechat: boolean,
|
|
295
|
+
allowalipay: boolean,
|
|
276
296
|
}
|
|
277
297
|
}
|
|
278
298
|
|
|
@@ -1384,7 +1384,12 @@ proto.sniipappappconfigapi.ConfigExtra.toObject = function(includeInstance, msg)
|
|
|
1384
1384
|
smeaddfailedimportmanuallyenabled: jspb.Message.getBooleanFieldWithDefault(msg, 34, false),
|
|
1385
1385
|
cybersourcedigitalpaymentsconfig: (f = msg.getCybersourcedigitalpaymentsconfig()) && proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.toObject(includeInstance, f),
|
|
1386
1386
|
wexpaymentsallowed: jspb.Message.getBooleanFieldWithDefault(msg, 36, false),
|
|
1387
|
-
externalkycavailable: jspb.Message.getBooleanFieldWithDefault(msg, 37, false)
|
|
1387
|
+
externalkycavailable: jspb.Message.getBooleanFieldWithDefault(msg, 37, false),
|
|
1388
|
+
gmailconnectionenabled: jspb.Message.getBooleanFieldWithDefault(msg, 38, false),
|
|
1389
|
+
allowwechatglobal: jspb.Message.getBooleanFieldWithDefault(msg, 39, false),
|
|
1390
|
+
allowalipayglobal: jspb.Message.getBooleanFieldWithDefault(msg, 40, false),
|
|
1391
|
+
allowwechat: jspb.Message.getBooleanFieldWithDefault(msg, 41, false),
|
|
1392
|
+
allowalipay: jspb.Message.getBooleanFieldWithDefault(msg, 42, false)
|
|
1388
1393
|
};
|
|
1389
1394
|
|
|
1390
1395
|
if (includeInstance) {
|
|
@@ -1571,6 +1576,26 @@ proto.sniipappappconfigapi.ConfigExtra.deserializeBinaryFromReader = function(ms
|
|
|
1571
1576
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
1572
1577
|
msg.setExternalkycavailable(value);
|
|
1573
1578
|
break;
|
|
1579
|
+
case 38:
|
|
1580
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1581
|
+
msg.setGmailconnectionenabled(value);
|
|
1582
|
+
break;
|
|
1583
|
+
case 39:
|
|
1584
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1585
|
+
msg.setAllowwechatglobal(value);
|
|
1586
|
+
break;
|
|
1587
|
+
case 40:
|
|
1588
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1589
|
+
msg.setAllowalipayglobal(value);
|
|
1590
|
+
break;
|
|
1591
|
+
case 41:
|
|
1592
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1593
|
+
msg.setAllowwechat(value);
|
|
1594
|
+
break;
|
|
1595
|
+
case 42:
|
|
1596
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1597
|
+
msg.setAllowalipay(value);
|
|
1598
|
+
break;
|
|
1574
1599
|
default:
|
|
1575
1600
|
reader.skipField();
|
|
1576
1601
|
break;
|
|
@@ -1861,6 +1886,41 @@ proto.sniipappappconfigapi.ConfigExtra.serializeBinaryToWriter = function(messag
|
|
|
1861
1886
|
f
|
|
1862
1887
|
);
|
|
1863
1888
|
}
|
|
1889
|
+
f = message.getGmailconnectionenabled();
|
|
1890
|
+
if (f) {
|
|
1891
|
+
writer.writeBool(
|
|
1892
|
+
38,
|
|
1893
|
+
f
|
|
1894
|
+
);
|
|
1895
|
+
}
|
|
1896
|
+
f = message.getAllowwechatglobal();
|
|
1897
|
+
if (f) {
|
|
1898
|
+
writer.writeBool(
|
|
1899
|
+
39,
|
|
1900
|
+
f
|
|
1901
|
+
);
|
|
1902
|
+
}
|
|
1903
|
+
f = message.getAllowalipayglobal();
|
|
1904
|
+
if (f) {
|
|
1905
|
+
writer.writeBool(
|
|
1906
|
+
40,
|
|
1907
|
+
f
|
|
1908
|
+
);
|
|
1909
|
+
}
|
|
1910
|
+
f = message.getAllowwechat();
|
|
1911
|
+
if (f) {
|
|
1912
|
+
writer.writeBool(
|
|
1913
|
+
41,
|
|
1914
|
+
f
|
|
1915
|
+
);
|
|
1916
|
+
}
|
|
1917
|
+
f = message.getAllowalipay();
|
|
1918
|
+
if (f) {
|
|
1919
|
+
writer.writeBool(
|
|
1920
|
+
42,
|
|
1921
|
+
f
|
|
1922
|
+
);
|
|
1923
|
+
}
|
|
1864
1924
|
};
|
|
1865
1925
|
|
|
1866
1926
|
|
|
@@ -2606,6 +2666,96 @@ proto.sniipappappconfigapi.ConfigExtra.prototype.setExternalkycavailable = funct
|
|
|
2606
2666
|
};
|
|
2607
2667
|
|
|
2608
2668
|
|
|
2669
|
+
/**
|
|
2670
|
+
* optional bool gmailConnectionEnabled = 38;
|
|
2671
|
+
* @return {boolean}
|
|
2672
|
+
*/
|
|
2673
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.getGmailconnectionenabled = function() {
|
|
2674
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 38, false));
|
|
2675
|
+
};
|
|
2676
|
+
|
|
2677
|
+
|
|
2678
|
+
/**
|
|
2679
|
+
* @param {boolean} value
|
|
2680
|
+
* @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
|
|
2681
|
+
*/
|
|
2682
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.setGmailconnectionenabled = function(value) {
|
|
2683
|
+
return jspb.Message.setProto3BooleanField(this, 38, value);
|
|
2684
|
+
};
|
|
2685
|
+
|
|
2686
|
+
|
|
2687
|
+
/**
|
|
2688
|
+
* optional bool allowWeChatGlobal = 39;
|
|
2689
|
+
* @return {boolean}
|
|
2690
|
+
*/
|
|
2691
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.getAllowwechatglobal = function() {
|
|
2692
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 39, false));
|
|
2693
|
+
};
|
|
2694
|
+
|
|
2695
|
+
|
|
2696
|
+
/**
|
|
2697
|
+
* @param {boolean} value
|
|
2698
|
+
* @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
|
|
2699
|
+
*/
|
|
2700
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.setAllowwechatglobal = function(value) {
|
|
2701
|
+
return jspb.Message.setProto3BooleanField(this, 39, value);
|
|
2702
|
+
};
|
|
2703
|
+
|
|
2704
|
+
|
|
2705
|
+
/**
|
|
2706
|
+
* optional bool allowAlipayGlobal = 40;
|
|
2707
|
+
* @return {boolean}
|
|
2708
|
+
*/
|
|
2709
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.getAllowalipayglobal = function() {
|
|
2710
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 40, false));
|
|
2711
|
+
};
|
|
2712
|
+
|
|
2713
|
+
|
|
2714
|
+
/**
|
|
2715
|
+
* @param {boolean} value
|
|
2716
|
+
* @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
|
|
2717
|
+
*/
|
|
2718
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.setAllowalipayglobal = function(value) {
|
|
2719
|
+
return jspb.Message.setProto3BooleanField(this, 40, value);
|
|
2720
|
+
};
|
|
2721
|
+
|
|
2722
|
+
|
|
2723
|
+
/**
|
|
2724
|
+
* optional bool allowWeChat = 41;
|
|
2725
|
+
* @return {boolean}
|
|
2726
|
+
*/
|
|
2727
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.getAllowwechat = function() {
|
|
2728
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 41, false));
|
|
2729
|
+
};
|
|
2730
|
+
|
|
2731
|
+
|
|
2732
|
+
/**
|
|
2733
|
+
* @param {boolean} value
|
|
2734
|
+
* @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
|
|
2735
|
+
*/
|
|
2736
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.setAllowwechat = function(value) {
|
|
2737
|
+
return jspb.Message.setProto3BooleanField(this, 41, value);
|
|
2738
|
+
};
|
|
2739
|
+
|
|
2740
|
+
|
|
2741
|
+
/**
|
|
2742
|
+
* optional bool allowAlipay = 42;
|
|
2743
|
+
* @return {boolean}
|
|
2744
|
+
*/
|
|
2745
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.getAllowalipay = function() {
|
|
2746
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 42, false));
|
|
2747
|
+
};
|
|
2748
|
+
|
|
2749
|
+
|
|
2750
|
+
/**
|
|
2751
|
+
* @param {boolean} value
|
|
2752
|
+
* @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
|
|
2753
|
+
*/
|
|
2754
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.setAllowalipay = function(value) {
|
|
2755
|
+
return jspb.Message.setProto3BooleanField(this, 42, value);
|
|
2756
|
+
};
|
|
2757
|
+
|
|
2758
|
+
|
|
2609
2759
|
|
|
2610
2760
|
|
|
2611
2761
|
|