@sniipwebmaster/payment-methods-client-grpcweb 0.2.177 → 0.2.178
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 -28
- package/package.json +1 -1
|
@@ -1456,8 +1456,7 @@ proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest.prototype.toObject =
|
|
|
1456
1456
|
*/
|
|
1457
1457
|
proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest.toObject = function(includeInstance, msg) {
|
|
1458
1458
|
var f, obj = {
|
|
1459
|
-
data: (f = msg.getData()) && proto.sniippaymentmethodsserviceapi.AddPaymentMethod.toObject(includeInstance, f)
|
|
1460
|
-
systemauth: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
1459
|
+
data: (f = msg.getData()) && proto.sniippaymentmethodsserviceapi.AddPaymentMethod.toObject(includeInstance, f)
|
|
1461
1460
|
};
|
|
1462
1461
|
|
|
1463
1462
|
if (includeInstance) {
|
|
@@ -1499,10 +1498,6 @@ proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest.deserializeBinaryFro
|
|
|
1499
1498
|
reader.readMessage(value,proto.sniippaymentmethodsserviceapi.AddPaymentMethod.deserializeBinaryFromReader);
|
|
1500
1499
|
msg.setData(value);
|
|
1501
1500
|
break;
|
|
1502
|
-
case 2:
|
|
1503
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1504
|
-
msg.setSystemauth(value);
|
|
1505
|
-
break;
|
|
1506
1501
|
default:
|
|
1507
1502
|
reader.skipField();
|
|
1508
1503
|
break;
|
|
@@ -1540,13 +1535,6 @@ proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest.serializeBinaryToWri
|
|
|
1540
1535
|
proto.sniippaymentmethodsserviceapi.AddPaymentMethod.serializeBinaryToWriter
|
|
1541
1536
|
);
|
|
1542
1537
|
}
|
|
1543
|
-
f = message.getSystemauth();
|
|
1544
|
-
if (f.length > 0) {
|
|
1545
|
-
writer.writeString(
|
|
1546
|
-
2,
|
|
1547
|
-
f
|
|
1548
|
-
);
|
|
1549
|
-
}
|
|
1550
1538
|
};
|
|
1551
1539
|
|
|
1552
1540
|
|
|
@@ -1580,21 +1568,6 @@ proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest.prototype.hasData =
|
|
|
1580
1568
|
};
|
|
1581
1569
|
|
|
1582
1570
|
|
|
1583
|
-
/**
|
|
1584
|
-
* optional string systemAuth = 2;
|
|
1585
|
-
* @return {string}
|
|
1586
|
-
*/
|
|
1587
|
-
proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest.prototype.getSystemauth = function() {
|
|
1588
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
1589
|
-
};
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
/** @param {string} value */
|
|
1593
|
-
proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest.prototype.setSystemauth = function(value) {
|
|
1594
|
-
jspb.Message.setProto3StringField(this, 2, value);
|
|
1595
|
-
};
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
1571
|
|
|
1599
1572
|
/**
|
|
1600
1573
|
* Generated by JsPbCodeGenerator.
|