@goplus123/core-api 1.1.6 → 1.1.8

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.
@@ -152,20 +152,21 @@
152
152
 
153
153
 
154
154
 
155
- var _chunkXID56HIJcjs = require('./chunk-XID56HIJ.cjs');
155
+
156
+ var _chunk23EAHSO4cjs = require('./chunk-23EAHSO4.cjs');
156
157
 
157
158
  // src/modules/auth.ts
158
159
  var _protobuf = require('@bufbuild/protobuf');
159
160
  var authService = (grpc) => {
160
- const client = grpc.getService(_chunkXID56HIJcjs.FrontendAuthService);
161
- const faceId = grpc.getService(_chunkXID56HIJcjs.FrontendFaceIdService);
162
- const facebook = grpc.getService(_chunkXID56HIJcjs.FrontendFacebookService);
163
- const player = grpc.getService(_chunkXID56HIJcjs.FrontendPlayerService);
164
- const gLife = grpc.getService(_chunkXID56HIJcjs.GLifeService);
165
- const maya = grpc.getService(_chunkXID56HIJcjs.MayaService);
161
+ const client = grpc.getService(_chunk23EAHSO4cjs.FrontendAuthService);
162
+ const faceId = grpc.getService(_chunk23EAHSO4cjs.FrontendFaceIdService);
163
+ const facebook = grpc.getService(_chunk23EAHSO4cjs.FrontendFacebookService);
164
+ const player = grpc.getService(_chunk23EAHSO4cjs.FrontendPlayerService);
165
+ const gLife = grpc.getService(_chunk23EAHSO4cjs.GLifeService);
166
+ const maya = grpc.getService(_chunk23EAHSO4cjs.MayaService);
166
167
  const playerRegisterRequestCode = (payload, options) => {
167
168
  return grpc.unary(
168
- _chunkXID56HIJcjs.PlayerRegisterRequestCodeReqSchema,
169
+ _chunk23EAHSO4cjs.PlayerRegisterRequestCodeReqSchema,
169
170
  payload,
170
171
  (req, opt) => client.playerRegisterRequestCode(req, opt),
171
172
  options
@@ -173,7 +174,7 @@ var authService = (grpc) => {
173
174
  };
174
175
  const playerRegisterWithCode = (payload, options) => {
175
176
  return grpc.unary(
176
- _chunkXID56HIJcjs.PlayerRegisterWithCodeReqSchema,
177
+ _chunk23EAHSO4cjs.PlayerRegisterWithCodeReqSchema,
177
178
  payload,
178
179
  (req, opt) => client.playerRegisterWithCode(req, opt),
179
180
  options
@@ -181,7 +182,7 @@ var authService = (grpc) => {
181
182
  };
182
183
  const playerLoginWithSessionToken = (payload, options) => {
183
184
  return grpc.unary(
184
- _chunkXID56HIJcjs.PlayerLoginWithSessionTokenReqSchema,
185
+ _chunk23EAHSO4cjs.PlayerLoginWithSessionTokenReqSchema,
185
186
  payload,
186
187
  (req, opt) => client.playerLoginWithSessionToken(req, opt),
187
188
  options
@@ -189,7 +190,7 @@ var authService = (grpc) => {
189
190
  };
190
191
  const phoneNumberLoginWithPassword = (payload, options) => {
191
192
  return grpc.unary(
192
- _chunkXID56HIJcjs.PhoneNumberLoginWithPasswordReqSchema,
193
+ _chunk23EAHSO4cjs.PhoneNumberLoginWithPasswordReqSchema,
193
194
  payload,
194
195
  (req, opt) => client.phoneNumberLoginWithPassword(req, opt),
195
196
  options
@@ -197,7 +198,7 @@ var authService = (grpc) => {
197
198
  };
198
199
  const playerLoginOrRegisterWithSMS = (payload, options) => {
199
200
  return grpc.unary(
200
- _chunkXID56HIJcjs.PlayerLoginOrRegisterWithSMSReqSchema,
201
+ _chunk23EAHSO4cjs.PlayerLoginOrRegisterWithSMSReqSchema,
201
202
  payload,
202
203
  (req, opt) => client.playerLoginOrRegisterWithSMS(req, opt),
203
204
  options
@@ -205,7 +206,7 @@ var authService = (grpc) => {
205
206
  };
206
207
  const authenticate = (payload, options) => {
207
208
  return grpc.unary(
208
- _chunkXID56HIJcjs.AuthenticateReqSchema,
209
+ _chunk23EAHSO4cjs.AuthenticateReqSchema,
209
210
  payload,
210
211
  (req, opt) => client.authenticate(req, opt),
211
212
  options
@@ -213,7 +214,7 @@ var authService = (grpc) => {
213
214
  };
214
215
  const sendSmsCode = (payload, options) => {
215
216
  return grpc.unary(
216
- _chunkXID56HIJcjs.SendSmsCodeReqSchema,
217
+ _chunk23EAHSO4cjs.SendSmsCodeReqSchema,
217
218
  payload,
218
219
  (req, opt) => client.sendSmsCode(req, opt),
219
220
  options
@@ -221,7 +222,7 @@ var authService = (grpc) => {
221
222
  };
222
223
  const playerLogout = (payload, options) => {
223
224
  return grpc.unary(
224
- _chunkXID56HIJcjs.PlayerLogoutReqSchema,
225
+ _chunk23EAHSO4cjs.PlayerLogoutReqSchema,
225
226
  payload,
226
227
  (req, opt) => client.playerLogout(req, opt),
227
228
  options
@@ -229,7 +230,7 @@ var authService = (grpc) => {
229
230
  };
230
231
  const sendSmsCodeViber = (payload, options) => {
231
232
  return grpc.unary(
232
- _chunkXID56HIJcjs.SendSmsCodeViberReqSchema,
233
+ _chunk23EAHSO4cjs.SendSmsCodeViberReqSchema,
233
234
  payload,
234
235
  (req, opt) => client.sendSmsCodeViber(req, opt),
235
236
  options
@@ -237,7 +238,7 @@ var authService = (grpc) => {
237
238
  };
238
239
  const enableFaceId = (payload, options) => {
239
240
  return grpc.unary(
240
- _chunkXID56HIJcjs.EnableFaceIdReqSchema,
241
+ _chunk23EAHSO4cjs.EnableFaceIdReqSchema,
241
242
  payload,
242
243
  (req, opt) => faceId.enableFaceId(req, opt),
243
244
  options
@@ -245,7 +246,7 @@ var authService = (grpc) => {
245
246
  };
246
247
  const initFaceIdSession = (payload, options) => {
247
248
  return grpc.unary(
248
- _chunkXID56HIJcjs.InitFaceIdSessionReqSchema,
249
+ _chunk23EAHSO4cjs.InitFaceIdSessionReqSchema,
249
250
  payload,
250
251
  (req, opt) => faceId.initFaceIdSession(req, opt),
251
252
  options
@@ -253,7 +254,7 @@ var authService = (grpc) => {
253
254
  };
254
255
  const playerLoginWithFaceId = (payload, options) => {
255
256
  return grpc.unary(
256
- _chunkXID56HIJcjs.PlayerLoginWithFaceIdReqSchema,
257
+ _chunk23EAHSO4cjs.PlayerLoginWithFaceIdReqSchema,
257
258
  payload,
258
259
  (req, opt) => faceId.playerLoginWithFaceId(req, opt),
259
260
  options
@@ -261,7 +262,7 @@ var authService = (grpc) => {
261
262
  };
262
263
  const disableFaceId = (payload, options) => {
263
264
  return grpc.unary(
264
- _chunkXID56HIJcjs.DisableFaceIdReqSchema,
265
+ _chunk23EAHSO4cjs.DisableFaceIdReqSchema,
265
266
  payload,
266
267
  (req, opt) => faceId.disableFaceId(req, opt),
267
268
  options
@@ -269,7 +270,7 @@ var authService = (grpc) => {
269
270
  };
270
271
  const initEnrollSession = (payload, options) => {
271
272
  return grpc.unary(
272
- _chunkXID56HIJcjs.InitEnrollSessionReqSchema,
273
+ _chunk23EAHSO4cjs.InitEnrollSessionReqSchema,
273
274
  payload,
274
275
  (req, opt) => faceId.initEnrollSession(req, opt),
275
276
  options
@@ -277,7 +278,7 @@ var authService = (grpc) => {
277
278
  };
278
279
  const getFaceIdInfo = (payload, options) => {
279
280
  return grpc.unary(
280
- _chunkXID56HIJcjs.GetFaceIdInfoReqSchema,
281
+ _chunk23EAHSO4cjs.GetFaceIdInfoReqSchema,
281
282
  payload,
282
283
  (req, opt) => faceId.getFaceIdInfo(req, opt),
283
284
  options
@@ -285,7 +286,7 @@ var authService = (grpc) => {
285
286
  };
286
287
  const playerLoginOrRegisterWithFacebook = (payload, options) => {
287
288
  return grpc.unary(
288
- _chunkXID56HIJcjs.PlayerLoginOrRegisterWithFacebookReqSchema,
289
+ _chunk23EAHSO4cjs.PlayerLoginOrRegisterWithFacebookReqSchema,
289
290
  payload,
290
291
  (req, opt) => facebook.playerLoginOrRegisterWithFacebook(req, opt),
291
292
  options
@@ -293,7 +294,7 @@ var authService = (grpc) => {
293
294
  };
294
295
  const getFacebookConsentPage = (payload, options) => {
295
296
  return grpc.unary(
296
- _chunkXID56HIJcjs.GetFacebookConsentPageReqSchema,
297
+ _chunk23EAHSO4cjs.GetFacebookConsentPageReqSchema,
297
298
  payload,
298
299
  (req, opt) => facebook.getFacebookConsentPage(req, opt),
299
300
  options
@@ -301,7 +302,7 @@ var authService = (grpc) => {
301
302
  };
302
303
  const facebookAuthorization = (payload, options) => {
303
304
  return grpc.unary(
304
- _chunkXID56HIJcjs.FacebookAuthorizationReqSchema,
305
+ _chunk23EAHSO4cjs.FacebookAuthorizationReqSchema,
305
306
  payload,
306
307
  (req, opt) => facebook.facebookAuthorization(req, opt),
307
308
  options
@@ -309,7 +310,7 @@ var authService = (grpc) => {
309
310
  };
310
311
  const getFacebookFriendList = (payload, options) => {
311
312
  return grpc.unary(
312
- _chunkXID56HIJcjs.GetFacebookFriendListReqSchema,
313
+ _chunk23EAHSO4cjs.GetFacebookFriendListReqSchema,
313
314
  payload,
314
315
  (req, opt) => facebook.getFacebookFriendList(req, opt),
315
316
  options
@@ -317,7 +318,7 @@ var authService = (grpc) => {
317
318
  };
318
319
  const manualFetchFacebookFriends = (payload, options) => {
319
320
  return grpc.unary(
320
- _chunkXID56HIJcjs.ManualFetchFacebookFriendsReqSchema,
321
+ _chunk23EAHSO4cjs.ManualFetchFacebookFriendsReqSchema,
321
322
  payload,
322
323
  (req, opt) => facebook.manualFetchFacebookFriends(req, opt),
323
324
  options
@@ -325,7 +326,7 @@ var authService = (grpc) => {
325
326
  };
326
327
  const bindFacebookAccount = (payload, options) => {
327
328
  return grpc.unary(
328
- _chunkXID56HIJcjs.BindFacebookAccountReqSchema,
329
+ _chunk23EAHSO4cjs.BindFacebookAccountReqSchema,
329
330
  payload,
330
331
  (req, opt) => facebook.bindFacebookAccount(req, opt),
331
332
  options
@@ -333,7 +334,7 @@ var authService = (grpc) => {
333
334
  };
334
335
  const unbindFacebookAccount = (payload, options) => {
335
336
  return grpc.unary(
336
- _chunkXID56HIJcjs.EmptySchema,
337
+ _chunk23EAHSO4cjs.EmptySchema,
337
338
  payload,
338
339
  (req, opt) => facebook.unbindFacebookAccount(req, opt),
339
340
  options
@@ -341,7 +342,7 @@ var authService = (grpc) => {
341
342
  };
342
343
  const facebookVerifyPhoneNumber = (payload, options) => {
343
344
  return grpc.unary(
344
- _chunkXID56HIJcjs.FacebookVerifyPhoneNumberReqSchema,
345
+ _chunk23EAHSO4cjs.FacebookVerifyPhoneNumberReqSchema,
345
346
  payload,
346
347
  (req, opt) => facebook.facebookVerifyPhoneNumber(req, opt),
347
348
  options
@@ -349,18 +350,18 @@ var authService = (grpc) => {
349
350
  };
350
351
  const verifyPassword = (payload, options) => {
351
352
  return grpc.unary(
352
- _chunkXID56HIJcjs.VerifyPasswordReqSchema,
353
+ _chunk23EAHSO4cjs.VerifyPasswordReqSchema,
353
354
  payload,
354
355
  (req, opt) => player.verifyPassword(req, opt),
355
356
  options
356
357
  );
357
358
  };
358
359
  const gLifeAuth = (payload, options) => {
359
- return grpc.unary(_chunkXID56HIJcjs.GLifeAuthReqSchema, payload, (req, opt) => gLife.gLifeAuth(req, opt), options);
360
+ return grpc.unary(_chunk23EAHSO4cjs.GLifeAuthReqSchema, payload, (req, opt) => gLife.gLifeAuth(req, opt), options);
360
361
  };
361
362
  const playerLoginWithGLife = (payload, options) => {
362
363
  return grpc.unary(
363
- _chunkXID56HIJcjs.PlayerLoginWithGLifeReqSchema,
364
+ _chunk23EAHSO4cjs.PlayerLoginWithGLifeReqSchema,
364
365
  payload,
365
366
  (req, opt) => gLife.playerLoginWithGLife(req, opt),
366
367
  options
@@ -368,18 +369,18 @@ var authService = (grpc) => {
368
369
  };
369
370
  const playerLoginOrRegisterWithGLife = (payload, options) => {
370
371
  return grpc.unary(
371
- _chunkXID56HIJcjs.PlayerLoginOrRegisterWithGLifeReqSchema,
372
+ _chunk23EAHSO4cjs.PlayerLoginOrRegisterWithGLifeReqSchema,
372
373
  payload,
373
374
  (req, opt) => gLife.playerLoginOrRegisterWithGLife(req, opt),
374
375
  options
375
376
  );
376
377
  };
377
378
  const mayaAuth = (payload, options) => {
378
- return grpc.unary(_chunkXID56HIJcjs.MayaAuthReqSchema, payload, (req, opt) => maya.mayaAuth(req, opt), options);
379
+ return grpc.unary(_chunk23EAHSO4cjs.MayaAuthReqSchema, payload, (req, opt) => maya.mayaAuth(req, opt), options);
379
380
  };
380
381
  const playerLoginWithMaya = (payload, options) => {
381
382
  return grpc.unary(
382
- _chunkXID56HIJcjs.PlayerLoginWithMayaReqSchema,
383
+ _chunk23EAHSO4cjs.PlayerLoginWithMayaReqSchema,
383
384
  payload,
384
385
  (req, opt) => maya.playerLoginWithMaya(req, opt),
385
386
  options
@@ -387,7 +388,7 @@ var authService = (grpc) => {
387
388
  };
388
389
  const playerLoginOrRegisterWithMaya = (payload, options) => {
389
390
  return grpc.unary(
390
- _chunkXID56HIJcjs.PlayerLoginOrRegisterWithMayaReqSchema,
391
+ _chunk23EAHSO4cjs.PlayerLoginOrRegisterWithMayaReqSchema,
391
392
  payload,
392
393
  (req, opt) => maya.playerLoginOrRegisterWithMaya(req, opt),
393
394
  options
@@ -430,11 +431,11 @@ var authService = (grpc) => {
430
431
 
431
432
  // src/modules/packet.ts
432
433
  var packetService = (grpc) => {
433
- const frontend = grpc.getService(_chunkXID56HIJcjs.FrontendPacketService);
434
- const recaptcha = grpc.getService(_chunkXID56HIJcjs.RecaptchaPacketService);
434
+ const frontend = grpc.getService(_chunk23EAHSO4cjs.FrontendPacketService);
435
+ const recaptcha = grpc.getService(_chunk23EAHSO4cjs.RecaptchaPacketService);
435
436
  const assignPacket = (payload, options) => {
436
437
  return grpc.unary(
437
- _chunkXID56HIJcjs.AssignPacketReqSchema,
438
+ _chunk23EAHSO4cjs.AssignPacketReqSchema,
438
439
  payload,
439
440
  (req, opt) => frontend.assignPacket(req, opt),
440
441
  options
@@ -442,7 +443,7 @@ var packetService = (grpc) => {
442
443
  };
443
444
  const getServerTime = (payload, options) => {
444
445
  return grpc.unary(
445
- _chunkXID56HIJcjs.GetServerTimeReqSchema,
446
+ _chunk23EAHSO4cjs.GetServerTimeReqSchema,
446
447
  payload,
447
448
  (req, opt) => frontend.getServerTime(req, opt),
448
449
  options
@@ -450,7 +451,7 @@ var packetService = (grpc) => {
450
451
  };
451
452
  const getPacketsInfo = (payload, options) => {
452
453
  return grpc.unary(
453
- _chunkXID56HIJcjs.GetPacketsInfoReqSchema,
454
+ _chunk23EAHSO4cjs.GetPacketsInfoReqSchema,
454
455
  payload,
455
456
  (req, opt) => frontend.getPacketsInfo(req, opt),
456
457
  options
@@ -458,7 +459,7 @@ var packetService = (grpc) => {
458
459
  };
459
460
  const verifyPlayerPacket = (payload, options) => {
460
461
  return grpc.unary(
461
- _chunkXID56HIJcjs.VerifyPlayerPacketReqSchema,
462
+ _chunk23EAHSO4cjs.VerifyPlayerPacketReqSchema,
462
463
  payload,
463
464
  (req, opt) => recaptcha.verifyPlayerPacket(req, opt),
464
465
  options
@@ -475,14 +476,14 @@ var packetService = (grpc) => {
475
476
 
476
477
  // src/modules/payment.ts
477
478
  var paymentService = (grpc) => {
478
- const bankCard = grpc.getService(_chunkXID56HIJcjs.FrontendBankCardService);
479
- const credit = grpc.getService(_chunkXID56HIJcjs.FrontendCreditService);
480
- const depositEffect = grpc.getService(_chunkXID56HIJcjs.FrontendDepositEffectService);
481
- const freeSpin = grpc.getService(_chunkXID56HIJcjs.FrontendFreeSpinService);
482
- const mud = grpc.getService(_chunkXID56HIJcjs.FrontendMudService);
479
+ const bankCard = grpc.getService(_chunk23EAHSO4cjs.FrontendBankCardService);
480
+ const credit = grpc.getService(_chunk23EAHSO4cjs.FrontendCreditService);
481
+ const depositEffect = grpc.getService(_chunk23EAHSO4cjs.FrontendDepositEffectService);
482
+ const freeSpin = grpc.getService(_chunk23EAHSO4cjs.FrontendFreeSpinService);
483
+ const mud = grpc.getService(_chunk23EAHSO4cjs.FrontendMudService);
483
484
  const getBankTypes = (payload, options) => {
484
485
  return grpc.unary(
485
- _chunkXID56HIJcjs.GetBankTypesReqSchema,
486
+ _chunk23EAHSO4cjs.GetBankTypesReqSchema,
486
487
  payload,
487
488
  (req, opt) => bankCard.getBankTypes(req, opt),
488
489
  options
@@ -490,7 +491,7 @@ var paymentService = (grpc) => {
490
491
  };
491
492
  const getBindBankCards = (payload, options) => {
492
493
  return grpc.unary(
493
- _chunkXID56HIJcjs.GetBindBankCardsReqSchema,
494
+ _chunk23EAHSO4cjs.GetBindBankCardsReqSchema,
494
495
  payload,
495
496
  (req, opt) => bankCard.getBindBankCards(req, opt),
496
497
  options
@@ -498,7 +499,7 @@ var paymentService = (grpc) => {
498
499
  };
499
500
  const getAvailableDepositMethods = (payload, options) => {
500
501
  return grpc.unary(
501
- _chunkXID56HIJcjs.GetAvailableDepositMethodsReqSchema,
502
+ _chunk23EAHSO4cjs.GetAvailableDepositMethodsReqSchema,
502
503
  payload,
503
504
  (req, opt) => bankCard.getAvailableDepositMethods(req, opt),
504
505
  options
@@ -506,7 +507,7 @@ var paymentService = (grpc) => {
506
507
  };
507
508
  const updatePaymentInfo = (payload, options) => {
508
509
  return grpc.unary(
509
- _chunkXID56HIJcjs.UpdatePaymentInfoReqSchema,
510
+ _chunk23EAHSO4cjs.UpdatePaymentInfoReqSchema,
510
511
  payload,
511
512
  (req, opt) => bankCard.updatePaymentInfo(req, opt),
512
513
  options
@@ -514,7 +515,7 @@ var paymentService = (grpc) => {
514
515
  };
515
516
  const verifyUnionBank = (payload, options) => {
516
517
  return grpc.unary(
517
- _chunkXID56HIJcjs.VerifyUnionBankReqSchema,
518
+ _chunk23EAHSO4cjs.VerifyUnionBankReqSchema,
518
519
  payload,
519
520
  (req, opt) => bankCard.verifyUnionBank(req, opt),
520
521
  options
@@ -522,7 +523,7 @@ var paymentService = (grpc) => {
522
523
  };
523
524
  const getCredit = (payload, options) => {
524
525
  return grpc.unary(
525
- _chunkXID56HIJcjs.GetCreditReqSchema,
526
+ _chunk23EAHSO4cjs.GetCreditReqSchema,
526
527
  payload,
527
528
  (req, opt) => credit.getCredit(req, opt),
528
529
  options
@@ -530,7 +531,7 @@ var paymentService = (grpc) => {
530
531
  };
531
532
  const getCreditChangeNotifyMsg = (payload, options) => {
532
533
  return grpc.unary(
533
- _chunkXID56HIJcjs.EmptySchema,
534
+ _chunk23EAHSO4cjs.EmptySchema,
534
535
  payload,
535
536
  (req, opt) => depositEffect.getCreditChangeNotifyMsg(req, opt),
536
537
  options
@@ -538,7 +539,7 @@ var paymentService = (grpc) => {
538
539
  };
539
540
  const removeCreditChangeNotifyMsg = (payload, options) => {
540
541
  return grpc.unary(
541
- _chunkXID56HIJcjs.RemoveCreditChangeNotifyMsgReqSchema,
542
+ _chunk23EAHSO4cjs.RemoveCreditChangeNotifyMsgReqSchema,
542
543
  payload,
543
544
  (req, opt) => depositEffect.removeCreditChangeNotifyMsg(req, opt),
544
545
  options
@@ -546,7 +547,7 @@ var paymentService = (grpc) => {
546
547
  };
547
548
  const getPlatformPlayerFreeSpinListing = (payload, options) => {
548
549
  return grpc.unary(
549
- _chunkXID56HIJcjs.GetPlatformPlayerFreeSpinListingReqSchema,
550
+ _chunk23EAHSO4cjs.GetPlatformPlayerFreeSpinListingReqSchema,
550
551
  payload,
551
552
  (req, opt) => freeSpin.getPlatformPlayerFreeSpinListing(req, opt),
552
553
  options
@@ -554,7 +555,7 @@ var paymentService = (grpc) => {
554
555
  };
555
556
  const getPlayerDisbursements = (payload, options) => {
556
557
  return grpc.unary(
557
- _chunkXID56HIJcjs.GetPlayerDisbursementsReqSchema,
558
+ _chunk23EAHSO4cjs.GetPlayerDisbursementsReqSchema,
558
559
  payload,
559
560
  (req, opt) => mud.getPlayerDisbursements(req, opt),
560
561
  options
@@ -562,7 +563,7 @@ var paymentService = (grpc) => {
562
563
  };
563
564
  const claimPlayerDisbursement = (payload, options) => {
564
565
  return grpc.unary(
565
- _chunkXID56HIJcjs.ClaimPlayerDisbursementReqSchema,
566
+ _chunk23EAHSO4cjs.ClaimPlayerDisbursementReqSchema,
566
567
  payload,
567
568
  (req, opt) => mud.claimPlayerDisbursement(req, opt),
568
569
  options
@@ -570,7 +571,7 @@ var paymentService = (grpc) => {
570
571
  };
571
572
  const getPlayerMudTransactions = (payload, options) => {
572
573
  return grpc.unary(
573
- _chunkXID56HIJcjs.GetPlayerMudTransactionsReqSchema,
574
+ _chunk23EAHSO4cjs.GetPlayerMudTransactionsReqSchema,
574
575
  payload,
575
576
  (req, opt) => mud.getPlayerMudTransactions(req, opt),
576
577
  options
@@ -578,7 +579,7 @@ var paymentService = (grpc) => {
578
579
  };
579
580
  const getMudTransactionHistory = (payload, options) => {
580
581
  return grpc.unary(
581
- _chunkXID56HIJcjs.GetMudTransactionHistoryReqSchema,
582
+ _chunk23EAHSO4cjs.GetMudTransactionHistoryReqSchema,
582
583
  payload,
583
584
  (req, opt) => mud.getMudTransactionHistory(req, opt),
584
585
  options
@@ -604,15 +605,15 @@ var paymentService = (grpc) => {
604
605
 
605
606
  // src/modules/player.ts
606
607
  var playerService = (grpc) => {
607
- const player = grpc.getService(_chunkXID56HIJcjs.PlayerService);
608
- const email = grpc.getService(_chunkXID56HIJcjs.FrontendEmailService);
609
- const mergePlayer = grpc.getService(_chunkXID56HIJcjs.FrontendMergePlayerService);
610
- const permission = grpc.getService(_chunkXID56HIJcjs.FrontendPlayerPermissionService);
611
- const frontendPlayer = grpc.getService(_chunkXID56HIJcjs.FrontendPlayerService2);
612
- const zoloz = grpc.getService(_chunkXID56HIJcjs.FrontendZolozService);
608
+ const player = grpc.getService(_chunk23EAHSO4cjs.PlayerService);
609
+ const email = grpc.getService(_chunk23EAHSO4cjs.FrontendEmailService);
610
+ const mergePlayer = grpc.getService(_chunk23EAHSO4cjs.FrontendMergePlayerService);
611
+ const permission = grpc.getService(_chunk23EAHSO4cjs.FrontendPlayerPermissionService);
612
+ const frontendPlayer = grpc.getService(_chunk23EAHSO4cjs.FrontendPlayerService2);
613
+ const zoloz = grpc.getService(_chunk23EAHSO4cjs.FrontendZolozService);
613
614
  const getVerificationStatus = (payload, options) => {
614
615
  return grpc.unary(
615
- _chunkXID56HIJcjs.EmptySchema,
616
+ _chunk23EAHSO4cjs.EmptySchema,
616
617
  payload,
617
618
  (req, opt) => email.getVerificationStatus(req, opt),
618
619
  options
@@ -620,7 +621,7 @@ var playerService = (grpc) => {
620
621
  };
621
622
  const verifyEmail = (payload, options) => {
622
623
  return grpc.unary(
623
- _chunkXID56HIJcjs.VerifyEmailReqSchema,
624
+ _chunk23EAHSO4cjs.VerifyEmailReqSchema,
624
625
  payload,
625
626
  (req, opt) => email.verifyEmail(req, opt),
626
627
  options
@@ -628,7 +629,7 @@ var playerService = (grpc) => {
628
629
  };
629
630
  const getMergingList = (payload, options) => {
630
631
  return grpc.unary(
631
- _chunkXID56HIJcjs.EmptySchema,
632
+ _chunk23EAHSO4cjs.EmptySchema,
632
633
  payload,
633
634
  (req, opt) => mergePlayer.getMergingList(req, opt),
634
635
  options
@@ -636,7 +637,7 @@ var playerService = (grpc) => {
636
637
  };
637
638
  const mergePlayerAccount = (payload, options) => {
638
639
  return grpc.unary(
639
- _chunkXID56HIJcjs.MergePlayerReqSchema,
640
+ _chunk23EAHSO4cjs.MergePlayerReqSchema,
640
641
  payload,
641
642
  (req, opt) => mergePlayer.mergePlayer(req, opt),
642
643
  options
@@ -644,7 +645,7 @@ var playerService = (grpc) => {
644
645
  };
645
646
  const verifyMergePlayerCode = (payload, options) => {
646
647
  return grpc.unary(
647
- _chunkXID56HIJcjs.VerifyMergePlayerCodeReqSchema,
648
+ _chunk23EAHSO4cjs.VerifyMergePlayerCodeReqSchema,
648
649
  payload,
649
650
  (req, opt) => mergePlayer.verifyMergePlayerCode(req, opt),
650
651
  options
@@ -652,7 +653,7 @@ var playerService = (grpc) => {
652
653
  };
653
654
  const getMergingListPendingProposalCount = (payload, options) => {
654
655
  return grpc.unary(
655
- _chunkXID56HIJcjs.EmptySchema,
656
+ _chunk23EAHSO4cjs.EmptySchema,
656
657
  payload,
657
658
  (req, opt) => mergePlayer.getMergingListPendingProposalCount(req, opt),
658
659
  options
@@ -660,7 +661,7 @@ var playerService = (grpc) => {
660
661
  };
661
662
  const checkMergePlayerProposal = (payload, options) => {
662
663
  return grpc.unary(
663
- _chunkXID56HIJcjs.CheckMergePlayerProposalReqSchema,
664
+ _chunk23EAHSO4cjs.CheckMergePlayerProposalReqSchema,
664
665
  payload,
665
666
  (req, opt) => mergePlayer.checkMergePlayerProposal(req, opt),
666
667
  options
@@ -668,7 +669,7 @@ var playerService = (grpc) => {
668
669
  };
669
670
  const playerBypassKycRestriction = (payload, options) => {
670
671
  return grpc.unary(
671
- _chunkXID56HIJcjs.EmptySchema,
672
+ _chunk23EAHSO4cjs.EmptySchema,
672
673
  payload,
673
674
  (req, opt) => permission.playerBypassKycRestriction(req, opt),
674
675
  options
@@ -676,7 +677,7 @@ var playerService = (grpc) => {
676
677
  };
677
678
  const checkPlayerLoginStatus = (payload, options) => {
678
679
  return grpc.unary(
679
- _chunkXID56HIJcjs.EmptySchema,
680
+ _chunk23EAHSO4cjs.EmptySchema,
680
681
  payload,
681
682
  (req, opt) => frontendPlayer.checkPlayerLoginStatus(req, opt),
682
683
  options
@@ -684,7 +685,7 @@ var playerService = (grpc) => {
684
685
  };
685
686
  const getPlayerProfileByJwt = (payload, options) => {
686
687
  return grpc.unary(
687
- _chunkXID56HIJcjs.EmptySchema,
688
+ _chunk23EAHSO4cjs.EmptySchema,
688
689
  payload,
689
690
  (req, opt) => frontendPlayer.getPlayerProfileByJwt(req, opt),
690
691
  options
@@ -692,7 +693,7 @@ var playerService = (grpc) => {
692
693
  };
693
694
  const updatePassword = (payload, options) => {
694
695
  return grpc.unary(
695
- _chunkXID56HIJcjs.UpdatePasswordReqSchema,
696
+ _chunk23EAHSO4cjs.UpdatePasswordReqSchema,
696
697
  payload,
697
698
  (req, opt) => frontendPlayer.updatePassword(req, opt),
698
699
  options
@@ -700,7 +701,7 @@ var playerService = (grpc) => {
700
701
  };
701
702
  const getPlayerInfoForSportsForum = (payload, options) => {
702
703
  return grpc.unary(
703
- _chunkXID56HIJcjs.EmptySchema,
704
+ _chunk23EAHSO4cjs.EmptySchema,
704
705
  payload,
705
706
  (req, opt) => frontendPlayer.getPlayerInfoForSportsForum(req, opt),
706
707
  options
@@ -708,7 +709,7 @@ var playerService = (grpc) => {
708
709
  };
709
710
  const getWithdrawalInfo = (payload, options) => {
710
711
  return grpc.unary(
711
- _chunkXID56HIJcjs.EmptySchema,
712
+ _chunk23EAHSO4cjs.EmptySchema,
712
713
  payload,
713
714
  (req, opt) => frontendPlayer.getWithdrawalInfo(req, opt),
714
715
  options
@@ -716,7 +717,7 @@ var playerService = (grpc) => {
716
717
  };
717
718
  const getDepositInfo = (payload, options) => {
718
719
  return grpc.unary(
719
- _chunkXID56HIJcjs.EmptySchema,
720
+ _chunk23EAHSO4cjs.EmptySchema,
720
721
  payload,
721
722
  (req, opt) => frontendPlayer.getDepositInfo(req, opt),
722
723
  options
@@ -724,7 +725,7 @@ var playerService = (grpc) => {
724
725
  };
725
726
  const getAccountCombineInfo = (payload, options) => {
726
727
  return grpc.unary(
727
- _chunkXID56HIJcjs.EmptySchema,
728
+ _chunk23EAHSO4cjs.EmptySchema,
728
729
  payload,
729
730
  (req, opt) => frontendPlayer.getAccountCombineInfo(req, opt),
730
731
  options
@@ -732,7 +733,7 @@ var playerService = (grpc) => {
732
733
  };
733
734
  const getViberStatus = (payload, options) => {
734
735
  return grpc.unary(
735
- _chunkXID56HIJcjs.GetViberStatusReqSchema,
736
+ _chunk23EAHSO4cjs.GetViberStatusReqSchema,
736
737
  payload,
737
738
  (req, opt) => frontendPlayer.getViberStatus(req, opt),
738
739
  options
@@ -740,7 +741,7 @@ var playerService = (grpc) => {
740
741
  };
741
742
  const updateAdditionalInfo = (payload, options) => {
742
743
  return grpc.unary(
743
- _chunkXID56HIJcjs.UpdateAdditionalInfoReqSchema,
744
+ _chunk23EAHSO4cjs.UpdateAdditionalInfoReqSchema,
744
745
  payload,
745
746
  (req, opt) => frontendPlayer.updateAdditionalInfo(req, opt),
746
747
  options
@@ -748,7 +749,7 @@ var playerService = (grpc) => {
748
749
  };
749
750
  const playerGetPlayerProfileByJwt = (payload, options) => {
750
751
  return grpc.unary(
751
- _chunkXID56HIJcjs.EmptySchema,
752
+ _chunk23EAHSO4cjs.EmptySchema,
752
753
  payload,
753
754
  (req, opt) => player.getPlayerProfileByJwt(req, opt),
754
755
  options
@@ -756,7 +757,7 @@ var playerService = (grpc) => {
756
757
  };
757
758
  const playerUpdatePassword = (payload, options) => {
758
759
  return grpc.unary(
759
- _chunkXID56HIJcjs.UpdatePasswordReqSchema,
760
+ _chunk23EAHSO4cjs.UpdatePasswordReqSchema,
760
761
  payload,
761
762
  (req, opt) => player.updatePassword(req, opt),
762
763
  options
@@ -764,7 +765,7 @@ var playerService = (grpc) => {
764
765
  };
765
766
  const playerGetPlayerInfoForSportsForum = (payload, options) => {
766
767
  return grpc.unary(
767
- _chunkXID56HIJcjs.EmptySchema,
768
+ _chunk23EAHSO4cjs.EmptySchema,
768
769
  payload,
769
770
  (req, opt) => player.getPlayerInfoForSportsForum(req, opt),
770
771
  options
@@ -772,18 +773,18 @@ var playerService = (grpc) => {
772
773
  };
773
774
  const playerGetWithdrawalInfo = (payload, options) => {
774
775
  return grpc.unary(
775
- _chunkXID56HIJcjs.EmptySchema,
776
+ _chunk23EAHSO4cjs.EmptySchema,
776
777
  payload,
777
778
  (req, opt) => player.getWithdrawalInfo(req, opt),
778
779
  options
779
780
  );
780
781
  };
781
782
  const playerGetDepositInfo = (payload, options) => {
782
- return grpc.unary(_chunkXID56HIJcjs.EmptySchema, payload, (req, opt) => player.getDepositInfo(req, opt), options);
783
+ return grpc.unary(_chunk23EAHSO4cjs.EmptySchema, payload, (req, opt) => player.getDepositInfo(req, opt), options);
783
784
  };
784
785
  const playerGetAccountCombineInfo = (payload, options) => {
785
786
  return grpc.unary(
786
- _chunkXID56HIJcjs.EmptySchema,
787
+ _chunk23EAHSO4cjs.EmptySchema,
787
788
  payload,
788
789
  (req, opt) => player.getAccountCombineInfo(req, opt),
789
790
  options
@@ -791,7 +792,7 @@ var playerService = (grpc) => {
791
792
  };
792
793
  const playerGetViberStatus = (payload, options) => {
793
794
  return grpc.unary(
794
- _chunkXID56HIJcjs.GetViberStatusReqSchema,
795
+ _chunk23EAHSO4cjs.GetViberStatusReqSchema,
795
796
  payload,
796
797
  (req, opt) => player.getViberStatus(req, opt),
797
798
  options
@@ -799,7 +800,7 @@ var playerService = (grpc) => {
799
800
  };
800
801
  const updatePasswordAndNotify = (payload, options) => {
801
802
  return grpc.unary(
802
- _chunkXID56HIJcjs.UpdatePasswordAndNotifyReqSchema,
803
+ _chunk23EAHSO4cjs.UpdatePasswordAndNotifyReqSchema,
803
804
  payload,
804
805
  (req, opt) => player.updatePasswordAndNotify(req, opt),
805
806
  options
@@ -807,7 +808,7 @@ var playerService = (grpc) => {
807
808
  };
808
809
  const resetPasswordFg = (payload, options) => {
809
810
  return grpc.unary(
810
- _chunkXID56HIJcjs.ResetPasswordFgReqSchema,
811
+ _chunk23EAHSO4cjs.ResetPasswordFgReqSchema,
811
812
  payload,
812
813
  (req, opt) => player.resetPasswordFg(req, opt),
813
814
  options
@@ -815,7 +816,7 @@ var playerService = (grpc) => {
815
816
  };
816
817
  const updateDob = (payload, options) => {
817
818
  return grpc.unary(
818
- _chunkXID56HIJcjs.UpdateDobReqSchema,
819
+ _chunk23EAHSO4cjs.UpdateDobReqSchema,
819
820
  payload,
820
821
  (req, opt) => player.updateDob(req, opt),
821
822
  options
@@ -823,7 +824,7 @@ var playerService = (grpc) => {
823
824
  };
824
825
  const updatePlaceOfBirth = (payload, options) => {
825
826
  return grpc.unary(
826
- _chunkXID56HIJcjs.UpdatePlaceOfBirthReqSchema,
827
+ _chunk23EAHSO4cjs.UpdatePlaceOfBirthReqSchema,
827
828
  payload,
828
829
  (req, opt) => player.updatePlaceOfBirth(req, opt),
829
830
  options
@@ -831,7 +832,7 @@ var playerService = (grpc) => {
831
832
  };
832
833
  const updateGender = (payload, options) => {
833
834
  return grpc.unary(
834
- _chunkXID56HIJcjs.UpdateGenderReqSchema,
835
+ _chunk23EAHSO4cjs.UpdateGenderReqSchema,
835
836
  payload,
836
837
  (req, opt) => player.updateGender(req, opt),
837
838
  options
@@ -839,7 +840,7 @@ var playerService = (grpc) => {
839
840
  };
840
841
  const updateNickname = (payload, options) => {
841
842
  return grpc.unary(
842
- _chunkXID56HIJcjs.UpdateNicknameReqSchema,
843
+ _chunk23EAHSO4cjs.UpdateNicknameReqSchema,
843
844
  payload,
844
845
  (req, opt) => player.updateNickname(req, opt),
845
846
  options
@@ -847,7 +848,7 @@ var playerService = (grpc) => {
847
848
  };
848
849
  const updateEmail = (payload, options) => {
849
850
  return grpc.unary(
850
- _chunkXID56HIJcjs.UpdateEmailReqSchema,
851
+ _chunk23EAHSO4cjs.UpdateEmailReqSchema,
851
852
  payload,
852
853
  (req, opt) => player.updateEmail(req, opt),
853
854
  options
@@ -855,7 +856,7 @@ var playerService = (grpc) => {
855
856
  };
856
857
  const updateAddress = (payload, options) => {
857
858
  return grpc.unary(
858
- _chunkXID56HIJcjs.UpdateAddressReqSchema,
859
+ _chunk23EAHSO4cjs.UpdateAddressReqSchema,
859
860
  payload,
860
861
  (req, opt) => player.updateAddress(req, opt),
861
862
  options
@@ -863,7 +864,7 @@ var playerService = (grpc) => {
863
864
  };
864
865
  const updatePhone = (payload, options) => {
865
866
  return grpc.unary(
866
- _chunkXID56HIJcjs.UpdatePhoneReqSchema,
867
+ _chunk23EAHSO4cjs.UpdatePhoneReqSchema,
867
868
  payload,
868
869
  (req, opt) => player.updatePhone(req, opt),
869
870
  options
@@ -871,7 +872,7 @@ var playerService = (grpc) => {
871
872
  };
872
873
  const updatePlayerAvatar = (payload, options) => {
873
874
  return grpc.unary(
874
- _chunkXID56HIJcjs.UpdatePlayerAvatarReqSchema,
875
+ _chunk23EAHSO4cjs.UpdatePlayerAvatarReqSchema,
875
876
  payload,
876
877
  (req, opt) => player.updatePlayerAvatar(req, opt),
877
878
  options
@@ -879,29 +880,29 @@ var playerService = (grpc) => {
879
880
  };
880
881
  const updateEKyc = (payload, options) => {
881
882
  return grpc.unary(
882
- _chunkXID56HIJcjs.UpdateEKycReqSchema,
883
+ _chunk23EAHSO4cjs.UpdateEKycReqSchema,
883
884
  payload,
884
885
  (req, opt) => player.updateEKyc(req, opt),
885
886
  options
886
887
  );
887
888
  };
888
889
  const getSmsStatus = (payload, options) => {
889
- return grpc.unary(_chunkXID56HIJcjs.EmptySchema, payload, (req, opt) => player.getSmsStatus(req, opt), options);
890
+ return grpc.unary(_chunk23EAHSO4cjs.EmptySchema, payload, (req, opt) => player.getSmsStatus(req, opt), options);
890
891
  };
891
892
  const updateSmsStatus = (payload, options) => {
892
893
  return grpc.unary(
893
- _chunkXID56HIJcjs.UpdateSmsStatusReqSchema,
894
+ _chunk23EAHSO4cjs.UpdateSmsStatusReqSchema,
894
895
  payload,
895
896
  (req, opt) => player.updateSmsStatus(req, opt),
896
897
  options
897
898
  );
898
899
  };
899
900
  const getAllLevel = (payload, options) => {
900
- return grpc.unary(_chunkXID56HIJcjs.EmptySchema, payload, (req, opt) => player.getAllLevel(req, opt), options);
901
+ return grpc.unary(_chunk23EAHSO4cjs.GetAllLevelReqSchema, payload, (req, opt) => player.getAllLevel(req, opt), options);
901
902
  };
902
903
  const getPlayerProgress = (payload, options) => {
903
904
  return grpc.unary(
904
- _chunkXID56HIJcjs.EmptySchema,
905
+ _chunk23EAHSO4cjs.EmptySchema,
905
906
  payload,
906
907
  (req, opt) => player.getPlayerProgress(req, opt),
907
908
  options
@@ -909,7 +910,7 @@ var playerService = (grpc) => {
909
910
  };
910
911
  const verifyPhoneNumberWithSms = (payload, options) => {
911
912
  return grpc.unary(
912
- _chunkXID56HIJcjs.VerifyPhoneNumberWithSmsReqSchema,
913
+ _chunk23EAHSO4cjs.VerifyPhoneNumberWithSmsReqSchema,
913
914
  payload,
914
915
  (req, opt) => player.verifyPhoneNumberWithSms(req, opt),
915
916
  options
@@ -917,7 +918,7 @@ var playerService = (grpc) => {
917
918
  };
918
919
  const updateSourceOfFunds = (payload, options) => {
919
920
  return grpc.unary(
920
- _chunkXID56HIJcjs.UpdateSourceOfFundsReqSchema,
921
+ _chunk23EAHSO4cjs.UpdateSourceOfFundsReqSchema,
921
922
  payload,
922
923
  (req, opt) => player.updateSourceOfFunds(req, opt),
923
924
  options
@@ -925,7 +926,7 @@ var playerService = (grpc) => {
925
926
  };
926
927
  const updateNatureOfWork = (payload, options) => {
927
928
  return grpc.unary(
928
- _chunkXID56HIJcjs.UpdateNatureOfWorkReqSchema,
929
+ _chunk23EAHSO4cjs.UpdateNatureOfWorkReqSchema,
929
930
  payload,
930
931
  (req, opt) => player.updateNatureOfWork(req, opt),
931
932
  options
@@ -933,7 +934,7 @@ var playerService = (grpc) => {
933
934
  };
934
935
  const updateRealName = (payload, options) => {
935
936
  return grpc.unary(
936
- _chunkXID56HIJcjs.UpdateRealNameReqSchema,
937
+ _chunk23EAHSO4cjs.UpdateRealNameReqSchema,
937
938
  payload,
938
939
  (req, opt) => player.updateRealName(req, opt),
939
940
  options
@@ -941,7 +942,7 @@ var playerService = (grpc) => {
941
942
  };
942
943
  const checkIsValidSmsCode = (payload, options) => {
943
944
  return grpc.unary(
944
- _chunkXID56HIJcjs.CheckIsValidSmsCodeReqSchema,
945
+ _chunk23EAHSO4cjs.CheckIsValidSmsCodeReqSchema,
945
946
  payload,
946
947
  (req, opt) => player.checkIsValidSmsCode(req, opt),
947
948
  options
@@ -949,7 +950,7 @@ var playerService = (grpc) => {
949
950
  };
950
951
  const getAllPlayerLevel = (payload, options) => {
951
952
  return grpc.unary(
952
- _chunkXID56HIJcjs.GetAllPlayerLevelReqSchema,
953
+ _chunk23EAHSO4cjs.GetAllPlayerLevelReqSchema,
953
954
  payload,
954
955
  (req, opt) => player.getAllPlayerLevel(req, opt),
955
956
  options
@@ -957,7 +958,7 @@ var playerService = (grpc) => {
957
958
  };
958
959
  const getPlayerLevelWithPlayerLevelObjId = (payload, options) => {
959
960
  return grpc.unary(
960
- _chunkXID56HIJcjs.GetPlayerLevelWithPlayerLevelObjIdReqSchema,
961
+ _chunk23EAHSO4cjs.GetPlayerLevelWithPlayerLevelObjIdReqSchema,
961
962
  payload,
962
963
  (req, opt) => player.getPlayerLevelWithPlayerLevelObjId(req, opt),
963
964
  options
@@ -965,7 +966,7 @@ var playerService = (grpc) => {
965
966
  };
966
967
  const getCasinoPlayerByPlayerId = (payload, options) => {
967
968
  return grpc.unary(
968
- _chunkXID56HIJcjs.GetCasinoPlayerByPlayerIdReqSchema,
969
+ _chunk23EAHSO4cjs.GetCasinoPlayerByPlayerIdReqSchema,
969
970
  payload,
970
971
  (req, opt) => player.getCasinoPlayerByPlayerId(req, opt),
971
972
  options
@@ -973,7 +974,7 @@ var playerService = (grpc) => {
973
974
  };
974
975
  const getCasinoPlayers = (payload, options) => {
975
976
  return grpc.unary(
976
- _chunkXID56HIJcjs.GetCasinoPlayersReqSchema,
977
+ _chunk23EAHSO4cjs.GetCasinoPlayersReqSchema,
977
978
  payload,
978
979
  (req, opt) => player.getCasinoPlayers(req, opt),
979
980
  options
@@ -981,7 +982,7 @@ var playerService = (grpc) => {
981
982
  };
982
983
  const getCasinoPlayerByMemberCardId = (payload, options) => {
983
984
  return grpc.unary(
984
- _chunkXID56HIJcjs.GetCasinoPlayerByMemberCardIdReqSchema,
985
+ _chunk23EAHSO4cjs.GetCasinoPlayerByMemberCardIdReqSchema,
985
986
  payload,
986
987
  (req, opt) => player.getCasinoPlayerByMemberCardId(req, opt),
987
988
  options
@@ -989,7 +990,7 @@ var playerService = (grpc) => {
989
990
  };
990
991
  const updateCasinoPlayerByPlayerId = (payload, options) => {
991
992
  return grpc.unary(
992
- _chunkXID56HIJcjs.UpdateCasinoPlayerByPlayerIdReqSchema,
993
+ _chunk23EAHSO4cjs.UpdateCasinoPlayerByPlayerIdReqSchema,
993
994
  payload,
994
995
  (req, opt) => player.updateCasinoPlayerByPlayerId(req, opt),
995
996
  options
@@ -997,7 +998,7 @@ var playerService = (grpc) => {
997
998
  };
998
999
  const updatePlayerStatusByPlayerId = (payload, options) => {
999
1000
  return grpc.unary(
1000
- _chunkXID56HIJcjs.UpdatePlayerStatusByPlayerIdReqSchema,
1001
+ _chunk23EAHSO4cjs.UpdatePlayerStatusByPlayerIdReqSchema,
1001
1002
  payload,
1002
1003
  (req, opt) => player.updatePlayerStatusByPlayerId(req, opt),
1003
1004
  options
@@ -1005,7 +1006,7 @@ var playerService = (grpc) => {
1005
1006
  };
1006
1007
  const getBetRecordsByPlayerId = (payload, options) => {
1007
1008
  return grpc.unary(
1008
- _chunkXID56HIJcjs.GetBetRecordsByPlayerIdReqSchema,
1009
+ _chunk23EAHSO4cjs.GetBetRecordsByPlayerIdReqSchema,
1009
1010
  payload,
1010
1011
  (req, opt) => player.getBetRecordsByPlayerId(req, opt),
1011
1012
  options
@@ -1013,7 +1014,7 @@ var playerService = (grpc) => {
1013
1014
  };
1014
1015
  const getPlayerInfoWithPlayerId = (payload, options) => {
1015
1016
  return grpc.unary(
1016
- _chunkXID56HIJcjs.GetPlayerInfoWithPlayerIdReqSchema,
1017
+ _chunk23EAHSO4cjs.GetPlayerInfoWithPlayerIdReqSchema,
1017
1018
  payload,
1018
1019
  (req, opt) => player.getPlayerInfoWithPlayerId(req, opt),
1019
1020
  options
@@ -1021,7 +1022,7 @@ var playerService = (grpc) => {
1021
1022
  };
1022
1023
  const updatePlayerBaccaratTicket = (payload, options) => {
1023
1024
  return grpc.unary(
1024
- _chunkXID56HIJcjs.UpdatePlayerBaccaratTicketReqSchema,
1025
+ _chunk23EAHSO4cjs.UpdatePlayerBaccaratTicketReqSchema,
1025
1026
  payload,
1026
1027
  (req, opt) => player.updatePlayerBaccaratTicket(req, opt),
1027
1028
  options
@@ -1029,7 +1030,7 @@ var playerService = (grpc) => {
1029
1030
  };
1030
1031
  const getPlayerPhoneAndBankInfo = (payload, options) => {
1031
1032
  return grpc.unary(
1032
- _chunkXID56HIJcjs.EmptySchema,
1033
+ _chunk23EAHSO4cjs.EmptySchema,
1033
1034
  payload,
1034
1035
  (req, opt) => player.getPlayerPhoneAndBankInfo(req, opt),
1035
1036
  options
@@ -1037,7 +1038,7 @@ var playerService = (grpc) => {
1037
1038
  };
1038
1039
  const getPlayerKYCAndWithdrawStatus = (payload, options) => {
1039
1040
  return grpc.unary(
1040
- _chunkXID56HIJcjs.GetPlayerKYCAndWithdrawStatusReqSchema,
1041
+ _chunk23EAHSO4cjs.GetPlayerKYCAndWithdrawStatusReqSchema,
1041
1042
  payload,
1042
1043
  (req, opt) => player.getPlayerKYCAndWithdrawStatus(req, opt),
1043
1044
  options
@@ -1045,7 +1046,7 @@ var playerService = (grpc) => {
1045
1046
  };
1046
1047
  const getPlayerValidCreditByPlayerObjId = (payload, options) => {
1047
1048
  return grpc.unary(
1048
- _chunkXID56HIJcjs.GetPlayerValidCreditByPlayerObjIdReqSchema,
1049
+ _chunk23EAHSO4cjs.GetPlayerValidCreditByPlayerObjIdReqSchema,
1049
1050
  payload,
1050
1051
  (req, opt) => player.getPlayerValidCreditByPlayerObjId(req, opt),
1051
1052
  options
@@ -1053,7 +1054,7 @@ var playerService = (grpc) => {
1053
1054
  };
1054
1055
  const getPlayerIdAndName = (payload, options) => {
1055
1056
  return grpc.unary(
1056
- _chunkXID56HIJcjs.EmptySchema,
1057
+ _chunk23EAHSO4cjs.EmptySchema,
1057
1058
  payload,
1058
1059
  (req, opt) => player.getPlayerIdAndName(req, opt),
1059
1060
  options
@@ -1061,7 +1062,7 @@ var playerService = (grpc) => {
1061
1062
  };
1062
1063
  const getFreeSpinPlayerInfo = (payload, options) => {
1063
1064
  return grpc.unary(
1064
- _chunkXID56HIJcjs.EmptySchema,
1065
+ _chunk23EAHSO4cjs.EmptySchema,
1065
1066
  payload,
1066
1067
  (req, opt) => player.getFreeSpinPlayerInfo(req, opt),
1067
1068
  options
@@ -1069,7 +1070,7 @@ var playerService = (grpc) => {
1069
1070
  };
1070
1071
  const getPlayerInfo = (payload, options) => {
1071
1072
  return grpc.unary(
1072
- _chunkXID56HIJcjs.GetPlayerInfoReqSchema,
1073
+ _chunk23EAHSO4cjs.GetPlayerInfoReqSchema,
1073
1074
  payload,
1074
1075
  (req, opt) => player.getPlayerInfo(req, opt),
1075
1076
  options
@@ -1077,7 +1078,7 @@ var playerService = (grpc) => {
1077
1078
  };
1078
1079
  const getPlayerEmailByPlayerId = (payload, options) => {
1079
1080
  return grpc.unary(
1080
- _chunkXID56HIJcjs.GetPlayerEmailByPlayerIdReqSchema,
1081
+ _chunk23EAHSO4cjs.GetPlayerEmailByPlayerIdReqSchema,
1081
1082
  payload,
1082
1083
  (req, opt) => player.getPlayerEmailByPlayerId(req, opt),
1083
1084
  options
@@ -1085,7 +1086,7 @@ var playerService = (grpc) => {
1085
1086
  };
1086
1087
  const getPlayerIdAndLevelByPhone = (payload, options) => {
1087
1088
  return grpc.unary(
1088
- _chunkXID56HIJcjs.GetPlayerIdAndLevelByPhoneReqSchema,
1089
+ _chunk23EAHSO4cjs.GetPlayerIdAndLevelByPhoneReqSchema,
1089
1090
  payload,
1090
1091
  (req, opt) => player.getPlayerIdAndLevelByPhone(req, opt),
1091
1092
  options
@@ -1093,7 +1094,7 @@ var playerService = (grpc) => {
1093
1094
  };
1094
1095
  const updateViberStatus = (payload, options) => {
1095
1096
  return grpc.unary(
1096
- _chunkXID56HIJcjs.UpdateViberStatusReqSchema,
1097
+ _chunk23EAHSO4cjs.UpdateViberStatusReqSchema,
1097
1098
  payload,
1098
1099
  (req, opt) => player.updateViberStatus(req, opt),
1099
1100
  options
@@ -1101,7 +1102,7 @@ var playerService = (grpc) => {
1101
1102
  };
1102
1103
  const getPlayerAvatars = (payload, options) => {
1103
1104
  return grpc.unary(
1104
- _chunkXID56HIJcjs.EmptySchema,
1105
+ _chunk23EAHSO4cjs.EmptySchema,
1105
1106
  payload,
1106
1107
  (req, opt) => frontendPlayer.getPlayerAvatars(req, opt),
1107
1108
  options
@@ -1109,18 +1110,18 @@ var playerService = (grpc) => {
1109
1110
  };
1110
1111
  const getKycParamsConfig = (payload, options) => {
1111
1112
  return grpc.unary(
1112
- _chunkXID56HIJcjs.GetKycParamsConfigReqSchema,
1113
+ _chunk23EAHSO4cjs.GetKycParamsConfigReqSchema,
1113
1114
  payload,
1114
1115
  (req, opt) => zoloz.getKycParamsConfig(req, opt),
1115
1116
  options
1116
1117
  );
1117
1118
  };
1118
1119
  const ekycInit = (payload, options) => {
1119
- return grpc.unary(_chunkXID56HIJcjs.EkycInitReqSchema, payload, (req, opt) => zoloz.ekycInit(req, opt), options);
1120
+ return grpc.unary(_chunk23EAHSO4cjs.EkycInitReqSchema, payload, (req, opt) => zoloz.ekycInit(req, opt), options);
1120
1121
  };
1121
1122
  const ekycResult = (payload, options) => {
1122
1123
  return grpc.unary(
1123
- _chunkXID56HIJcjs.EkycResultReqSchema,
1124
+ _chunk23EAHSO4cjs.EkycResultReqSchema,
1124
1125
  payload,
1125
1126
  (req, opt) => zoloz.ekycResult(req, opt),
1126
1127
  options
@@ -1201,16 +1202,16 @@ var playerService = (grpc) => {
1201
1202
 
1202
1203
  // src/modules/promotion.ts
1203
1204
  var promotionService = (grpc) => {
1204
- const adminLiveDraw = grpc.getService(_chunkXID56HIJcjs.AdminLiveDrawService);
1205
- const charity = grpc.getService(_chunkXID56HIJcjs.FrontendCharityService);
1206
- const leaderboard = grpc.getService(_chunkXID56HIJcjs.FrontendLeaderboardService);
1207
- const liveDraw = grpc.getService(_chunkXID56HIJcjs.FrontendLiveDrawService);
1208
- const promotion = grpc.getService(_chunkXID56HIJcjs.FrontendPromotionService);
1209
- const frontend = grpc.getService(_chunkXID56HIJcjs.FrontendService);
1210
- const specialEvent = grpc.getService(_chunkXID56HIJcjs.FrontendSpecialEventService);
1205
+ const adminLiveDraw = grpc.getService(_chunk23EAHSO4cjs.AdminLiveDrawService);
1206
+ const charity = grpc.getService(_chunk23EAHSO4cjs.FrontendCharityService);
1207
+ const leaderboard = grpc.getService(_chunk23EAHSO4cjs.FrontendLeaderboardService);
1208
+ const liveDraw = grpc.getService(_chunk23EAHSO4cjs.FrontendLiveDrawService);
1209
+ const promotion = grpc.getService(_chunk23EAHSO4cjs.FrontendPromotionService);
1210
+ const frontend = grpc.getService(_chunk23EAHSO4cjs.FrontendService);
1211
+ const specialEvent = grpc.getService(_chunk23EAHSO4cjs.FrontendSpecialEventService);
1211
1212
  const getTodayLiveDrawEvents = (payload, options) => {
1212
1213
  return grpc.unary(
1213
- _chunkXID56HIJcjs.GetTodayLiveDrawEventsReqSchema,
1214
+ _chunk23EAHSO4cjs.GetTodayLiveDrawEventsReqSchema,
1214
1215
  payload,
1215
1216
  (req, opt) => adminLiveDraw.getTodayLiveDrawEvents(req, opt),
1216
1217
  options
@@ -1218,7 +1219,7 @@ var promotionService = (grpc) => {
1218
1219
  };
1219
1220
  const getTodayCurrentRoundLiveDrawEvents = (payload, options) => {
1220
1221
  return grpc.unary(
1221
- _chunkXID56HIJcjs.GetTodayCurrentRoundLiveDrawEventsReqSchema,
1222
+ _chunk23EAHSO4cjs.GetTodayCurrentRoundLiveDrawEventsReqSchema,
1222
1223
  payload,
1223
1224
  (req, opt) => adminLiveDraw.getTodayCurrentRoundLiveDrawEvents(req, opt),
1224
1225
  options
@@ -1226,7 +1227,7 @@ var promotionService = (grpc) => {
1226
1227
  };
1227
1228
  const startLiveDrawEvent = (payload, options) => {
1228
1229
  return grpc.unary(
1229
- _chunkXID56HIJcjs.StartLiveDrawEventReqSchema,
1230
+ _chunk23EAHSO4cjs.StartLiveDrawEventReqSchema,
1230
1231
  payload,
1231
1232
  (req, opt) => adminLiveDraw.startLiveDrawEvent(req, opt),
1232
1233
  options
@@ -1234,7 +1235,7 @@ var promotionService = (grpc) => {
1234
1235
  };
1235
1236
  const redrawLiveDrawEvent = (payload, options) => {
1236
1237
  return grpc.unary(
1237
- _chunkXID56HIJcjs.RedrawLiveDrawEventReqSchema,
1238
+ _chunk23EAHSO4cjs.RedrawLiveDrawEventReqSchema,
1238
1239
  payload,
1239
1240
  (req, opt) => adminLiveDraw.redrawLiveDrawEvent(req, opt),
1240
1241
  options
@@ -1242,7 +1243,7 @@ var promotionService = (grpc) => {
1242
1243
  };
1243
1244
  const confirmLiveDraw = (payload, options) => {
1244
1245
  return grpc.unary(
1245
- _chunkXID56HIJcjs.ConfirmLiveDrawReqSchema,
1246
+ _chunk23EAHSO4cjs.ConfirmLiveDrawReqSchema,
1246
1247
  payload,
1247
1248
  (req, opt) => adminLiveDraw.confirmLiveDraw(req, opt),
1248
1249
  options
@@ -1250,7 +1251,7 @@ var promotionService = (grpc) => {
1250
1251
  };
1251
1252
  const liveDrawEventPhoneCallPlayer = (payload, options) => {
1252
1253
  return grpc.unary(
1253
- _chunkXID56HIJcjs.LiveDrawEventPhoneCallPlayerReqSchema,
1254
+ _chunk23EAHSO4cjs.LiveDrawEventPhoneCallPlayerReqSchema,
1254
1255
  payload,
1255
1256
  (req, opt) => adminLiveDraw.liveDrawEventPhoneCallPlayer(req, opt),
1256
1257
  options
@@ -1258,7 +1259,7 @@ var promotionService = (grpc) => {
1258
1259
  };
1259
1260
  const getLiveDrawEventWinnerList = (payload, options) => {
1260
1261
  return grpc.unary(
1261
- _chunkXID56HIJcjs.GetLiveDrawEventWinnerListReqSchema,
1262
+ _chunk23EAHSO4cjs.GetLiveDrawEventWinnerListReqSchema,
1262
1263
  payload,
1263
1264
  (req, opt) => adminLiveDraw.getLiveDrawEventWinnerList(req, opt),
1264
1265
  options
@@ -1266,7 +1267,7 @@ var promotionService = (grpc) => {
1266
1267
  };
1267
1268
  const makePhoneCall = (payload, options) => {
1268
1269
  return grpc.unary(
1269
- _chunkXID56HIJcjs.MakePhoneCallReqSchema,
1270
+ _chunk23EAHSO4cjs.MakePhoneCallReqSchema,
1270
1271
  payload,
1271
1272
  (req, opt) => adminLiveDraw.makePhoneCall(req, opt),
1272
1273
  options
@@ -1274,7 +1275,7 @@ var promotionService = (grpc) => {
1274
1275
  };
1275
1276
  const getCharityDetail = (payload, options) => {
1276
1277
  return grpc.unary(
1277
- _chunkXID56HIJcjs.EmptySchema,
1278
+ _chunk23EAHSO4cjs.EmptySchema,
1278
1279
  payload,
1279
1280
  (req, opt) => charity.getCharityDetail(req, opt),
1280
1281
  options
@@ -1282,7 +1283,7 @@ var promotionService = (grpc) => {
1282
1283
  };
1283
1284
  const getPlayerCharityDetail = (payload, options) => {
1284
1285
  return grpc.unary(
1285
- _chunkXID56HIJcjs.EmptySchema,
1286
+ _chunk23EAHSO4cjs.EmptySchema,
1286
1287
  payload,
1287
1288
  (req, opt) => charity.getPlayerCharityDetail(req, opt),
1288
1289
  options
@@ -1290,7 +1291,7 @@ var promotionService = (grpc) => {
1290
1291
  };
1291
1292
  const getPlayerRewardProgress = (payload, options) => {
1292
1293
  return grpc.unary(
1293
- _chunkXID56HIJcjs.GetPlayerRewardProgressReqSchema,
1294
+ _chunk23EAHSO4cjs.GetPlayerRewardProgressReqSchema,
1294
1295
  payload,
1295
1296
  (req, opt) => leaderboard.getPlayerRewardProgress(req, opt),
1296
1297
  options
@@ -1298,7 +1299,7 @@ var promotionService = (grpc) => {
1298
1299
  };
1299
1300
  const claimReward = (payload, options) => {
1300
1301
  return grpc.unary(
1301
- _chunkXID56HIJcjs.ClaimRewardReqSchema,
1302
+ _chunk23EAHSO4cjs.ClaimRewardReqSchema,
1302
1303
  payload,
1303
1304
  (req, opt) => leaderboard.claimReward(req, opt),
1304
1305
  options
@@ -1306,7 +1307,7 @@ var promotionService = (grpc) => {
1306
1307
  };
1307
1308
  const getLuckyDrawRewardList = (payload, options) => {
1308
1309
  return grpc.unary(
1309
- _chunkXID56HIJcjs.GetLuckyDrawRewardListReqSchema,
1310
+ _chunk23EAHSO4cjs.GetLuckyDrawRewardListReqSchema,
1310
1311
  payload,
1311
1312
  (req, opt) => liveDraw.getLuckyDrawRewardList(req, opt),
1312
1313
  options
@@ -1314,7 +1315,7 @@ var promotionService = (grpc) => {
1314
1315
  };
1315
1316
  const getPlayerTicketList = (payload, options) => {
1316
1317
  return grpc.unary(
1317
- _chunkXID56HIJcjs.EmptySchema,
1318
+ _chunk23EAHSO4cjs.EmptySchema,
1318
1319
  payload,
1319
1320
  (req, opt) => liveDraw.getPlayerTicketList(req, opt),
1320
1321
  options
@@ -1322,7 +1323,7 @@ var promotionService = (grpc) => {
1322
1323
  };
1323
1324
  const getPlayerInRiskList = (payload, options) => {
1324
1325
  return grpc.unary(
1325
- _chunkXID56HIJcjs.EmptySchema,
1326
+ _chunk23EAHSO4cjs.EmptySchema,
1326
1327
  payload,
1327
1328
  (req, opt) => liveDraw.getPlayerInRiskList(req, opt),
1328
1329
  options
@@ -1330,7 +1331,7 @@ var promotionService = (grpc) => {
1330
1331
  };
1331
1332
  const claimCampaignPromoCode = (payload, options) => {
1332
1333
  return grpc.unary(
1333
- _chunkXID56HIJcjs.ClaimCampaignPromoCodeReqSchema,
1334
+ _chunk23EAHSO4cjs.ClaimCampaignPromoCodeReqSchema,
1334
1335
  payload,
1335
1336
  (req, opt) => promotion.claimCampaignPromoCode(req, opt),
1336
1337
  options
@@ -1338,7 +1339,7 @@ var promotionService = (grpc) => {
1338
1339
  };
1339
1340
  const hasReceiveEventCampaignReward = (payload, options) => {
1340
1341
  return grpc.unary(
1341
- _chunkXID56HIJcjs.HasReceiveEventCampaignRewardReqSchema,
1342
+ _chunk23EAHSO4cjs.HasReceiveEventCampaignRewardReqSchema,
1342
1343
  payload,
1343
1344
  (req, opt) => promotion.hasReceiveEventCampaignReward(req, opt),
1344
1345
  options
@@ -1346,7 +1347,7 @@ var promotionService = (grpc) => {
1346
1347
  };
1347
1348
  const getPlayerFreeSpinInfo = (payload, options) => {
1348
1349
  return grpc.unary(
1349
- _chunkXID56HIJcjs.GetPlayerFreeSpinInfoReqSchema,
1350
+ _chunk23EAHSO4cjs.GetPlayerFreeSpinInfoReqSchema,
1350
1351
  payload,
1351
1352
  (req, opt) => frontend.getPlayerFreeSpinInfo(req, opt),
1352
1353
  options
@@ -1354,7 +1355,7 @@ var promotionService = (grpc) => {
1354
1355
  };
1355
1356
  const getFreeSpinHistory = (payload, options) => {
1356
1357
  return grpc.unary(
1357
- _chunkXID56HIJcjs.GetFreeSpinHistoryReqSchema,
1358
+ _chunk23EAHSO4cjs.GetFreeSpinHistoryReqSchema,
1358
1359
  payload,
1359
1360
  (req, opt) => frontend.getFreeSpinHistory(req, opt),
1360
1361
  options
@@ -1362,7 +1363,7 @@ var promotionService = (grpc) => {
1362
1363
  };
1363
1364
  const getCurrentMissionConfig = (payload, options) => {
1364
1365
  return grpc.unary(
1365
- _chunkXID56HIJcjs.EmptySchema,
1366
+ _chunk23EAHSO4cjs.EmptySchema,
1366
1367
  payload,
1367
1368
  (req, opt) => specialEvent.getCurrentMissionConfig(req, opt),
1368
1369
  options
@@ -1370,7 +1371,7 @@ var promotionService = (grpc) => {
1370
1371
  };
1371
1372
  const getPlayerTaskProgress = (payload, options) => {
1372
1373
  return grpc.unary(
1373
- _chunkXID56HIJcjs.GetPlayerTaskProgressReqSchema,
1374
+ _chunk23EAHSO4cjs.GetPlayerTaskProgressReqSchema,
1374
1375
  payload,
1375
1376
  (req, opt) => specialEvent.getPlayerTaskProgress(req, opt),
1376
1377
  options
@@ -1378,7 +1379,7 @@ var promotionService = (grpc) => {
1378
1379
  };
1379
1380
  const claimTaskReward = (payload, options) => {
1380
1381
  return grpc.unary(
1381
- _chunkXID56HIJcjs.ClaimTaskRewardReqSchema,
1382
+ _chunk23EAHSO4cjs.ClaimTaskRewardReqSchema,
1382
1383
  payload,
1383
1384
  (req, opt) => specialEvent.claimTaskReward(req, opt),
1384
1385
  options
@@ -1386,7 +1387,7 @@ var promotionService = (grpc) => {
1386
1387
  };
1387
1388
  const checkAndCreateMission = (payload, options) => {
1388
1389
  return grpc.unary(
1389
- _chunkXID56HIJcjs.CheckAndCreateMissionReqSchema,
1390
+ _chunk23EAHSO4cjs.CheckAndCreateMissionReqSchema,
1390
1391
  payload,
1391
1392
  (req, opt) => specialEvent.checkAndCreateMission(req, opt),
1392
1393
  options
@@ -1394,7 +1395,7 @@ var promotionService = (grpc) => {
1394
1395
  };
1395
1396
  const getCurrentCardEvents = (payload, options) => {
1396
1397
  return grpc.unary(
1397
- _chunkXID56HIJcjs.EmptySchema,
1398
+ _chunk23EAHSO4cjs.EmptySchema,
1398
1399
  payload,
1399
1400
  (req, opt) => specialEvent.getCurrentCardEvents(req, opt),
1400
1401
  options
@@ -1402,7 +1403,7 @@ var promotionService = (grpc) => {
1402
1403
  };
1403
1404
  const playerReceiveEgg = (payload, options) => {
1404
1405
  return grpc.unary(
1405
- _chunkXID56HIJcjs.PlayerReceiveEggReqSchema,
1406
+ _chunk23EAHSO4cjs.PlayerReceiveEggReqSchema,
1406
1407
  payload,
1407
1408
  (req, opt) => specialEvent.playerReceiveEgg(req, opt),
1408
1409
  options
@@ -1410,7 +1411,7 @@ var promotionService = (grpc) => {
1410
1411
  };
1411
1412
  const getConsumptionProgress = (payload, options) => {
1412
1413
  return grpc.unary(
1413
- _chunkXID56HIJcjs.GetConsumptionProgressReqSchema,
1414
+ _chunk23EAHSO4cjs.GetConsumptionProgressReqSchema,
1414
1415
  payload,
1415
1416
  (req, opt) => specialEvent.getConsumptionProgress(req, opt),
1416
1417
  options
@@ -1418,7 +1419,7 @@ var promotionService = (grpc) => {
1418
1419
  };
1419
1420
  const playerClaimAllDailyReward = (payload, options) => {
1420
1421
  return grpc.unary(
1421
- _chunkXID56HIJcjs.PlayerClaimAllDailyRewardReqSchema,
1422
+ _chunk23EAHSO4cjs.PlayerClaimAllDailyRewardReqSchema,
1422
1423
  payload,
1423
1424
  (req, opt) => specialEvent.playerClaimAllDailyReward(req, opt),
1424
1425
  options
@@ -1426,7 +1427,7 @@ var promotionService = (grpc) => {
1426
1427
  };
1427
1428
  const claimTimedEventReward = (payload, options) => {
1428
1429
  return grpc.unary(
1429
- _chunkXID56HIJcjs.ClaimTimedEventRewardReqSchema,
1430
+ _chunk23EAHSO4cjs.ClaimTimedEventRewardReqSchema,
1430
1431
  payload,
1431
1432
  (req, opt) => specialEvent.claimTimedEventReward(req, opt),
1432
1433
  options
@@ -1434,7 +1435,7 @@ var promotionService = (grpc) => {
1434
1435
  };
1435
1436
  const getEventRewardHistory = (payload, options) => {
1436
1437
  return grpc.unary(
1437
- _chunkXID56HIJcjs.GetEventRewardHistoryReqSchema,
1438
+ _chunk23EAHSO4cjs.GetEventRewardHistoryReqSchema,
1438
1439
  payload,
1439
1440
  (req, opt) => specialEvent.getEventRewardHistory(req, opt),
1440
1441
  options
@@ -1442,7 +1443,7 @@ var promotionService = (grpc) => {
1442
1443
  };
1443
1444
  const dailyClaimReward = (payload, options) => {
1444
1445
  return grpc.unary(
1445
- _chunkXID56HIJcjs.DailyClaimRewardReqSchema,
1446
+ _chunk23EAHSO4cjs.DailyClaimRewardReqSchema,
1446
1447
  payload,
1447
1448
  (req, opt) => specialEvent.dailyClaimReward(req, opt),
1448
1449
  options
@@ -1450,7 +1451,7 @@ var promotionService = (grpc) => {
1450
1451
  };
1451
1452
  const queryPlayerEgg = (payload, options) => {
1452
1453
  return grpc.unary(
1453
- _chunkXID56HIJcjs.QueryPlayerEggReqSchema,
1454
+ _chunk23EAHSO4cjs.QueryPlayerEggReqSchema,
1454
1455
  payload,
1455
1456
  (req, opt) => specialEvent.queryPlayerEgg(req, opt),
1456
1457
  options
@@ -1458,7 +1459,7 @@ var promotionService = (grpc) => {
1458
1459
  };
1459
1460
  const updateTutorialFlag = (payload, options) => {
1460
1461
  return grpc.unary(
1461
- _chunkXID56HIJcjs.UpdateTutorialFlagReqSchema,
1462
+ _chunk23EAHSO4cjs.UpdateTutorialFlagReqSchema,
1462
1463
  payload,
1463
1464
  (req, opt) => specialEvent.updateTutorialFlag(req, opt),
1464
1465
  options
@@ -1466,7 +1467,7 @@ var promotionService = (grpc) => {
1466
1467
  };
1467
1468
  const referralAssistance = (payload, options) => {
1468
1469
  return grpc.unary(
1469
- _chunkXID56HIJcjs.ReferralAssistanceReqSchema,
1470
+ _chunk23EAHSO4cjs.ReferralAssistanceReqSchema,
1470
1471
  payload,
1471
1472
  (req, opt) => specialEvent.referralAssistance(req, opt),
1472
1473
  options
@@ -1474,7 +1475,7 @@ var promotionService = (grpc) => {
1474
1475
  };
1475
1476
  const getSingleRewardInfo = (payload, options) => {
1476
1477
  return grpc.unary(
1477
- _chunkXID56HIJcjs.GetSingleRewardInfoReqSchema,
1478
+ _chunk23EAHSO4cjs.GetSingleRewardInfoReqSchema,
1478
1479
  payload,
1479
1480
  (req, opt) => specialEvent.getSingleRewardInfo(req, opt),
1480
1481
  options
@@ -1482,7 +1483,7 @@ var promotionService = (grpc) => {
1482
1483
  };
1483
1484
  const getPlayerRedPacketRecords = (payload, options) => {
1484
1485
  return grpc.unary(
1485
- _chunkXID56HIJcjs.GetPlayerRedPacketRecordsReqSchema,
1486
+ _chunk23EAHSO4cjs.GetPlayerRedPacketRecordsReqSchema,
1486
1487
  payload,
1487
1488
  (req, opt) => specialEvent.getPlayerRedPacketRecords(req, opt),
1488
1489
  options
@@ -1530,10 +1531,10 @@ var promotionService = (grpc) => {
1530
1531
 
1531
1532
  // src/modules/recommend.ts
1532
1533
  var recommendService = (grpc) => {
1533
- const client = grpc.getService(_chunkXID56HIJcjs.FrontendRecommendService);
1534
+ const client = grpc.getService(_chunk23EAHSO4cjs.FrontendRecommendService);
1534
1535
  const saveSearchHistory = (payload, options) => {
1535
1536
  return grpc.unary(
1536
- _chunkXID56HIJcjs.SaveSearchHistoryReqSchema,
1537
+ _chunk23EAHSO4cjs.SaveSearchHistoryReqSchema,
1537
1538
  payload,
1538
1539
  (req, opt) => client.saveSearchHistory(req, opt),
1539
1540
  options
@@ -1541,7 +1542,7 @@ var recommendService = (grpc) => {
1541
1542
  };
1542
1543
  const getSearchHistories = (payload, options) => {
1543
1544
  return grpc.unary(
1544
- _chunkXID56HIJcjs.EmptySchema,
1545
+ _chunk23EAHSO4cjs.EmptySchema,
1545
1546
  payload,
1546
1547
  (req, opt) => client.getSearchHistories(req, opt),
1547
1548
  options
@@ -1549,7 +1550,7 @@ var recommendService = (grpc) => {
1549
1550
  };
1550
1551
  const deleteSearchHistory = (payload, options) => {
1551
1552
  return grpc.unary(
1552
- _chunkXID56HIJcjs.DeleteSearchHistoryReqSchema,
1553
+ _chunk23EAHSO4cjs.DeleteSearchHistoryReqSchema,
1553
1554
  payload,
1554
1555
  (req, opt) => client.deleteSearchHistory(req, opt),
1555
1556
  options
@@ -1557,7 +1558,7 @@ var recommendService = (grpc) => {
1557
1558
  };
1558
1559
  const searchGames = (payload, options) => {
1559
1560
  return grpc.unary(
1560
- _chunkXID56HIJcjs.SearchGamesReqSchema,
1561
+ _chunk23EAHSO4cjs.SearchGamesReqSchema,
1561
1562
  payload,
1562
1563
  (req, opt) => client.searchGames(req, opt),
1563
1564
  options
@@ -1574,10 +1575,10 @@ var recommendService = (grpc) => {
1574
1575
 
1575
1576
  // src/modules/riskcontrol.ts
1576
1577
  var riskcontrolService = (grpc) => {
1577
- const client = grpc.getService(_chunkXID56HIJcjs.FrontendDepositLimitService);
1578
+ const client = grpc.getService(_chunk23EAHSO4cjs.FrontendDepositLimitService);
1578
1579
  const getPlayerDepositLimitStateOverview = (payload, options) => {
1579
1580
  return grpc.unary(
1580
- _chunkXID56HIJcjs.EmptySchema,
1581
+ _chunk23EAHSO4cjs.EmptySchema,
1581
1582
  payload,
1582
1583
  (req, opt) => client.playerDepositLimitStateOverview(req, opt),
1583
1584
  options
@@ -1585,7 +1586,7 @@ var riskcontrolService = (grpc) => {
1585
1586
  };
1586
1587
  const updatePlayerDepositLimitSwitch = (payload, options) => {
1587
1588
  return grpc.unary(
1588
- _chunkXID56HIJcjs.UpdatePlayerDepositLimitSwitchReqSchema,
1589
+ _chunk23EAHSO4cjs.UpdatePlayerDepositLimitSwitchReqSchema,
1589
1590
  payload,
1590
1591
  (req, opt) => client.updatePlayerDepositLimitSwitch(req, opt),
1591
1592
  options
@@ -1593,7 +1594,7 @@ var riskcontrolService = (grpc) => {
1593
1594
  };
1594
1595
  const updatePlayerPeriodDepositLimit = (payload, options) => {
1595
1596
  return grpc.unary(
1596
- _chunkXID56HIJcjs.UpdatePlayerPeriodDepositLimitReqSchema,
1597
+ _chunk23EAHSO4cjs.UpdatePlayerPeriodDepositLimitReqSchema,
1597
1598
  payload,
1598
1599
  (req, opt) => client.updatePlayerPeriodDepositLimit(req, opt),
1599
1600
  options
@@ -1609,10 +1610,10 @@ var riskcontrolService = (grpc) => {
1609
1610
 
1610
1611
  // src/modules/userEngagement.ts
1611
1612
  var userEngagementService = (grpc) => {
1612
- const client = grpc.getService(_chunkXID56HIJcjs.FrontendPwaNotificationService);
1613
+ const client = grpc.getService(_chunk23EAHSO4cjs.FrontendPwaNotificationService);
1613
1614
  const updatePWASubscriptionStatus = (payload, options) => {
1614
1615
  return grpc.unary(
1615
- _chunkXID56HIJcjs.UpdatePWASubscriptionStatusReqSchema,
1616
+ _chunk23EAHSO4cjs.UpdatePWASubscriptionStatusReqSchema,
1616
1617
  payload,
1617
1618
  (req, opt) => client.updatePWASubscriptionStatus(req, opt),
1618
1619
  options
@@ -1640,4 +1641,4 @@ function createLegacyServices(grpc) {
1640
1641
 
1641
1642
 
1642
1643
  exports.createLegacyServices = createLegacyServices;
1643
- //# sourceMappingURL=legacy-CO3UUF6P.cjs.map
1644
+ //# sourceMappingURL=legacy-LOUPMLZX.cjs.map