protobuf-platform 1.2.182 → 1.2.184
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 +24 -23
- package/bonus/bonus_pb.js +220 -172
- package/cms/cms.proto +10 -1
- package/cms/cms_grpc_pb.js +44 -0
- package/cms/cms_pb.js +400 -0
- package/package.json +1 -1
package/bonus/bonus_pb.js
CHANGED
|
@@ -5847,7 +5847,7 @@ proto.bonus.BonusResponse.prototype.hasData = function() {
|
|
|
5847
5847
|
* @private {!Array<number>}
|
|
5848
5848
|
* @const
|
|
5849
5849
|
*/
|
|
5850
|
-
proto.bonus.BonusItem.repeatedFields_ = [
|
|
5850
|
+
proto.bonus.BonusItem.repeatedFields_ = [20,21,22,25,26,27];
|
|
5851
5851
|
|
|
5852
5852
|
|
|
5853
5853
|
|
|
@@ -5884,34 +5884,35 @@ proto.bonus.BonusItem.toObject = function(includeInstance, msg) {
|
|
|
5884
5884
|
title: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
5885
5885
|
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
5886
5886
|
image: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
|
|
5890
|
-
|
|
5891
|
-
|
|
5892
|
-
|
|
5893
|
-
|
|
5894
|
-
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
|
|
5898
|
-
|
|
5899
|
-
|
|
5900
|
-
|
|
5887
|
+
imageCdn: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
5888
|
+
status: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
5889
|
+
type: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
5890
|
+
wagerX: jspb.Message.getFieldWithDefault(msg, 8, 0),
|
|
5891
|
+
payoutX: jspb.Message.getFieldWithDefault(msg, 9, 0),
|
|
5892
|
+
isRealWagering: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
|
|
5893
|
+
isBonusWagering: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
|
|
5894
|
+
repeatCount: jspb.Message.getFieldWithDefault(msg, 12, 0),
|
|
5895
|
+
wagerGamesListId: jspb.Message.getFieldWithDefault(msg, 13, 0),
|
|
5896
|
+
startedAt: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
5897
|
+
finishedAt: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
5898
|
+
showPreviousAt: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
5899
|
+
claimPeriodInHours: jspb.Message.getFieldWithDefault(msg, 17, 0),
|
|
5900
|
+
activationPeriodInHours: jspb.Message.getFieldWithDefault(msg, 18, 0),
|
|
5901
|
+
wageringPeriodInHours: jspb.Message.getFieldWithDefault(msg, 19, 0),
|
|
5901
5902
|
activationRulesList: jspb.Message.toObjectList(msg.getActivationRulesList(),
|
|
5902
5903
|
proto.bonus.ActivationRule.toObject, includeInstance),
|
|
5903
5904
|
rewardsList: jspb.Message.toObjectList(msg.getRewardsList(),
|
|
5904
5905
|
proto.bonus.BonusReward.toObject, includeInstance),
|
|
5905
5906
|
betsRangeList: jspb.Message.toObjectList(msg.getBetsRangeList(),
|
|
5906
5907
|
proto.bonus.BetsRange.toObject, includeInstance),
|
|
5907
|
-
typeData: jspb.Message.getFieldWithDefault(msg,
|
|
5908
|
-
statusId: jspb.Message.getFieldWithDefault(msg,
|
|
5908
|
+
typeData: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
5909
|
+
statusId: jspb.Message.getFieldWithDefault(msg, 24, 0),
|
|
5909
5910
|
translationsList: jspb.Message.toObjectList(msg.getTranslationsList(),
|
|
5910
5911
|
proto.bonus.BonusTranslationItem.toObject, includeInstance),
|
|
5911
|
-
segmentIdsList: (f = jspb.Message.getRepeatedField(msg,
|
|
5912
|
+
segmentIdsList: (f = jspb.Message.getRepeatedField(msg, 26)) == null ? undefined : f,
|
|
5912
5913
|
wagerGamesList: jspb.Message.toObjectList(msg.getWagerGamesList(),
|
|
5913
5914
|
proto.bonus.GameItem.toObject, includeInstance),
|
|
5914
|
-
slug: jspb.Message.getFieldWithDefault(msg,
|
|
5915
|
+
slug: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
5915
5916
|
};
|
|
5916
5917
|
|
|
5917
5918
|
if (includeInstance) {
|
|
@@ -5966,100 +5967,104 @@ proto.bonus.BonusItem.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
5966
5967
|
break;
|
|
5967
5968
|
case 5:
|
|
5968
5969
|
var value = /** @type {string} */ (reader.readString());
|
|
5969
|
-
msg.
|
|
5970
|
+
msg.setImageCdn(value);
|
|
5970
5971
|
break;
|
|
5971
5972
|
case 6:
|
|
5972
5973
|
var value = /** @type {string} */ (reader.readString());
|
|
5973
|
-
msg.
|
|
5974
|
+
msg.setStatus(value);
|
|
5974
5975
|
break;
|
|
5975
5976
|
case 7:
|
|
5977
|
+
var value = /** @type {string} */ (reader.readString());
|
|
5978
|
+
msg.setType(value);
|
|
5979
|
+
break;
|
|
5980
|
+
case 8:
|
|
5976
5981
|
var value = /** @type {number} */ (reader.readInt32());
|
|
5977
5982
|
msg.setWagerX(value);
|
|
5978
5983
|
break;
|
|
5979
|
-
case
|
|
5984
|
+
case 9:
|
|
5980
5985
|
var value = /** @type {number} */ (reader.readInt32());
|
|
5981
5986
|
msg.setPayoutX(value);
|
|
5982
5987
|
break;
|
|
5983
|
-
case
|
|
5988
|
+
case 10:
|
|
5984
5989
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
5985
5990
|
msg.setIsRealWagering(value);
|
|
5986
5991
|
break;
|
|
5987
|
-
case
|
|
5992
|
+
case 11:
|
|
5988
5993
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
5989
5994
|
msg.setIsBonusWagering(value);
|
|
5990
5995
|
break;
|
|
5991
|
-
case
|
|
5996
|
+
case 12:
|
|
5992
5997
|
var value = /** @type {number} */ (reader.readInt32());
|
|
5993
5998
|
msg.setRepeatCount(value);
|
|
5994
5999
|
break;
|
|
5995
|
-
case
|
|
6000
|
+
case 13:
|
|
5996
6001
|
var value = /** @type {number} */ (reader.readInt32());
|
|
5997
6002
|
msg.setWagerGamesListId(value);
|
|
5998
6003
|
break;
|
|
5999
|
-
case
|
|
6004
|
+
case 14:
|
|
6000
6005
|
var value = /** @type {string} */ (reader.readString());
|
|
6001
6006
|
msg.setStartedAt(value);
|
|
6002
6007
|
break;
|
|
6003
|
-
case
|
|
6008
|
+
case 15:
|
|
6004
6009
|
var value = /** @type {string} */ (reader.readString());
|
|
6005
6010
|
msg.setFinishedAt(value);
|
|
6006
6011
|
break;
|
|
6007
|
-
case
|
|
6012
|
+
case 16:
|
|
6008
6013
|
var value = /** @type {string} */ (reader.readString());
|
|
6009
6014
|
msg.setShowPreviousAt(value);
|
|
6010
6015
|
break;
|
|
6011
|
-
case
|
|
6016
|
+
case 17:
|
|
6012
6017
|
var value = /** @type {number} */ (reader.readInt32());
|
|
6013
6018
|
msg.setClaimPeriodInHours(value);
|
|
6014
6019
|
break;
|
|
6015
|
-
case
|
|
6020
|
+
case 18:
|
|
6016
6021
|
var value = /** @type {number} */ (reader.readInt32());
|
|
6017
6022
|
msg.setActivationPeriodInHours(value);
|
|
6018
6023
|
break;
|
|
6019
|
-
case
|
|
6024
|
+
case 19:
|
|
6020
6025
|
var value = /** @type {number} */ (reader.readInt32());
|
|
6021
6026
|
msg.setWageringPeriodInHours(value);
|
|
6022
6027
|
break;
|
|
6023
|
-
case
|
|
6028
|
+
case 20:
|
|
6024
6029
|
var value = new proto.bonus.ActivationRule;
|
|
6025
6030
|
reader.readMessage(value,proto.bonus.ActivationRule.deserializeBinaryFromReader);
|
|
6026
6031
|
msg.addActivationRules(value);
|
|
6027
6032
|
break;
|
|
6028
|
-
case
|
|
6033
|
+
case 21:
|
|
6029
6034
|
var value = new proto.bonus.BonusReward;
|
|
6030
6035
|
reader.readMessage(value,proto.bonus.BonusReward.deserializeBinaryFromReader);
|
|
6031
6036
|
msg.addRewards(value);
|
|
6032
6037
|
break;
|
|
6033
|
-
case
|
|
6038
|
+
case 22:
|
|
6034
6039
|
var value = new proto.bonus.BetsRange;
|
|
6035
6040
|
reader.readMessage(value,proto.bonus.BetsRange.deserializeBinaryFromReader);
|
|
6036
6041
|
msg.addBetsRange(value);
|
|
6037
6042
|
break;
|
|
6038
|
-
case
|
|
6043
|
+
case 23:
|
|
6039
6044
|
var value = /** @type {string} */ (reader.readString());
|
|
6040
6045
|
msg.setTypeData(value);
|
|
6041
6046
|
break;
|
|
6042
|
-
case
|
|
6047
|
+
case 24:
|
|
6043
6048
|
var value = /** @type {number} */ (reader.readInt32());
|
|
6044
6049
|
msg.setStatusId(value);
|
|
6045
6050
|
break;
|
|
6046
|
-
case
|
|
6051
|
+
case 25:
|
|
6047
6052
|
var value = new proto.bonus.BonusTranslationItem;
|
|
6048
6053
|
reader.readMessage(value,proto.bonus.BonusTranslationItem.deserializeBinaryFromReader);
|
|
6049
6054
|
msg.addTranslations(value);
|
|
6050
6055
|
break;
|
|
6051
|
-
case
|
|
6056
|
+
case 26:
|
|
6052
6057
|
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.readPackedInt32() : [reader.readInt32()]);
|
|
6053
6058
|
for (var i = 0; i < values.length; i++) {
|
|
6054
6059
|
msg.addSegmentIds(values[i]);
|
|
6055
6060
|
}
|
|
6056
6061
|
break;
|
|
6057
|
-
case
|
|
6062
|
+
case 27:
|
|
6058
6063
|
var value = new proto.bonus.GameItem;
|
|
6059
6064
|
reader.readMessage(value,proto.bonus.GameItem.deserializeBinaryFromReader);
|
|
6060
6065
|
msg.addWagerGames(value);
|
|
6061
6066
|
break;
|
|
6062
|
-
case
|
|
6067
|
+
case 28:
|
|
6063
6068
|
var value = /** @type {string} */ (reader.readString());
|
|
6064
6069
|
msg.setSlug(value);
|
|
6065
6070
|
break;
|
|
@@ -6134,9 +6139,9 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
6134
6139
|
f
|
|
6135
6140
|
);
|
|
6136
6141
|
}
|
|
6137
|
-
f = /** @type {
|
|
6142
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
6138
6143
|
if (f != null) {
|
|
6139
|
-
writer.
|
|
6144
|
+
writer.writeString(
|
|
6140
6145
|
7,
|
|
6141
6146
|
f
|
|
6142
6147
|
);
|
|
@@ -6148,9 +6153,9 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
6148
6153
|
f
|
|
6149
6154
|
);
|
|
6150
6155
|
}
|
|
6151
|
-
f = /** @type {
|
|
6156
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 9));
|
|
6152
6157
|
if (f != null) {
|
|
6153
|
-
writer.
|
|
6158
|
+
writer.writeInt32(
|
|
6154
6159
|
9,
|
|
6155
6160
|
f
|
|
6156
6161
|
);
|
|
@@ -6162,9 +6167,9 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
6162
6167
|
f
|
|
6163
6168
|
);
|
|
6164
6169
|
}
|
|
6165
|
-
f = /** @type {
|
|
6170
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 11));
|
|
6166
6171
|
if (f != null) {
|
|
6167
|
-
writer.
|
|
6172
|
+
writer.writeBool(
|
|
6168
6173
|
11,
|
|
6169
6174
|
f
|
|
6170
6175
|
);
|
|
@@ -6176,9 +6181,9 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
6176
6181
|
f
|
|
6177
6182
|
);
|
|
6178
6183
|
}
|
|
6179
|
-
f = /** @type {
|
|
6184
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 13));
|
|
6180
6185
|
if (f != null) {
|
|
6181
|
-
writer.
|
|
6186
|
+
writer.writeInt32(
|
|
6182
6187
|
13,
|
|
6183
6188
|
f
|
|
6184
6189
|
);
|
|
@@ -6197,9 +6202,9 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
6197
6202
|
f
|
|
6198
6203
|
);
|
|
6199
6204
|
}
|
|
6200
|
-
f = /** @type {
|
|
6205
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 16));
|
|
6201
6206
|
if (f != null) {
|
|
6202
|
-
writer.
|
|
6207
|
+
writer.writeString(
|
|
6203
6208
|
16,
|
|
6204
6209
|
f
|
|
6205
6210
|
);
|
|
@@ -6218,10 +6223,17 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
6218
6223
|
f
|
|
6219
6224
|
);
|
|
6220
6225
|
}
|
|
6226
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 19));
|
|
6227
|
+
if (f != null) {
|
|
6228
|
+
writer.writeInt32(
|
|
6229
|
+
19,
|
|
6230
|
+
f
|
|
6231
|
+
);
|
|
6232
|
+
}
|
|
6221
6233
|
f = message.getActivationRulesList();
|
|
6222
6234
|
if (f.length > 0) {
|
|
6223
6235
|
writer.writeRepeatedMessage(
|
|
6224
|
-
|
|
6236
|
+
20,
|
|
6225
6237
|
f,
|
|
6226
6238
|
proto.bonus.ActivationRule.serializeBinaryToWriter
|
|
6227
6239
|
);
|
|
@@ -6229,7 +6241,7 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
6229
6241
|
f = message.getRewardsList();
|
|
6230
6242
|
if (f.length > 0) {
|
|
6231
6243
|
writer.writeRepeatedMessage(
|
|
6232
|
-
|
|
6244
|
+
21,
|
|
6233
6245
|
f,
|
|
6234
6246
|
proto.bonus.BonusReward.serializeBinaryToWriter
|
|
6235
6247
|
);
|
|
@@ -6237,29 +6249,29 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
6237
6249
|
f = message.getBetsRangeList();
|
|
6238
6250
|
if (f.length > 0) {
|
|
6239
6251
|
writer.writeRepeatedMessage(
|
|
6240
|
-
|
|
6252
|
+
22,
|
|
6241
6253
|
f,
|
|
6242
6254
|
proto.bonus.BetsRange.serializeBinaryToWriter
|
|
6243
6255
|
);
|
|
6244
6256
|
}
|
|
6245
|
-
f = /** @type {string} */ (jspb.Message.getField(message,
|
|
6257
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 23));
|
|
6246
6258
|
if (f != null) {
|
|
6247
6259
|
writer.writeString(
|
|
6248
|
-
|
|
6260
|
+
23,
|
|
6249
6261
|
f
|
|
6250
6262
|
);
|
|
6251
6263
|
}
|
|
6252
|
-
f = /** @type {number} */ (jspb.Message.getField(message,
|
|
6264
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 24));
|
|
6253
6265
|
if (f != null) {
|
|
6254
6266
|
writer.writeInt32(
|
|
6255
|
-
|
|
6267
|
+
24,
|
|
6256
6268
|
f
|
|
6257
6269
|
);
|
|
6258
6270
|
}
|
|
6259
6271
|
f = message.getTranslationsList();
|
|
6260
6272
|
if (f.length > 0) {
|
|
6261
6273
|
writer.writeRepeatedMessage(
|
|
6262
|
-
|
|
6274
|
+
25,
|
|
6263
6275
|
f,
|
|
6264
6276
|
proto.bonus.BonusTranslationItem.serializeBinaryToWriter
|
|
6265
6277
|
);
|
|
@@ -6267,22 +6279,22 @@ proto.bonus.BonusItem.serializeBinaryToWriter = function(message, writer) {
|
|
|
6267
6279
|
f = message.getSegmentIdsList();
|
|
6268
6280
|
if (f.length > 0) {
|
|
6269
6281
|
writer.writePackedInt32(
|
|
6270
|
-
|
|
6282
|
+
26,
|
|
6271
6283
|
f
|
|
6272
6284
|
);
|
|
6273
6285
|
}
|
|
6274
6286
|
f = message.getWagerGamesList();
|
|
6275
6287
|
if (f.length > 0) {
|
|
6276
6288
|
writer.writeRepeatedMessage(
|
|
6277
|
-
|
|
6289
|
+
27,
|
|
6278
6290
|
f,
|
|
6279
6291
|
proto.bonus.GameItem.serializeBinaryToWriter
|
|
6280
6292
|
);
|
|
6281
6293
|
}
|
|
6282
|
-
f = /** @type {string} */ (jspb.Message.getField(message,
|
|
6294
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 28));
|
|
6283
6295
|
if (f != null) {
|
|
6284
6296
|
writer.writeString(
|
|
6285
|
-
|
|
6297
|
+
28,
|
|
6286
6298
|
f
|
|
6287
6299
|
);
|
|
6288
6300
|
}
|
|
@@ -6434,10 +6446,10 @@ proto.bonus.BonusItem.prototype.hasImage = function() {
|
|
|
6434
6446
|
|
|
6435
6447
|
|
|
6436
6448
|
/**
|
|
6437
|
-
* optional string
|
|
6449
|
+
* optional string image_cdn = 5;
|
|
6438
6450
|
* @return {string}
|
|
6439
6451
|
*/
|
|
6440
|
-
proto.bonus.BonusItem.prototype.
|
|
6452
|
+
proto.bonus.BonusItem.prototype.getImageCdn = function() {
|
|
6441
6453
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
6442
6454
|
};
|
|
6443
6455
|
|
|
@@ -6446,7 +6458,7 @@ proto.bonus.BonusItem.prototype.getStatus = function() {
|
|
|
6446
6458
|
* @param {string} value
|
|
6447
6459
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6448
6460
|
*/
|
|
6449
|
-
proto.bonus.BonusItem.prototype.
|
|
6461
|
+
proto.bonus.BonusItem.prototype.setImageCdn = function(value) {
|
|
6450
6462
|
return jspb.Message.setField(this, 5, value);
|
|
6451
6463
|
};
|
|
6452
6464
|
|
|
@@ -6455,7 +6467,7 @@ proto.bonus.BonusItem.prototype.setStatus = function(value) {
|
|
|
6455
6467
|
* Clears the field making it undefined.
|
|
6456
6468
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6457
6469
|
*/
|
|
6458
|
-
proto.bonus.BonusItem.prototype.
|
|
6470
|
+
proto.bonus.BonusItem.prototype.clearImageCdn = function() {
|
|
6459
6471
|
return jspb.Message.setField(this, 5, undefined);
|
|
6460
6472
|
};
|
|
6461
6473
|
|
|
@@ -6464,16 +6476,16 @@ proto.bonus.BonusItem.prototype.clearStatus = function() {
|
|
|
6464
6476
|
* Returns whether this field is set.
|
|
6465
6477
|
* @return {boolean}
|
|
6466
6478
|
*/
|
|
6467
|
-
proto.bonus.BonusItem.prototype.
|
|
6479
|
+
proto.bonus.BonusItem.prototype.hasImageCdn = function() {
|
|
6468
6480
|
return jspb.Message.getField(this, 5) != null;
|
|
6469
6481
|
};
|
|
6470
6482
|
|
|
6471
6483
|
|
|
6472
6484
|
/**
|
|
6473
|
-
* optional string
|
|
6485
|
+
* optional string status = 6;
|
|
6474
6486
|
* @return {string}
|
|
6475
6487
|
*/
|
|
6476
|
-
proto.bonus.BonusItem.prototype.
|
|
6488
|
+
proto.bonus.BonusItem.prototype.getStatus = function() {
|
|
6477
6489
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
6478
6490
|
};
|
|
6479
6491
|
|
|
@@ -6482,7 +6494,7 @@ proto.bonus.BonusItem.prototype.getType = function() {
|
|
|
6482
6494
|
* @param {string} value
|
|
6483
6495
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6484
6496
|
*/
|
|
6485
|
-
proto.bonus.BonusItem.prototype.
|
|
6497
|
+
proto.bonus.BonusItem.prototype.setStatus = function(value) {
|
|
6486
6498
|
return jspb.Message.setField(this, 6, value);
|
|
6487
6499
|
};
|
|
6488
6500
|
|
|
@@ -6491,7 +6503,7 @@ proto.bonus.BonusItem.prototype.setType = function(value) {
|
|
|
6491
6503
|
* Clears the field making it undefined.
|
|
6492
6504
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6493
6505
|
*/
|
|
6494
|
-
proto.bonus.BonusItem.prototype.
|
|
6506
|
+
proto.bonus.BonusItem.prototype.clearStatus = function() {
|
|
6495
6507
|
return jspb.Message.setField(this, 6, undefined);
|
|
6496
6508
|
};
|
|
6497
6509
|
|
|
@@ -6500,17 +6512,53 @@ proto.bonus.BonusItem.prototype.clearType = function() {
|
|
|
6500
6512
|
* Returns whether this field is set.
|
|
6501
6513
|
* @return {boolean}
|
|
6502
6514
|
*/
|
|
6503
|
-
proto.bonus.BonusItem.prototype.
|
|
6515
|
+
proto.bonus.BonusItem.prototype.hasStatus = function() {
|
|
6504
6516
|
return jspb.Message.getField(this, 6) != null;
|
|
6505
6517
|
};
|
|
6506
6518
|
|
|
6507
6519
|
|
|
6508
6520
|
/**
|
|
6509
|
-
* optional
|
|
6521
|
+
* optional string type = 7;
|
|
6522
|
+
* @return {string}
|
|
6523
|
+
*/
|
|
6524
|
+
proto.bonus.BonusItem.prototype.getType = function() {
|
|
6525
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
6526
|
+
};
|
|
6527
|
+
|
|
6528
|
+
|
|
6529
|
+
/**
|
|
6530
|
+
* @param {string} value
|
|
6531
|
+
* @return {!proto.bonus.BonusItem} returns this
|
|
6532
|
+
*/
|
|
6533
|
+
proto.bonus.BonusItem.prototype.setType = function(value) {
|
|
6534
|
+
return jspb.Message.setField(this, 7, value);
|
|
6535
|
+
};
|
|
6536
|
+
|
|
6537
|
+
|
|
6538
|
+
/**
|
|
6539
|
+
* Clears the field making it undefined.
|
|
6540
|
+
* @return {!proto.bonus.BonusItem} returns this
|
|
6541
|
+
*/
|
|
6542
|
+
proto.bonus.BonusItem.prototype.clearType = function() {
|
|
6543
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
6544
|
+
};
|
|
6545
|
+
|
|
6546
|
+
|
|
6547
|
+
/**
|
|
6548
|
+
* Returns whether this field is set.
|
|
6549
|
+
* @return {boolean}
|
|
6550
|
+
*/
|
|
6551
|
+
proto.bonus.BonusItem.prototype.hasType = function() {
|
|
6552
|
+
return jspb.Message.getField(this, 7) != null;
|
|
6553
|
+
};
|
|
6554
|
+
|
|
6555
|
+
|
|
6556
|
+
/**
|
|
6557
|
+
* optional int32 wager_x = 8;
|
|
6510
6558
|
* @return {number}
|
|
6511
6559
|
*/
|
|
6512
6560
|
proto.bonus.BonusItem.prototype.getWagerX = function() {
|
|
6513
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this,
|
|
6561
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0));
|
|
6514
6562
|
};
|
|
6515
6563
|
|
|
6516
6564
|
|
|
@@ -6519,7 +6567,7 @@ proto.bonus.BonusItem.prototype.getWagerX = function() {
|
|
|
6519
6567
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6520
6568
|
*/
|
|
6521
6569
|
proto.bonus.BonusItem.prototype.setWagerX = function(value) {
|
|
6522
|
-
return jspb.Message.setField(this,
|
|
6570
|
+
return jspb.Message.setField(this, 8, value);
|
|
6523
6571
|
};
|
|
6524
6572
|
|
|
6525
6573
|
|
|
@@ -6528,7 +6576,7 @@ proto.bonus.BonusItem.prototype.setWagerX = function(value) {
|
|
|
6528
6576
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6529
6577
|
*/
|
|
6530
6578
|
proto.bonus.BonusItem.prototype.clearWagerX = function() {
|
|
6531
|
-
return jspb.Message.setField(this,
|
|
6579
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
6532
6580
|
};
|
|
6533
6581
|
|
|
6534
6582
|
|
|
@@ -6537,16 +6585,16 @@ proto.bonus.BonusItem.prototype.clearWagerX = function() {
|
|
|
6537
6585
|
* @return {boolean}
|
|
6538
6586
|
*/
|
|
6539
6587
|
proto.bonus.BonusItem.prototype.hasWagerX = function() {
|
|
6540
|
-
return jspb.Message.getField(this,
|
|
6588
|
+
return jspb.Message.getField(this, 8) != null;
|
|
6541
6589
|
};
|
|
6542
6590
|
|
|
6543
6591
|
|
|
6544
6592
|
/**
|
|
6545
|
-
* optional int32 payout_x =
|
|
6593
|
+
* optional int32 payout_x = 9;
|
|
6546
6594
|
* @return {number}
|
|
6547
6595
|
*/
|
|
6548
6596
|
proto.bonus.BonusItem.prototype.getPayoutX = function() {
|
|
6549
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this,
|
|
6597
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
|
|
6550
6598
|
};
|
|
6551
6599
|
|
|
6552
6600
|
|
|
@@ -6555,7 +6603,7 @@ proto.bonus.BonusItem.prototype.getPayoutX = function() {
|
|
|
6555
6603
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6556
6604
|
*/
|
|
6557
6605
|
proto.bonus.BonusItem.prototype.setPayoutX = function(value) {
|
|
6558
|
-
return jspb.Message.setField(this,
|
|
6606
|
+
return jspb.Message.setField(this, 9, value);
|
|
6559
6607
|
};
|
|
6560
6608
|
|
|
6561
6609
|
|
|
@@ -6564,7 +6612,7 @@ proto.bonus.BonusItem.prototype.setPayoutX = function(value) {
|
|
|
6564
6612
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6565
6613
|
*/
|
|
6566
6614
|
proto.bonus.BonusItem.prototype.clearPayoutX = function() {
|
|
6567
|
-
return jspb.Message.setField(this,
|
|
6615
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
6568
6616
|
};
|
|
6569
6617
|
|
|
6570
6618
|
|
|
@@ -6573,16 +6621,16 @@ proto.bonus.BonusItem.prototype.clearPayoutX = function() {
|
|
|
6573
6621
|
* @return {boolean}
|
|
6574
6622
|
*/
|
|
6575
6623
|
proto.bonus.BonusItem.prototype.hasPayoutX = function() {
|
|
6576
|
-
return jspb.Message.getField(this,
|
|
6624
|
+
return jspb.Message.getField(this, 9) != null;
|
|
6577
6625
|
};
|
|
6578
6626
|
|
|
6579
6627
|
|
|
6580
6628
|
/**
|
|
6581
|
-
* optional bool is_real_wagering =
|
|
6629
|
+
* optional bool is_real_wagering = 10;
|
|
6582
6630
|
* @return {boolean}
|
|
6583
6631
|
*/
|
|
6584
6632
|
proto.bonus.BonusItem.prototype.getIsRealWagering = function() {
|
|
6585
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this,
|
|
6633
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 10, false));
|
|
6586
6634
|
};
|
|
6587
6635
|
|
|
6588
6636
|
|
|
@@ -6591,7 +6639,7 @@ proto.bonus.BonusItem.prototype.getIsRealWagering = function() {
|
|
|
6591
6639
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6592
6640
|
*/
|
|
6593
6641
|
proto.bonus.BonusItem.prototype.setIsRealWagering = function(value) {
|
|
6594
|
-
return jspb.Message.setField(this,
|
|
6642
|
+
return jspb.Message.setField(this, 10, value);
|
|
6595
6643
|
};
|
|
6596
6644
|
|
|
6597
6645
|
|
|
@@ -6600,7 +6648,7 @@ proto.bonus.BonusItem.prototype.setIsRealWagering = function(value) {
|
|
|
6600
6648
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6601
6649
|
*/
|
|
6602
6650
|
proto.bonus.BonusItem.prototype.clearIsRealWagering = function() {
|
|
6603
|
-
return jspb.Message.setField(this,
|
|
6651
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
6604
6652
|
};
|
|
6605
6653
|
|
|
6606
6654
|
|
|
@@ -6609,16 +6657,16 @@ proto.bonus.BonusItem.prototype.clearIsRealWagering = function() {
|
|
|
6609
6657
|
* @return {boolean}
|
|
6610
6658
|
*/
|
|
6611
6659
|
proto.bonus.BonusItem.prototype.hasIsRealWagering = function() {
|
|
6612
|
-
return jspb.Message.getField(this,
|
|
6660
|
+
return jspb.Message.getField(this, 10) != null;
|
|
6613
6661
|
};
|
|
6614
6662
|
|
|
6615
6663
|
|
|
6616
6664
|
/**
|
|
6617
|
-
* optional bool is_bonus_wagering =
|
|
6665
|
+
* optional bool is_bonus_wagering = 11;
|
|
6618
6666
|
* @return {boolean}
|
|
6619
6667
|
*/
|
|
6620
6668
|
proto.bonus.BonusItem.prototype.getIsBonusWagering = function() {
|
|
6621
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this,
|
|
6669
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 11, false));
|
|
6622
6670
|
};
|
|
6623
6671
|
|
|
6624
6672
|
|
|
@@ -6627,7 +6675,7 @@ proto.bonus.BonusItem.prototype.getIsBonusWagering = function() {
|
|
|
6627
6675
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6628
6676
|
*/
|
|
6629
6677
|
proto.bonus.BonusItem.prototype.setIsBonusWagering = function(value) {
|
|
6630
|
-
return jspb.Message.setField(this,
|
|
6678
|
+
return jspb.Message.setField(this, 11, value);
|
|
6631
6679
|
};
|
|
6632
6680
|
|
|
6633
6681
|
|
|
@@ -6636,7 +6684,7 @@ proto.bonus.BonusItem.prototype.setIsBonusWagering = function(value) {
|
|
|
6636
6684
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6637
6685
|
*/
|
|
6638
6686
|
proto.bonus.BonusItem.prototype.clearIsBonusWagering = function() {
|
|
6639
|
-
return jspb.Message.setField(this,
|
|
6687
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
6640
6688
|
};
|
|
6641
6689
|
|
|
6642
6690
|
|
|
@@ -6645,16 +6693,16 @@ proto.bonus.BonusItem.prototype.clearIsBonusWagering = function() {
|
|
|
6645
6693
|
* @return {boolean}
|
|
6646
6694
|
*/
|
|
6647
6695
|
proto.bonus.BonusItem.prototype.hasIsBonusWagering = function() {
|
|
6648
|
-
return jspb.Message.getField(this,
|
|
6696
|
+
return jspb.Message.getField(this, 11) != null;
|
|
6649
6697
|
};
|
|
6650
6698
|
|
|
6651
6699
|
|
|
6652
6700
|
/**
|
|
6653
|
-
* optional int32 repeat_count =
|
|
6701
|
+
* optional int32 repeat_count = 12;
|
|
6654
6702
|
* @return {number}
|
|
6655
6703
|
*/
|
|
6656
6704
|
proto.bonus.BonusItem.prototype.getRepeatCount = function() {
|
|
6657
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this,
|
|
6705
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
|
|
6658
6706
|
};
|
|
6659
6707
|
|
|
6660
6708
|
|
|
@@ -6663,7 +6711,7 @@ proto.bonus.BonusItem.prototype.getRepeatCount = function() {
|
|
|
6663
6711
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6664
6712
|
*/
|
|
6665
6713
|
proto.bonus.BonusItem.prototype.setRepeatCount = function(value) {
|
|
6666
|
-
return jspb.Message.setField(this,
|
|
6714
|
+
return jspb.Message.setField(this, 12, value);
|
|
6667
6715
|
};
|
|
6668
6716
|
|
|
6669
6717
|
|
|
@@ -6672,7 +6720,7 @@ proto.bonus.BonusItem.prototype.setRepeatCount = function(value) {
|
|
|
6672
6720
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6673
6721
|
*/
|
|
6674
6722
|
proto.bonus.BonusItem.prototype.clearRepeatCount = function() {
|
|
6675
|
-
return jspb.Message.setField(this,
|
|
6723
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
6676
6724
|
};
|
|
6677
6725
|
|
|
6678
6726
|
|
|
@@ -6681,16 +6729,16 @@ proto.bonus.BonusItem.prototype.clearRepeatCount = function() {
|
|
|
6681
6729
|
* @return {boolean}
|
|
6682
6730
|
*/
|
|
6683
6731
|
proto.bonus.BonusItem.prototype.hasRepeatCount = function() {
|
|
6684
|
-
return jspb.Message.getField(this,
|
|
6732
|
+
return jspb.Message.getField(this, 12) != null;
|
|
6685
6733
|
};
|
|
6686
6734
|
|
|
6687
6735
|
|
|
6688
6736
|
/**
|
|
6689
|
-
* optional int32 wager_games_list_id =
|
|
6737
|
+
* optional int32 wager_games_list_id = 13;
|
|
6690
6738
|
* @return {number}
|
|
6691
6739
|
*/
|
|
6692
6740
|
proto.bonus.BonusItem.prototype.getWagerGamesListId = function() {
|
|
6693
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this,
|
|
6741
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 13, 0));
|
|
6694
6742
|
};
|
|
6695
6743
|
|
|
6696
6744
|
|
|
@@ -6699,7 +6747,7 @@ proto.bonus.BonusItem.prototype.getWagerGamesListId = function() {
|
|
|
6699
6747
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6700
6748
|
*/
|
|
6701
6749
|
proto.bonus.BonusItem.prototype.setWagerGamesListId = function(value) {
|
|
6702
|
-
return jspb.Message.setField(this,
|
|
6750
|
+
return jspb.Message.setField(this, 13, value);
|
|
6703
6751
|
};
|
|
6704
6752
|
|
|
6705
6753
|
|
|
@@ -6708,7 +6756,7 @@ proto.bonus.BonusItem.prototype.setWagerGamesListId = function(value) {
|
|
|
6708
6756
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6709
6757
|
*/
|
|
6710
6758
|
proto.bonus.BonusItem.prototype.clearWagerGamesListId = function() {
|
|
6711
|
-
return jspb.Message.setField(this,
|
|
6759
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
6712
6760
|
};
|
|
6713
6761
|
|
|
6714
6762
|
|
|
@@ -6717,16 +6765,16 @@ proto.bonus.BonusItem.prototype.clearWagerGamesListId = function() {
|
|
|
6717
6765
|
* @return {boolean}
|
|
6718
6766
|
*/
|
|
6719
6767
|
proto.bonus.BonusItem.prototype.hasWagerGamesListId = function() {
|
|
6720
|
-
return jspb.Message.getField(this,
|
|
6768
|
+
return jspb.Message.getField(this, 13) != null;
|
|
6721
6769
|
};
|
|
6722
6770
|
|
|
6723
6771
|
|
|
6724
6772
|
/**
|
|
6725
|
-
* optional string started_at =
|
|
6773
|
+
* optional string started_at = 14;
|
|
6726
6774
|
* @return {string}
|
|
6727
6775
|
*/
|
|
6728
6776
|
proto.bonus.BonusItem.prototype.getStartedAt = function() {
|
|
6729
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
6777
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
6730
6778
|
};
|
|
6731
6779
|
|
|
6732
6780
|
|
|
@@ -6735,7 +6783,7 @@ proto.bonus.BonusItem.prototype.getStartedAt = function() {
|
|
|
6735
6783
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6736
6784
|
*/
|
|
6737
6785
|
proto.bonus.BonusItem.prototype.setStartedAt = function(value) {
|
|
6738
|
-
return jspb.Message.setField(this,
|
|
6786
|
+
return jspb.Message.setField(this, 14, value);
|
|
6739
6787
|
};
|
|
6740
6788
|
|
|
6741
6789
|
|
|
@@ -6744,7 +6792,7 @@ proto.bonus.BonusItem.prototype.setStartedAt = function(value) {
|
|
|
6744
6792
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6745
6793
|
*/
|
|
6746
6794
|
proto.bonus.BonusItem.prototype.clearStartedAt = function() {
|
|
6747
|
-
return jspb.Message.setField(this,
|
|
6795
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
6748
6796
|
};
|
|
6749
6797
|
|
|
6750
6798
|
|
|
@@ -6753,16 +6801,16 @@ proto.bonus.BonusItem.prototype.clearStartedAt = function() {
|
|
|
6753
6801
|
* @return {boolean}
|
|
6754
6802
|
*/
|
|
6755
6803
|
proto.bonus.BonusItem.prototype.hasStartedAt = function() {
|
|
6756
|
-
return jspb.Message.getField(this,
|
|
6804
|
+
return jspb.Message.getField(this, 14) != null;
|
|
6757
6805
|
};
|
|
6758
6806
|
|
|
6759
6807
|
|
|
6760
6808
|
/**
|
|
6761
|
-
* optional string finished_at =
|
|
6809
|
+
* optional string finished_at = 15;
|
|
6762
6810
|
* @return {string}
|
|
6763
6811
|
*/
|
|
6764
6812
|
proto.bonus.BonusItem.prototype.getFinishedAt = function() {
|
|
6765
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
6813
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
6766
6814
|
};
|
|
6767
6815
|
|
|
6768
6816
|
|
|
@@ -6771,7 +6819,7 @@ proto.bonus.BonusItem.prototype.getFinishedAt = function() {
|
|
|
6771
6819
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6772
6820
|
*/
|
|
6773
6821
|
proto.bonus.BonusItem.prototype.setFinishedAt = function(value) {
|
|
6774
|
-
return jspb.Message.setField(this,
|
|
6822
|
+
return jspb.Message.setField(this, 15, value);
|
|
6775
6823
|
};
|
|
6776
6824
|
|
|
6777
6825
|
|
|
@@ -6780,7 +6828,7 @@ proto.bonus.BonusItem.prototype.setFinishedAt = function(value) {
|
|
|
6780
6828
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6781
6829
|
*/
|
|
6782
6830
|
proto.bonus.BonusItem.prototype.clearFinishedAt = function() {
|
|
6783
|
-
return jspb.Message.setField(this,
|
|
6831
|
+
return jspb.Message.setField(this, 15, undefined);
|
|
6784
6832
|
};
|
|
6785
6833
|
|
|
6786
6834
|
|
|
@@ -6789,16 +6837,16 @@ proto.bonus.BonusItem.prototype.clearFinishedAt = function() {
|
|
|
6789
6837
|
* @return {boolean}
|
|
6790
6838
|
*/
|
|
6791
6839
|
proto.bonus.BonusItem.prototype.hasFinishedAt = function() {
|
|
6792
|
-
return jspb.Message.getField(this,
|
|
6840
|
+
return jspb.Message.getField(this, 15) != null;
|
|
6793
6841
|
};
|
|
6794
6842
|
|
|
6795
6843
|
|
|
6796
6844
|
/**
|
|
6797
|
-
* optional string show_previous_at =
|
|
6845
|
+
* optional string show_previous_at = 16;
|
|
6798
6846
|
* @return {string}
|
|
6799
6847
|
*/
|
|
6800
6848
|
proto.bonus.BonusItem.prototype.getShowPreviousAt = function() {
|
|
6801
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
6849
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
6802
6850
|
};
|
|
6803
6851
|
|
|
6804
6852
|
|
|
@@ -6807,7 +6855,7 @@ proto.bonus.BonusItem.prototype.getShowPreviousAt = function() {
|
|
|
6807
6855
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6808
6856
|
*/
|
|
6809
6857
|
proto.bonus.BonusItem.prototype.setShowPreviousAt = function(value) {
|
|
6810
|
-
return jspb.Message.setField(this,
|
|
6858
|
+
return jspb.Message.setField(this, 16, value);
|
|
6811
6859
|
};
|
|
6812
6860
|
|
|
6813
6861
|
|
|
@@ -6816,7 +6864,7 @@ proto.bonus.BonusItem.prototype.setShowPreviousAt = function(value) {
|
|
|
6816
6864
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6817
6865
|
*/
|
|
6818
6866
|
proto.bonus.BonusItem.prototype.clearShowPreviousAt = function() {
|
|
6819
|
-
return jspb.Message.setField(this,
|
|
6867
|
+
return jspb.Message.setField(this, 16, undefined);
|
|
6820
6868
|
};
|
|
6821
6869
|
|
|
6822
6870
|
|
|
@@ -6825,16 +6873,16 @@ proto.bonus.BonusItem.prototype.clearShowPreviousAt = function() {
|
|
|
6825
6873
|
* @return {boolean}
|
|
6826
6874
|
*/
|
|
6827
6875
|
proto.bonus.BonusItem.prototype.hasShowPreviousAt = function() {
|
|
6828
|
-
return jspb.Message.getField(this,
|
|
6876
|
+
return jspb.Message.getField(this, 16) != null;
|
|
6829
6877
|
};
|
|
6830
6878
|
|
|
6831
6879
|
|
|
6832
6880
|
/**
|
|
6833
|
-
* optional int32 claim_period_in_hours =
|
|
6881
|
+
* optional int32 claim_period_in_hours = 17;
|
|
6834
6882
|
* @return {number}
|
|
6835
6883
|
*/
|
|
6836
6884
|
proto.bonus.BonusItem.prototype.getClaimPeriodInHours = function() {
|
|
6837
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this,
|
|
6885
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0));
|
|
6838
6886
|
};
|
|
6839
6887
|
|
|
6840
6888
|
|
|
@@ -6843,7 +6891,7 @@ proto.bonus.BonusItem.prototype.getClaimPeriodInHours = function() {
|
|
|
6843
6891
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6844
6892
|
*/
|
|
6845
6893
|
proto.bonus.BonusItem.prototype.setClaimPeriodInHours = function(value) {
|
|
6846
|
-
return jspb.Message.setField(this,
|
|
6894
|
+
return jspb.Message.setField(this, 17, value);
|
|
6847
6895
|
};
|
|
6848
6896
|
|
|
6849
6897
|
|
|
@@ -6852,7 +6900,7 @@ proto.bonus.BonusItem.prototype.setClaimPeriodInHours = function(value) {
|
|
|
6852
6900
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6853
6901
|
*/
|
|
6854
6902
|
proto.bonus.BonusItem.prototype.clearClaimPeriodInHours = function() {
|
|
6855
|
-
return jspb.Message.setField(this,
|
|
6903
|
+
return jspb.Message.setField(this, 17, undefined);
|
|
6856
6904
|
};
|
|
6857
6905
|
|
|
6858
6906
|
|
|
@@ -6861,16 +6909,16 @@ proto.bonus.BonusItem.prototype.clearClaimPeriodInHours = function() {
|
|
|
6861
6909
|
* @return {boolean}
|
|
6862
6910
|
*/
|
|
6863
6911
|
proto.bonus.BonusItem.prototype.hasClaimPeriodInHours = function() {
|
|
6864
|
-
return jspb.Message.getField(this,
|
|
6912
|
+
return jspb.Message.getField(this, 17) != null;
|
|
6865
6913
|
};
|
|
6866
6914
|
|
|
6867
6915
|
|
|
6868
6916
|
/**
|
|
6869
|
-
* optional int32 activation_period_in_hours =
|
|
6917
|
+
* optional int32 activation_period_in_hours = 18;
|
|
6870
6918
|
* @return {number}
|
|
6871
6919
|
*/
|
|
6872
6920
|
proto.bonus.BonusItem.prototype.getActivationPeriodInHours = function() {
|
|
6873
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this,
|
|
6921
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 18, 0));
|
|
6874
6922
|
};
|
|
6875
6923
|
|
|
6876
6924
|
|
|
@@ -6879,7 +6927,7 @@ proto.bonus.BonusItem.prototype.getActivationPeriodInHours = function() {
|
|
|
6879
6927
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6880
6928
|
*/
|
|
6881
6929
|
proto.bonus.BonusItem.prototype.setActivationPeriodInHours = function(value) {
|
|
6882
|
-
return jspb.Message.setField(this,
|
|
6930
|
+
return jspb.Message.setField(this, 18, value);
|
|
6883
6931
|
};
|
|
6884
6932
|
|
|
6885
6933
|
|
|
@@ -6888,7 +6936,7 @@ proto.bonus.BonusItem.prototype.setActivationPeriodInHours = function(value) {
|
|
|
6888
6936
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6889
6937
|
*/
|
|
6890
6938
|
proto.bonus.BonusItem.prototype.clearActivationPeriodInHours = function() {
|
|
6891
|
-
return jspb.Message.setField(this,
|
|
6939
|
+
return jspb.Message.setField(this, 18, undefined);
|
|
6892
6940
|
};
|
|
6893
6941
|
|
|
6894
6942
|
|
|
@@ -6897,16 +6945,16 @@ proto.bonus.BonusItem.prototype.clearActivationPeriodInHours = function() {
|
|
|
6897
6945
|
* @return {boolean}
|
|
6898
6946
|
*/
|
|
6899
6947
|
proto.bonus.BonusItem.prototype.hasActivationPeriodInHours = function() {
|
|
6900
|
-
return jspb.Message.getField(this,
|
|
6948
|
+
return jspb.Message.getField(this, 18) != null;
|
|
6901
6949
|
};
|
|
6902
6950
|
|
|
6903
6951
|
|
|
6904
6952
|
/**
|
|
6905
|
-
* optional int32 wagering_period_in_hours =
|
|
6953
|
+
* optional int32 wagering_period_in_hours = 19;
|
|
6906
6954
|
* @return {number}
|
|
6907
6955
|
*/
|
|
6908
6956
|
proto.bonus.BonusItem.prototype.getWageringPeriodInHours = function() {
|
|
6909
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this,
|
|
6957
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 19, 0));
|
|
6910
6958
|
};
|
|
6911
6959
|
|
|
6912
6960
|
|
|
@@ -6915,7 +6963,7 @@ proto.bonus.BonusItem.prototype.getWageringPeriodInHours = function() {
|
|
|
6915
6963
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6916
6964
|
*/
|
|
6917
6965
|
proto.bonus.BonusItem.prototype.setWageringPeriodInHours = function(value) {
|
|
6918
|
-
return jspb.Message.setField(this,
|
|
6966
|
+
return jspb.Message.setField(this, 19, value);
|
|
6919
6967
|
};
|
|
6920
6968
|
|
|
6921
6969
|
|
|
@@ -6924,7 +6972,7 @@ proto.bonus.BonusItem.prototype.setWageringPeriodInHours = function(value) {
|
|
|
6924
6972
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6925
6973
|
*/
|
|
6926
6974
|
proto.bonus.BonusItem.prototype.clearWageringPeriodInHours = function() {
|
|
6927
|
-
return jspb.Message.setField(this,
|
|
6975
|
+
return jspb.Message.setField(this, 19, undefined);
|
|
6928
6976
|
};
|
|
6929
6977
|
|
|
6930
6978
|
|
|
@@ -6933,17 +6981,17 @@ proto.bonus.BonusItem.prototype.clearWageringPeriodInHours = function() {
|
|
|
6933
6981
|
* @return {boolean}
|
|
6934
6982
|
*/
|
|
6935
6983
|
proto.bonus.BonusItem.prototype.hasWageringPeriodInHours = function() {
|
|
6936
|
-
return jspb.Message.getField(this,
|
|
6984
|
+
return jspb.Message.getField(this, 19) != null;
|
|
6937
6985
|
};
|
|
6938
6986
|
|
|
6939
6987
|
|
|
6940
6988
|
/**
|
|
6941
|
-
* repeated ActivationRule activation_rules =
|
|
6989
|
+
* repeated ActivationRule activation_rules = 20;
|
|
6942
6990
|
* @return {!Array<!proto.bonus.ActivationRule>}
|
|
6943
6991
|
*/
|
|
6944
6992
|
proto.bonus.BonusItem.prototype.getActivationRulesList = function() {
|
|
6945
6993
|
return /** @type{!Array<!proto.bonus.ActivationRule>} */ (
|
|
6946
|
-
jspb.Message.getRepeatedWrapperField(this, proto.bonus.ActivationRule,
|
|
6994
|
+
jspb.Message.getRepeatedWrapperField(this, proto.bonus.ActivationRule, 20));
|
|
6947
6995
|
};
|
|
6948
6996
|
|
|
6949
6997
|
|
|
@@ -6952,7 +7000,7 @@ proto.bonus.BonusItem.prototype.getActivationRulesList = function() {
|
|
|
6952
7000
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6953
7001
|
*/
|
|
6954
7002
|
proto.bonus.BonusItem.prototype.setActivationRulesList = function(value) {
|
|
6955
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
7003
|
+
return jspb.Message.setRepeatedWrapperField(this, 20, value);
|
|
6956
7004
|
};
|
|
6957
7005
|
|
|
6958
7006
|
|
|
@@ -6962,7 +7010,7 @@ proto.bonus.BonusItem.prototype.setActivationRulesList = function(value) {
|
|
|
6962
7010
|
* @return {!proto.bonus.ActivationRule}
|
|
6963
7011
|
*/
|
|
6964
7012
|
proto.bonus.BonusItem.prototype.addActivationRules = function(opt_value, opt_index) {
|
|
6965
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
7013
|
+
return jspb.Message.addToRepeatedWrapperField(this, 20, opt_value, proto.bonus.ActivationRule, opt_index);
|
|
6966
7014
|
};
|
|
6967
7015
|
|
|
6968
7016
|
|
|
@@ -6976,12 +7024,12 @@ proto.bonus.BonusItem.prototype.clearActivationRulesList = function() {
|
|
|
6976
7024
|
|
|
6977
7025
|
|
|
6978
7026
|
/**
|
|
6979
|
-
* repeated BonusReward rewards =
|
|
7027
|
+
* repeated BonusReward rewards = 21;
|
|
6980
7028
|
* @return {!Array<!proto.bonus.BonusReward>}
|
|
6981
7029
|
*/
|
|
6982
7030
|
proto.bonus.BonusItem.prototype.getRewardsList = function() {
|
|
6983
7031
|
return /** @type{!Array<!proto.bonus.BonusReward>} */ (
|
|
6984
|
-
jspb.Message.getRepeatedWrapperField(this, proto.bonus.BonusReward,
|
|
7032
|
+
jspb.Message.getRepeatedWrapperField(this, proto.bonus.BonusReward, 21));
|
|
6985
7033
|
};
|
|
6986
7034
|
|
|
6987
7035
|
|
|
@@ -6990,7 +7038,7 @@ proto.bonus.BonusItem.prototype.getRewardsList = function() {
|
|
|
6990
7038
|
* @return {!proto.bonus.BonusItem} returns this
|
|
6991
7039
|
*/
|
|
6992
7040
|
proto.bonus.BonusItem.prototype.setRewardsList = function(value) {
|
|
6993
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
7041
|
+
return jspb.Message.setRepeatedWrapperField(this, 21, value);
|
|
6994
7042
|
};
|
|
6995
7043
|
|
|
6996
7044
|
|
|
@@ -7000,7 +7048,7 @@ proto.bonus.BonusItem.prototype.setRewardsList = function(value) {
|
|
|
7000
7048
|
* @return {!proto.bonus.BonusReward}
|
|
7001
7049
|
*/
|
|
7002
7050
|
proto.bonus.BonusItem.prototype.addRewards = function(opt_value, opt_index) {
|
|
7003
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
7051
|
+
return jspb.Message.addToRepeatedWrapperField(this, 21, opt_value, proto.bonus.BonusReward, opt_index);
|
|
7004
7052
|
};
|
|
7005
7053
|
|
|
7006
7054
|
|
|
@@ -7014,12 +7062,12 @@ proto.bonus.BonusItem.prototype.clearRewardsList = function() {
|
|
|
7014
7062
|
|
|
7015
7063
|
|
|
7016
7064
|
/**
|
|
7017
|
-
* repeated BetsRange bets_range =
|
|
7065
|
+
* repeated BetsRange bets_range = 22;
|
|
7018
7066
|
* @return {!Array<!proto.bonus.BetsRange>}
|
|
7019
7067
|
*/
|
|
7020
7068
|
proto.bonus.BonusItem.prototype.getBetsRangeList = function() {
|
|
7021
7069
|
return /** @type{!Array<!proto.bonus.BetsRange>} */ (
|
|
7022
|
-
jspb.Message.getRepeatedWrapperField(this, proto.bonus.BetsRange,
|
|
7070
|
+
jspb.Message.getRepeatedWrapperField(this, proto.bonus.BetsRange, 22));
|
|
7023
7071
|
};
|
|
7024
7072
|
|
|
7025
7073
|
|
|
@@ -7028,7 +7076,7 @@ proto.bonus.BonusItem.prototype.getBetsRangeList = function() {
|
|
|
7028
7076
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7029
7077
|
*/
|
|
7030
7078
|
proto.bonus.BonusItem.prototype.setBetsRangeList = function(value) {
|
|
7031
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
7079
|
+
return jspb.Message.setRepeatedWrapperField(this, 22, value);
|
|
7032
7080
|
};
|
|
7033
7081
|
|
|
7034
7082
|
|
|
@@ -7038,7 +7086,7 @@ proto.bonus.BonusItem.prototype.setBetsRangeList = function(value) {
|
|
|
7038
7086
|
* @return {!proto.bonus.BetsRange}
|
|
7039
7087
|
*/
|
|
7040
7088
|
proto.bonus.BonusItem.prototype.addBetsRange = function(opt_value, opt_index) {
|
|
7041
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
7089
|
+
return jspb.Message.addToRepeatedWrapperField(this, 22, opt_value, proto.bonus.BetsRange, opt_index);
|
|
7042
7090
|
};
|
|
7043
7091
|
|
|
7044
7092
|
|
|
@@ -7052,11 +7100,11 @@ proto.bonus.BonusItem.prototype.clearBetsRangeList = function() {
|
|
|
7052
7100
|
|
|
7053
7101
|
|
|
7054
7102
|
/**
|
|
7055
|
-
* optional string type_data =
|
|
7103
|
+
* optional string type_data = 23;
|
|
7056
7104
|
* @return {string}
|
|
7057
7105
|
*/
|
|
7058
7106
|
proto.bonus.BonusItem.prototype.getTypeData = function() {
|
|
7059
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
7107
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 23, ""));
|
|
7060
7108
|
};
|
|
7061
7109
|
|
|
7062
7110
|
|
|
@@ -7065,7 +7113,7 @@ proto.bonus.BonusItem.prototype.getTypeData = function() {
|
|
|
7065
7113
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7066
7114
|
*/
|
|
7067
7115
|
proto.bonus.BonusItem.prototype.setTypeData = function(value) {
|
|
7068
|
-
return jspb.Message.setField(this,
|
|
7116
|
+
return jspb.Message.setField(this, 23, value);
|
|
7069
7117
|
};
|
|
7070
7118
|
|
|
7071
7119
|
|
|
@@ -7074,7 +7122,7 @@ proto.bonus.BonusItem.prototype.setTypeData = function(value) {
|
|
|
7074
7122
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7075
7123
|
*/
|
|
7076
7124
|
proto.bonus.BonusItem.prototype.clearTypeData = function() {
|
|
7077
|
-
return jspb.Message.setField(this,
|
|
7125
|
+
return jspb.Message.setField(this, 23, undefined);
|
|
7078
7126
|
};
|
|
7079
7127
|
|
|
7080
7128
|
|
|
@@ -7083,16 +7131,16 @@ proto.bonus.BonusItem.prototype.clearTypeData = function() {
|
|
|
7083
7131
|
* @return {boolean}
|
|
7084
7132
|
*/
|
|
7085
7133
|
proto.bonus.BonusItem.prototype.hasTypeData = function() {
|
|
7086
|
-
return jspb.Message.getField(this,
|
|
7134
|
+
return jspb.Message.getField(this, 23) != null;
|
|
7087
7135
|
};
|
|
7088
7136
|
|
|
7089
7137
|
|
|
7090
7138
|
/**
|
|
7091
|
-
* optional int32 status_id =
|
|
7139
|
+
* optional int32 status_id = 24;
|
|
7092
7140
|
* @return {number}
|
|
7093
7141
|
*/
|
|
7094
7142
|
proto.bonus.BonusItem.prototype.getStatusId = function() {
|
|
7095
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this,
|
|
7143
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 24, 0));
|
|
7096
7144
|
};
|
|
7097
7145
|
|
|
7098
7146
|
|
|
@@ -7101,7 +7149,7 @@ proto.bonus.BonusItem.prototype.getStatusId = function() {
|
|
|
7101
7149
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7102
7150
|
*/
|
|
7103
7151
|
proto.bonus.BonusItem.prototype.setStatusId = function(value) {
|
|
7104
|
-
return jspb.Message.setField(this,
|
|
7152
|
+
return jspb.Message.setField(this, 24, value);
|
|
7105
7153
|
};
|
|
7106
7154
|
|
|
7107
7155
|
|
|
@@ -7110,7 +7158,7 @@ proto.bonus.BonusItem.prototype.setStatusId = function(value) {
|
|
|
7110
7158
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7111
7159
|
*/
|
|
7112
7160
|
proto.bonus.BonusItem.prototype.clearStatusId = function() {
|
|
7113
|
-
return jspb.Message.setField(this,
|
|
7161
|
+
return jspb.Message.setField(this, 24, undefined);
|
|
7114
7162
|
};
|
|
7115
7163
|
|
|
7116
7164
|
|
|
@@ -7119,17 +7167,17 @@ proto.bonus.BonusItem.prototype.clearStatusId = function() {
|
|
|
7119
7167
|
* @return {boolean}
|
|
7120
7168
|
*/
|
|
7121
7169
|
proto.bonus.BonusItem.prototype.hasStatusId = function() {
|
|
7122
|
-
return jspb.Message.getField(this,
|
|
7170
|
+
return jspb.Message.getField(this, 24) != null;
|
|
7123
7171
|
};
|
|
7124
7172
|
|
|
7125
7173
|
|
|
7126
7174
|
/**
|
|
7127
|
-
* repeated BonusTranslationItem translations =
|
|
7175
|
+
* repeated BonusTranslationItem translations = 25;
|
|
7128
7176
|
* @return {!Array<!proto.bonus.BonusTranslationItem>}
|
|
7129
7177
|
*/
|
|
7130
7178
|
proto.bonus.BonusItem.prototype.getTranslationsList = function() {
|
|
7131
7179
|
return /** @type{!Array<!proto.bonus.BonusTranslationItem>} */ (
|
|
7132
|
-
jspb.Message.getRepeatedWrapperField(this, proto.bonus.BonusTranslationItem,
|
|
7180
|
+
jspb.Message.getRepeatedWrapperField(this, proto.bonus.BonusTranslationItem, 25));
|
|
7133
7181
|
};
|
|
7134
7182
|
|
|
7135
7183
|
|
|
@@ -7138,7 +7186,7 @@ proto.bonus.BonusItem.prototype.getTranslationsList = function() {
|
|
|
7138
7186
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7139
7187
|
*/
|
|
7140
7188
|
proto.bonus.BonusItem.prototype.setTranslationsList = function(value) {
|
|
7141
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
7189
|
+
return jspb.Message.setRepeatedWrapperField(this, 25, value);
|
|
7142
7190
|
};
|
|
7143
7191
|
|
|
7144
7192
|
|
|
@@ -7148,7 +7196,7 @@ proto.bonus.BonusItem.prototype.setTranslationsList = function(value) {
|
|
|
7148
7196
|
* @return {!proto.bonus.BonusTranslationItem}
|
|
7149
7197
|
*/
|
|
7150
7198
|
proto.bonus.BonusItem.prototype.addTranslations = function(opt_value, opt_index) {
|
|
7151
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
7199
|
+
return jspb.Message.addToRepeatedWrapperField(this, 25, opt_value, proto.bonus.BonusTranslationItem, opt_index);
|
|
7152
7200
|
};
|
|
7153
7201
|
|
|
7154
7202
|
|
|
@@ -7162,11 +7210,11 @@ proto.bonus.BonusItem.prototype.clearTranslationsList = function() {
|
|
|
7162
7210
|
|
|
7163
7211
|
|
|
7164
7212
|
/**
|
|
7165
|
-
* repeated int32 segment_ids =
|
|
7213
|
+
* repeated int32 segment_ids = 26;
|
|
7166
7214
|
* @return {!Array<number>}
|
|
7167
7215
|
*/
|
|
7168
7216
|
proto.bonus.BonusItem.prototype.getSegmentIdsList = function() {
|
|
7169
|
-
return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this,
|
|
7217
|
+
return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 26));
|
|
7170
7218
|
};
|
|
7171
7219
|
|
|
7172
7220
|
|
|
@@ -7175,7 +7223,7 @@ proto.bonus.BonusItem.prototype.getSegmentIdsList = function() {
|
|
|
7175
7223
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7176
7224
|
*/
|
|
7177
7225
|
proto.bonus.BonusItem.prototype.setSegmentIdsList = function(value) {
|
|
7178
|
-
return jspb.Message.setField(this,
|
|
7226
|
+
return jspb.Message.setField(this, 26, value || []);
|
|
7179
7227
|
};
|
|
7180
7228
|
|
|
7181
7229
|
|
|
@@ -7185,7 +7233,7 @@ proto.bonus.BonusItem.prototype.setSegmentIdsList = function(value) {
|
|
|
7185
7233
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7186
7234
|
*/
|
|
7187
7235
|
proto.bonus.BonusItem.prototype.addSegmentIds = function(value, opt_index) {
|
|
7188
|
-
return jspb.Message.addToRepeatedField(this,
|
|
7236
|
+
return jspb.Message.addToRepeatedField(this, 26, value, opt_index);
|
|
7189
7237
|
};
|
|
7190
7238
|
|
|
7191
7239
|
|
|
@@ -7199,12 +7247,12 @@ proto.bonus.BonusItem.prototype.clearSegmentIdsList = function() {
|
|
|
7199
7247
|
|
|
7200
7248
|
|
|
7201
7249
|
/**
|
|
7202
|
-
* repeated GameItem wager_games =
|
|
7250
|
+
* repeated GameItem wager_games = 27;
|
|
7203
7251
|
* @return {!Array<!proto.bonus.GameItem>}
|
|
7204
7252
|
*/
|
|
7205
7253
|
proto.bonus.BonusItem.prototype.getWagerGamesList = function() {
|
|
7206
7254
|
return /** @type{!Array<!proto.bonus.GameItem>} */ (
|
|
7207
|
-
jspb.Message.getRepeatedWrapperField(this, proto.bonus.GameItem,
|
|
7255
|
+
jspb.Message.getRepeatedWrapperField(this, proto.bonus.GameItem, 27));
|
|
7208
7256
|
};
|
|
7209
7257
|
|
|
7210
7258
|
|
|
@@ -7213,7 +7261,7 @@ proto.bonus.BonusItem.prototype.getWagerGamesList = function() {
|
|
|
7213
7261
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7214
7262
|
*/
|
|
7215
7263
|
proto.bonus.BonusItem.prototype.setWagerGamesList = function(value) {
|
|
7216
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
7264
|
+
return jspb.Message.setRepeatedWrapperField(this, 27, value);
|
|
7217
7265
|
};
|
|
7218
7266
|
|
|
7219
7267
|
|
|
@@ -7223,7 +7271,7 @@ proto.bonus.BonusItem.prototype.setWagerGamesList = function(value) {
|
|
|
7223
7271
|
* @return {!proto.bonus.GameItem}
|
|
7224
7272
|
*/
|
|
7225
7273
|
proto.bonus.BonusItem.prototype.addWagerGames = function(opt_value, opt_index) {
|
|
7226
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
7274
|
+
return jspb.Message.addToRepeatedWrapperField(this, 27, opt_value, proto.bonus.GameItem, opt_index);
|
|
7227
7275
|
};
|
|
7228
7276
|
|
|
7229
7277
|
|
|
@@ -7237,11 +7285,11 @@ proto.bonus.BonusItem.prototype.clearWagerGamesList = function() {
|
|
|
7237
7285
|
|
|
7238
7286
|
|
|
7239
7287
|
/**
|
|
7240
|
-
* optional string slug =
|
|
7288
|
+
* optional string slug = 28;
|
|
7241
7289
|
* @return {string}
|
|
7242
7290
|
*/
|
|
7243
7291
|
proto.bonus.BonusItem.prototype.getSlug = function() {
|
|
7244
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
7292
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 28, ""));
|
|
7245
7293
|
};
|
|
7246
7294
|
|
|
7247
7295
|
|
|
@@ -7250,7 +7298,7 @@ proto.bonus.BonusItem.prototype.getSlug = function() {
|
|
|
7250
7298
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7251
7299
|
*/
|
|
7252
7300
|
proto.bonus.BonusItem.prototype.setSlug = function(value) {
|
|
7253
|
-
return jspb.Message.setField(this,
|
|
7301
|
+
return jspb.Message.setField(this, 28, value);
|
|
7254
7302
|
};
|
|
7255
7303
|
|
|
7256
7304
|
|
|
@@ -7259,7 +7307,7 @@ proto.bonus.BonusItem.prototype.setSlug = function(value) {
|
|
|
7259
7307
|
* @return {!proto.bonus.BonusItem} returns this
|
|
7260
7308
|
*/
|
|
7261
7309
|
proto.bonus.BonusItem.prototype.clearSlug = function() {
|
|
7262
|
-
return jspb.Message.setField(this,
|
|
7310
|
+
return jspb.Message.setField(this, 28, undefined);
|
|
7263
7311
|
};
|
|
7264
7312
|
|
|
7265
7313
|
|
|
@@ -7268,7 +7316,7 @@ proto.bonus.BonusItem.prototype.clearSlug = function() {
|
|
|
7268
7316
|
* @return {boolean}
|
|
7269
7317
|
*/
|
|
7270
7318
|
proto.bonus.BonusItem.prototype.hasSlug = function() {
|
|
7271
|
-
return jspb.Message.getField(this,
|
|
7319
|
+
return jspb.Message.getField(this, 28) != null;
|
|
7272
7320
|
};
|
|
7273
7321
|
|
|
7274
7322
|
|