protobuf-platform 1.2.471 → 1.2.472
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 +12 -0
- package/bonus/bonus_grpc_pb.js +184 -149
- package/bonus/bonus_pb.js +395 -1
- package/game/game.proto +11 -0
- package/game/game_grpc_pb.js +23 -0
- package/game/game_pb.js +420 -0
- package/package.json +1 -1
- package/update_protobuf.sh +26 -19
package/game/game_pb.js
CHANGED
|
@@ -59,6 +59,7 @@ goog.exportSymbol('proto.game.CollectionSnapshotItemsResponse', null, global);
|
|
|
59
59
|
goog.exportSymbol('proto.game.CollectionStatusResponse', null, global);
|
|
60
60
|
goog.exportSymbol('proto.game.DashboardRequest', null, global);
|
|
61
61
|
goog.exportSymbol('proto.game.DashboardResponse', null, global);
|
|
62
|
+
goog.exportSymbol('proto.game.FetchGamesFromWagerListsRequest', null, global);
|
|
62
63
|
goog.exportSymbol('proto.game.File', null, global);
|
|
63
64
|
goog.exportSymbol('proto.game.FreeSpinBonusCampaignRequest', null, global);
|
|
64
65
|
goog.exportSymbol('proto.game.FreeSpinCampaignRequest', null, global);
|
|
@@ -2791,6 +2792,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2791
2792
|
*/
|
|
2792
2793
|
proto.game.WagerListGamesRequest.displayName = 'proto.game.WagerListGamesRequest';
|
|
2793
2794
|
}
|
|
2795
|
+
/**
|
|
2796
|
+
* Generated by JsPbCodeGenerator.
|
|
2797
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2798
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2799
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2800
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2801
|
+
* valid.
|
|
2802
|
+
* @extends {jspb.Message}
|
|
2803
|
+
* @constructor
|
|
2804
|
+
*/
|
|
2805
|
+
proto.game.FetchGamesFromWagerListsRequest = function(opt_data) {
|
|
2806
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.game.FetchGamesFromWagerListsRequest.repeatedFields_, null);
|
|
2807
|
+
};
|
|
2808
|
+
goog.inherits(proto.game.FetchGamesFromWagerListsRequest, jspb.Message);
|
|
2809
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2810
|
+
/**
|
|
2811
|
+
* @public
|
|
2812
|
+
* @override
|
|
2813
|
+
*/
|
|
2814
|
+
proto.game.FetchGamesFromWagerListsRequest.displayName = 'proto.game.FetchGamesFromWagerListsRequest';
|
|
2815
|
+
}
|
|
2794
2816
|
/**
|
|
2795
2817
|
* Generated by JsPbCodeGenerator.
|
|
2796
2818
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -39085,6 +39107,404 @@ proto.game.WagerListGamesRequest.prototype.clearGameIdsList = function() {
|
|
|
39085
39107
|
|
|
39086
39108
|
|
|
39087
39109
|
|
|
39110
|
+
/**
|
|
39111
|
+
* List of repeated fields within this message type.
|
|
39112
|
+
* @private {!Array<number>}
|
|
39113
|
+
* @const
|
|
39114
|
+
*/
|
|
39115
|
+
proto.game.FetchGamesFromWagerListsRequest.repeatedFields_ = [1];
|
|
39116
|
+
|
|
39117
|
+
|
|
39118
|
+
|
|
39119
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
39120
|
+
/**
|
|
39121
|
+
* Creates an object representation of this proto.
|
|
39122
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
39123
|
+
* Optional fields that are not set will be set to undefined.
|
|
39124
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
39125
|
+
* For the list of reserved names please see:
|
|
39126
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
39127
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
39128
|
+
* JSPB instance for transitional soy proto support:
|
|
39129
|
+
* http://goto/soy-param-migration
|
|
39130
|
+
* @return {!Object}
|
|
39131
|
+
*/
|
|
39132
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.toObject = function(opt_includeInstance) {
|
|
39133
|
+
return proto.game.FetchGamesFromWagerListsRequest.toObject(opt_includeInstance, this);
|
|
39134
|
+
};
|
|
39135
|
+
|
|
39136
|
+
|
|
39137
|
+
/**
|
|
39138
|
+
* Static version of the {@see toObject} method.
|
|
39139
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
39140
|
+
* the JSPB instance for transitional soy proto support:
|
|
39141
|
+
* http://goto/soy-param-migration
|
|
39142
|
+
* @param {!proto.game.FetchGamesFromWagerListsRequest} msg The msg instance to transform.
|
|
39143
|
+
* @return {!Object}
|
|
39144
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
39145
|
+
*/
|
|
39146
|
+
proto.game.FetchGamesFromWagerListsRequest.toObject = function(includeInstance, msg) {
|
|
39147
|
+
var f, obj = {
|
|
39148
|
+
wagerListIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
|
|
39149
|
+
limit: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
39150
|
+
offset: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
39151
|
+
isMobile: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
39152
|
+
geo: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
39153
|
+
adminSide: jspb.Message.getBooleanFieldWithDefault(msg, 6, false)
|
|
39154
|
+
};
|
|
39155
|
+
|
|
39156
|
+
if (includeInstance) {
|
|
39157
|
+
obj.$jspbMessageInstance = msg;
|
|
39158
|
+
}
|
|
39159
|
+
return obj;
|
|
39160
|
+
};
|
|
39161
|
+
}
|
|
39162
|
+
|
|
39163
|
+
|
|
39164
|
+
/**
|
|
39165
|
+
* Deserializes binary data (in protobuf wire format).
|
|
39166
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
39167
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest}
|
|
39168
|
+
*/
|
|
39169
|
+
proto.game.FetchGamesFromWagerListsRequest.deserializeBinary = function(bytes) {
|
|
39170
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
39171
|
+
var msg = new proto.game.FetchGamesFromWagerListsRequest;
|
|
39172
|
+
return proto.game.FetchGamesFromWagerListsRequest.deserializeBinaryFromReader(msg, reader);
|
|
39173
|
+
};
|
|
39174
|
+
|
|
39175
|
+
|
|
39176
|
+
/**
|
|
39177
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
39178
|
+
* given reader into the given message object.
|
|
39179
|
+
* @param {!proto.game.FetchGamesFromWagerListsRequest} msg The message object to deserialize into.
|
|
39180
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
39181
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest}
|
|
39182
|
+
*/
|
|
39183
|
+
proto.game.FetchGamesFromWagerListsRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
39184
|
+
while (reader.nextField()) {
|
|
39185
|
+
if (reader.isEndGroup()) {
|
|
39186
|
+
break;
|
|
39187
|
+
}
|
|
39188
|
+
var field = reader.getFieldNumber();
|
|
39189
|
+
switch (field) {
|
|
39190
|
+
case 1:
|
|
39191
|
+
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.readPackedInt32() : [reader.readInt32()]);
|
|
39192
|
+
for (var i = 0; i < values.length; i++) {
|
|
39193
|
+
msg.addWagerListIds(values[i]);
|
|
39194
|
+
}
|
|
39195
|
+
break;
|
|
39196
|
+
case 2:
|
|
39197
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
39198
|
+
msg.setLimit(value);
|
|
39199
|
+
break;
|
|
39200
|
+
case 3:
|
|
39201
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
39202
|
+
msg.setOffset(value);
|
|
39203
|
+
break;
|
|
39204
|
+
case 4:
|
|
39205
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
39206
|
+
msg.setIsMobile(value);
|
|
39207
|
+
break;
|
|
39208
|
+
case 5:
|
|
39209
|
+
var value = /** @type {string} */ (reader.readString());
|
|
39210
|
+
msg.setGeo(value);
|
|
39211
|
+
break;
|
|
39212
|
+
case 6:
|
|
39213
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
39214
|
+
msg.setAdminSide(value);
|
|
39215
|
+
break;
|
|
39216
|
+
default:
|
|
39217
|
+
reader.skipField();
|
|
39218
|
+
break;
|
|
39219
|
+
}
|
|
39220
|
+
}
|
|
39221
|
+
return msg;
|
|
39222
|
+
};
|
|
39223
|
+
|
|
39224
|
+
|
|
39225
|
+
/**
|
|
39226
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
39227
|
+
* @return {!Uint8Array}
|
|
39228
|
+
*/
|
|
39229
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.serializeBinary = function() {
|
|
39230
|
+
var writer = new jspb.BinaryWriter();
|
|
39231
|
+
proto.game.FetchGamesFromWagerListsRequest.serializeBinaryToWriter(this, writer);
|
|
39232
|
+
return writer.getResultBuffer();
|
|
39233
|
+
};
|
|
39234
|
+
|
|
39235
|
+
|
|
39236
|
+
/**
|
|
39237
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
39238
|
+
* format), writing to the given BinaryWriter.
|
|
39239
|
+
* @param {!proto.game.FetchGamesFromWagerListsRequest} message
|
|
39240
|
+
* @param {!jspb.BinaryWriter} writer
|
|
39241
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
39242
|
+
*/
|
|
39243
|
+
proto.game.FetchGamesFromWagerListsRequest.serializeBinaryToWriter = function(message, writer) {
|
|
39244
|
+
var f = undefined;
|
|
39245
|
+
f = message.getWagerListIdsList();
|
|
39246
|
+
if (f.length > 0) {
|
|
39247
|
+
writer.writePackedInt32(
|
|
39248
|
+
1,
|
|
39249
|
+
f
|
|
39250
|
+
);
|
|
39251
|
+
}
|
|
39252
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 2));
|
|
39253
|
+
if (f != null) {
|
|
39254
|
+
writer.writeInt32(
|
|
39255
|
+
2,
|
|
39256
|
+
f
|
|
39257
|
+
);
|
|
39258
|
+
}
|
|
39259
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 3));
|
|
39260
|
+
if (f != null) {
|
|
39261
|
+
writer.writeInt32(
|
|
39262
|
+
3,
|
|
39263
|
+
f
|
|
39264
|
+
);
|
|
39265
|
+
}
|
|
39266
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 4));
|
|
39267
|
+
if (f != null) {
|
|
39268
|
+
writer.writeBool(
|
|
39269
|
+
4,
|
|
39270
|
+
f
|
|
39271
|
+
);
|
|
39272
|
+
}
|
|
39273
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
39274
|
+
if (f != null) {
|
|
39275
|
+
writer.writeString(
|
|
39276
|
+
5,
|
|
39277
|
+
f
|
|
39278
|
+
);
|
|
39279
|
+
}
|
|
39280
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 6));
|
|
39281
|
+
if (f != null) {
|
|
39282
|
+
writer.writeBool(
|
|
39283
|
+
6,
|
|
39284
|
+
f
|
|
39285
|
+
);
|
|
39286
|
+
}
|
|
39287
|
+
};
|
|
39288
|
+
|
|
39289
|
+
|
|
39290
|
+
/**
|
|
39291
|
+
* repeated int32 wager_list_ids = 1;
|
|
39292
|
+
* @return {!Array<number>}
|
|
39293
|
+
*/
|
|
39294
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.getWagerListIdsList = function() {
|
|
39295
|
+
return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 1));
|
|
39296
|
+
};
|
|
39297
|
+
|
|
39298
|
+
|
|
39299
|
+
/**
|
|
39300
|
+
* @param {!Array<number>} value
|
|
39301
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39302
|
+
*/
|
|
39303
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.setWagerListIdsList = function(value) {
|
|
39304
|
+
return jspb.Message.setField(this, 1, value || []);
|
|
39305
|
+
};
|
|
39306
|
+
|
|
39307
|
+
|
|
39308
|
+
/**
|
|
39309
|
+
* @param {number} value
|
|
39310
|
+
* @param {number=} opt_index
|
|
39311
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39312
|
+
*/
|
|
39313
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.addWagerListIds = function(value, opt_index) {
|
|
39314
|
+
return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
|
|
39315
|
+
};
|
|
39316
|
+
|
|
39317
|
+
|
|
39318
|
+
/**
|
|
39319
|
+
* Clears the list making it empty but non-null.
|
|
39320
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39321
|
+
*/
|
|
39322
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.clearWagerListIdsList = function() {
|
|
39323
|
+
return this.setWagerListIdsList([]);
|
|
39324
|
+
};
|
|
39325
|
+
|
|
39326
|
+
|
|
39327
|
+
/**
|
|
39328
|
+
* optional int32 limit = 2;
|
|
39329
|
+
* @return {number}
|
|
39330
|
+
*/
|
|
39331
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.getLimit = function() {
|
|
39332
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
39333
|
+
};
|
|
39334
|
+
|
|
39335
|
+
|
|
39336
|
+
/**
|
|
39337
|
+
* @param {number} value
|
|
39338
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39339
|
+
*/
|
|
39340
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.setLimit = function(value) {
|
|
39341
|
+
return jspb.Message.setField(this, 2, value);
|
|
39342
|
+
};
|
|
39343
|
+
|
|
39344
|
+
|
|
39345
|
+
/**
|
|
39346
|
+
* Clears the field making it undefined.
|
|
39347
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39348
|
+
*/
|
|
39349
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.clearLimit = function() {
|
|
39350
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
39351
|
+
};
|
|
39352
|
+
|
|
39353
|
+
|
|
39354
|
+
/**
|
|
39355
|
+
* Returns whether this field is set.
|
|
39356
|
+
* @return {boolean}
|
|
39357
|
+
*/
|
|
39358
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.hasLimit = function() {
|
|
39359
|
+
return jspb.Message.getField(this, 2) != null;
|
|
39360
|
+
};
|
|
39361
|
+
|
|
39362
|
+
|
|
39363
|
+
/**
|
|
39364
|
+
* optional int32 offset = 3;
|
|
39365
|
+
* @return {number}
|
|
39366
|
+
*/
|
|
39367
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.getOffset = function() {
|
|
39368
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
39369
|
+
};
|
|
39370
|
+
|
|
39371
|
+
|
|
39372
|
+
/**
|
|
39373
|
+
* @param {number} value
|
|
39374
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39375
|
+
*/
|
|
39376
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.setOffset = function(value) {
|
|
39377
|
+
return jspb.Message.setField(this, 3, value);
|
|
39378
|
+
};
|
|
39379
|
+
|
|
39380
|
+
|
|
39381
|
+
/**
|
|
39382
|
+
* Clears the field making it undefined.
|
|
39383
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39384
|
+
*/
|
|
39385
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.clearOffset = function() {
|
|
39386
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
39387
|
+
};
|
|
39388
|
+
|
|
39389
|
+
|
|
39390
|
+
/**
|
|
39391
|
+
* Returns whether this field is set.
|
|
39392
|
+
* @return {boolean}
|
|
39393
|
+
*/
|
|
39394
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.hasOffset = function() {
|
|
39395
|
+
return jspb.Message.getField(this, 3) != null;
|
|
39396
|
+
};
|
|
39397
|
+
|
|
39398
|
+
|
|
39399
|
+
/**
|
|
39400
|
+
* optional bool is_mobile = 4;
|
|
39401
|
+
* @return {boolean}
|
|
39402
|
+
*/
|
|
39403
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.getIsMobile = function() {
|
|
39404
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
|
|
39405
|
+
};
|
|
39406
|
+
|
|
39407
|
+
|
|
39408
|
+
/**
|
|
39409
|
+
* @param {boolean} value
|
|
39410
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39411
|
+
*/
|
|
39412
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.setIsMobile = function(value) {
|
|
39413
|
+
return jspb.Message.setField(this, 4, value);
|
|
39414
|
+
};
|
|
39415
|
+
|
|
39416
|
+
|
|
39417
|
+
/**
|
|
39418
|
+
* Clears the field making it undefined.
|
|
39419
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39420
|
+
*/
|
|
39421
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.clearIsMobile = function() {
|
|
39422
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
39423
|
+
};
|
|
39424
|
+
|
|
39425
|
+
|
|
39426
|
+
/**
|
|
39427
|
+
* Returns whether this field is set.
|
|
39428
|
+
* @return {boolean}
|
|
39429
|
+
*/
|
|
39430
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.hasIsMobile = function() {
|
|
39431
|
+
return jspb.Message.getField(this, 4) != null;
|
|
39432
|
+
};
|
|
39433
|
+
|
|
39434
|
+
|
|
39435
|
+
/**
|
|
39436
|
+
* optional string geo = 5;
|
|
39437
|
+
* @return {string}
|
|
39438
|
+
*/
|
|
39439
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.getGeo = function() {
|
|
39440
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
39441
|
+
};
|
|
39442
|
+
|
|
39443
|
+
|
|
39444
|
+
/**
|
|
39445
|
+
* @param {string} value
|
|
39446
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39447
|
+
*/
|
|
39448
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.setGeo = function(value) {
|
|
39449
|
+
return jspb.Message.setField(this, 5, value);
|
|
39450
|
+
};
|
|
39451
|
+
|
|
39452
|
+
|
|
39453
|
+
/**
|
|
39454
|
+
* Clears the field making it undefined.
|
|
39455
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39456
|
+
*/
|
|
39457
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.clearGeo = function() {
|
|
39458
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
39459
|
+
};
|
|
39460
|
+
|
|
39461
|
+
|
|
39462
|
+
/**
|
|
39463
|
+
* Returns whether this field is set.
|
|
39464
|
+
* @return {boolean}
|
|
39465
|
+
*/
|
|
39466
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.hasGeo = function() {
|
|
39467
|
+
return jspb.Message.getField(this, 5) != null;
|
|
39468
|
+
};
|
|
39469
|
+
|
|
39470
|
+
|
|
39471
|
+
/**
|
|
39472
|
+
* optional bool admin_side = 6;
|
|
39473
|
+
* @return {boolean}
|
|
39474
|
+
*/
|
|
39475
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.getAdminSide = function() {
|
|
39476
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
|
|
39477
|
+
};
|
|
39478
|
+
|
|
39479
|
+
|
|
39480
|
+
/**
|
|
39481
|
+
* @param {boolean} value
|
|
39482
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39483
|
+
*/
|
|
39484
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.setAdminSide = function(value) {
|
|
39485
|
+
return jspb.Message.setField(this, 6, value);
|
|
39486
|
+
};
|
|
39487
|
+
|
|
39488
|
+
|
|
39489
|
+
/**
|
|
39490
|
+
* Clears the field making it undefined.
|
|
39491
|
+
* @return {!proto.game.FetchGamesFromWagerListsRequest} returns this
|
|
39492
|
+
*/
|
|
39493
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.clearAdminSide = function() {
|
|
39494
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
39495
|
+
};
|
|
39496
|
+
|
|
39497
|
+
|
|
39498
|
+
/**
|
|
39499
|
+
* Returns whether this field is set.
|
|
39500
|
+
* @return {boolean}
|
|
39501
|
+
*/
|
|
39502
|
+
proto.game.FetchGamesFromWagerListsRequest.prototype.hasAdminSide = function() {
|
|
39503
|
+
return jspb.Message.getField(this, 6) != null;
|
|
39504
|
+
};
|
|
39505
|
+
|
|
39506
|
+
|
|
39507
|
+
|
|
39088
39508
|
|
|
39089
39509
|
|
|
39090
39510
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
package/package.json
CHANGED
package/update_protobuf.sh
CHANGED
|
@@ -1,22 +1,29 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
2
|
set -euo pipefail
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
4
|
+
PROTOC_BIN="./node_modules/.bin/grpc_tools_node_protoc"
|
|
5
|
+
|
|
6
|
+
if [ ! -x "$PROTOC_BIN" ]; then
|
|
7
|
+
echo "grpc_tools_node_protoc is not installed. Run npm install first." >&2
|
|
8
|
+
exit 1
|
|
9
|
+
fi
|
|
10
|
+
|
|
11
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:config --grpc_out=grpc_js:config --proto_path=./config ./config/*.proto
|
|
12
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:user --grpc_out=grpc_js:user --proto_path=./user ./user/*.proto
|
|
13
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:log --grpc_out=grpc_js:log --proto_path=./log ./log/*.proto
|
|
14
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:game --grpc_out=grpc_js:game --proto_path=./game ./game/*.proto
|
|
15
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:file --grpc_out=grpc_js:file --proto_path=./file ./file/*.proto
|
|
16
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:bet --grpc_out=grpc_js:bet --proto_path=./bet ./bet/*.proto
|
|
17
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:cms --grpc_out=grpc_js:cms --proto_path=./cms ./cms/*.proto
|
|
18
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:. --grpc_out=grpc_js:. --proto_path=. ./bonus/bonus.proto
|
|
19
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:loyalty --grpc_out=grpc_js:loyalty --proto_path=./loyalty ./loyalty/*.proto
|
|
20
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:notification --grpc_out=grpc_js:notification --proto_path=./notification ./notification/*.proto
|
|
21
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:payment --grpc_out=grpc_js:payment --proto_path=./payment ./payment/*.proto
|
|
22
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:cashback --grpc_out=grpc_js:cashback --proto_path=./cashback ./cashback/*.proto
|
|
23
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:promocode --grpc_out=grpc_js:promocode --proto_path=./promocode ./promocode/*.proto
|
|
24
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:tournament --grpc_out=grpc_js:tournament --proto_path=./tournament ./tournament/*.proto
|
|
25
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:analytic --grpc_out=grpc_js:analytic --proto_path=./analytic ./analytic/*.proto
|
|
26
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:scheduler --grpc_out=grpc_js:scheduler --proto_path=./scheduler ./scheduler/*.proto
|
|
27
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:sport --grpc_out=grpc_js:sport --proto_path=./sport ./sport/*.proto
|
|
28
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:poker --grpc_out=grpc_js:poker --proto_path=./poker ./poker/*.proto
|
|
29
|
+
"$PROTOC_BIN" --js_out=import_style=commonjs,binary:crypto --grpc_out=grpc_js:crypto --proto_path=./crypto ./crypto/*.proto
|