protobuf-platform 1.2.402 → 1.2.403

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.
@@ -26,9 +26,11 @@ goog.exportSymbol('proto.promocode.ApplyUserPromocodeResponse', null, global);
26
26
  goog.exportSymbol('proto.promocode.BatchGetUserPromocodeSnapshotsRequest', null, global);
27
27
  goog.exportSymbol('proto.promocode.BatchGetUserPromocodeSnapshotsResponse', null, global);
28
28
  goog.exportSymbol('proto.promocode.BonusMaskItem', null, global);
29
+ goog.exportSymbol('proto.promocode.BonusMaskItemRequest', null, global);
29
30
  goog.exportSymbol('proto.promocode.BonusMaskItemsResponse', null, global);
30
31
  goog.exportSymbol('proto.promocode.BonusMaskPaginationRequest', null, global);
31
32
  goog.exportSymbol('proto.promocode.BonusMaskRequest', null, global);
33
+ goog.exportSymbol('proto.promocode.BonusMaskRequest.RequestCase', null, global);
32
34
  goog.exportSymbol('proto.promocode.BonusMaskResponse', null, global);
33
35
  goog.exportSymbol('proto.promocode.BonusMaskSearchRequest', null, global);
34
36
  goog.exportSymbol('proto.promocode.BonusMaskStatusResponse', null, global);
@@ -37,6 +39,7 @@ goog.exportSymbol('proto.promocode.CodeItemsResponse', null, global);
37
39
  goog.exportSymbol('proto.promocode.CodeRequest', null, global);
38
40
  goog.exportSymbol('proto.promocode.CodeResponse', null, global);
39
41
  goog.exportSymbol('proto.promocode.CodeStatusResponse', null, global);
42
+ goog.exportSymbol('proto.promocode.File', null, global);
40
43
  goog.exportSymbol('proto.promocode.GetBonusMaskRequest', null, global);
41
44
  goog.exportSymbol('proto.promocode.GetCodeRequest', null, global);
42
45
  goog.exportSymbol('proto.promocode.ItemsBunchRequest', null, global);
@@ -300,6 +303,27 @@ if (goog.DEBUG && !COMPILED) {
300
303
  */
301
304
  proto.promocode.CodeStatusResponse.displayName = 'proto.promocode.CodeStatusResponse';
302
305
  }
306
+ /**
307
+ * Generated by JsPbCodeGenerator.
308
+ * @param {Array=} opt_data Optional initial data array, typically from a
309
+ * server response, or constructed directly in Javascript. The array is used
310
+ * in place and becomes part of the constructed object. It is not cloned.
311
+ * If no data is provided, the constructed object will be empty, but still
312
+ * valid.
313
+ * @extends {jspb.Message}
314
+ * @constructor
315
+ */
316
+ proto.promocode.File = function(opt_data) {
317
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
318
+ };
319
+ goog.inherits(proto.promocode.File, jspb.Message);
320
+ if (goog.DEBUG && !COMPILED) {
321
+ /**
322
+ * @public
323
+ * @override
324
+ */
325
+ proto.promocode.File.displayName = 'proto.promocode.File';
326
+ }
303
327
  /**
304
328
  * Generated by JsPbCodeGenerator.
305
329
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -332,7 +356,7 @@ if (goog.DEBUG && !COMPILED) {
332
356
  * @constructor
333
357
  */
334
358
  proto.promocode.BonusMaskRequest = function(opt_data) {
335
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
359
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.promocode.BonusMaskRequest.oneofGroups_);
336
360
  };
337
361
  goog.inherits(proto.promocode.BonusMaskRequest, jspb.Message);
