protobuf-platform 1.2.468 → 1.2.470
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/bonus/bonus.proto +3 -3
- package/bonus/bonus_pb.js +9 -27
- package/package.json +1 -1
- package/payment/payment.proto +1 -0
- package/payment/payment_pb.js +49 -1
package/bonus/bonus.proto
CHANGED
|
@@ -218,10 +218,10 @@ message BonusItem {
|
|
|
218
218
|
optional string category = 36;
|
|
219
219
|
optional string mobile_image = 37;
|
|
220
220
|
optional string mobile_image_cdn = 38;
|
|
221
|
-
repeated
|
|
222
|
-
repeated
|
|
221
|
+
repeated int64 wager_games_list_ids = 39;
|
|
222
|
+
repeated int64 excluded_segment_ids = 40;
|
|
223
223
|
// Business-allowed: "any" | "real" | "bonus"
|
|
224
|
-
|
|
224
|
+
string wager_balance_priority = 41;
|
|
225
225
|
}
|
|
226
226
|
message BonusItemsResponse {
|
|
227
227
|
repeated BonusItem items = 1;
|
package/bonus/bonus_pb.js
CHANGED
|
@@ -7440,13 +7440,13 @@ proto.bonus.BonusItem.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
7440
7440
|
msg.setMobileImageCdn(value);
|
|
7441
7441
|
break;
|
|
7442
7442
|
case 39:
|
|
7443
|
-
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.
|
|
7443
|
+
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.readPackedInt64() : [reader.readInt64()]);
|
|
7444
7444
|
for (var i = 0; i < values.length; i++) {
|
|
7445
7445
|
msg.addWagerGamesListIds(values[i]);
|
|
7446
7446
|
}
|
|
7447
7447
|
break;
|
|
7448
7448
|
case 40:
|
|
7449
|
-
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.
|
|
7449
|
+
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.readPackedInt64() : [reader.readInt64()]);
|
|
7450
7450
|
for (var i = 0; i < values.length; i++) {
|
|
7451
7451
|
msg.addExcludedSegmentIds(values[i]);
|
|
7452
7452
|
}
|
|
@@ -7759,20 +7759,20 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
7759
7759
|
}
|
|
7760
7760
|
f = message.getWagerGamesListIdsList();
|
|
7761
7761
|
if (f.length > 0) {
|
|
7762
|
-
writer.
|
|
7762
|
+
writer.writePackedInt64(
|
|
7763
7763
|
39,
|
|
7764
7764
|
f
|
|
7765
7765
|
);
|
|
7766
7766
|
}
|
|
7767
7767
|
f = message.getExcludedSegmentIdsList();
|
|
7768
7768
|
if (f.length > 0) {
|
|
7769
|
-
writer.
|
|
7769
|
+
writer.writePackedInt64(
|
|
7770
7770
|
40,
|
|
7771
7771
|
f
|
|
7772
7772
|
);
|
|
7773
7773
|
}
|
|
7774
|
-
f =
|
|
7775
|
-
if (f
|
|
7774
|
+
f = message.getWagerBalancePriority();
|
|
7775
|
+
if (f.length > 0) {
|
|
7776
7776
|
writer.writeString(
|
|
7777
7777
|
41,
|
|
7778
7778
|
f
|
|
@@ -9165,7 +9165,7 @@ proto.bonus.BonusItem.prototype.hasMobileImageCdn = function() {
|
|
|
9165
9165
|
|
|
9166
9166
|
|
|
9167
9167
|
/**
|
|
9168
|
-
* repeated
|
|
9168
|
+
* repeated int64 wager_games_list_ids = 39;
|
|
9169
9169
|
* @return {!Array<number>}
|
|
9170
9170
|
*/
|
|
9171
9171
|
proto.bonus.BonusItem.prototype.getWagerGamesListIdsList = function() {
|
|
@@ -9202,7 +9202,7 @@ proto.bonus.BonusItem.prototype.clearWagerGamesListIdsList = function() {
|
|
|
9202
9202
|
|
|
9203
9203
|
|
|
9204
9204
|
/**
|
|
9205
|
-
* repeated
|
|
9205
|
+
* repeated int64 excluded_segment_ids = 40;
|
|
9206
9206
|
* @return {!Array<number>}
|
|
9207
9207
|
*/
|
|
9208
9208
|
proto.bonus.BonusItem.prototype.getExcludedSegmentIdsList = function() {
|
|
@@ -9252,25 +9252,7 @@ proto.bonus.BonusItem.prototype.getWagerBalancePriority = function() {
|
|
|
9252
9252
|
* @return {!proto.bonus.BonusItem} returns this
|
|
9253
9253
|
*/
|
|
9254
9254
|
proto.bonus.BonusItem.prototype.setWagerBalancePriority = function(value) {
|
|
9255
|
-
return jspb.Message.
|
|
9256
|
-
};
|
|
9257
|
-
|
|
9258
|
-
|
|
9259
|
-
/**
|
|
9260
|
-
* Clears the field making it undefined.
|
|
9261
|
-
* @return {!proto.bonus.BonusItem} returns this
|
|
9262
|
-
*/
|
|
9263
|
-
proto.bonus.BonusItem.prototype.clearWagerBalancePriority = function() {
|
|
9264
|
-
return jspb.Message.setField(this, 41, undefined);
|
|
9265
|
-
};
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
/**
|
|
9269
|
-
* Returns whether this field is set.
|
|
9270
|
-
* @return {boolean}
|
|
9271
|
-
*/
|
|
9272
|
-
proto.bonus.BonusItem.prototype.hasWagerBalancePriority = function() {
|
|
9273
|
-
return jspb.Message.getField(this, 41) != null;
|
|
9255
|
+
return jspb.Message.setProto3StringField(this, 41, value);
|
|
9274
9256
|
};
|
|
9275
9257
|
|
|
9276
9258
|
|
package/package.json
CHANGED
package/payment/payment.proto
CHANGED
|
@@ -639,6 +639,7 @@ message UserPaymentMethodItem {
|
|
|
639
639
|
optional string provider_payment_id = 17;
|
|
640
640
|
optional string flow_type = 18;
|
|
641
641
|
repeated CashierFieldItem cashier_fields = 19;
|
|
642
|
+
optional string provider_currency = 20;
|
|
642
643
|
}
|
|
643
644
|
message UserPaymentMethodsResponse {
|
|
644
645
|
repeated UserPaymentMethodItem items = 1;
|
package/payment/payment_pb.js
CHANGED
|
@@ -26938,7 +26938,8 @@ proto.payment.UserPaymentMethodItem.toObject = function(includeInstance, msg) {
|
|
|
26938
26938
|
providerPaymentId: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
26939
26939
|
flowType: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
26940
26940
|
cashierFieldsList: jspb.Message.toObjectList(msg.getCashierFieldsList(),
|
|
26941
|
-
proto.payment.CashierFieldItem.toObject, includeInstance)
|
|
26941
|
+
proto.payment.CashierFieldItem.toObject, includeInstance),
|
|
26942
|
+
providerCurrency: jspb.Message.getFieldWithDefault(msg, 20, "")
|
|
26942
26943
|
};
|
|
26943
26944
|
|
|
26944
26945
|
if (includeInstance) {
|
|
@@ -27052,6 +27053,10 @@ proto.payment.UserPaymentMethodItem.deserializeBinaryFromReader = function(msg,
|
|
|
27052
27053
|
reader.readMessage(value,proto.payment.CashierFieldItem.deserializeBinaryFromReader);
|
|
27053
27054
|
msg.addCashierFields(value);
|
|
27054
27055
|
break;
|
|
27056
|
+
case 20:
|
|
27057
|
+
var value = /** @type {string} */ (reader.readString());
|
|
27058
|
+
msg.setProviderCurrency(value);
|
|
27059
|
+
break;
|
|
27055
27060
|
default:
|
|
27056
27061
|
reader.skipField();
|
|
27057
27062
|
break;
|
|
@@ -27215,6 +27220,13 @@ proto.payment.UserPaymentMethodItem.serializeBinaryToWriter = function(message,
|
|
|
27215
27220
|
proto.payment.CashierFieldItem.serializeBinaryToWriter
|
|
27216
27221
|
);
|
|
27217
27222
|
}
|
|
27223
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 20));
|
|
27224
|
+
if (f != null) {
|
|
27225
|
+
writer.writeString(
|
|
27226
|
+
20,
|
|
27227
|
+
f
|
|
27228
|
+
);
|
|
27229
|
+
}
|
|
27218
27230
|
};
|
|
27219
27231
|
|
|
27220
27232
|
|
|
@@ -27778,6 +27790,42 @@ proto.payment.UserPaymentMethodItem.prototype.clearCashierFieldsList = function(
|
|
|
27778
27790
|
};
|
|
27779
27791
|
|
|
27780
27792
|
|
|
27793
|
+
/**
|
|
27794
|
+
* optional string provider_currency = 20;
|
|
27795
|
+
* @return {string}
|
|
27796
|
+
*/
|
|
27797
|
+
proto.payment.UserPaymentMethodItem.prototype.getProviderCurrency = function() {
|
|
27798
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
|
|
27799
|
+
};
|
|
27800
|
+
|
|
27801
|
+
|
|
27802
|
+
/**
|
|
27803
|
+
* @param {string} value
|
|
27804
|
+
* @return {!proto.payment.UserPaymentMethodItem} returns this
|
|
27805
|
+
*/
|
|
27806
|
+
proto.payment.UserPaymentMethodItem.prototype.setProviderCurrency = function(value) {
|
|
27807
|
+
return jspb.Message.setField(this, 20, value);
|
|
27808
|
+
};
|
|
27809
|
+
|
|
27810
|
+
|
|
27811
|
+
/**
|
|
27812
|
+
* Clears the field making it undefined.
|
|
27813
|
+
* @return {!proto.payment.UserPaymentMethodItem} returns this
|
|
27814
|
+
*/
|
|
27815
|
+
proto.payment.UserPaymentMethodItem.prototype.clearProviderCurrency = function() {
|
|
27816
|
+
return jspb.Message.setField(this, 20, undefined);
|
|
27817
|
+
};
|
|
27818
|
+
|
|
27819
|
+
|
|
27820
|
+
/**
|
|
27821
|
+
* Returns whether this field is set.
|
|
27822
|
+
* @return {boolean}
|
|
27823
|
+
*/
|
|
27824
|
+
proto.payment.UserPaymentMethodItem.prototype.hasProviderCurrency = function() {
|
|
27825
|
+
return jspb.Message.getField(this, 20) != null;
|
|
27826
|
+
};
|
|
27827
|
+
|
|
27828
|
+
|
|
27781
27829
|
|
|
27782
27830
|
/**
|
|
27783
27831
|
* List of repeated fields within this message type.
|