@sniipwebmaster/config-service-client-grpcweb-ts 23.17.1722 → 24.10.1807
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.
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
// source: decimal.proto
|
|
2
|
+
/**
|
|
3
|
+
* @fileoverview
|
|
4
|
+
* @enhanceable
|
|
5
|
+
* @suppress {missingRequire} reports error on implicit type usages.
|
|
6
|
+
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
7
|
+
* field starts with 'MSG_' and isn't a translatable message.
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
11
|
+
/* eslint-disable */
|
|
12
|
+
// @ts-nocheck
|
|
13
|
+
|
|
14
|
+
var jspb = require('google-protobuf');
|
|
15
|
+
var goog = jspb;
|
|
16
|
+
var global =
|
|
17
|
+
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
+
(typeof window !== 'undefined' && window) ||
|
|
19
|
+
(typeof global !== 'undefined' && global) ||
|
|
20
|
+
(typeof self !== 'undefined' && self) ||
|
|
21
|
+
(function () { return this; }).call(null) ||
|
|
22
|
+
Function('return this')();
|
|
23
|
+
|
|
24
|
+
goog.exportSymbol('proto.google.type.Decimal', null, global);
|
|
25
|
+
/**
|
|
26
|
+
* Generated by JsPbCodeGenerator.
|
|
27
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
28
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
29
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
30
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
31
|
+
* valid.
|
|
32
|
+
* @extends {jspb.Message}
|
|
33
|
+
* @constructor
|
|
34
|
+
*/
|
|
35
|
+
proto.google.type.Decimal = function(opt_data) {
|
|
36
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
37
|
+
};
|
|
38
|
+
goog.inherits(proto.google.type.Decimal, jspb.Message);
|
|
39
|
+
if (goog.DEBUG && !COMPILED) {
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
* @override
|
|
43
|
+
*/
|
|
44
|
+
proto.google.type.Decimal.displayName = 'proto.google.type.Decimal';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
50
|
+
/**
|
|
51
|
+
* Creates an object representation of this proto.
|
|
52
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
53
|
+
* Optional fields that are not set will be set to undefined.
|
|
54
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
55
|
+
* For the list of reserved names please see:
|
|
56
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
57
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
58
|
+
* JSPB instance for transitional soy proto support:
|
|
59
|
+
* http://goto/soy-param-migration
|
|
60
|
+
* @return {!Object}
|
|
61
|
+
*/
|
|
62
|
+
proto.google.type.Decimal.prototype.toObject = function(opt_includeInstance) {
|
|
63
|
+
return proto.google.type.Decimal.toObject(opt_includeInstance, this);
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Static version of the {@see toObject} method.
|
|
69
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
70
|
+
* the JSPB instance for transitional soy proto support:
|
|
71
|
+
* http://goto/soy-param-migration
|
|
72
|
+
* @param {!proto.google.type.Decimal} msg The msg instance to transform.
|
|
73
|
+
* @return {!Object}
|
|
74
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
75
|
+
*/
|
|
76
|
+
proto.google.type.Decimal.toObject = function(includeInstance, msg) {
|
|
77
|
+
var f, obj = {
|
|
78
|
+
value: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
if (includeInstance) {
|
|
82
|
+
obj.$jspbMessageInstance = msg;
|
|
83
|
+
}
|
|
84
|
+
return obj;
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Deserializes binary data (in protobuf wire format).
|
|
91
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
92
|
+
* @return {!proto.google.type.Decimal}
|
|
93
|
+
*/
|
|
94
|
+
proto.google.type.Decimal.deserializeBinary = function(bytes) {
|
|
95
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
96
|
+
var msg = new proto.google.type.Decimal;
|
|
97
|
+
return proto.google.type.Decimal.deserializeBinaryFromReader(msg, reader);
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
103
|
+
* given reader into the given message object.
|
|
104
|
+
* @param {!proto.google.type.Decimal} msg The message object to deserialize into.
|
|
105
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
106
|
+
* @return {!proto.google.type.Decimal}
|
|
107
|
+
*/
|
|
108
|
+
proto.google.type.Decimal.deserializeBinaryFromReader = function(msg, reader) {
|
|
109
|
+
while (reader.nextField()) {
|
|
110
|
+
if (reader.isEndGroup()) {
|
|
111
|
+
break;
|
|
112
|
+
}
|
|
113
|
+
var field = reader.getFieldNumber();
|
|
114
|
+
switch (field) {
|
|
115
|
+
case 1:
|
|
116
|
+
var value = /** @type {string} */ (reader.readString());
|
|
117
|
+
msg.setValue(value);
|
|
118
|
+
break;
|
|
119
|
+
default:
|
|
120
|
+
reader.skipField();
|
|
121
|
+
break;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
return msg;
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
130
|
+
* @return {!Uint8Array}
|
|
131
|
+
*/
|
|
132
|
+
proto.google.type.Decimal.prototype.serializeBinary = function() {
|
|
133
|
+
var writer = new jspb.BinaryWriter();
|
|
134
|
+
proto.google.type.Decimal.serializeBinaryToWriter(this, writer);
|
|
135
|
+
return writer.getResultBuffer();
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
141
|
+
* format), writing to the given BinaryWriter.
|
|
142
|
+
* @param {!proto.google.type.Decimal} message
|
|
143
|
+
* @param {!jspb.BinaryWriter} writer
|
|
144
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
145
|
+
*/
|
|
146
|
+
proto.google.type.Decimal.serializeBinaryToWriter = function(message, writer) {
|
|
147
|
+
var f = undefined;
|
|
148
|
+
f = message.getValue();
|
|
149
|
+
if (f.length > 0) {
|
|
150
|
+
writer.writeString(
|
|
151
|
+
1,
|
|
152
|
+
f
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* optional string value = 1;
|
|
160
|
+
* @return {string}
|
|
161
|
+
*/
|
|
162
|
+
proto.google.type.Decimal.prototype.getValue = function() {
|
|
163
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @param {string} value
|
|
169
|
+
* @return {!proto.google.type.Decimal} returns this
|
|
170
|
+
*/
|
|
171
|
+
proto.google.type.Decimal.prototype.setValue = function(value) {
|
|
172
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
goog.object.extend(exports, proto.google.type);
|
|
@@ -212,6 +212,14 @@ export class ConfigExtra extends jspb.Message {
|
|
|
212
212
|
getGooglepaysmeenabled(): boolean;
|
|
213
213
|
setGooglepaysmeenabled(value: boolean): ConfigExtra;
|
|
214
214
|
|
|
215
|
+
getSmeaddfailedimportmanuallyenabled(): boolean;
|
|
216
|
+
setSmeaddfailedimportmanuallyenabled(value: boolean): ConfigExtra;
|
|
217
|
+
|
|
218
|
+
getCybersourcedigitalpaymentsconfig(): CybersourceDigitalPaymentsEnabledConfig | undefined;
|
|
219
|
+
setCybersourcedigitalpaymentsconfig(value?: CybersourceDigitalPaymentsEnabledConfig): ConfigExtra;
|
|
220
|
+
hasCybersourcedigitalpaymentsconfig(): boolean;
|
|
221
|
+
clearCybersourcedigitalpaymentsconfig(): ConfigExtra;
|
|
222
|
+
|
|
215
223
|
serializeBinary(): Uint8Array;
|
|
216
224
|
toObject(includeInstance?: boolean): ConfigExtra.AsObject;
|
|
217
225
|
static toObject(includeInstance: boolean, msg: ConfigExtra): ConfigExtra.AsObject;
|
|
@@ -255,6 +263,8 @@ export namespace ConfigExtra {
|
|
|
255
263
|
agentbillingenabled: boolean,
|
|
256
264
|
applepaysmeenabled: boolean,
|
|
257
265
|
googlepaysmeenabled: boolean,
|
|
266
|
+
smeaddfailedimportmanuallyenabled: boolean,
|
|
267
|
+
cybersourcedigitalpaymentsconfig?: CybersourceDigitalPaymentsEnabledConfig.AsObject,
|
|
258
268
|
}
|
|
259
269
|
}
|
|
260
270
|
|
|
@@ -298,6 +308,52 @@ export namespace CreateTermsAndConditionsRequest {
|
|
|
298
308
|
}
|
|
299
309
|
}
|
|
300
310
|
|
|
311
|
+
export class CybersourceDigitalPaymentsEnabledConfig extends jspb.Message {
|
|
312
|
+
getIscybersourcebpayapplepayenabled(): boolean;
|
|
313
|
+
setIscybersourcebpayapplepayenabled(value: boolean): CybersourceDigitalPaymentsEnabledConfig;
|
|
314
|
+
|
|
315
|
+
getIscybersourcebpayapplepaytestuser(): boolean;
|
|
316
|
+
setIscybersourcebpayapplepaytestuser(value: boolean): CybersourceDigitalPaymentsEnabledConfig;
|
|
317
|
+
|
|
318
|
+
getIscybersourcesmeapplepayenabled(): boolean;
|
|
319
|
+
setIscybersourcesmeapplepayenabled(value: boolean): CybersourceDigitalPaymentsEnabledConfig;
|
|
320
|
+
|
|
321
|
+
getIscybersourcesmeapplepaytestuser(): boolean;
|
|
322
|
+
setIscybersourcesmeapplepaytestuser(value: boolean): CybersourceDigitalPaymentsEnabledConfig;
|
|
323
|
+
|
|
324
|
+
getIscybersourcebpaygooglepayenabled(): boolean;
|
|
325
|
+
setIscybersourcebpaygooglepayenabled(value: boolean): CybersourceDigitalPaymentsEnabledConfig;
|
|
326
|
+
|
|
327
|
+
getIscybersourcebpaygooglepaytestuser(): boolean;
|
|
328
|
+
setIscybersourcebpaygooglepaytestuser(value: boolean): CybersourceDigitalPaymentsEnabledConfig;
|
|
329
|
+
|
|
330
|
+
getIscybersourcesmegooglepayenabled(): boolean;
|
|
331
|
+
setIscybersourcesmegooglepayenabled(value: boolean): CybersourceDigitalPaymentsEnabledConfig;
|
|
332
|
+
|
|
333
|
+
getIscybersourcesmegooglepaytestuser(): boolean;
|
|
334
|
+
setIscybersourcesmegooglepaytestuser(value: boolean): CybersourceDigitalPaymentsEnabledConfig;
|
|
335
|
+
|
|
336
|
+
serializeBinary(): Uint8Array;
|
|
337
|
+
toObject(includeInstance?: boolean): CybersourceDigitalPaymentsEnabledConfig.AsObject;
|
|
338
|
+
static toObject(includeInstance: boolean, msg: CybersourceDigitalPaymentsEnabledConfig): CybersourceDigitalPaymentsEnabledConfig.AsObject;
|
|
339
|
+
static serializeBinaryToWriter(message: CybersourceDigitalPaymentsEnabledConfig, writer: jspb.BinaryWriter): void;
|
|
340
|
+
static deserializeBinary(bytes: Uint8Array): CybersourceDigitalPaymentsEnabledConfig;
|
|
341
|
+
static deserializeBinaryFromReader(message: CybersourceDigitalPaymentsEnabledConfig, reader: jspb.BinaryReader): CybersourceDigitalPaymentsEnabledConfig;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
export namespace CybersourceDigitalPaymentsEnabledConfig {
|
|
345
|
+
export type AsObject = {
|
|
346
|
+
iscybersourcebpayapplepayenabled: boolean,
|
|
347
|
+
iscybersourcebpayapplepaytestuser: boolean,
|
|
348
|
+
iscybersourcesmeapplepayenabled: boolean,
|
|
349
|
+
iscybersourcesmeapplepaytestuser: boolean,
|
|
350
|
+
iscybersourcebpaygooglepayenabled: boolean,
|
|
351
|
+
iscybersourcebpaygooglepaytestuser: boolean,
|
|
352
|
+
iscybersourcesmegooglepayenabled: boolean,
|
|
353
|
+
iscybersourcesmegooglepaytestuser: boolean,
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
|
|
301
357
|
export class DashboardItemsRequest extends jspb.Message {
|
|
302
358
|
getEnableddashboarditemsList(): Array<DashboardItem>;
|
|
303
359
|
setEnableddashboarditemsList(value: Array<DashboardItem>): DashboardItemsRequest;
|
|
@@ -22,6 +22,7 @@ goog.exportSymbol('proto.sniipappappconfigapi.AppConfiggetConfigRequest', null,
|
|
|
22
22
|
goog.exportSymbol('proto.sniipappappconfigapi.ConfigExtra', null, global);
|
|
23
23
|
goog.exportSymbol('proto.sniipappappconfigapi.CreateConfigRequest', null, global);
|
|
24
24
|
goog.exportSymbol('proto.sniipappappconfigapi.CreateTermsAndConditionsRequest', null, global);
|
|
25
|
+
goog.exportSymbol('proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig', null, global);
|
|
25
26
|
goog.exportSymbol('proto.sniipappappconfigapi.DashboardItem', null, global);
|
|
26
27
|
goog.exportSymbol('proto.sniipappappconfigapi.DashboardItemsRequest', null, global);
|
|
27
28
|
goog.exportSymbol('proto.sniipappappconfigapi.DashboardItemsResponse', null, global);
|
|
@@ -164,6 +165,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
164
165
|
*/
|
|
165
166
|
proto.sniipappappconfigapi.CreateTermsAndConditionsRequest.displayName = 'proto.sniipappappconfigapi.CreateTermsAndConditionsRequest';
|
|
166
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* Generated by JsPbCodeGenerator.
|
|
170
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
171
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
172
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
173
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
174
|
+
* valid.
|
|
175
|
+
* @extends {jspb.Message}
|
|
176
|
+
* @constructor
|
|
177
|
+
*/
|
|
178
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig = function(opt_data) {
|
|
179
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
180
|
+
};
|
|
181
|
+
goog.inherits(proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig, jspb.Message);
|
|
182
|
+
if (goog.DEBUG && !COMPILED) {
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
* @override
|
|
186
|
+
*/
|
|
187
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.displayName = 'proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig';
|
|
188
|
+
}
|
|
167
189
|
/**
|
|
168
190
|
* Generated by JsPbCodeGenerator.
|
|
169
191
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -1333,7 +1355,9 @@ proto.sniipappappconfigapi.ConfigExtra.toObject = function(includeInstance, msg)
|
|
|
1333
1355
|
googlepayamexenabled: jspb.Message.getBooleanFieldWithDefault(msg, 30, false),
|
|
1334
1356
|
agentbillingenabled: jspb.Message.getBooleanFieldWithDefault(msg, 31, false),
|
|
1335
1357
|
applepaysmeenabled: jspb.Message.getBooleanFieldWithDefault(msg, 32, false),
|
|
1336
|
-
googlepaysmeenabled: jspb.Message.getBooleanFieldWithDefault(msg, 33, false)
|
|
1358
|
+
googlepaysmeenabled: jspb.Message.getBooleanFieldWithDefault(msg, 33, false),
|
|
1359
|
+
smeaddfailedimportmanuallyenabled: jspb.Message.getBooleanFieldWithDefault(msg, 34, false),
|
|
1360
|
+
cybersourcedigitalpaymentsconfig: (f = msg.getCybersourcedigitalpaymentsconfig()) && proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.toObject(includeInstance, f)
|
|
1337
1361
|
};
|
|
1338
1362
|
|
|
1339
1363
|
if (includeInstance) {
|
|
@@ -1503,6 +1527,15 @@ proto.sniipappappconfigapi.ConfigExtra.deserializeBinaryFromReader = function(ms
|
|
|
1503
1527
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
1504
1528
|
msg.setGooglepaysmeenabled(value);
|
|
1505
1529
|
break;
|
|
1530
|
+
case 34:
|
|
1531
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1532
|
+
msg.setSmeaddfailedimportmanuallyenabled(value);
|
|
1533
|
+
break;
|
|
1534
|
+
case 35:
|
|
1535
|
+
var value = new proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig;
|
|
1536
|
+
reader.readMessage(value,proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.deserializeBinaryFromReader);
|
|
1537
|
+
msg.setCybersourcedigitalpaymentsconfig(value);
|
|
1538
|
+
break;
|
|
1506
1539
|
default:
|
|
1507
1540
|
reader.skipField();
|
|
1508
1541
|
break;
|
|
@@ -1764,6 +1797,21 @@ proto.sniipappappconfigapi.ConfigExtra.serializeBinaryToWriter = function(messag
|
|
|
1764
1797
|
f
|
|
1765
1798
|
);
|
|
1766
1799
|
}
|
|
1800
|
+
f = message.getSmeaddfailedimportmanuallyenabled();
|
|
1801
|
+
if (f) {
|
|
1802
|
+
writer.writeBool(
|
|
1803
|
+
34,
|
|
1804
|
+
f
|
|
1805
|
+
);
|
|
1806
|
+
}
|
|
1807
|
+
f = message.getCybersourcedigitalpaymentsconfig();
|
|
1808
|
+
if (f != null) {
|
|
1809
|
+
writer.writeMessage(
|
|
1810
|
+
35,
|
|
1811
|
+
f,
|
|
1812
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.serializeBinaryToWriter
|
|
1813
|
+
);
|
|
1814
|
+
}
|
|
1767
1815
|
};
|
|
1768
1816
|
|
|
1769
1817
|
|
|
@@ -2418,6 +2466,61 @@ proto.sniipappappconfigapi.ConfigExtra.prototype.setGooglepaysmeenabled = functi
|
|
|
2418
2466
|
};
|
|
2419
2467
|
|
|
2420
2468
|
|
|
2469
|
+
/**
|
|
2470
|
+
* optional bool smeAddFailedImportManuallyEnabled = 34;
|
|
2471
|
+
* @return {boolean}
|
|
2472
|
+
*/
|
|
2473
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.getSmeaddfailedimportmanuallyenabled = function() {
|
|
2474
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 34, false));
|
|
2475
|
+
};
|
|
2476
|
+
|
|
2477
|
+
|
|
2478
|
+
/**
|
|
2479
|
+
* @param {boolean} value
|
|
2480
|
+
* @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
|
|
2481
|
+
*/
|
|
2482
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.setSmeaddfailedimportmanuallyenabled = function(value) {
|
|
2483
|
+
return jspb.Message.setProto3BooleanField(this, 34, value);
|
|
2484
|
+
};
|
|
2485
|
+
|
|
2486
|
+
|
|
2487
|
+
/**
|
|
2488
|
+
* optional CybersourceDigitalPaymentsEnabledConfig cybersourceDigitalPaymentsConfig = 35;
|
|
2489
|
+
* @return {?proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig}
|
|
2490
|
+
*/
|
|
2491
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.getCybersourcedigitalpaymentsconfig = function() {
|
|
2492
|
+
return /** @type{?proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} */ (
|
|
2493
|
+
jspb.Message.getWrapperField(this, proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig, 35));
|
|
2494
|
+
};
|
|
2495
|
+
|
|
2496
|
+
|
|
2497
|
+
/**
|
|
2498
|
+
* @param {?proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig|undefined} value
|
|
2499
|
+
* @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
|
|
2500
|
+
*/
|
|
2501
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.setCybersourcedigitalpaymentsconfig = function(value) {
|
|
2502
|
+
return jspb.Message.setWrapperField(this, 35, value);
|
|
2503
|
+
};
|
|
2504
|
+
|
|
2505
|
+
|
|
2506
|
+
/**
|
|
2507
|
+
* Clears the message field making it undefined.
|
|
2508
|
+
* @return {!proto.sniipappappconfigapi.ConfigExtra} returns this
|
|
2509
|
+
*/
|
|
2510
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.clearCybersourcedigitalpaymentsconfig = function() {
|
|
2511
|
+
return this.setCybersourcedigitalpaymentsconfig(undefined);
|
|
2512
|
+
};
|
|
2513
|
+
|
|
2514
|
+
|
|
2515
|
+
/**
|
|
2516
|
+
* Returns whether this field is set.
|
|
2517
|
+
* @return {boolean}
|
|
2518
|
+
*/
|
|
2519
|
+
proto.sniipappappconfigapi.ConfigExtra.prototype.hasCybersourcedigitalpaymentsconfig = function() {
|
|
2520
|
+
return jspb.Message.getField(this, 35) != null;
|
|
2521
|
+
};
|
|
2522
|
+
|
|
2523
|
+
|
|
2421
2524
|
|
|
2422
2525
|
|
|
2423
2526
|
|
|
@@ -2721,6 +2824,346 @@ proto.sniipappappconfigapi.CreateTermsAndConditionsRequest.prototype.hasData = f
|
|
|
2721
2824
|
|
|
2722
2825
|
|
|
2723
2826
|
|
|
2827
|
+
|
|
2828
|
+
|
|
2829
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2830
|
+
/**
|
|
2831
|
+
* Creates an object representation of this proto.
|
|
2832
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2833
|
+
* Optional fields that are not set will be set to undefined.
|
|
2834
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2835
|
+
* For the list of reserved names please see:
|
|
2836
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2837
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2838
|
+
* JSPB instance for transitional soy proto support:
|
|
2839
|
+
* http://goto/soy-param-migration
|
|
2840
|
+
* @return {!Object}
|
|
2841
|
+
*/
|
|
2842
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.toObject = function(opt_includeInstance) {
|
|
2843
|
+
return proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.toObject(opt_includeInstance, this);
|
|
2844
|
+
};
|
|
2845
|
+
|
|
2846
|
+
|
|
2847
|
+
/**
|
|
2848
|
+
* Static version of the {@see toObject} method.
|
|
2849
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2850
|
+
* the JSPB instance for transitional soy proto support:
|
|
2851
|
+
* http://goto/soy-param-migration
|
|
2852
|
+
* @param {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} msg The msg instance to transform.
|
|
2853
|
+
* @return {!Object}
|
|
2854
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2855
|
+
*/
|
|
2856
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.toObject = function(includeInstance, msg) {
|
|
2857
|
+
var f, obj = {
|
|
2858
|
+
iscybersourcebpayapplepayenabled: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
2859
|
+
iscybersourcebpayapplepaytestuser: jspb.Message.getBooleanFieldWithDefault(msg, 2, false),
|
|
2860
|
+
iscybersourcesmeapplepayenabled: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
2861
|
+
iscybersourcesmeapplepaytestuser: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
2862
|
+
iscybersourcebpaygooglepayenabled: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
|
|
2863
|
+
iscybersourcebpaygooglepaytestuser: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
|
|
2864
|
+
iscybersourcesmegooglepayenabled: jspb.Message.getBooleanFieldWithDefault(msg, 7, false),
|
|
2865
|
+
iscybersourcesmegooglepaytestuser: jspb.Message.getBooleanFieldWithDefault(msg, 8, false)
|
|
2866
|
+
};
|
|
2867
|
+
|
|
2868
|
+
if (includeInstance) {
|
|
2869
|
+
obj.$jspbMessageInstance = msg;
|
|
2870
|
+
}
|
|
2871
|
+
return obj;
|
|
2872
|
+
};
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
|
|
2876
|
+
/**
|
|
2877
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2878
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2879
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig}
|
|
2880
|
+
*/
|
|
2881
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.deserializeBinary = function(bytes) {
|
|
2882
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2883
|
+
var msg = new proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig;
|
|
2884
|
+
return proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.deserializeBinaryFromReader(msg, reader);
|
|
2885
|
+
};
|
|
2886
|
+
|
|
2887
|
+
|
|
2888
|
+
/**
|
|
2889
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2890
|
+
* given reader into the given message object.
|
|
2891
|
+
* @param {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} msg The message object to deserialize into.
|
|
2892
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2893
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig}
|
|
2894
|
+
*/
|
|
2895
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.deserializeBinaryFromReader = function(msg, reader) {
|
|
2896
|
+
while (reader.nextField()) {
|
|
2897
|
+
if (reader.isEndGroup()) {
|
|
2898
|
+
break;
|
|
2899
|
+
}
|
|
2900
|
+
var field = reader.getFieldNumber();
|
|
2901
|
+
switch (field) {
|
|
2902
|
+
case 1:
|
|
2903
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2904
|
+
msg.setIscybersourcebpayapplepayenabled(value);
|
|
2905
|
+
break;
|
|
2906
|
+
case 2:
|
|
2907
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2908
|
+
msg.setIscybersourcebpayapplepaytestuser(value);
|
|
2909
|
+
break;
|
|
2910
|
+
case 3:
|
|
2911
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2912
|
+
msg.setIscybersourcesmeapplepayenabled(value);
|
|
2913
|
+
break;
|
|
2914
|
+
case 4:
|
|
2915
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2916
|
+
msg.setIscybersourcesmeapplepaytestuser(value);
|
|
2917
|
+
break;
|
|
2918
|
+
case 5:
|
|
2919
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2920
|
+
msg.setIscybersourcebpaygooglepayenabled(value);
|
|
2921
|
+
break;
|
|
2922
|
+
case 6:
|
|
2923
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2924
|
+
msg.setIscybersourcebpaygooglepaytestuser(value);
|
|
2925
|
+
break;
|
|
2926
|
+
case 7:
|
|
2927
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2928
|
+
msg.setIscybersourcesmegooglepayenabled(value);
|
|
2929
|
+
break;
|
|
2930
|
+
case 8:
|
|
2931
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2932
|
+
msg.setIscybersourcesmegooglepaytestuser(value);
|
|
2933
|
+
break;
|
|
2934
|
+
default:
|
|
2935
|
+
reader.skipField();
|
|
2936
|
+
break;
|
|
2937
|
+
}
|
|
2938
|
+
}
|
|
2939
|
+
return msg;
|
|
2940
|
+
};
|
|
2941
|
+
|
|
2942
|
+
|
|
2943
|
+
/**
|
|
2944
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2945
|
+
* @return {!Uint8Array}
|
|
2946
|
+
*/
|
|
2947
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.serializeBinary = function() {
|
|
2948
|
+
var writer = new jspb.BinaryWriter();
|
|
2949
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.serializeBinaryToWriter(this, writer);
|
|
2950
|
+
return writer.getResultBuffer();
|
|
2951
|
+
};
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
/**
|
|
2955
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2956
|
+
* format), writing to the given BinaryWriter.
|
|
2957
|
+
* @param {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} message
|
|
2958
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2959
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2960
|
+
*/
|
|
2961
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.serializeBinaryToWriter = function(message, writer) {
|
|
2962
|
+
var f = undefined;
|
|
2963
|
+
f = message.getIscybersourcebpayapplepayenabled();
|
|
2964
|
+
if (f) {
|
|
2965
|
+
writer.writeBool(
|
|
2966
|
+
1,
|
|
2967
|
+
f
|
|
2968
|
+
);
|
|
2969
|
+
}
|
|
2970
|
+
f = message.getIscybersourcebpayapplepaytestuser();
|
|
2971
|
+
if (f) {
|
|
2972
|
+
writer.writeBool(
|
|
2973
|
+
2,
|
|
2974
|
+
f
|
|
2975
|
+
);
|
|
2976
|
+
}
|
|
2977
|
+
f = message.getIscybersourcesmeapplepayenabled();
|
|
2978
|
+
if (f) {
|
|
2979
|
+
writer.writeBool(
|
|
2980
|
+
3,
|
|
2981
|
+
f
|
|
2982
|
+
);
|
|
2983
|
+
}
|
|
2984
|
+
f = message.getIscybersourcesmeapplepaytestuser();
|
|
2985
|
+
if (f) {
|
|
2986
|
+
writer.writeBool(
|
|
2987
|
+
4,
|
|
2988
|
+
f
|
|
2989
|
+
);
|
|
2990
|
+
}
|
|
2991
|
+
f = message.getIscybersourcebpaygooglepayenabled();
|
|
2992
|
+
if (f) {
|
|
2993
|
+
writer.writeBool(
|
|
2994
|
+
5,
|
|
2995
|
+
f
|
|
2996
|
+
);
|
|
2997
|
+
}
|
|
2998
|
+
f = message.getIscybersourcebpaygooglepaytestuser();
|
|
2999
|
+
if (f) {
|
|
3000
|
+
writer.writeBool(
|
|
3001
|
+
6,
|
|
3002
|
+
f
|
|
3003
|
+
);
|
|
3004
|
+
}
|
|
3005
|
+
f = message.getIscybersourcesmegooglepayenabled();
|
|
3006
|
+
if (f) {
|
|
3007
|
+
writer.writeBool(
|
|
3008
|
+
7,
|
|
3009
|
+
f
|
|
3010
|
+
);
|
|
3011
|
+
}
|
|
3012
|
+
f = message.getIscybersourcesmegooglepaytestuser();
|
|
3013
|
+
if (f) {
|
|
3014
|
+
writer.writeBool(
|
|
3015
|
+
8,
|
|
3016
|
+
f
|
|
3017
|
+
);
|
|
3018
|
+
}
|
|
3019
|
+
};
|
|
3020
|
+
|
|
3021
|
+
|
|
3022
|
+
/**
|
|
3023
|
+
* optional bool isCybersourceBPayApplePayEnabled = 1;
|
|
3024
|
+
* @return {boolean}
|
|
3025
|
+
*/
|
|
3026
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.getIscybersourcebpayapplepayenabled = function() {
|
|
3027
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
3028
|
+
};
|
|
3029
|
+
|
|
3030
|
+
|
|
3031
|
+
/**
|
|
3032
|
+
* @param {boolean} value
|
|
3033
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} returns this
|
|
3034
|
+
*/
|
|
3035
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.setIscybersourcebpayapplepayenabled = function(value) {
|
|
3036
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
3037
|
+
};
|
|
3038
|
+
|
|
3039
|
+
|
|
3040
|
+
/**
|
|
3041
|
+
* optional bool isCybersourceBPayApplePayTestUser = 2;
|
|
3042
|
+
* @return {boolean}
|
|
3043
|
+
*/
|
|
3044
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.getIscybersourcebpayapplepaytestuser = function() {
|
|
3045
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
|
|
3046
|
+
};
|
|
3047
|
+
|
|
3048
|
+
|
|
3049
|
+
/**
|
|
3050
|
+
* @param {boolean} value
|
|
3051
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} returns this
|
|
3052
|
+
*/
|
|
3053
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.setIscybersourcebpayapplepaytestuser = function(value) {
|
|
3054
|
+
return jspb.Message.setProto3BooleanField(this, 2, value);
|
|
3055
|
+
};
|
|
3056
|
+
|
|
3057
|
+
|
|
3058
|
+
/**
|
|
3059
|
+
* optional bool isCybersourceSmeApplePayEnabled = 3;
|
|
3060
|
+
* @return {boolean}
|
|
3061
|
+
*/
|
|
3062
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.getIscybersourcesmeapplepayenabled = function() {
|
|
3063
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
|
|
3064
|
+
};
|
|
3065
|
+
|
|
3066
|
+
|
|
3067
|
+
/**
|
|
3068
|
+
* @param {boolean} value
|
|
3069
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} returns this
|
|
3070
|
+
*/
|
|
3071
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.setIscybersourcesmeapplepayenabled = function(value) {
|
|
3072
|
+
return jspb.Message.setProto3BooleanField(this, 3, value);
|
|
3073
|
+
};
|
|
3074
|
+
|
|
3075
|
+
|
|
3076
|
+
/**
|
|
3077
|
+
* optional bool isCybersourceSmeApplePayTestUser = 4;
|
|
3078
|
+
* @return {boolean}
|
|
3079
|
+
*/
|
|
3080
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.getIscybersourcesmeapplepaytestuser = function() {
|
|
3081
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
|
|
3082
|
+
};
|
|
3083
|
+
|
|
3084
|
+
|
|
3085
|
+
/**
|
|
3086
|
+
* @param {boolean} value
|
|
3087
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} returns this
|
|
3088
|
+
*/
|
|
3089
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.setIscybersourcesmeapplepaytestuser = function(value) {
|
|
3090
|
+
return jspb.Message.setProto3BooleanField(this, 4, value);
|
|
3091
|
+
};
|
|
3092
|
+
|
|
3093
|
+
|
|
3094
|
+
/**
|
|
3095
|
+
* optional bool isCybersourceBPayGooglePayEnabled = 5;
|
|
3096
|
+
* @return {boolean}
|
|
3097
|
+
*/
|
|
3098
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.getIscybersourcebpaygooglepayenabled = function() {
|
|
3099
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
|
|
3100
|
+
};
|
|
3101
|
+
|
|
3102
|
+
|
|
3103
|
+
/**
|
|
3104
|
+
* @param {boolean} value
|
|
3105
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} returns this
|
|
3106
|
+
*/
|
|
3107
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.setIscybersourcebpaygooglepayenabled = function(value) {
|
|
3108
|
+
return jspb.Message.setProto3BooleanField(this, 5, value);
|
|
3109
|
+
};
|
|
3110
|
+
|
|
3111
|
+
|
|
3112
|
+
/**
|
|
3113
|
+
* optional bool isCybersourceBPayGooglePayTestUser = 6;
|
|
3114
|
+
* @return {boolean}
|
|
3115
|
+
*/
|
|
3116
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.getIscybersourcebpaygooglepaytestuser = function() {
|
|
3117
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
|
|
3118
|
+
};
|
|
3119
|
+
|
|
3120
|
+
|
|
3121
|
+
/**
|
|
3122
|
+
* @param {boolean} value
|
|
3123
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} returns this
|
|
3124
|
+
*/
|
|
3125
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.setIscybersourcebpaygooglepaytestuser = function(value) {
|
|
3126
|
+
return jspb.Message.setProto3BooleanField(this, 6, value);
|
|
3127
|
+
};
|
|
3128
|
+
|
|
3129
|
+
|
|
3130
|
+
/**
|
|
3131
|
+
* optional bool isCybersourceSmeGooglePayEnabled = 7;
|
|
3132
|
+
* @return {boolean}
|
|
3133
|
+
*/
|
|
3134
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.getIscybersourcesmegooglepayenabled = function() {
|
|
3135
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false));
|
|
3136
|
+
};
|
|
3137
|
+
|
|
3138
|
+
|
|
3139
|
+
/**
|
|
3140
|
+
* @param {boolean} value
|
|
3141
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} returns this
|
|
3142
|
+
*/
|
|
3143
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.setIscybersourcesmegooglepayenabled = function(value) {
|
|
3144
|
+
return jspb.Message.setProto3BooleanField(this, 7, value);
|
|
3145
|
+
};
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
/**
|
|
3149
|
+
* optional bool isCybersourceSmeGooglePayTestUser = 8;
|
|
3150
|
+
* @return {boolean}
|
|
3151
|
+
*/
|
|
3152
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.getIscybersourcesmegooglepaytestuser = function() {
|
|
3153
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false));
|
|
3154
|
+
};
|
|
3155
|
+
|
|
3156
|
+
|
|
3157
|
+
/**
|
|
3158
|
+
* @param {boolean} value
|
|
3159
|
+
* @return {!proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig} returns this
|
|
3160
|
+
*/
|
|
3161
|
+
proto.sniipappappconfigapi.CybersourceDigitalPaymentsEnabledConfig.prototype.setIscybersourcesmegooglepaytestuser = function(value) {
|
|
3162
|
+
return jspb.Message.setProto3BooleanField(this, 8, value);
|
|
3163
|
+
};
|
|
3164
|
+
|
|
3165
|
+
|
|
3166
|
+
|
|
2724
3167
|
/**
|
|
2725
3168
|
* List of repeated fields within this message type.
|
|
2726
3169
|
* @private {!Array<number>}
|