338
362
  if (goog.DEBUG && !COMPILED) {
@@ -342,6 +366,27 @@ if (goog.DEBUG && !COMPILED) {
342
366
  */
343
367
  proto.promocode.BonusMaskRequest.displayName = 'proto.promocode.BonusMaskRequest';
344
368
  }
369
+ /**
370
+ * Generated by JsPbCodeGenerator.
371
+ * @param {Array=} opt_data Optional initial data array, typically from a
372
+ * server response, or constructed directly in Javascript. The array is used
373
+ * in place and becomes part of the constructed object. It is not cloned.
374
+ * If no data is provided, the constructed object will be empty, but still
375
+ * valid.
376
+ * @extends {jspb.Message}
377
+ * @constructor
378
+ */
379
+ proto.promocode.BonusMaskItemRequest = function(opt_data) {
380
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
381
+ };
382
+ goog.inherits(proto.promocode.BonusMaskItemRequest, jspb.Message);
383
+ if (goog.DEBUG && !COMPILED) {
384
+ /**
385
+ * @public
386
+ * @override
387
+ */
388
+ proto.promocode.BonusMaskItemRequest.displayName = 'proto.promocode.BonusMaskItemRequest';
389
+ }
345
390
  /**
346
391
  * Generated by JsPbCodeGenerator.
347
392
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -4189,6 +4234,208 @@ proto.promocode.CodeStatusResponse.prototype.setStatus = function(value) {
4189
4234
 
4190
4235
 
4191
4236
 
4237
+ if (jspb.Message.GENERATE_TO_OBJECT) {
4238
+ /**
4239
+ * Creates an object representation of this proto.
4240
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
4241
+ * Optional fields that are not set will be set to undefined.
4242
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
4243
+ * For the list of reserved names please see:
4244
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
4245
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
4246
+ * JSPB instance for transitional soy proto support:
4247
+ * http://goto/soy-param-migration
4248
+ * @return {!Object}
4249
+ */
4250
+ proto.promocode.File.prototype.toObject = function(opt_includeInstance) {
4251
+ return proto.promocode.File.toObject(opt_includeInstance, this);
4252
+ };
4253
+
4254
+
4255
+ /**
4256
+ * Static version of the {@see toObject} method.
4257
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4258
+ * the JSPB instance for transitional soy proto support:
4259
+ * http://goto/soy-param-migration
4260
+ * @param {!proto.promocode.File} msg The msg instance to transform.
4261
+ * @return {!Object}
4262
+ * @suppress {unusedLocalVariables} f is only used for nested messages
4263
+ */
4264
+ proto.promocode.File.toObject = function(includeInstance, msg) {
4265
+ var f, obj = {
4266
+ media: msg.getMedia_asB64(),
4267
+ fileRole: jspb.Message.getFieldWithDefault(msg, 2, "")
4268
+ };
4269
+
4270
+ if (includeInstance) {
4271
+ obj.$jspbMessageInstance = msg;
4272
+ }
4273
+ return obj;
4274
+ };
4275
+ }
4276
+
4277
+
4278
+ /**
4279
+ * Deserializes binary data (in protobuf wire format).
4280
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
4281
+ * @return {!proto.promocode.File}
4282
+ */
4283
+ proto.promocode.File.deserializeBinary = function(bytes) {
4284
+ var reader = new jspb.BinaryReader(bytes);
4285
+ var msg = new proto.promocode.File;
4286
+ return proto.promocode.File.deserializeBinaryFromReader(msg, reader);
4287
+ };
4288
+
4289
+
4290
+ /**
4291
+ * Deserializes binary data (in protobuf wire format) from the
4292
+ * given reader into the given message object.
4293
+ * @param {!proto.promocode.File} msg The message object to deserialize into.
4294
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4295
+ * @return {!proto.promocode.File}
4296
+ */
4297
+ proto.promocode.File.deserializeBinaryFromReader = function(msg, reader) {
4298
+ while (reader.nextField()) {
4299
+ if (reader.isEndGroup()) {
4300
+ break;
4301
+ }
4302
+ var field = reader.getFieldNumber();
4303
+ switch (field) {
4304
+ case 1:
4305
+ var value = /** @type {!Uint8Array} */ (reader.readBytes());
4306
+ msg.setMedia(value);
4307
+ break;
4308
+ case 2:
4309
+ var value = /** @type {string} */ (reader.readString());
4310
+ msg.setFileRole(value);
4311
+ break;
4312
+ default:
4313
+ reader.skipField();
4314
+ break;
4315
+ }
4316
+ }
4317
+ return msg;
4318
+ };
4319
+
4320
+
4321
+ /**
4322
+ * Serializes the message to binary data (in protobuf wire format).
4323
+ * @return {!Uint8Array}
4324
+ */
4325
+ proto.promocode.File.prototype.serializeBinary = function() {
4326
+ var writer = new jspb.BinaryWriter();
4327
+ proto.promocode.File.serializeBinaryToWriter(this, writer);
4328
+ return writer.getResultBuffer();
4329
+ };
4330
+
4331
+
4332
+ /**
4333
+ * Serializes the given message to binary data (in protobuf wire
4334
+ * format), writing to the given BinaryWriter.
4335
+ * @param {!proto.promocode.File} message
4336
+ * @param {!jspb.BinaryWriter} writer
4337
+ * @suppress {unusedLocalVariables} f is only used for nested messages
4338
+ */
4339
+ proto.promocode.File.serializeBinaryToWriter = function(message, writer) {
4340
+ var f = undefined;
4341
+ f = message.getMedia_asU8();
4342
+ if (f.length > 0) {
4343
+ writer.writeBytes(
4344
+ 1,
4345
+ f
4346
+ );
4347
+ }
4348
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
4349
+ if (f != null) {
4350
+ writer.writeString(
4351
+ 2,
4352
+ f
4353
+ );
4354
+ }
4355
+ };
4356
+
4357
+
4358
+ /**
4359
+ * optional bytes media = 1;
4360
+ * @return {!(string|Uint8Array)}
4361
+ */
4362
+ proto.promocode.File.prototype.getMedia = function() {
4363
+ return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
4364
+ };
4365
+
4366
+
4367
+ /**
4368
+ * optional bytes media = 1;
4369
+ * This is a type-conversion wrapper around `getMedia()`
4370
+ * @return {string}
4371
+ */
4372
+ proto.promocode.File.prototype.getMedia_asB64 = function() {
4373
+ return /** @type {string} */ (jspb.Message.bytesAsB64(
4374
+ this.getMedia()));
4375
+ };
4376
+
4377
+
4378
+ /**
4379
+ * optional bytes media = 1;
4380
+ * Note that Uint8Array is not supported on all browsers.
4381
+ * @see http://caniuse.com/Uint8Array
4382
+ * This is a type-conversion wrapper around `getMedia()`
4383
+ * @return {!Uint8Array}
4384
+ */
4385
+ proto.promocode.File.prototype.getMedia_asU8 = function() {
4386
+ return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
4387
+ this.getMedia()));
4388
+ };
4389
+
4390
+
4391
+ /**
4392
+ * @param {!(string|Uint8Array)} value
4393
+ * @return {!proto.promocode.File} returns this
4394
+ */
4395
+ proto.promocode.File.prototype.setMedia = function(value) {
4396
+ return jspb.Message.setProto3BytesField(this, 1, value);
4397
+ };
4398
+
4399
+
4400
+ /**
4401
+ * optional string file_role = 2;
4402
+ * @return {string}
4403
+ */
4404
+ proto.promocode.File.prototype.getFileRole = function() {
4405
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
4406
+ };
4407
+
4408
+
4409
+ /**
4410
+ * @param {string} value
4411
+ * @return {!proto.promocode.File} returns this
4412
+ */
4413
+ proto.promocode.File.prototype.setFileRole = function(value) {
4414
+ return jspb.Message.setField(this, 2, value);
4415
+ };
4416
+
4417
+
4418
+ /**
4419
+ * Clears the field making it undefined.
4420
+ * @return {!proto.promocode.File} returns this
4421
+ */
4422
+ proto.promocode.File.prototype.clearFileRole = function() {
4423
+ return jspb.Message.setField(this, 2, undefined);
4424
+ };
4425
+
4426
+
4427
+ /**
4428
+ * Returns whether this field is set.
4429
+ * @return {boolean}
4430
+ */
4431
+ proto.promocode.File.prototype.hasFileRole = function() {
4432
+ return jspb.Message.getField(this, 2) != null;
4433
+ };
4434
+
4435
+
4436
+
4437
+
4438
+
4192
4439
  if (jspb.Message.GENERATE_TO_OBJECT) {
4193
4440
  /**
4194
4441
  * Creates an object representation of this proto.
@@ -4317,6 +4564,32 @@ proto.promocode.GetBonusMaskRequest.prototype.setId = function(value) {
4317
4564
 
4318
4565
 
4319
4566
 
4567
+ /**
4568
+ * Oneof group definitions for this message. Each group defines the field
4569
+ * numbers belonging to that group. When of these fields' value is set, all
4570
+ * other fields in the group are cleared. During deserialization, if multiple
4571
+ * fields are encountered for a group, only the last value seen will be kept.
4572
+ * @private {!Array<!Array<number>>}
4573
+ * @const
4574
+ */
4575
+ proto.promocode.BonusMaskRequest.oneofGroups_ = [[1,2]];
4576
+
4577
+ /**
4578
+ * @enum {number}
4579
+ */
4580
+ proto.promocode.BonusMaskRequest.RequestCase = {
4581
+ REQUEST_NOT_SET: 0,
4582
+ BONUS_MASK_DATA: 1,
4583
+ FILE: 2
4584
+ };
4585
+
4586
+ /**
4587
+ * @return {proto.promocode.BonusMaskRequest.RequestCase}
4588
+ */
4589
+ proto.promocode.BonusMaskRequest.prototype.getRequestCase = function() {
4590
+ return /** @type {proto.promocode.BonusMaskRequest.RequestCase} */(jspb.Message.computeOneofCase(this, proto.promocode.BonusMaskRequest.oneofGroups_[0]));
4591
+ };
4592
+
4320
4593
 
4321
4594
 
4322
4595
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -4348,24 +4621,8 @@ proto.promocode.BonusMaskRequest.prototype.toObject = function(opt_includeInstan
4348
4621
  */
4349
4622
  proto.promocode.BonusMaskRequest.toObject = function(includeInstance, msg) {
4350
4623
  var f, obj = {
4351
- id: jspb.Message.getFieldWithDefault(msg, 1, 0),
4352
- promocodeId: jspb.Message.getFieldWithDefault(msg, 2, 0),
4353
- targetBonusId: jspb.Message.getFieldWithDefault(msg, 3, 0),
4354
- activationArea: jspb.Message.getFieldWithDefault(msg, 4, ""),
4355
- currency: jspb.Message.getFieldWithDefault(msg, 5, ""),
4356
- isActive: jspb.Message.getFieldWithDefault(msg, 6, 0),
4357
- title: jspb.Message.getFieldWithDefault(msg, 7, ""),
4358
- description: jspb.Message.getFieldWithDefault(msg, 8, ""),
4359
- imageCdn: jspb.Message.getFieldWithDefault(msg, 9, ""),
4360
- mobileImageCdn: jspb.Message.getFieldWithDefault(msg, 10, ""),
4361
- payoutMultiplier: jspb.Message.getFieldWithDefault(msg, 11, 0),
4362
- wagerMultiplier: jspb.Message.getFieldWithDefault(msg, 12, 0),
4363
- depositPercentageValue: jspb.Message.getFieldWithDefault(msg, 13, ""),
4364
- depositPercentageMax: jspb.Message.getFieldWithDefault(msg, 14, ""),
4365
- freeSpinsGameId: jspb.Message.getFieldWithDefault(msg, 15, 0),
4366
- freeSpinsSpinAmount: jspb.Message.getFieldWithDefault(msg, 16, ""),
4367
- freeSpinsTotalAmount: jspb.Message.getFieldWithDefault(msg, 17, 0),
4368
- freeSpinsMaxWin: jspb.Message.getFieldWithDefault(msg, 18, "")
4624
+ bonusMaskData: (f = msg.getBonusMaskData()) && proto.promocode.BonusMaskItemRequest.toObject(includeInstance, f),
4625
+ file: (f = msg.getFile()) && proto.promocode.File.toObject(includeInstance, f)
4369
4626
  };
4370
4627
 
4371
4628
  if (includeInstance) {
@@ -4403,74 +4660,282 @@ proto.promocode.BonusMaskRequest.deserializeBinaryFromReader = function(msg, rea
4403
4660
  var field = reader.getFieldNumber();
4404
4661
  switch (field) {
4405
4662
  case 1:
4406
- var value = /** @type {number} */ (reader.readInt32());
4407
- msg.setId(value);
4663
+ var value = new proto.promocode.BonusMaskItemRequest;
4664
+ reader.readMessage(value,proto.promocode.BonusMaskItemRequest.deserializeBinaryFromReader);
4665
+ msg.setBonusMaskData(value);
4408
4666
  break;
4409
4667
  case 2:
4410
- var value = /** @type {number} */ (reader.readInt32());
4411
- msg.setPromocodeId(value);
4412
- break;
4413
- case 3:
4414
- var value = /** @type {number} */ (reader.readInt32());
4415
- msg.setTargetBonusId(value);
4416
- break;
4417
- case 4:
4418
- var value = /** @type {string} */ (reader.readString());
4419
- msg.setActivationArea(value);
4420
- break;
4421
- case 5:
4422
- var value = /** @type {string} */ (reader.readString());
4423
- msg.setCurrency(value);
4424
- break;
4425
- case 6:
4426
- var value = /** @type {number} */ (reader.readInt32());
4427
- msg.setIsActive(value);
4428
- break;
4429
- case 7:
4430
- var value = /** @type {string} */ (reader.readString());
4431
- msg.setTitle(value);
4432
- break;
4433
- case 8:
4434
- var value = /** @type {string} */ (reader.readString());
4435
- msg.setDescription(value);
4436
- break;
4437
- case 9:
4438
- var value = /** @type {string} */ (reader.readString());
4439
- msg.setImageCdn(value);
4668
+ var value = new proto.promocode.File;
4669
+ reader.readMessage(value,proto.promocode.File.deserializeBinaryFromReader);
4670
+ msg.setFile(value);
4440
4671
  break;
4441
- case 10:
4442
- var value = /** @type {string} */ (reader.readString());
4443
- msg.setMobileImageCdn(value);
4672
+ default:
4673
+ reader.skipField();
4444
4674
  break;
4445
- case 11:
4675
+ }
4676
+ }
4677
+ return msg;
4678
+ };
4679
+
4680
+
4681
+ /**
4682
+ * Serializes the message to binary data (in protobuf wire format).
4683
+ * @return {!Uint8Array}
4684
+ */
4685
+ proto.promocode.BonusMaskRequest.prototype.serializeBinary = function() {
4686
+ var writer = new jspb.BinaryWriter();
4687
+ proto.promocode.BonusMaskRequest.serializeBinaryToWriter(this, writer);
4688
+ return writer.getResultBuffer();
4689
+ };
4690
+
4691
+
4692
+ /**
4693
+ * Serializes the given message to binary data (in protobuf wire
4694
+ * format), writing to the given BinaryWriter.
4695
+ * @param {!proto.promocode.BonusMaskRequest} message
4696
+ * @param {!jspb.BinaryWriter} writer
4697
+ * @suppress {unusedLocalVariables} f is only used for nested messages
4698
+ */
4699
+ proto.promocode.BonusMaskRequest.serializeBinaryToWriter = function(message, writer) {
4700
+ var f = undefined;
4701
+ f = message.getBonusMaskData();
4702
+ if (f != null) {
4703
+ writer.writeMessage(
4704
+ 1,
4705
+ f,
4706
+ proto.promocode.BonusMaskItemRequest.serializeBinaryToWriter
4707
+ );
4708
+ }
4709
+ f = message.getFile();
4710
+ if (f != null) {
4711
+ writer.writeMessage(
4712
+ 2,
4713
+ f,
4714
+ proto.promocode.File.serializeBinaryToWriter
4715
+ );
4716
+ }
4717
+ };
4718
+
4719
+
4720
+ /**
4721
+ * optional BonusMaskItemRequest bonus_mask_data = 1;
4722
+ * @return {?proto.promocode.BonusMaskItemRequest}
4723
+ */
4724
+ proto.promocode.BonusMaskRequest.prototype.getBonusMaskData = function() {
4725
+ return /** @type{?proto.promocode.BonusMaskItemRequest} */ (
4726
+ jspb.Message.getWrapperField(this, proto.promocode.BonusMaskItemRequest, 1));
4727
+ };
4728
+
4729
+
4730
+ /**
4731
+ * @param {?proto.promocode.BonusMaskItemRequest|undefined} value
4732
+ * @return {!proto.promocode.BonusMaskRequest} returns this
4733
+ */
4734
+ proto.promocode.BonusMaskRequest.prototype.setBonusMaskData = function(value) {
4735
+ return jspb.Message.setOneofWrapperField(this, 1, proto.promocode.BonusMaskRequest.oneofGroups_[0], value);
4736
+ };
4737
+
4738
+
4739
+ /**
4740
+ * Clears the message field making it undefined.
4741
+ * @return {!proto.promocode.BonusMaskRequest} returns this
4742
+ */
4743
+ proto.promocode.BonusMaskRequest.prototype.clearBonusMaskData = function() {
4744
+ return this.setBonusMaskData(undefined);
4745
+ };
4746
+
4747
+
4748
+ /**
4749
+ * Returns whether this field is set.
4750
+ * @return {boolean}
4751
+ */
4752
+ proto.promocode.BonusMaskRequest.prototype.hasBonusMaskData = function() {
4753
+ return jspb.Message.getField(this, 1) != null;
4754
+ };
4755
+
4756
+
4757
+ /**
4758
+ * optional File file = 2;
4759
+ * @return {?proto.promocode.File}
4760
+ */
4761
+ proto.promocode.BonusMaskRequest.prototype.getFile = function() {
4762
+ return /** @type{?proto.promocode.File} */ (
4763
+ jspb.Message.getWrapperField(this, proto.promocode.File, 2));
4764
+ };
4765
+
4766
+
4767
+ /**
4768
+ * @param {?proto.promocode.File|undefined} value
4769
+ * @return {!proto.promocode.BonusMaskRequest} returns this
4770
+ */
4771
+ proto.promocode.BonusMaskRequest.prototype.setFile = function(value) {
4772
+ return jspb.Message.setOneofWrapperField(this, 2, proto.promocode.BonusMaskRequest.oneofGroups_[0], value);
4773
+ };
4774
+
4775
+
4776
+ /**
4777
+ * Clears the message field making it undefined.
4778
+ * @return {!proto.promocode.BonusMaskRequest} returns this
4779
+ */
4780
+ proto.promocode.BonusMaskRequest.prototype.clearFile = function() {
4781
+ return this.setFile(undefined);
4782
+ };
4783
+
4784
+
4785
+ /**
4786
+ * Returns whether this field is set.
4787
+ * @return {boolean}
4788
+ */
4789
+ proto.promocode.BonusMaskRequest.prototype.hasFile = function() {
4790
+ return jspb.Message.getField(this, 2) != null;
4791
+ };
4792
+
4793
+
4794
+
4795
+
4796
+
4797
+ if (jspb.Message.GENERATE_TO_OBJECT) {
4798
+ /**
4799
+ * Creates an object representation of this proto.
4800
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
4801
+ * Optional fields that are not set will be set to undefined.
4802
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
4803
+ * For the list of reserved names please see:
4804
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
4805
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
4806
+ * JSPB instance for transitional soy proto support:
4807
+ * http://goto/soy-param-migration
4808
+ * @return {!Object}
4809
+ */
4810
+ proto.promocode.BonusMaskItemRequest.prototype.toObject = function(opt_includeInstance) {
4811
+ return proto.promocode.BonusMaskItemRequest.toObject(opt_includeInstance, this);
4812
+ };
4813
+
4814
+
4815
+ /**
4816
+ * Static version of the {@see toObject} method.
4817
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4818
+ * the JSPB instance for transitional soy proto support:
4819
+ * http://goto/soy-param-migration
4820
+ * @param {!proto.promocode.BonusMaskItemRequest} msg The msg instance to transform.
4821
+ * @return {!Object}
4822
+ * @suppress {unusedLocalVariables} f is only used for nested messages
4823
+ */
4824
+ proto.promocode.BonusMaskItemRequest.toObject = function(includeInstance, msg) {
4825
+ var f, obj = {
4826
+ id: jspb.Message.getFieldWithDefault(msg, 1, 0),
4827
+ promocodeId: jspb.Message.getFieldWithDefault(msg, 2, 0),
4828
+ targetBonusId: jspb.Message.getFieldWithDefault(msg, 3, 0),
4829
+ activationArea: jspb.Message.getFieldWithDefault(msg, 4, ""),
4830
+ currency: jspb.Message.getFieldWithDefault(msg, 5, ""),
4831
+ isActive: jspb.Message.getFieldWithDefault(msg, 6, 0),
4832
+ title: jspb.Message.getFieldWithDefault(msg, 7, ""),
4833
+ description: jspb.Message.getFieldWithDefault(msg, 8, ""),
4834
+ payoutMultiplier: jspb.Message.getFieldWithDefault(msg, 9, 0),
4835
+ wagerMultiplier: jspb.Message.getFieldWithDefault(msg, 10, 0),
4836
+ depositPercentageValue: jspb.Message.getFieldWithDefault(msg, 11, ""),
4837
+ depositPercentageMax: jspb.Message.getFieldWithDefault(msg, 12, ""),
4838
+ freeSpinsGameId: jspb.Message.getFieldWithDefault(msg, 13, 0),
4839
+ freeSpinsSpinAmount: jspb.Message.getFieldWithDefault(msg, 14, ""),
4840
+ freeSpinsTotalAmount: jspb.Message.getFieldWithDefault(msg, 15, 0),
4841
+ freeSpinsMaxWin: jspb.Message.getFieldWithDefault(msg, 16, "")
4842
+ };
4843
+
4844
+ if (includeInstance) {
4845
+ obj.$jspbMessageInstance = msg;
4846
+ }
4847
+ return obj;
4848
+ };
4849
+ }
4850
+
4851
+
4852
+ /**
4853
+ * Deserializes binary data (in protobuf wire format).
4854
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
4855
+ * @return {!proto.promocode.BonusMaskItemRequest}
4856
+ */
4857
+ proto.promocode.BonusMaskItemRequest.deserializeBinary = function(bytes) {
4858
+ var reader = new jspb.BinaryReader(bytes);
4859
+ var msg = new proto.promocode.BonusMaskItemRequest;
4860
+ return proto.promocode.BonusMaskItemRequest.deserializeBinaryFromReader(msg, reader);
4861
+ };
4862
+
4863
+
4864
+ /**
4865
+ * Deserializes binary data (in protobuf wire format) from the
4866
+ * given reader into the given message object.
4867
+ * @param {!proto.promocode.BonusMaskItemRequest} msg The message object to deserialize into.
4868
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4869
+ * @return {!proto.promocode.BonusMaskItemRequest}
4870
+ */
4871
+ proto.promocode.BonusMaskItemRequest.deserializeBinaryFromReader = function(msg, reader) {
4872
+ while (reader.nextField()) {
4873
+ if (reader.isEndGroup()) {
4874
+ break;
4875
+ }
4876
+ var field = reader.getFieldNumber();
4877
+ switch (field) {
4878
+ case 1:
4879
+ var value = /** @type {number} */ (reader.readInt32());
4880
+ msg.setId(value);
4881
+ break;
4882
+ case 2:
4883
+ var value = /** @type {number} */ (reader.readInt32());
4884
+ msg.setPromocodeId(value);
4885
+ break;
4886
+ case 3:
4887
+ var value = /** @type {number} */ (reader.readInt32());
4888
+ msg.setTargetBonusId(value);
4889
+ break;
4890
+ case 4:
4891
+ var value = /** @type {string} */ (reader.readString());
4892
+ msg.setActivationArea(value);
4893
+ break;
4894
+ case 5:
4895
+ var value = /** @type {string} */ (reader.readString());
4896
+ msg.setCurrency(value);
4897
+ break;
4898
+ case 6:
4899
+ var value = /** @type {number} */ (reader.readInt32());
4900
+ msg.setIsActive(value);
4901
+ break;
4902
+ case 7:
4903
+ var value = /** @type {string} */ (reader.readString());
4904
+ msg.setTitle(value);
4905
+ break;
4906
+ case 8:
4907
+ var value = /** @type {string} */ (reader.readString());
4908
+ msg.setDescription(value);
4909
+ break;
4910
+ case 9:
4446
4911
  var value = /** @type {number} */ (reader.readInt32());
4447
4912
  msg.setPayoutMultiplier(value);
4448
4913
  break;
4449
- case 12:
4914
+ case 10:
4450
4915
  var value = /** @type {number} */ (reader.readInt32());
4451
4916
  msg.setWagerMultiplier(value);
4452
4917
  break;
4453
- case 13:
4918
+ case 11:
4454
4919
  var value = /** @type {string} */ (reader.readString());
4455
4920
  msg.setDepositPercentageValue(value);
4456
4921
  break;
4457
- case 14:
4922
+ case 12:
4458
4923
  var value = /** @type {string} */ (reader.readString());
4459
4924
  msg.setDepositPercentageMax(value);
4460
4925
  break;
4461
- case 15:
4926
+ case 13:
4462
4927
  var value = /** @type {number} */ (reader.readInt32());
4463
4928
  msg.setFreeSpinsGameId(value);
4464
4929
  break;
4465
- case 16:
4930
+ case 14:
4466
4931
  var value = /** @type {string} */ (reader.readString());
4467
4932
  msg.setFreeSpinsSpinAmount(value);
4468
4933
  break;
4469
- case 17:
4934
+ case 15:
4470
4935
  var value = /** @type {number} */ (reader.readInt32());
4471
4936
  msg.setFreeSpinsTotalAmount(value);
4472
4937
  break;
4473
- case 18:
4938
+ case 16:
4474
4939
  var value = /** @type {string} */ (reader.readString());
4475
4940
  msg.setFreeSpinsMaxWin(value);
4476
4941
  break;
@@ -4487,9 +4952,9 @@ proto.promocode.BonusMaskRequest.deserializeBinaryFromReader = function(msg, rea
4487
4952
  * Serializes the message to binary data (in protobuf wire format).
4488
4953
  * @return {!Uint8Array}
4489
4954
  */
4490
- proto.promocode.BonusMaskRequest.prototype.serializeBinary = function() {
4955
+ proto.promocode.BonusMaskItemRequest.prototype.serializeBinary = function() {
4491
4956
  var writer = new jspb.BinaryWriter();
4492
- proto.promocode.BonusMaskRequest.serializeBinaryToWriter(this, writer);
4957
+ proto.promocode.BonusMaskItemRequest.serializeBinaryToWriter(this, writer);
4493
4958
  return writer.getResultBuffer();
4494
4959
  };
4495
4960
 
@@ -4497,11 +4962,11 @@ proto.promocode.BonusMaskRequest.prototype.serializeBinary = function() {
4497
4962
  /**
4498
4963
  * Serializes the given message to binary data (in protobuf wire
4499
4964
  * format), writing to the given BinaryWriter.
4500
- * @param {!proto.promocode.BonusMaskRequest} message
4965
+ * @param {!proto.promocode.BonusMaskItemRequest} message
4501
4966
  * @param {!jspb.BinaryWriter} writer
4502
4967
  * @suppress {unusedLocalVariables} f is only used for nested messages
4503
4968
  */
4504
- proto.promocode.BonusMaskRequest.serializeBinaryToWriter = function(message, writer) {
4969
+ proto.promocode.BonusMaskItemRequest.serializeBinaryToWriter = function(message, writer) {
4505
4970
  var f = undefined;
4506
4971
  f = /** @type {number} */ (jspb.Message.getField(message, 1));
4507
4972
  if (f != null) {
@@ -4559,37 +5024,37 @@ proto.promocode.BonusMaskRequest.serializeBinaryToWriter = function(message, wri
4559
5024
  f
4560
5025
  );
4561
5026
  }
4562
- f = /** @type {string} */ (jspb.Message.getField(message, 9));
5027
+ f = /** @type {number} */ (jspb.Message.getField(message, 9));
4563
5028
  if (f != null) {
4564
- writer.writeString(
5029
+ writer.writeInt32(
4565
5030
  9,
4566
5031
  f
4567
5032
  );
4568
5033
  }
4569
- f = /** @type {string} */ (jspb.Message.getField(message, 10));
5034
+ f = /** @type {number} */ (jspb.Message.getField(message, 10));
4570
5035
  if (f != null) {
4571
- writer.writeString(
5036
+ writer.writeInt32(
4572
5037
  10,
4573
5038
  f
4574
5039
  );
4575
5040
  }
4576
- f = /** @type {number} */ (jspb.Message.getField(message, 11));
5041
+ f = /** @type {string} */ (jspb.Message.getField(message, 11));
4577
5042
  if (f != null) {
4578
- writer.writeInt32(
5043
+ writer.writeString(
4579
5044
  11,
4580
5045
  f
4581
5046
  );
4582
5047
  }
4583
- f = /** @type {number} */ (jspb.Message.getField(message, 12));
5048
+ f = /** @type {string} */ (jspb.Message.getField(message, 12));
4584
5049
  if (f != null) {
4585
- writer.writeInt32(
5050
+ writer.writeString(
4586
5051
  12,
4587
5052
  f
4588
5053
  );
4589
5054
  }
4590
- f = /** @type {string} */ (jspb.Message.getField(message, 13));
5055
+ f = /** @type {number} */ (jspb.Message.getField(message, 13));
4591
5056
  if (f != null) {
4592
- writer.writeString(
5057
+ writer.writeInt32(
4593
5058
  13,
4594
5059
  f
4595
5060
  );
@@ -4615,20 +5080,6 @@ proto.promocode.BonusMaskRequest.serializeBinaryToWriter = function(message, wri
4615
5080
  f
4616
5081
  );
4617
5082
  }
4618
- f = /** @type {number} */ (jspb.Message.getField(message, 17));
4619
- if (f != null) {
4620
- writer.writeInt32(
4621
- 17,
4622
- f
4623
- );
4624
- }
4625
- f = /** @type {string} */ (jspb.Message.getField(message, 18));
4626
- if (f != null) {
4627
- writer.writeString(
4628
- 18,
4629
- f
4630
- );
4631
- }
4632
5083
  };
4633
5084
 
4634
5085
 
@@ -4636,25 +5087,25 @@ proto.promocode.BonusMaskRequest.serializeBinaryToWriter = function(message, wri
4636
5087
  * optional int32 id = 1;
4637
5088
  * @return {number}
4638
5089
  */
4639
- proto.promocode.BonusMaskRequest.prototype.getId = function() {
5090
+ proto.promocode.BonusMaskItemRequest.prototype.getId = function() {
4640
5091
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
4641
5092
  };
4642
5093
 
4643
5094
 
4644
5095
  /**
4645
5096
  * @param {number} value
4646
- * @return {!proto.promocode.BonusMaskRequest} returns this
5097
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4647
5098
  */
4648
- proto.promocode.BonusMaskRequest.prototype.setId = function(value) {
5099
+ proto.promocode.BonusMaskItemRequest.prototype.setId = function(value) {
4649
5100
  return jspb.Message.setField(this, 1, value);
4650
5101
  };
4651
5102
 
4652
5103
 
4653
5104
  /**
4654
5105
  * Clears the field making it undefined.
4655
- * @return {!proto.promocode.BonusMaskRequest} returns this
5106
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4656
5107
  */
4657
- proto.promocode.BonusMaskRequest.prototype.clearId = function() {
5108
+ proto.promocode.BonusMaskItemRequest.prototype.clearId = function() {
4658
5109
  return jspb.Message.setField(this, 1, undefined);
4659
5110
  };
4660
5111
 
@@ -4663,7 +5114,7 @@ proto.promocode.BonusMaskRequest.prototype.clearId = function() {
4663
5114
  * Returns whether this field is set.
4664
5115
  * @return {boolean}
4665
5116
  */
4666
- proto.promocode.BonusMaskRequest.prototype.hasId = function() {
5117
+ proto.promocode.BonusMaskItemRequest.prototype.hasId = function() {
4667
5118
  return jspb.Message.getField(this, 1) != null;
4668
5119
  };
4669
5120
 
@@ -4672,25 +5123,25 @@ proto.promocode.BonusMaskRequest.prototype.hasId = function() {
4672
5123
  * optional int32 promocode_id = 2;
4673
5124
  * @return {number}
4674
5125
  */
4675
- proto.promocode.BonusMaskRequest.prototype.getPromocodeId = function() {
5126
+ proto.promocode.BonusMaskItemRequest.prototype.getPromocodeId = function() {
4676
5127
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
4677
5128
  };
4678
5129
 
4679
5130
 
4680
5131
  /**
4681
5132
  * @param {number} value
4682
- * @return {!proto.promocode.BonusMaskRequest} returns this
5133
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4683
5134
  */
4684
- proto.promocode.BonusMaskRequest.prototype.setPromocodeId = function(value) {
5135
+ proto.promocode.BonusMaskItemRequest.prototype.setPromocodeId = function(value) {
4685
5136
  return jspb.Message.setField(this, 2, value);
4686
5137
  };
4687
5138
 
4688
5139
 
4689
5140
  /**
4690
5141
  * Clears the field making it undefined.
4691
- * @return {!proto.promocode.BonusMaskRequest} returns this
5142
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4692
5143
  */
4693
- proto.promocode.BonusMaskRequest.prototype.clearPromocodeId = function() {
5144
+ proto.promocode.BonusMaskItemRequest.prototype.clearPromocodeId = function() {
4694
5145
  return jspb.Message.setField(this, 2, undefined);
4695
5146
  };
4696
5147
 
@@ -4699,7 +5150,7 @@ proto.promocode.BonusMaskRequest.prototype.clearPromocodeId = function() {
4699
5150
  * Returns whether this field is set.
4700
5151
  * @return {boolean}
4701
5152
  */
4702
- proto.promocode.BonusMaskRequest.prototype.hasPromocodeId = function() {
5153
+ proto.promocode.BonusMaskItemRequest.prototype.hasPromocodeId = function() {
4703
5154
  return jspb.Message.getField(this, 2) != null;
4704
5155
  };
4705
5156
 
@@ -4708,25 +5159,25 @@ proto.promocode.BonusMaskRequest.prototype.hasPromocodeId = function() {
4708
5159
  * optional int32 target_bonus_id = 3;
4709
5160
  * @return {number}
4710
5161
  */
4711
- proto.promocode.BonusMaskRequest.prototype.getTargetBonusId = function() {
5162
+ proto.promocode.BonusMaskItemRequest.prototype.getTargetBonusId = function() {
4712
5163
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
4713
5164
  };
4714
5165
 
4715
5166
 
4716
5167
  /**
4717
5168
  * @param {number} value
4718
- * @return {!proto.promocode.BonusMaskRequest} returns this
5169
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4719
5170
  */
4720
- proto.promocode.BonusMaskRequest.prototype.setTargetBonusId = function(value) {
5171
+ proto.promocode.BonusMaskItemRequest.prototype.setTargetBonusId = function(value) {
4721
5172
  return jspb.Message.setField(this, 3, value);
4722
5173
  };
4723
5174
 
4724
5175
 
4725
5176
  /**
4726
5177
  * Clears the field making it undefined.
4727
- * @return {!proto.promocode.BonusMaskRequest} returns this
5178
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4728
5179
  */
4729
- proto.promocode.BonusMaskRequest.prototype.clearTargetBonusId = function() {
5180
+ proto.promocode.BonusMaskItemRequest.prototype.clearTargetBonusId = function() {
4730
5181
  return jspb.Message.setField(this, 3, undefined);
4731
5182
  };
4732
5183
 
@@ -4735,7 +5186,7 @@ proto.promocode.BonusMaskRequest.prototype.clearTargetBonusId = function() {
4735
5186
  * Returns whether this field is set.
4736
5187
  * @return {boolean}
4737
5188
  */
4738
- proto.promocode.BonusMaskRequest.prototype.hasTargetBonusId = function() {
5189
+ proto.promocode.BonusMaskItemRequest.prototype.hasTargetBonusId = function() {
4739
5190
  return jspb.Message.getField(this, 3) != null;
4740
5191
  };
4741
5192
 
@@ -4744,25 +5195,25 @@ proto.promocode.BonusMaskRequest.prototype.hasTargetBonusId = function() {
4744
5195
  * optional string activation_area = 4;
4745
5196
  * @return {string}
4746
5197
  */
4747
- proto.promocode.BonusMaskRequest.prototype.getActivationArea = function() {
5198
+ proto.promocode.BonusMaskItemRequest.prototype.getActivationArea = function() {
4748
5199
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
4749
5200
  };
4750
5201
 
4751
5202
 
4752
5203
  /**
4753
5204
  * @param {string} value
4754
- * @return {!proto.promocode.BonusMaskRequest} returns this
5205
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4755
5206
  */
4756
- proto.promocode.BonusMaskRequest.prototype.setActivationArea = function(value) {
5207
+ proto.promocode.BonusMaskItemRequest.prototype.setActivationArea = function(value) {
4757
5208
  return jspb.Message.setField(this, 4, value);
4758
5209
  };
4759
5210
 
4760
5211
 
4761
5212
  /**
4762
5213
  * Clears the field making it undefined.
4763
- * @return {!proto.promocode.BonusMaskRequest} returns this
5214
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4764
5215
  */
4765
- proto.promocode.BonusMaskRequest.prototype.clearActivationArea = function() {
5216
+ proto.promocode.BonusMaskItemRequest.prototype.clearActivationArea = function() {
4766
5217
  return jspb.Message.setField(this, 4, undefined);
4767
5218
  };
4768
5219
 
@@ -4771,7 +5222,7 @@ proto.promocode.BonusMaskRequest.prototype.clearActivationArea = function() {
4771
5222
  * Returns whether this field is set.
4772
5223
  * @return {boolean}
4773
5224
  */
4774
- proto.promocode.BonusMaskRequest.prototype.hasActivationArea = function() {
5225
+ proto.promocode.BonusMaskItemRequest.prototype.hasActivationArea = function() {
4775
5226
  return jspb.Message.getField(this, 4) != null;
4776
5227
  };
4777
5228
 
@@ -4780,25 +5231,25 @@ proto.promocode.BonusMaskRequest.prototype.hasActivationArea = function() {
4780
5231
  * optional string currency = 5;
4781
5232
  * @return {string}
4782
5233
  */
4783
- proto.promocode.BonusMaskRequest.prototype.getCurrency = function() {
5234
+ proto.promocode.BonusMaskItemRequest.prototype.getCurrency = function() {
4784
5235
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
4785
5236
  };
4786
5237
 
4787
5238
 
4788
5239
  /**
4789
5240
  * @param {string} value
4790
- * @return {!proto.promocode.BonusMaskRequest} returns this
5241
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4791
5242
  */
4792
- proto.promocode.BonusMaskRequest.prototype.setCurrency = function(value) {
5243
+ proto.promocode.BonusMaskItemRequest.prototype.setCurrency = function(value) {
4793
5244
  return jspb.Message.setField(this, 5, value);
4794
5245
  };
4795
5246
 
4796
5247
 
4797
5248
  /**
4798
5249
  * Clears the field making it undefined.
4799
- * @return {!proto.promocode.BonusMaskRequest} returns this
5250
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4800
5251
  */
4801
- proto.promocode.BonusMaskRequest.prototype.clearCurrency = function() {
5252
+ proto.promocode.BonusMaskItemRequest.prototype.clearCurrency = function() {
4802
5253
  return jspb.Message.setField(this, 5, undefined);
4803
5254
  };
4804
5255
 
@@ -4807,7 +5258,7 @@ proto.promocode.BonusMaskRequest.prototype.clearCurrency = function() {
4807
5258
  * Returns whether this field is set.
4808
5259
  * @return {boolean}
4809
5260
  */
4810
- proto.promocode.BonusMaskRequest.prototype.hasCurrency = function() {
5261
+ proto.promocode.BonusMaskItemRequest.prototype.hasCurrency = function() {
4811
5262
  return jspb.Message.getField(this, 5) != null;
4812
5263
  };
4813
5264
 
@@ -4816,25 +5267,25 @@ proto.promocode.BonusMaskRequest.prototype.hasCurrency = function() {
4816
5267
  * optional int32 is_active = 6;
4817
5268
  * @return {number}
4818
5269
  */
4819
- proto.promocode.BonusMaskRequest.prototype.getIsActive = function() {
5270
+ proto.promocode.BonusMaskItemRequest.prototype.getIsActive = function() {
4820
5271
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
4821
5272
  };
4822
5273
 
4823
5274
 
4824
5275
  /**
4825
5276
  * @param {number} value
4826
- * @return {!proto.promocode.BonusMaskRequest} returns this
5277
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4827
5278
  */
4828
- proto.promocode.BonusMaskRequest.prototype.setIsActive = function(value) {
5279
+ proto.promocode.BonusMaskItemRequest.prototype.setIsActive = function(value) {
4829
5280
  return jspb.Message.setField(this, 6, value);
4830
5281
  };
4831
5282
 
4832
5283
 
4833
5284
  /**
4834
5285
  * Clears the field making it undefined.
4835
- * @return {!proto.promocode.BonusMaskRequest} returns this
5286
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4836
5287
  */
4837
- proto.promocode.BonusMaskRequest.prototype.clearIsActive = function() {
5288
+ proto.promocode.BonusMaskItemRequest.prototype.clearIsActive = function() {
4838
5289
  return jspb.Message.setField(this, 6, undefined);
4839
5290
  };
4840
5291
 
@@ -4843,7 +5294,7 @@ proto.promocode.BonusMaskRequest.prototype.clearIsActive = function() {
4843
5294
  * Returns whether this field is set.
4844
5295
  * @return {boolean}
4845
5296
  */
4846
- proto.promocode.BonusMaskRequest.prototype.hasIsActive = function() {
5297
+ proto.promocode.BonusMaskItemRequest.prototype.hasIsActive = function() {
4847
5298
  return jspb.Message.getField(this, 6) != null;
4848
5299
  };
4849
5300
 
@@ -4852,25 +5303,25 @@ proto.promocode.BonusMaskRequest.prototype.hasIsActive = function() {
4852
5303
  * optional string title = 7;
4853
5304
  * @return {string}
4854
5305
  */
4855
- proto.promocode.BonusMaskRequest.prototype.getTitle = function() {
5306
+ proto.promocode.BonusMaskItemRequest.prototype.getTitle = function() {
4856
5307
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
4857
5308
  };
4858
5309
 
4859
5310
 
4860
5311
  /**
4861
5312
  * @param {string} value
4862
- * @return {!proto.promocode.BonusMaskRequest} returns this
5313
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4863
5314
  */
4864
- proto.promocode.BonusMaskRequest.prototype.setTitle = function(value) {
5315
+ proto.promocode.BonusMaskItemRequest.prototype.setTitle = function(value) {
4865
5316
  return jspb.Message.setField(this, 7, value);
4866
5317
  };
4867
5318
 
4868
5319
 
4869
5320
  /**
4870
5321
  * Clears the field making it undefined.
4871
- * @return {!proto.promocode.BonusMaskRequest} returns this
5322
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4872
5323
  */
4873
- proto.promocode.BonusMaskRequest.prototype.clearTitle = function() {
5324
+ proto.promocode.BonusMaskItemRequest.prototype.clearTitle = function() {
4874
5325
  return jspb.Message.setField(this, 7, undefined);
4875
5326
  };
4876
5327
 
@@ -4879,7 +5330,7 @@ proto.promocode.BonusMaskRequest.prototype.clearTitle = function() {
4879
5330
  * Returns whether this field is set.
4880
5331
  * @return {boolean}
4881
5332
  */
4882
- proto.promocode.BonusMaskRequest.prototype.hasTitle = function() {
5333
+ proto.promocode.BonusMaskItemRequest.prototype.hasTitle = function() {
4883
5334
  return jspb.Message.getField(this, 7) != null;
4884
5335
  };
4885
5336
 
@@ -4888,25 +5339,25 @@ proto.promocode.BonusMaskRequest.prototype.hasTitle = function() {
4888
5339
  * optional string description = 8;
4889
5340
  * @return {string}
4890
5341
  */
4891
- proto.promocode.BonusMaskRequest.prototype.getDescription = function() {
5342
+ proto.promocode.BonusMaskItemRequest.prototype.getDescription = function() {
4892
5343
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
4893
5344
  };
4894
5345
 
4895
5346
 
4896
5347
  /**
4897
5348
  * @param {string} value
4898
- * @return {!proto.promocode.BonusMaskRequest} returns this
5349
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4899
5350
  */
4900
- proto.promocode.BonusMaskRequest.prototype.setDescription = function(value) {
5351
+ proto.promocode.BonusMaskItemRequest.prototype.setDescription = function(value) {
4901
5352
  return jspb.Message.setField(this, 8, value);
4902
5353
  };
4903
5354
 
4904
5355
 
4905
5356
  /**
4906
5357
  * Clears the field making it undefined.
4907
- * @return {!proto.promocode.BonusMaskRequest} returns this
5358
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4908
5359
  */
4909
- proto.promocode.BonusMaskRequest.prototype.clearDescription = function() {
5360
+ proto.promocode.BonusMaskItemRequest.prototype.clearDescription = function() {
4910
5361
  return jspb.Message.setField(this, 8, undefined);
4911
5362
  };
4912
5363
 
@@ -4915,34 +5366,34 @@ proto.promocode.BonusMaskRequest.prototype.clearDescription = function() {
4915
5366
  * Returns whether this field is set.
4916
5367
  * @return {boolean}
4917
5368
  */
4918
- proto.promocode.BonusMaskRequest.prototype.hasDescription = function() {
5369
+ proto.promocode.BonusMaskItemRequest.prototype.hasDescription = function() {
4919
5370
  return jspb.Message.getField(this, 8) != null;
4920
5371
  };
4921
5372
 
4922
5373
 
4923
5374
  /**
4924
- * optional string image_cdn = 9;
4925
- * @return {string}
5375
+ * optional int32 payout_multiplier = 9;
5376
+ * @return {number}
4926
5377
  */
4927
- proto.promocode.BonusMaskRequest.prototype.getImageCdn = function() {
4928
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
5378
+ proto.promocode.BonusMaskItemRequest.prototype.getPayoutMultiplier = function() {
5379
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
4929
5380
  };
4930
5381
 
4931
5382
 
4932
5383
  /**
4933
- * @param {string} value
4934
- * @return {!proto.promocode.BonusMaskRequest} returns this
5384
+ * @param {number} value
5385
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4935
5386
  */
4936
- proto.promocode.BonusMaskRequest.prototype.setImageCdn = function(value) {
5387
+ proto.promocode.BonusMaskItemRequest.prototype.setPayoutMultiplier = function(value) {
4937
5388
  return jspb.Message.setField(this, 9, value);
4938
5389
  };
4939
5390
 
4940
5391
 
4941
5392
  /**
4942
5393
  * Clears the field making it undefined.
4943
- * @return {!proto.promocode.BonusMaskRequest} returns this
5394
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4944
5395
  */
4945
- proto.promocode.BonusMaskRequest.prototype.clearImageCdn = function() {
5396
+ proto.promocode.BonusMaskItemRequest.prototype.clearPayoutMultiplier = function() {
4946
5397
  return jspb.Message.setField(this, 9, undefined);
4947
5398
  };
4948
5399
 
@@ -4951,34 +5402,34 @@ proto.promocode.BonusMaskRequest.prototype.clearImageCdn = function() {
4951
5402
  * Returns whether this field is set.
4952
5403
  * @return {boolean}
4953
5404
  */
4954
- proto.promocode.BonusMaskRequest.prototype.hasImageCdn = function() {
5405
+ proto.promocode.BonusMaskItemRequest.prototype.hasPayoutMultiplier = function() {
4955
5406
  return jspb.Message.getField(this, 9) != null;
4956
5407
  };
4957
5408
 
4958
5409
 
4959
5410
  /**
4960
- * optional string mobile_image_cdn = 10;
4961
- * @return {string}
5411
+ * optional int32 wager_multiplier = 10;
5412
+ * @return {number}
4962
5413
  */
4963
- proto.promocode.BonusMaskRequest.prototype.getMobileImageCdn = function() {
4964
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
5414
+ proto.promocode.BonusMaskItemRequest.prototype.getWagerMultiplier = function() {
5415
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
4965
5416
  };
4966
5417
 
4967
5418
 
4968
5419
  /**
4969
- * @param {string} value
4970
- * @return {!proto.promocode.BonusMaskRequest} returns this
5420
+ * @param {number} value
5421
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4971
5422
  */
4972
- proto.promocode.BonusMaskRequest.prototype.setMobileImageCdn = function(value) {
5423
+ proto.promocode.BonusMaskItemRequest.prototype.setWagerMultiplier = function(value) {
4973
5424
  return jspb.Message.setField(this, 10, value);
4974
5425
  };
4975
5426
 
4976
5427
 
4977
5428
  /**
4978
5429
  * Clears the field making it undefined.
4979
- * @return {!proto.promocode.BonusMaskRequest} returns this
5430
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
4980
5431
  */
4981
- proto.promocode.BonusMaskRequest.prototype.clearMobileImageCdn = function() {
5432
+ proto.promocode.BonusMaskItemRequest.prototype.clearWagerMultiplier = function() {
4982
5433
  return jspb.Message.setField(this, 10, undefined);
4983
5434
  };
4984
5435
 
@@ -4987,34 +5438,34 @@ proto.promocode.BonusMaskRequest.prototype.clearMobileImageCdn = function() {
4987
5438
  * Returns whether this field is set.
4988
5439
  * @return {boolean}
4989
5440
  */
4990
- proto.promocode.BonusMaskRequest.prototype.hasMobileImageCdn = function() {
5441
+ proto.promocode.BonusMaskItemRequest.prototype.hasWagerMultiplier = function() {
4991
5442
  return jspb.Message.getField(this, 10) != null;
4992
5443
  };
4993
5444
 
4994
5445
 
4995
5446
  /**
4996
- * optional int32 payout_multiplier = 11;
4997
- * @return {number}
5447
+ * optional string deposit_percentage_value = 11;
5448
+ * @return {string}
4998
5449
  */
4999
- proto.promocode.BonusMaskRequest.prototype.getPayoutMultiplier = function() {
5000
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0));
5450
+ proto.promocode.BonusMaskItemRequest.prototype.getDepositPercentageValue = function() {
5451
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
5001
5452
  };
5002
5453
 
5003
5454
 
5004
5455
  /**
5005
- * @param {number} value
5006
- * @return {!proto.promocode.BonusMaskRequest} returns this
5456
+ * @param {string} value
5457
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5007
5458
  */
5008
- proto.promocode.BonusMaskRequest.prototype.setPayoutMultiplier = function(value) {
5459
+ proto.promocode.BonusMaskItemRequest.prototype.setDepositPercentageValue = function(value) {
5009
5460
  return jspb.Message.setField(this, 11, value);
5010
5461
  };
5011
5462
 
5012
5463
 
5013
5464
  /**
5014
5465
  * Clears the field making it undefined.
5015
- * @return {!proto.promocode.BonusMaskRequest} returns this
5466
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5016
5467
  */
5017
- proto.promocode.BonusMaskRequest.prototype.clearPayoutMultiplier = function() {
5468
+ proto.promocode.BonusMaskItemRequest.prototype.clearDepositPercentageValue = function() {
5018
5469
  return jspb.Message.setField(this, 11, undefined);
5019
5470
  };
5020
5471
 
@@ -5023,34 +5474,34 @@ proto.promocode.BonusMaskRequest.prototype.clearPayoutMultiplier = function() {
5023
5474
  * Returns whether this field is set.
5024
5475
  * @return {boolean}
5025
5476
  */
5026
- proto.promocode.BonusMaskRequest.prototype.hasPayoutMultiplier = function() {
5477
+ proto.promocode.BonusMaskItemRequest.prototype.hasDepositPercentageValue = function() {
5027
5478
  return jspb.Message.getField(this, 11) != null;
5028
5479
  };
5029
5480
 
5030
5481
 
5031
5482
  /**
5032
- * optional int32 wager_multiplier = 12;
5033
- * @return {number}
5483
+ * optional string deposit_percentage_max = 12;
5484
+ * @return {string}
5034
5485
  */
5035
- proto.promocode.BonusMaskRequest.prototype.getWagerMultiplier = function() {
5036
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
5486
+ proto.promocode.BonusMaskItemRequest.prototype.getDepositPercentageMax = function() {
5487
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
5037
5488
  };
5038
5489
 
5039
5490
 
5040
5491
  /**
5041
- * @param {number} value
5042
- * @return {!proto.promocode.BonusMaskRequest} returns this
5492
+ * @param {string} value
5493
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5043
5494
  */
5044
- proto.promocode.BonusMaskRequest.prototype.setWagerMultiplier = function(value) {
5495
+ proto.promocode.BonusMaskItemRequest.prototype.setDepositPercentageMax = function(value) {
5045
5496
  return jspb.Message.setField(this, 12, value);
5046
5497
  };
5047
5498
 
5048
5499
 
5049
5500
  /**
5050
5501
  * Clears the field making it undefined.
5051
- * @return {!proto.promocode.BonusMaskRequest} returns this
5502
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5052
5503
  */
5053
- proto.promocode.BonusMaskRequest.prototype.clearWagerMultiplier = function() {
5504
+ proto.promocode.BonusMaskItemRequest.prototype.clearDepositPercentageMax = function() {
5054
5505
  return jspb.Message.setField(this, 12, undefined);
5055
5506
  };
5056
5507
 
@@ -5059,34 +5510,34 @@ proto.promocode.BonusMaskRequest.prototype.clearWagerMultiplier = function() {
5059
5510
  * Returns whether this field is set.
5060
5511
  * @return {boolean}
5061
5512
  */
5062
- proto.promocode.BonusMaskRequest.prototype.hasWagerMultiplier = function() {
5513
+ proto.promocode.BonusMaskItemRequest.prototype.hasDepositPercentageMax = function() {
5063
5514
  return jspb.Message.getField(this, 12) != null;
5064
5515
  };
5065
5516
 
5066
5517
 
5067
5518
  /**
5068
- * optional string deposit_percentage_value = 13;
5069
- * @return {string}
5519
+ * optional int32 free_spins_game_id = 13;
5520
+ * @return {number}
5070
5521
  */
5071
- proto.promocode.BonusMaskRequest.prototype.getDepositPercentageValue = function() {
5072
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
5522
+ proto.promocode.BonusMaskItemRequest.prototype.getFreeSpinsGameId = function() {
5523
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 13, 0));
5073
5524
  };
5074
5525
 
5075
5526
 
5076
5527
  /**
5077
- * @param {string} value
5078
- * @return {!proto.promocode.BonusMaskRequest} returns this
5528
+ * @param {number} value
5529
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5079
5530
  */
5080
- proto.promocode.BonusMaskRequest.prototype.setDepositPercentageValue = function(value) {
5531
+ proto.promocode.BonusMaskItemRequest.prototype.setFreeSpinsGameId = function(value) {
5081
5532
  return jspb.Message.setField(this, 13, value);
5082
5533
  };
5083
5534
 
5084
5535
 
5085
5536
  /**
5086
5537
  * Clears the field making it undefined.
5087
- * @return {!proto.promocode.BonusMaskRequest} returns this
5538
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5088
5539
  */
5089
- proto.promocode.BonusMaskRequest.prototype.clearDepositPercentageValue = function() {
5540
+ proto.promocode.BonusMaskItemRequest.prototype.clearFreeSpinsGameId = function() {
5090
5541
  return jspb.Message.setField(this, 13, undefined);
5091
5542
  };
5092
5543
 
@@ -5095,34 +5546,34 @@ proto.promocode.BonusMaskRequest.prototype.clearDepositPercentageValue = functio
5095
5546
  * Returns whether this field is set.
5096
5547
  * @return {boolean}
5097
5548
  */
5098
- proto.promocode.BonusMaskRequest.prototype.hasDepositPercentageValue = function() {
5549
+ proto.promocode.BonusMaskItemRequest.prototype.hasFreeSpinsGameId = function() {
5099
5550
  return jspb.Message.getField(this, 13) != null;
5100
5551
  };
5101
5552
 
5102
5553
 
5103
5554
  /**
5104
- * optional string deposit_percentage_max = 14;
5555
+ * optional string free_spins_spin_amount = 14;
5105
5556
  * @return {string}
5106
5557
  */
5107
- proto.promocode.BonusMaskRequest.prototype.getDepositPercentageMax = function() {
5558
+ proto.promocode.BonusMaskItemRequest.prototype.getFreeSpinsSpinAmount = function() {
5108
5559
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
5109
5560
  };
5110
5561
 
5111
5562
 
5112
5563
  /**
5113
5564
  * @param {string} value
5114
- * @return {!proto.promocode.BonusMaskRequest} returns this
5565
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5115
5566
  */
5116
- proto.promocode.BonusMaskRequest.prototype.setDepositPercentageMax = function(value) {
5567
+ proto.promocode.BonusMaskItemRequest.prototype.setFreeSpinsSpinAmount = function(value) {
5117
5568
  return jspb.Message.setField(this, 14, value);
5118
5569
  };
5119
5570
 
5120
5571
 
5121
5572
  /**
5122
5573
  * Clears the field making it undefined.
5123
- * @return {!proto.promocode.BonusMaskRequest} returns this
5574
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5124
5575
  */
5125
- proto.promocode.BonusMaskRequest.prototype.clearDepositPercentageMax = function() {
5576
+ proto.promocode.BonusMaskItemRequest.prototype.clearFreeSpinsSpinAmount = function() {
5126
5577
  return jspb.Message.setField(this, 14, undefined);
5127
5578
  };
5128
5579
 
@@ -5131,34 +5582,34 @@ proto.promocode.BonusMaskRequest.prototype.clearDepositPercentageMax = function(
5131
5582
  * Returns whether this field is set.
5132
5583
  * @return {boolean}
5133
5584
  */
5134
- proto.promocode.BonusMaskRequest.prototype.hasDepositPercentageMax = function() {
5585
+ proto.promocode.BonusMaskItemRequest.prototype.hasFreeSpinsSpinAmount = function() {
5135
5586
  return jspb.Message.getField(this, 14) != null;
5136
5587
  };
5137
5588
 
5138
5589
 
5139
5590
  /**
5140
- * optional int32 free_spins_game_id = 15;
5591
+ * optional int32 free_spins_total_amount = 15;
5141
5592
  * @return {number}
5142
5593
  */
5143
- proto.promocode.BonusMaskRequest.prototype.getFreeSpinsGameId = function() {
5594
+ proto.promocode.BonusMaskItemRequest.prototype.getFreeSpinsTotalAmount = function() {
5144
5595
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 15, 0));
5145
5596
  };
5146
5597
 
5147
5598
 
5148
5599
  /**
5149
5600
  * @param {number} value
5150
- * @return {!proto.promocode.BonusMaskRequest} returns this
5601
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5151
5602
  */
5152
- proto.promocode.BonusMaskRequest.prototype.setFreeSpinsGameId = function(value) {
5603
+ proto.promocode.BonusMaskItemRequest.prototype.setFreeSpinsTotalAmount = function(value) {
5153
5604
  return jspb.Message.setField(this, 15, value);
5154
5605
  };
5155
5606
 
5156
5607
 
5157
5608
  /**
5158
5609
  * Clears the field making it undefined.
5159
- * @return {!proto.promocode.BonusMaskRequest} returns this
5610
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5160
5611
  */
5161
- proto.promocode.BonusMaskRequest.prototype.clearFreeSpinsGameId = function() {
5612
+ proto.promocode.BonusMaskItemRequest.prototype.clearFreeSpinsTotalAmount = function() {
5162
5613
  return jspb.Message.setField(this, 15, undefined);
5163
5614
  };
5164
5615
 
@@ -5167,34 +5618,34 @@ proto.promocode.BonusMaskRequest.prototype.clearFreeSpinsGameId = function() {
5167
5618
  * Returns whether this field is set.
5168
5619
  * @return {boolean}
5169
5620
  */
5170
- proto.promocode.BonusMaskRequest.prototype.hasFreeSpinsGameId = function() {
5621
+ proto.promocode.BonusMaskItemRequest.prototype.hasFreeSpinsTotalAmount = function() {
5171
5622
  return jspb.Message.getField(this, 15) != null;
5172
5623
  };
5173
5624
 
5174
5625
 
5175
5626
  /**
5176
- * optional string free_spins_spin_amount = 16;
5627
+ * optional string free_spins_max_win = 16;
5177
5628
  * @return {string}
5178
5629
  */
5179
- proto.promocode.BonusMaskRequest.prototype.getFreeSpinsSpinAmount = function() {
5630
+ proto.promocode.BonusMaskItemRequest.prototype.getFreeSpinsMaxWin = function() {
5180
5631
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
5181
5632
  };
5182
5633
 
5183
5634
 
5184
5635
  /**
5185
5636
  * @param {string} value
5186
- * @return {!proto.promocode.BonusMaskRequest} returns this
5637
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5187
5638
  */
5188
- proto.promocode.BonusMaskRequest.prototype.setFreeSpinsSpinAmount = function(value) {
5639
+ proto.promocode.BonusMaskItemRequest.prototype.setFreeSpinsMaxWin = function(value) {
5189
5640
  return jspb.Message.setField(this, 16, value);
5190
5641
  };
5191
5642
 
5192
5643
 
5193
5644
  /**
5194
5645
  * Clears the field making it undefined.
5195
- * @return {!proto.promocode.BonusMaskRequest} returns this
5646
+ * @return {!proto.promocode.BonusMaskItemRequest} returns this
5196
5647
  */
5197
- proto.promocode.BonusMaskRequest.prototype.clearFreeSpinsSpinAmount = function() {
5648
+ proto.promocode.BonusMaskItemRequest.prototype.clearFreeSpinsMaxWin = function() {
5198
5649
  return jspb.Message.setField(this, 16, undefined);
5199
5650
  };
5200
5651
 
@@ -5203,83 +5654,11 @@ proto.promocode.BonusMaskRequest.prototype.clearFreeSpinsSpinAmount = function()
5203
5654
  * Returns whether this field is set.
5204
5655
  * @return {boolean}
5205
5656
  */
5206
- proto.promocode.BonusMaskRequest.prototype.hasFreeSpinsSpinAmount = function() {
5657
+ proto.promocode.BonusMaskItemRequest.prototype.hasFreeSpinsMaxWin = function() {
5207
5658
  return jspb.Message.getField(this, 16) != null;
5208
5659
  };
5209
5660
 
5210
5661
 
5211
- /**
5212
- * optional int32 free_spins_total_amount = 17;
5213
- * @return {number}
5214
- */
5215
- proto.promocode.BonusMaskRequest.prototype.getFreeSpinsTotalAmount = function() {
5216
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0));
5217
- };
5218
-
5219
-
5220
- /**
5221
- * @param {number} value
5222
- * @return {!proto.promocode.BonusMaskRequest} returns this
5223
- */
5224
- proto.promocode.BonusMaskRequest.prototype.setFreeSpinsTotalAmount = function(value) {
5225
- return jspb.Message.setField(this, 17, value);
5226
- };
5227
-
5228
-
5229
- /**
5230
- * Clears the field making it undefined.
5231
- * @return {!proto.promocode.BonusMaskRequest} returns this
5232
- */
5233
- proto.promocode.BonusMaskRequest.prototype.clearFreeSpinsTotalAmount = function() {
5234
- return jspb.Message.setField(this, 17, undefined);
5235
- };
5236
-
5237
-
5238
- /**
5239
- * Returns whether this field is set.
5240
- * @return {boolean}
5241
- */
5242
- proto.promocode.BonusMaskRequest.prototype.hasFreeSpinsTotalAmount = function() {
5243
- return jspb.Message.getField(this, 17) != null;
5244
- };
5245
-
5246
-
5247
- /**
5248
- * optional string free_spins_max_win = 18;
5249
- * @return {string}
5250
- */
5251
- proto.promocode.BonusMaskRequest.prototype.getFreeSpinsMaxWin = function() {
5252
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
5253
- };
5254
-
5255
-
5256
- /**
5257
- * @param {string} value
5258
- * @return {!proto.promocode.BonusMaskRequest} returns this
5259
- */
5260
- proto.promocode.BonusMaskRequest.prototype.setFreeSpinsMaxWin = function(value) {
5261
- return jspb.Message.setField(this, 18, value);
5262
- };
5263
-
5264
-
5265
- /**
5266
- * Clears the field making it undefined.
5267
- * @return {!proto.promocode.BonusMaskRequest} returns this
5268
- */
5269
- proto.promocode.BonusMaskRequest.prototype.clearFreeSpinsMaxWin = function() {
5270
- return jspb.Message.setField(this, 18, undefined);
5271
- };
5272
-
5273
-
5274
- /**
5275
- * Returns whether this field is set.
5276
- * @return {boolean}
5277
- */
5278
- proto.promocode.BonusMaskRequest.prototype.hasFreeSpinsMaxWin = function() {
5279
- return jspb.Message.getField(this, 18) != null;
5280
- };
5281
-
5282
-
5283
5662
 
5284
5663
 
5285
5664
 
@@ -5329,7 +5708,9 @@ proto.promocode.BonusMaskItem.toObject = function(includeInstance, msg) {
5329
5708
  freeSpinsGameId: jspb.Message.getFieldWithDefault(msg, 15, 0),
5330
5709
  freeSpinsSpinAmount: jspb.Message.getFieldWithDefault(msg, 16, ""),
5331
5710
  freeSpinsTotalAmount: jspb.Message.getFieldWithDefault(msg, 17, 0),
5332
- freeSpinsMaxWin: jspb.Message.getFieldWithDefault(msg, 18, "")
5711
+ freeSpinsMaxWin: jspb.Message.getFieldWithDefault(msg, 18, ""),
5712
+ image: jspb.Message.getFieldWithDefault(msg, 19, ""),
5713
+ mobileImage: jspb.Message.getFieldWithDefault(msg, 20, "")
5333
5714
  };
5334
5715
 
5335
5716
  if (includeInstance) {
@@ -5438,6 +5819,14 @@ proto.promocode.BonusMaskItem.deserializeBinaryFromReader = function(msg, reader
5438
5819
  var value = /** @type {string} */ (reader.readString());
5439
5820
  msg.setFreeSpinsMaxWin(value);
5440
5821
  break;
5822
+ case 19:
5823
+ var value = /** @type {string} */ (reader.readString());
5824
+ msg.setImage(value);
5825
+ break;
5826
+ case 20:
5827
+ var value = /** @type {string} */ (reader.readString());
5828
+ msg.setMobileImage(value);
5829
+ break;
5441
5830
  default:
5442
5831
  reader.skipField();
5443
5832
  break;
@@ -5593,6 +5982,20 @@ proto.promocode.BonusMaskItem.serializeBinaryToWriter = function(message, writer
5593
5982
  f
5594
5983
  );
5595
5984
  }
5985
+ f = /** @type {string} */ (jspb.Message.getField(message, 19));
5986
+ if (f != null) {
5987
+ writer.writeString(
5988
+ 19,
5989
+ f
5990
+ );
5991
+ }
5992
+ f = /** @type {string} */ (jspb.Message.getField(message, 20));
5993
+ if (f != null) {
5994
+ writer.writeString(
5995
+ 20,
5996
+ f
5997
+ );
5998
+ }
5596
5999
  };
5597
6000
 
5598
6001
 
@@ -6244,6 +6647,78 @@ proto.promocode.BonusMaskItem.prototype.hasFreeSpinsMaxWin = function() {
6244
6647
  };
6245
6648
 
6246
6649
 
6650
+ /**
6651
+ * optional string image = 19;
6652
+ * @return {string}
6653
+ */
6654
+ proto.promocode.BonusMaskItem.prototype.getImage = function() {
6655
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
6656
+ };
6657
+
6658
+
6659
+ /**
6660
+ * @param {string} value
6661
+ * @return {!proto.promocode.BonusMaskItem} returns this
6662
+ */
6663
+ proto.promocode.BonusMaskItem.prototype.setImage = function(value) {
6664
+ return jspb.Message.setField(this, 19, value);
6665
+ };
6666
+
6667
+
6668
+ /**
6669
+ * Clears the field making it undefined.
6670
+ * @return {!proto.promocode.BonusMaskItem} returns this
6671
+ */
6672
+ proto.promocode.BonusMaskItem.prototype.clearImage = function() {
6673
+ return jspb.Message.setField(this, 19, undefined);
6674
+ };
6675
+
6676
+
6677
+ /**
6678
+ * Returns whether this field is set.
6679
+ * @return {boolean}
6680
+ */
6681
+ proto.promocode.BonusMaskItem.prototype.hasImage = function() {
6682
+ return jspb.Message.getField(this, 19) != null;
6683
+ };
6684
+
6685
+
6686
+ /**
6687
+ * optional string mobile_image = 20;
6688
+ * @return {string}
6689
+ */
6690
+ proto.promocode.BonusMaskItem.prototype.getMobileImage = function() {
6691
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
6692
+ };
6693
+
6694
+
6695
+ /**
6696
+ * @param {string} value
6697
+ * @return {!proto.promocode.BonusMaskItem} returns this
6698
+ */
6699
+ proto.promocode.BonusMaskItem.prototype.setMobileImage = function(value) {
6700
+ return jspb.Message.setField(this, 20, value);
6701
+ };
6702
+
6703
+
6704
+ /**
6705
+ * Clears the field making it undefined.
6706
+ * @return {!proto.promocode.BonusMaskItem} returns this
6707
+ */
6708
+ proto.promocode.BonusMaskItem.prototype.clearMobileImage = function() {
6709
+ return jspb.Message.setField(this, 20, undefined);
6710
+ };
6711
+
6712
+
6713
+ /**
6714
+ * Returns whether this field is set.
6715
+ * @return {boolean}
6716
+ */
6717
+ proto.promocode.BonusMaskItem.prototype.hasMobileImage = function() {
6718
+ return jspb.Message.getField(this, 20) != null;
6719
+ };
6720
+
6721
+
6247
6722
 
6248
6723
 
6249
6724