@sniipwebmaster/payment-methods-client-grpcweb 26.2.7812 → 26.2.7830
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.js +1 -30
- package/package.json +1 -1
|
@@ -18356,7 +18356,7 @@ proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.prototype.toObject = fun
|
|
|
18356
18356
|
*/
|
|
18357
18357
|
proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.toObject = function(includeInstance, msg) {
|
|
18358
18358
|
var f, obj = {
|
|
18359
|
-
|
|
18359
|
+
|
|
18360
18360
|
};
|
|
18361
18361
|
|
|
18362
18362
|
if (includeInstance) {
|
|
@@ -18393,10 +18393,6 @@ proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.deserializeBinaryFromRea
|
|
|
18393
18393
|
}
|
|
18394
18394
|
var field = reader.getFieldNumber();
|
|
18395
18395
|
switch (field) {
|
|
18396
|
-
case 1:
|
|
18397
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
18398
|
-
msg.setUserid(value);
|
|
18399
|
-
break;
|
|
18400
18396
|
default:
|
|
18401
18397
|
reader.skipField();
|
|
18402
18398
|
break;
|
|
@@ -18426,31 +18422,6 @@ proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.prototype.serializeBinar
|
|
|
18426
18422
|
*/
|
|
18427
18423
|
proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.serializeBinaryToWriter = function(message, writer) {
|
|
18428
18424
|
var f = undefined;
|
|
18429
|
-
f = message.getUserid();
|
|
18430
|
-
if (f !== 0) {
|
|
18431
|
-
writer.writeInt64(
|
|
18432
|
-
1,
|
|
18433
|
-
f
|
|
18434
|
-
);
|
|
18435
|
-
}
|
|
18436
|
-
};
|
|
18437
|
-
|
|
18438
|
-
|
|
18439
|
-
/**
|
|
18440
|
-
* optional int64 userId = 1;
|
|
18441
|
-
* @return {number}
|
|
18442
|
-
*/
|
|
18443
|
-
proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.prototype.getUserid = function() {
|
|
18444
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
18445
|
-
};
|
|
18446
|
-
|
|
18447
|
-
|
|
18448
|
-
/**
|
|
18449
|
-
* @param {number} value
|
|
18450
|
-
* @return {!proto.sniippaymentmethodsserviceapi.AddClick2PayRequest} returns this
|
|
18451
|
-
*/
|
|
18452
|
-
proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.prototype.setUserid = function(value) {
|
|
18453
|
-
return jspb.Message.setProto3IntField(this, 1, value);
|
|
18454
18425
|
};
|
|
18455
18426
|
|
|
18456
18427
|
|