60p82u21t54k 0.1.84 → 0.1.86

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.
@@ -5024,58 +5024,85 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5024
5024
  status: e.status == 1,
5025
5025
  message: e.msg ?? ""
5026
5026
  }), Ti = (e) => {
5027
- var n, t, r, a;
5027
+ var n, t, r, a, s;
5028
5028
  return {
5029
5029
  status: e.status == 1,
5030
5030
  message: "",
5031
- data: {
5031
+ data: vi(e.data) ? {
5032
+ reward: {
5033
+ purchasable: !1,
5034
+ collectable: !1,
5035
+ remainingDay: ""
5036
+ },
5037
+ cardList: e.data.map((o) => ({
5038
+ name: o.settingname ?? "",
5039
+ code: o.code ?? "",
5040
+ price: o.price ?? "",
5041
+ period: `${o.period}`,
5042
+ profileId: `${o.profileid}`,
5043
+ dailyReward: {
5044
+ amount: o.daily_reward,
5045
+ percentage: (Number(o.daily_reward ?? "") / Number(o.price ?? "") * 100).toFixed(0)
5046
+ },
5047
+ instantReward: {
5048
+ amount: o.instant_reward,
5049
+ percentage: (Number(o.instant_reward ?? "") / Number(o.price ?? "") * 100).toFixed(0)
5050
+ }
5051
+ })) ?? []
5052
+ } : {
5032
5053
  reward: {
5033
5054
  purchasable: ((n = e.data) == null ? void 0 : n.purchasable) ?? !1,
5034
5055
  collectable: ((t = e.data) == null ? void 0 : t.collectable) ?? !1,
5035
5056
  remainingDay: ((r = e.data) == null ? void 0 : r.remaining) ?? "0"
5036
5057
  },
5037
- cardList: ((a = e.data) == null ? void 0 : a.settings.map((s) => ({
5038
- name: s.settingname ?? "",
5039
- code: s.code ?? "",
5040
- price: s.price ?? "",
5041
- period: s.period ?? "",
5042
- profileId: s.profileid ?? "",
5058
+ cardList: ((s = (a = e.data) == null ? void 0 : a.settings) == null ? void 0 : s.map((o) => ({
5059
+ name: o.settingname ?? "",
5060
+ code: o.code ?? "",
5061
+ price: o.price ?? "",
5062
+ period: o.period ?? "",
5063
+ profileId: o.profileid ?? "",
5043
5064
  dailyReward: {
5044
- amount: s.daily_reward,
5045
- percentage: (Number(s.daily_reward ?? "") / Number(s.price ?? "") * 100).toFixed(0)
5065
+ amount: o.daily_reward,
5066
+ percentage: (Number(o.daily_reward ?? "") / Number(o.price ?? "") * 100).toFixed(0)
5046
5067
  },
5047
5068
  instantReward: {
5048
- amount: s.instant_reward,
5049
- percentage: (Number(s.instant_reward ?? "") / Number(s.price ?? "") * 100).toFixed(0)
5069
+ amount: o.instant_reward,
5070
+ percentage: (Number(o.instant_reward ?? "") / Number(o.price ?? "") * 100).toFixed(0)
5050
5071
  }
5051
5072
  }))) ?? []
5052
5073
  }
5053
5074
  };
5054
- }, vi = (e) => ({
5075
+ };
5076
+ function vi(e) {
5077
+ return Array.isArray(e) && e.every(
5078
+ (n) => typeof n.code == "string" && typeof n.seq == "string" && typeof n.name == "string" && typeof n.price == "string" && typeof n.instant_reward == "string" && typeof n.daily_reward == "string" && typeof n.settingname == "string" && typeof n.promoindex == "number" && typeof n.daily_promoindex == "number" && typeof n.promoname == "string" && typeof n.daily_promoname == "string" && typeof n.profileid == "number" && typeof n.period == "number"
5079
+ );
5080
+ }
5081
+ const wi = (e) => ({
5055
5082
  status: e.status == 1,
5056
5083
  message: e.msg ?? ""
5057
- }), wi = (e) => {
5084
+ }), Di = (e) => {
5058
5085
  var n, t;
5059
5086
  return {
5060
5087
  status: e.status == 1,
5061
5088
  errorMessage: e.errormessage ?? "",
5062
5089
  isAutoTransfer: e.optionkey == "auto" || ((n = e.message) == null ? void 0 : n.optionkey) == "auto" || ((t = e.mdAccountSetting) == null ? void 0 : t.optionkey) == "auto"
5063
5090
  };
5064
- }, Di = (e) => C(e), Pi = (e) => ({
5091
+ }, Pi = (e) => C(e), xi = (e) => ({
5065
5092
  status: e.status,
5066
5093
  message: e.msg ?? "",
5067
5094
  turnover: e.data ? e.data.turnover : 0,
5068
5095
  percentage: e.data ? e.data.percentage ?? 0 : 0,
5069
5096
  incentive: e.data ? e.data.incentive : 0,
5070
5097
  claimable: 0
5071
- }), xi = (e) => {
5098
+ }), Ri = (e) => {
5072
5099
  let n = "0";
5073
5100
  return e.data && (n = e.data.incentive), {
5074
5101
  status: e.status,
5075
5102
  message: e.msg ?? "",
5076
5103
  amount: n
5077
5104
  };
5078
- }, Ri = (e) => {
5105
+ }, Oi = (e) => {
5079
5106
  let n = "0";
5080
5107
  return e.data && (n = e.data.incentive), {
5081
5108
  status: e.status,
@@ -5084,10 +5111,10 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5084
5111
  };
5085
5112
  };
5086
5113
  var re = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(re || {});
5087
- const Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5114
+ const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5088
5115
  __proto__: null,
5089
5116
  MissionStatus: re
5090
- }, Symbol.toStringTag, { value: "Module" })), Mi = (e) => {
5117
+ }, Symbol.toStringTag, { value: "Module" })), ki = (e) => {
5091
5118
  if (e.status === 0)
5092
5119
  return {
5093
5120
  status: e.status,
@@ -5110,7 +5137,7 @@ const Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5110
5137
  percentage: $t(t)
5111
5138
  },
5112
5139
  grandPrize: {
5113
- countDownTimestamp: ki(e.data.dateto),
5140
+ countDownTimestamp: Si(e.data.dateto),
5114
5141
  status: e.data.final_claimable ? e.data.final_collected === "1" ? re.collected : re.collectable : re.inProgress,
5115
5142
  prize: e.data.reward
5116
5143
  }
@@ -5137,13 +5164,13 @@ const Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5137
5164
  }, $t = (e) => {
5138
5165
  const n = e.reduce((r, a) => r + parseFloat(a.reward), 0), t = e.reduce((r, a) => r + a.progress.total, 0);
5139
5166
  return t > 0 ? (n / t * 100).toFixed(2) : "0";
5140
- }, ki = (e) => {
5167
+ }, Si = (e) => {
5141
5168
  const n = (/* @__PURE__ */ new Date()).getTime(), t = new Date(e).getTime();
5142
5169
  return Math.max(0, t - n);
5143
- }, Si = (e) => ({
5170
+ }, Ii = (e) => ({
5144
5171
  status: e.status,
5145
5172
  message: e.msg ?? ""
5146
- }), Ii = (e) => ({
5173
+ }), Ci = (e) => ({
5147
5174
  status: e.status == 1,
5148
5175
  socialLogin: e.social_login == 1,
5149
5176
  errorMessage: e.erorrmessage ?? "",
@@ -5155,7 +5182,7 @@ const Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5155
5182
  maxLength: n.maxlen ?? "0",
5156
5183
  inputHelper: n.inputHelper ?? ""
5157
5184
  }))
5158
- }), Ci = (e) => ({
5185
+ }), ji = (e) => ({
5159
5186
  currentPage: e.mdGameLists.current_page,
5160
5187
  lastPage: e.mdGameLists.last_page,
5161
5188
  data: e.mdGameLists.data && e.mdGameLists.data.length > 0 ? e.mdGameLists.data.map((n) => ({
@@ -5173,12 +5200,12 @@ const Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5173
5200
  logoUrl: `/image/platform_logo/${n.img.split("/").pop()}?v=1`,
5174
5201
  rate: "0.00"
5175
5202
  })) ?? [] : []
5176
- }), ji = (e) => C(e), Ni = (e) => C(e);
5203
+ }), Ni = (e) => C(e), Li = (e) => C(e);
5177
5204
  var he = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(he || {});
5178
- const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5205
+ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5179
5206
  __proto__: null,
5180
5207
  AccumulateDepositStatus: he
5181
- }, Symbol.toStringTag, { value: "Module" })), Fi = (e) => {
5208
+ }, Symbol.toStringTag, { value: "Module" })), zi = (e) => {
5182
5209
  if (e.status == 0)
5183
5210
  return {
5184
5211
  status: !1,
@@ -5211,17 +5238,17 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5211
5238
  message: e.msg ?? "",
5212
5239
  data: n
5213
5240
  };
5214
- }, zi = (e) => ({
5241
+ }, Gi = (e) => ({
5215
5242
  status: e.status == 1,
5216
5243
  message: e.msg ?? ""
5217
- }), Gi = (e) => {
5244
+ }), Wi = (e) => {
5218
5245
  var n;
5219
5246
  return {
5220
5247
  status: e.status == 1,
5221
5248
  errorMessage: e.errormessage ?? "",
5222
5249
  username: ((n = e.data) == null ? void 0 : n.username) ?? ""
5223
5250
  };
5224
- }, Wi = (e) => {
5251
+ }, Yi = (e) => {
5225
5252
  var n;
5226
5253
  return {
5227
5254
  status: e.status == 1,
@@ -5253,7 +5280,7 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5253
5280
  };
5254
5281
  })) ?? []
5255
5282
  };
5256
- }, Yi = (e) => ({
5283
+ }, qi = (e) => ({
5257
5284
  status: e.status == 1,
5258
5285
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
5259
5286
  data: {
@@ -5261,10 +5288,10 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5261
5288
  today: e.data.t,
5262
5289
  early: e.data.e
5263
5290
  }
5264
- }), qi = (e) => (console.log(e), {
5291
+ }), Ei = (e) => (console.log(e), {
5265
5292
  status: e.status,
5266
5293
  message: e.message ?? ""
5267
- }), Ei = (e) => ({
5294
+ }), Hi = (e) => ({
5268
5295
  status: e.status == 1,
5269
5296
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
5270
5297
  coinList: e.data.map((n) => ({
@@ -5275,11 +5302,11 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5275
5302
  networkId: t.network_id
5276
5303
  })) ?? []
5277
5304
  })) ?? []
5278
- }), Hi = (e) => ({
5305
+ }), Bi = (e) => ({
5279
5306
  status: e.status == 1,
5280
5307
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
5281
5308
  address: e.data ?? ""
5282
- }), Bi = (e) => {
5309
+ }), Ui = (e) => {
5283
5310
  if (e.status == 0)
5284
5311
  return {
5285
5312
  status: 0,
@@ -5298,13 +5325,13 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5298
5325
  popoutList: t
5299
5326
  }
5300
5327
  };
5301
- }, Ui = (e) => {
5328
+ }, $i = (e) => {
5302
5329
  var n;
5303
5330
  return ((n = e.data) == null ? void 0 : n.map((t) => ({
5304
5331
  name: t.name,
5305
- data: $i(t)
5332
+ data: Vi(t)
5306
5333
  }))) ?? [];
5307
- }, $i = (e) => {
5334
+ }, Vi = (e) => {
5308
5335
  const n = [], t = Object.entries(e).filter(([r]) => r !== "name");
5309
5336
  for (const [, r] of t) {
5310
5337
  const a = r, s = [];
@@ -5321,7 +5348,7 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5321
5348
  n.push({ achievementRate: s });
5322
5349
  }
5323
5350
  return n;
5324
- }, Vi = (e) => {
5351
+ }, Ai = (e) => {
5325
5352
  const n = {
5326
5353
  minAmount: "0",
5327
5354
  minHours: "0",
@@ -5339,7 +5366,7 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5339
5366
  message: e.msg ?? "",
5340
5367
  data: n
5341
5368
  };
5342
- }, Ai = (e) => ({
5369
+ }, Qi = (e) => ({
5343
5370
  status: e.status,
5344
5371
  message: e.msg ?? "",
5345
5372
  data: {
@@ -5348,13 +5375,13 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5348
5375
  monthInterestSum: e.data.monthInterestSum ?? "0",
5349
5376
  maintainStatus: e.data.maintainStatus
5350
5377
  }
5351
- }), Qi = (e) => ({
5352
- status: e.status == 1,
5353
- message: e.msg ?? ""
5354
5378
  }), Xi = (e) => ({
5355
5379
  status: e.status == 1,
5356
5380
  message: e.msg ?? ""
5357
5381
  }), Zi = (e) => ({
5382
+ status: e.status == 1,
5383
+ message: e.msg ?? ""
5384
+ }), Ji = (e) => ({
5358
5385
  status: e.status == 1,
5359
5386
  message: e.msg ?? "",
5360
5387
  data: {
@@ -5367,7 +5394,7 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5367
5394
  desc: n.txn_type
5368
5395
  }))
5369
5396
  }
5370
- }), Ji = (e) => e.status == 0 ? {
5397
+ }), Ki = (e) => e.status == 0 ? {
5371
5398
  status: !1,
5372
5399
  message: e.msg ?? "",
5373
5400
  data: null
@@ -5385,20 +5412,20 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5385
5412
  prize: n.prize
5386
5413
  }))
5387
5414
  }
5388
- }, Ki = (e) => ({
5415
+ }, eu = (e) => ({
5389
5416
  status: e.status === 1,
5390
5417
  message: e.msg ?? "",
5391
5418
  data: Number(e.data ?? "0")
5392
- }), eu = (e) => ({
5419
+ }), tu = (e) => ({
5393
5420
  status: e.status == 1,
5394
5421
  message: e.msg ?? "",
5395
5422
  data: e.data ?? 0
5396
5423
  });
5397
5424
  var Tt = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e.appAd = "appAd", e.deposit = "deposit", e))(Tt || {});
5398
- const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5425
+ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5399
5426
  __proto__: null,
5400
5427
  CmsCategory: Tt
5401
- }, Symbol.toStringTag, { value: "Module" })), nu = async (e) => {
5428
+ }, Symbol.toStringTag, { value: "Module" })), ru = async (e) => {
5402
5429
  var n, t, r, a, s, o, d, g, f, b, D, _, p, M, O, H, B, w, I, T, k, q, le, se, ce, de;
5403
5430
  try {
5404
5431
  e.findIndex((m) => m.name === c.vipList) !== -1 && e.push(
@@ -5959,134 +5986,134 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5959
5986
  );
5960
5987
  break;
5961
5988
  case c.applyWeekCard:
5962
- i.result[u] = vi(l);
5989
+ i.result[u] = wi(l);
5963
5990
  break;
5964
5991
  case c.transferSetting:
5965
- i.result[u] = wi(
5992
+ i.result[u] = Di(
5966
5993
  l
5967
5994
  );
5968
5995
  break;
5969
5996
  case c.transfer:
5970
- i.result[u] = Di(l);
5997
+ i.result[u] = Pi(l);
5971
5998
  break;
5972
5999
  case c.getIncentiveData:
5973
- i.result[u] = Pi(
6000
+ i.result[u] = xi(
5974
6001
  l
5975
6002
  );
5976
6003
  break;
5977
6004
  case c.getIncentiveRebate:
5978
- i.result[u] = xi(
6005
+ i.result[u] = Ri(
5979
6006
  l
5980
6007
  );
5981
6008
  break;
5982
6009
  case c.claimIncentiveRebate:
5983
- i.result[u] = Ri(
6010
+ i.result[u] = Oi(
5984
6011
  l
5985
6012
  );
5986
6013
  break;
5987
6014
  case c.getMissionData:
5988
- i.result[u] = Mi(l);
6015
+ i.result[u] = ki(l);
5989
6016
  break;
5990
6017
  case c.getMissionClaim:
5991
- i.result[u] = Si(
6018
+ i.result[u] = Ii(
5992
6019
  l
5993
6020
  );
5994
6021
  break;
5995
6022
  case c.registerForm:
5996
- i.result[u] = Ii(l);
6023
+ i.result[u] = Ci(l);
5997
6024
  break;
5998
6025
  case c.getFavouriteGame:
5999
- i.result[u] = Ci(
6026
+ i.result[u] = ji(
6000
6027
  l
6001
6028
  );
6002
6029
  break;
6003
6030
  case c.updateFavouriteGame:
6004
- i.result[u] = ji(
6031
+ i.result[u] = Ni(
6005
6032
  l
6006
6033
  );
6007
6034
  break;
6008
6035
  case c.requestForgetUsername:
6009
- i.result[u] = Ni(
6036
+ i.result[u] = Li(
6010
6037
  l
6011
6038
  );
6012
6039
  break;
6013
6040
  case c.submitForgetUsername:
6014
- i.result[u] = Gi(
6041
+ i.result[u] = Wi(
6015
6042
  l
6016
6043
  );
6017
6044
  break;
6018
6045
  case c.getAccumulateDepositData:
6019
- i.result[u] = Fi(
6046
+ i.result[u] = zi(
6020
6047
  l
6021
6048
  );
6022
6049
  break;
6023
6050
  case c.getAccumulateDepositClaim:
6024
- i.result[u] = zi(
6051
+ i.result[u] = Gi(
6025
6052
  l
6026
6053
  );
6027
6054
  break;
6028
6055
  case c.rebateRefundSetting:
6029
- i.result[u] = Wi(
6056
+ i.result[u] = Yi(
6030
6057
  l
6031
6058
  );
6032
6059
  break;
6033
6060
  case c.getASCMatchCount:
6034
- i.result[u] = Yi(
6061
+ i.result[u] = qi(
6035
6062
  l
6036
6063
  );
6037
6064
  break;
6038
6065
  case c.updateDeviceToken:
6039
- i.result[u] = qi(
6066
+ i.result[u] = Ei(
6040
6067
  l
6041
6068
  );
6042
6069
  break;
6043
6070
  case c.getCryptoList:
6044
- i.result[u] = Ei(l);
6071
+ i.result[u] = Hi(l);
6045
6072
  break;
6046
6073
  case c.getCryptoAddress:
6047
- i.result[u] = Hi(
6074
+ i.result[u] = Bi(
6048
6075
  l
6049
6076
  );
6050
6077
  break;
6051
6078
  case c.getPopoutItem:
6052
- i.result[u] = Bi(l);
6079
+ i.result[u] = Ui(l);
6053
6080
  break;
6054
6081
  case c.getTurnOverRewardSettingMult:
6055
- i.result[u] = Ui(
6082
+ i.result[u] = $i(
6056
6083
  l
6057
6084
  );
6058
6085
  break;
6059
6086
  case c.interestIndex:
6060
- i.result[u] = Vi(l);
6087
+ i.result[u] = Ai(l);
6061
6088
  break;
6062
6089
  case c.interestWalletInfo:
6063
- i.result[u] = Ai(
6090
+ i.result[u] = Qi(
6064
6091
  l
6065
6092
  );
6066
6093
  break;
6067
6094
  case c.interestTransactionList:
6068
- i.result[u] = Zi(
6095
+ i.result[u] = Ji(
6069
6096
  l
6070
6097
  );
6071
6098
  break;
6072
6099
  case c.interestTransferIn:
6073
- i.result[u] = Qi(
6100
+ i.result[u] = Xi(
6074
6101
  l
6075
6102
  );
6076
6103
  break;
6077
6104
  case c.interestTransferOut:
6078
- i.result[u] = Xi(
6105
+ i.result[u] = Zi(
6079
6106
  l
6080
6107
  );
6081
6108
  break;
6082
6109
  case c.getWheelData:
6083
- i.result[u] = Ji(l);
6110
+ i.result[u] = Ki(l);
6084
6111
  break;
6085
6112
  case c.getWheelTicket:
6086
- i.result[u] = Ki(l);
6113
+ i.result[u] = eu(l);
6087
6114
  break;
6088
6115
  case c.spinWheel:
6089
- i.result[u] = eu(l);
6116
+ i.result[u] = tu(l);
6090
6117
  break;
6091
6118
  }
6092
6119
  }
@@ -6454,10 +6481,10 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6454
6481
  result: {}
6455
6482
  });
6456
6483
  }
6457
- }, ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6484
+ }, au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6458
6485
  __proto__: null,
6459
- post: nu
6460
- }, Symbol.toStringTag, { value: "Module" })), au = async (e) => {
6486
+ post: ru
6487
+ }, Symbol.toStringTag, { value: "Module" })), su = async (e) => {
6461
6488
  let n = {
6462
6489
  status: 200,
6463
6490
  message: ""
@@ -6474,10 +6501,10 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6474
6501
  };
6475
6502
  }
6476
6503
  return n;
6477
- }, su = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6504
+ }, ou = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6478
6505
  __proto__: null,
6479
- call: au
6480
- }, Symbol.toStringTag, { value: "Module" })), ou = async (e, n) => {
6506
+ call: su
6507
+ }, Symbol.toStringTag, { value: "Module" })), iu = async (e, n) => {
6481
6508
  let t = {
6482
6509
  status: 200,
6483
6510
  message: ""
@@ -6497,10 +6524,10 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6497
6524
  };
6498
6525
  }
6499
6526
  return t;
6500
- }, iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6527
+ }, uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6501
6528
  __proto__: null,
6502
- call: ou
6503
- }, Symbol.toStringTag, { value: "Module" })), uu = async () => {
6529
+ call: iu
6530
+ }, Symbol.toStringTag, { value: "Module" })), lu = async () => {
6504
6531
  let e = {
6505
6532
  status: 200,
6506
6533
  message: ""
@@ -6514,9 +6541,9 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6514
6541
  };
6515
6542
  }
6516
6543
  return e;
6517
- }, lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6544
+ }, cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6518
6545
  __proto__: null,
6519
- call: uu
6546
+ call: lu
6520
6547
  }, Symbol.toStringTag, { value: "Module" })), Vt = {
6521
6548
  data: {
6522
6549
  status: !1,
@@ -6527,7 +6554,7 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6527
6554
  accountId: 0
6528
6555
  }
6529
6556
  }
6530
- }, cu = async () => {
6557
+ }, du = async () => {
6531
6558
  let e = {
6532
6559
  status: 200,
6533
6560
  message: "",
@@ -6552,15 +6579,15 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6552
6579
  };
6553
6580
  }
6554
6581
  return e;
6555
- }, du = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6582
+ }, mu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6556
6583
  __proto__: null,
6557
- call: cu
6584
+ call: du
6558
6585
  }, Symbol.toStringTag, { value: "Module" })), At = {
6559
6586
  data: {
6560
6587
  status: !1,
6561
6588
  message: ""
6562
6589
  }
6563
- }, mu = async (e, n) => {
6590
+ }, fu = async (e, n) => {
6564
6591
  let t = {
6565
6592
  status: 200,
6566
6593
  message: "",
@@ -6585,10 +6612,10 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6585
6612
  };
6586
6613
  }
6587
6614
  return t;
6588
- }, fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6615
+ }, gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6589
6616
  __proto__: null,
6590
- call: mu
6591
- }, Symbol.toStringTag, { value: "Module" })), gu = async (e, n, t, r, a) => {
6617
+ call: fu
6618
+ }, Symbol.toStringTag, { value: "Module" })), pu = async (e, n, t, r, a) => {
6592
6619
  let s = {
6593
6620
  status: 200,
6594
6621
  message: "",
@@ -6626,9 +6653,9 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6626
6653
  };
6627
6654
  }
6628
6655
  return s;
6629
- }, pu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6656
+ }, bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6630
6657
  __proto__: null,
6631
- call: gu
6658
+ call: pu
6632
6659
  }, Symbol.toStringTag, { value: "Module" })), Qt = {
6633
6660
  data: {
6634
6661
  status: !1,
@@ -6639,7 +6666,7 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6639
6666
  endTime: ""
6640
6667
  }
6641
6668
  }
6642
- }, bu = async () => {
6669
+ }, yu = async () => {
6643
6670
  var n, t, r;
6644
6671
  let e = {
6645
6672
  status: 200,
@@ -6665,11 +6692,9 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6665
6692
  };
6666
6693
  }
6667
6694
  return e;
6668
- }, yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6695
+ }, hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6669
6696
  __proto__: null,
6670
- call: bu
6671
- }, Symbol.toStringTag, { value: "Module" })), hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6672
- __proto__: null
6697
+ call: yu
6673
6698
  }, Symbol.toStringTag, { value: "Module" })), _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6674
6699
  __proto__: null
6675
6700
  }, Symbol.toStringTag, { value: "Module" })), Tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -6742,23 +6767,23 @@ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6742
6767
  __proto__: null
6743
6768
  }, Symbol.toStringTag, { value: "Module" })), el = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6744
6769
  __proto__: null
6770
+ }, Symbol.toStringTag, { value: "Module" })), tl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6771
+ __proto__: null
6745
6772
  }, Symbol.toStringTag, { value: "Module" })), Xt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6746
6773
  __proto__: null
6747
6774
  }, Symbol.toStringTag, { value: "Module" })), Zt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6748
6775
  __proto__: null
6749
- }, Symbol.toStringTag, { value: "Module" })), tl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6750
- __proto__: null
6751
6776
  }, Symbol.toStringTag, { value: "Module" })), nl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6752
6777
  __proto__: null
6753
6778
  }, Symbol.toStringTag, { value: "Module" })), rl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6754
6779
  __proto__: null
6780
+ }, Symbol.toStringTag, { value: "Module" })), al = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6781
+ __proto__: null
6755
6782
  }, Symbol.toStringTag, { value: "Module" }));
6756
6783
  var yn = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(yn || {});
6757
- const al = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6784
+ const sl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6758
6785
  __proto__: null,
6759
6786
  ImageCategory: yn
6760
- }, Symbol.toStringTag, { value: "Module" })), sl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6761
- __proto__: null
6762
6787
  }, Symbol.toStringTag, { value: "Module" })), ol = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6763
6788
  __proto__: null
6764
6789
  }, Symbol.toStringTag, { value: "Module" })), il = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -6905,280 +6930,282 @@ const al = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6905
6930
  __proto__: null
6906
6931
  }, Symbol.toStringTag, { value: "Module" })), Pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6907
6932
  __proto__: null
6908
- }, Symbol.toStringTag, { value: "Module" })), Oc = {
6909
- api: ru,
6933
+ }, Symbol.toStringTag, { value: "Module" })), xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6934
+ __proto__: null
6935
+ }, Symbol.toStringTag, { value: "Module" })), Mc = {
6936
+ api: au,
6910
6937
  config: vn,
6911
- telegramLoginApi: su,
6912
- loginApi: iu,
6913
- logoutApi: lu,
6914
- autoRegisterApi: du,
6915
- setLocaleApi: fu,
6916
- loadMatchApi: pu,
6917
- getMaintenanceModeApi: yu,
6938
+ telegramLoginApi: ou,
6939
+ loginApi: uu,
6940
+ logoutApi: cu,
6941
+ autoRegisterApi: mu,
6942
+ setLocaleApi: gu,
6943
+ loadMatchApi: bu,
6944
+ getMaintenanceModeApi: hu,
6918
6945
  apiType: fs,
6919
- loginType: hu,
6920
- logoutType: _u,
6921
- announcementType: Tu,
6946
+ loginType: _u,
6947
+ logoutType: Tu,
6948
+ announcementType: vu,
6922
6949
  paymentsProviderType: gs,
6923
- gameListType: vu,
6924
- vipListType: wu,
6925
- promotionType: Du,
6926
- cmsListType: tu,
6927
- mainWalletType: Pu,
6928
- upcomingMatchType: xu,
6929
- depositType: Ru,
6930
- applyVipBonusType: Ou,
6931
- withdrawalGetType: Mu,
6932
- addBankCardType: ku,
6933
- withdrawType: Su,
6950
+ gameListType: wu,
6951
+ vipListType: Du,
6952
+ promotionType: Pu,
6953
+ cmsListType: nu,
6954
+ mainWalletType: xu,
6955
+ upcomingMatchType: Ru,
6956
+ depositType: Ou,
6957
+ applyVipBonusType: Mu,
6958
+ withdrawalGetType: ku,
6959
+ addBankCardType: Su,
6960
+ withdrawType: Iu,
6934
6961
  getSettingType: pi,
6935
6962
  transactionReportType: As,
6936
- changePasswordType: Iu,
6937
- walletType: Cu,
6938
- getEventListType: ju,
6939
- getEventTokenType: Nu,
6940
- getExtraGameType: Lu,
6941
- mailBoxType: Fu,
6942
- fishGameListType: zu,
6943
- slotGameListType: Gu,
6944
- getTurnOverRewardDataType: Wu,
6945
- getTurnOverRewardReportType: Yu,
6946
- getInviteRewardDataType: qu,
6947
- getInviteRewardReportType: Eu,
6948
- getTopupRewardDataType: Hu,
6949
- getTopupRewardReportType: Bu,
6950
- getRewardReferralType: Uu,
6951
- getDepositPromotionType: $u,
6952
- getInviteRewardClaimType: Vu,
6953
- getTopUpRewardClaimType: Au,
6954
- getTurnOverRewardClaimType: Qu,
6955
- getInviteRewardSettingType: Xu,
6956
- getTopUpRewardSettingType: Zu,
6957
- getTurnOverRewardSettingType: Ju,
6958
- requestForgetPasswordType: Ku,
6959
- submitForgetPasswordType: el,
6963
+ changePasswordType: Cu,
6964
+ walletType: ju,
6965
+ getEventListType: Nu,
6966
+ getEventTokenType: Lu,
6967
+ getExtraGameType: Fu,
6968
+ mailBoxType: zu,
6969
+ fishGameListType: Gu,
6970
+ slotGameListType: Wu,
6971
+ getTurnOverRewardDataType: Yu,
6972
+ getTurnOverRewardReportType: qu,
6973
+ getInviteRewardDataType: Eu,
6974
+ getInviteRewardReportType: Hu,
6975
+ getTopupRewardDataType: Bu,
6976
+ getTopupRewardReportType: Uu,
6977
+ getRewardReferralType: $u,
6978
+ getDepositPromotionType: Vu,
6979
+ getInviteRewardClaimType: Au,
6980
+ getTopUpRewardClaimType: Qu,
6981
+ getTurnOverRewardClaimType: Xu,
6982
+ getInviteRewardSettingType: Zu,
6983
+ getTopUpRewardSettingType: Ju,
6984
+ getTurnOverRewardSettingType: Ku,
6985
+ requestForgetPasswordType: el,
6986
+ submitForgetPasswordType: tl,
6960
6987
  submitGiftCode: Xt,
6961
6988
  playGame: Zt,
6962
- requestUpdateMobileTacCode: tl,
6963
- submitUpdateMobileTacCode: nl,
6964
- getVerifyPromo: rl,
6965
- getImageType: al,
6966
- getValidateType: sl,
6967
- updateProfilePictureType: ol,
6968
- readMailType: il,
6969
- checkRedPacketValidateType: ul,
6970
- getUserProfileType: ll,
6971
- requestTacCodeType: cl,
6972
- getUsernameByReferType: dl,
6973
- applyPromoType: ml,
6974
- applySignInType: fl,
6975
- applyRedPacketType: gl,
6976
- getCountryType: pl,
6989
+ requestUpdateMobileTacCode: nl,
6990
+ submitUpdateMobileTacCode: rl,
6991
+ getVerifyPromo: al,
6992
+ getImageType: sl,
6993
+ getValidateType: ol,
6994
+ updateProfilePictureType: il,
6995
+ readMailType: ul,
6996
+ checkRedPacketValidateType: ll,
6997
+ getUserProfileType: cl,
6998
+ requestTacCodeType: dl,
6999
+ getUsernameByReferType: ml,
7000
+ applyPromoType: fl,
7001
+ applySignInType: gl,
7002
+ applyRedPacketType: pl,
7003
+ getCountryType: bl,
6977
7004
  submitGiftCodeType: Xt,
6978
7005
  playGameType: Zt,
6979
- transferToMainType: bl,
6980
- transferProcessType: yl,
6981
- submitValidateType: hl,
6982
- checkTransferCreditType: _l,
6983
- friendListType: Tl,
6984
- friendListEditType: vl,
6985
- getActivePPType: wl,
6986
- getActiveProductType: Dl,
6987
- requestWithdrawTacType: Pl,
6988
- requestWithdrawalCodeType: xl,
6989
- commissionWithdrawType: Rl,
6990
- submitWithdrawalCodeType: Ol,
6991
- submitCryptoAccountType: Ml,
6992
- requestTransferMoneyType: kl,
6993
- submitTransferMoneyType: Sl,
6994
- signInViewInfoType: Il,
6995
- signInRecordType: Cl,
6996
- referralProfileType: jl,
6997
- referralMemberProfileType: Nl,
6998
- registerActionType: Ll,
7006
+ transferToMainType: yl,
7007
+ transferProcessType: hl,
7008
+ submitValidateType: _l,
7009
+ checkTransferCreditType: Tl,
7010
+ friendListType: vl,
7011
+ friendListEditType: wl,
7012
+ getActivePPType: Dl,
7013
+ getActiveProductType: Pl,
7014
+ requestWithdrawTacType: xl,
7015
+ requestWithdrawalCodeType: Rl,
7016
+ commissionWithdrawType: Ol,
7017
+ submitWithdrawalCodeType: Ml,
7018
+ submitCryptoAccountType: kl,
7019
+ requestTransferMoneyType: Sl,
7020
+ submitTransferMoneyType: Il,
7021
+ signInViewInfoType: Cl,
7022
+ signInRecordType: jl,
7023
+ referralProfileType: Nl,
7024
+ referralMemberProfileType: Ll,
7025
+ registerActionType: Fl,
6999
7026
  transferReportType: ri,
7000
- agTransferCreditReportType: Fl,
7001
- betReportType: zl,
7002
- getTwoFactorAuthenticateType: Gl,
7003
- submitTwoFactorAuthenticateType: Wl,
7004
- getUserDeviceListType: Yl,
7005
- unbindUserDeviceType: ql,
7006
- searchNumberHistoryType: El,
7007
- changeWithdrawalCodeType: Hl,
7008
- checkRedPacketTokenType: Bl,
7009
- submitWithdrawalAlipayType: Ul,
7010
- applyReliefFund: $l,
7011
- getReliefFundData: Vl,
7012
- getReliefFundReport: Al,
7013
- getWeekCardClaim: Ql,
7014
- getWeekCardData: Xl,
7015
- applyWeekCard: Zl,
7016
- transferSettingType: Jl,
7017
- transferType: Kl,
7018
- claimIncentiveRebate: ec,
7019
- getIncentiveData: tc,
7020
- getIncentiveRebate: nc,
7021
- getMissionData: Oi,
7022
- getMissionClaim: rc,
7023
- registerFormType: ac,
7024
- getFavouriteGameType: sc,
7025
- updateFavouriteGameType: oc,
7026
- requestForgetUsernameType: ic,
7027
- submitForgetUsernameType: uc,
7028
- getAccumulateDepositDataType: Li,
7029
- getAccumulateDepositClaimType: lc,
7030
- rebateRefundSettingType: cc,
7031
- getASCMatchCountType: dc,
7032
- updateDeviceTokenType: mc,
7033
- getCryptoListType: fc,
7034
- getCryptoAddressType: gc,
7035
- getPopoutItemType: pc,
7036
- getTurnOverRewardSettingMultType: bc,
7037
- interestIndexType: yc,
7038
- interestTransactionListType: hc,
7039
- interestTransferInType: _c,
7040
- interestTransferOutType: Tc,
7041
- interestWalletInfoType: vc,
7042
- spinWheelType: wc,
7043
- getWheelDataType: Dc,
7044
- getWheelTicketType: Pc
7027
+ agTransferCreditReportType: zl,
7028
+ betReportType: Gl,
7029
+ getTwoFactorAuthenticateType: Wl,
7030
+ submitTwoFactorAuthenticateType: Yl,
7031
+ getUserDeviceListType: ql,
7032
+ unbindUserDeviceType: El,
7033
+ searchNumberHistoryType: Hl,
7034
+ changeWithdrawalCodeType: Bl,
7035
+ checkRedPacketTokenType: Ul,
7036
+ submitWithdrawalAlipayType: $l,
7037
+ applyReliefFund: Vl,
7038
+ getReliefFundData: Al,
7039
+ getReliefFundReport: Ql,
7040
+ getWeekCardClaim: Xl,
7041
+ getWeekCardData: Zl,
7042
+ applyWeekCard: Jl,
7043
+ transferSettingType: Kl,
7044
+ transferType: ec,
7045
+ claimIncentiveRebate: tc,
7046
+ getIncentiveData: nc,
7047
+ getIncentiveRebate: rc,
7048
+ getMissionData: Mi,
7049
+ getMissionClaim: ac,
7050
+ registerFormType: sc,
7051
+ getFavouriteGameType: oc,
7052
+ updateFavouriteGameType: ic,
7053
+ requestForgetUsernameType: uc,
7054
+ submitForgetUsernameType: lc,
7055
+ getAccumulateDepositDataType: Fi,
7056
+ getAccumulateDepositClaimType: cc,
7057
+ rebateRefundSettingType: dc,
7058
+ getASCMatchCountType: mc,
7059
+ updateDeviceTokenType: fc,
7060
+ getCryptoListType: gc,
7061
+ getCryptoAddressType: pc,
7062
+ getPopoutItemType: bc,
7063
+ getTurnOverRewardSettingMultType: yc,
7064
+ interestIndexType: hc,
7065
+ interestTransactionListType: _c,
7066
+ interestTransferInType: Tc,
7067
+ interestTransferOutType: vc,
7068
+ interestWalletInfoType: wc,
7069
+ spinWheelType: Dc,
7070
+ getWheelDataType: Pc,
7071
+ getWheelTicketType: xc
7045
7072
  };
7046
7073
  export {
7047
- Oc as Repository,
7048
- ku as addBankCardType,
7049
- Fl as agTransferCreditReportType,
7050
- Tu as announcementType,
7051
- ru as api,
7074
+ Mc as Repository,
7075
+ Su as addBankCardType,
7076
+ zl as agTransferCreditReportType,
7077
+ vu as announcementType,
7078
+ au as api,
7052
7079
  fs as apiType,
7053
- ml as applyPromoType,
7054
- gl as applyRedPacketType,
7055
- $l as applyReliefFund,
7056
- fl as applySignInType,
7057
- Ou as applyVipBonusType,
7058
- Zl as applyWeekCard,
7059
- du as autoRegisterApi,
7060
- zl as betReportType,
7061
- Iu as changePasswordType,
7062
- Hl as changeWithdrawalCodeType,
7063
- Bl as checkRedPacketTokenType,
7064
- ul as checkRedPacketValidateType,
7065
- _l as checkTransferCreditType,
7066
- ec as claimIncentiveRebate,
7067
- tu as cmsListType,
7068
- Rl as commissionWithdrawType,
7080
+ fl as applyPromoType,
7081
+ pl as applyRedPacketType,
7082
+ Vl as applyReliefFund,
7083
+ gl as applySignInType,
7084
+ Mu as applyVipBonusType,
7085
+ Jl as applyWeekCard,
7086
+ mu as autoRegisterApi,
7087
+ Gl as betReportType,
7088
+ Cu as changePasswordType,
7089
+ Bl as changeWithdrawalCodeType,
7090
+ Ul as checkRedPacketTokenType,
7091
+ ll as checkRedPacketValidateType,
7092
+ Tl as checkTransferCreditType,
7093
+ tc as claimIncentiveRebate,
7094
+ nu as cmsListType,
7095
+ Ol as commissionWithdrawType,
7069
7096
  vn as config,
7070
- Ru as depositType,
7071
- zu as fishGameListType,
7072
- vl as friendListEditType,
7073
- Tl as friendListType,
7074
- vu as gameListType,
7075
- dc as getASCMatchCountType,
7076
- lc as getAccumulateDepositClaimType,
7077
- Li as getAccumulateDepositDataType,
7078
- wl as getActivePPType,
7079
- Dl as getActiveProductType,
7080
- pl as getCountryType,
7081
- gc as getCryptoAddressType,
7082
- fc as getCryptoListType,
7083
- $u as getDepositPromotionType,
7084
- ju as getEventListType,
7085
- Nu as getEventTokenType,
7086
- Lu as getExtraGameType,
7087
- sc as getFavouriteGameType,
7088
- al as getImageType,
7089
- tc as getIncentiveData,
7090
- nc as getIncentiveRebate,
7091
- Vu as getInviteRewardClaimType,
7092
- qu as getInviteRewardDataType,
7093
- Eu as getInviteRewardReportType,
7094
- Xu as getInviteRewardSettingType,
7095
- yu as getMaintenanceModeApi,
7096
- rc as getMissionClaim,
7097
- Oi as getMissionData,
7098
- pc as getPopoutItemType,
7099
- Vl as getReliefFundData,
7100
- Al as getReliefFundReport,
7101
- Uu as getRewardReferralType,
7097
+ Ou as depositType,
7098
+ Gu as fishGameListType,
7099
+ wl as friendListEditType,
7100
+ vl as friendListType,
7101
+ wu as gameListType,
7102
+ mc as getASCMatchCountType,
7103
+ cc as getAccumulateDepositClaimType,
7104
+ Fi as getAccumulateDepositDataType,
7105
+ Dl as getActivePPType,
7106
+ Pl as getActiveProductType,
7107
+ bl as getCountryType,
7108
+ pc as getCryptoAddressType,
7109
+ gc as getCryptoListType,
7110
+ Vu as getDepositPromotionType,
7111
+ Nu as getEventListType,
7112
+ Lu as getEventTokenType,
7113
+ Fu as getExtraGameType,
7114
+ oc as getFavouriteGameType,
7115
+ sl as getImageType,
7116
+ nc as getIncentiveData,
7117
+ rc as getIncentiveRebate,
7118
+ Au as getInviteRewardClaimType,
7119
+ Eu as getInviteRewardDataType,
7120
+ Hu as getInviteRewardReportType,
7121
+ Zu as getInviteRewardSettingType,
7122
+ hu as getMaintenanceModeApi,
7123
+ ac as getMissionClaim,
7124
+ Mi as getMissionData,
7125
+ bc as getPopoutItemType,
7126
+ Al as getReliefFundData,
7127
+ Ql as getReliefFundReport,
7128
+ $u as getRewardReferralType,
7102
7129
  pi as getSettingType,
7103
- Au as getTopUpRewardClaimType,
7104
- Zu as getTopUpRewardSettingType,
7105
- Hu as getTopupRewardDataType,
7106
- Bu as getTopupRewardReportType,
7107
- Qu as getTurnOverRewardClaimType,
7108
- Wu as getTurnOverRewardDataType,
7109
- Yu as getTurnOverRewardReportType,
7110
- bc as getTurnOverRewardSettingMultType,
7111
- Ju as getTurnOverRewardSettingType,
7112
- Gl as getTwoFactorAuthenticateType,
7113
- Yl as getUserDeviceListType,
7114
- ll as getUserProfileType,
7115
- dl as getUsernameByReferType,
7116
- sl as getValidateType,
7117
- rl as getVerifyPromo,
7118
- Ql as getWeekCardClaim,
7119
- Xl as getWeekCardData,
7120
- Dc as getWheelDataType,
7121
- Pc as getWheelTicketType,
7122
- yc as interestIndexType,
7123
- hc as interestTransactionListType,
7124
- _c as interestTransferInType,
7125
- Tc as interestTransferOutType,
7126
- vc as interestWalletInfoType,
7127
- pu as loadMatchApi,
7128
- iu as loginApi,
7129
- hu as loginType,
7130
- lu as logoutApi,
7131
- _u as logoutType,
7132
- Fu as mailBoxType,
7133
- Pu as mainWalletType,
7130
+ Qu as getTopUpRewardClaimType,
7131
+ Ju as getTopUpRewardSettingType,
7132
+ Bu as getTopupRewardDataType,
7133
+ Uu as getTopupRewardReportType,
7134
+ Xu as getTurnOverRewardClaimType,
7135
+ Yu as getTurnOverRewardDataType,
7136
+ qu as getTurnOverRewardReportType,
7137
+ yc as getTurnOverRewardSettingMultType,
7138
+ Ku as getTurnOverRewardSettingType,
7139
+ Wl as getTwoFactorAuthenticateType,
7140
+ ql as getUserDeviceListType,
7141
+ cl as getUserProfileType,
7142
+ ml as getUsernameByReferType,
7143
+ ol as getValidateType,
7144
+ al as getVerifyPromo,
7145
+ Xl as getWeekCardClaim,
7146
+ Zl as getWeekCardData,
7147
+ Pc as getWheelDataType,
7148
+ xc as getWheelTicketType,
7149
+ hc as interestIndexType,
7150
+ _c as interestTransactionListType,
7151
+ Tc as interestTransferInType,
7152
+ vc as interestTransferOutType,
7153
+ wc as interestWalletInfoType,
7154
+ bu as loadMatchApi,
7155
+ uu as loginApi,
7156
+ _u as loginType,
7157
+ cu as logoutApi,
7158
+ Tu as logoutType,
7159
+ zu as mailBoxType,
7160
+ xu as mainWalletType,
7134
7161
  gs as paymentsProviderType,
7135
7162
  Zt as playGame,
7136
7163
  Zt as playGameType,
7137
- Du as promotionType,
7138
- il as readMailType,
7139
- cc as rebateRefundSettingType,
7140
- Nl as referralMemberProfileType,
7141
- jl as referralProfileType,
7142
- Ll as registerActionType,
7143
- ac as registerFormType,
7144
- Ku as requestForgetPasswordType,
7145
- ic as requestForgetUsernameType,
7146
- cl as requestTacCodeType,
7147
- kl as requestTransferMoneyType,
7148
- tl as requestUpdateMobileTacCode,
7149
- Pl as requestWithdrawTacType,
7150
- xl as requestWithdrawalCodeType,
7151
- El as searchNumberHistoryType,
7152
- fu as setLocaleApi,
7153
- Cl as signInRecordType,
7154
- Il as signInViewInfoType,
7155
- Gu as slotGameListType,
7156
- wc as spinWheelType,
7157
- Ml as submitCryptoAccountType,
7158
- el as submitForgetPasswordType,
7159
- uc as submitForgetUsernameType,
7164
+ Pu as promotionType,
7165
+ ul as readMailType,
7166
+ dc as rebateRefundSettingType,
7167
+ Ll as referralMemberProfileType,
7168
+ Nl as referralProfileType,
7169
+ Fl as registerActionType,
7170
+ sc as registerFormType,
7171
+ el as requestForgetPasswordType,
7172
+ uc as requestForgetUsernameType,
7173
+ dl as requestTacCodeType,
7174
+ Sl as requestTransferMoneyType,
7175
+ nl as requestUpdateMobileTacCode,
7176
+ xl as requestWithdrawTacType,
7177
+ Rl as requestWithdrawalCodeType,
7178
+ Hl as searchNumberHistoryType,
7179
+ gu as setLocaleApi,
7180
+ jl as signInRecordType,
7181
+ Cl as signInViewInfoType,
7182
+ Wu as slotGameListType,
7183
+ Dc as spinWheelType,
7184
+ kl as submitCryptoAccountType,
7185
+ tl as submitForgetPasswordType,
7186
+ lc as submitForgetUsernameType,
7160
7187
  Xt as submitGiftCode,
7161
7188
  Xt as submitGiftCodeType,
7162
- Sl as submitTransferMoneyType,
7163
- Wl as submitTwoFactorAuthenticateType,
7164
- nl as submitUpdateMobileTacCode,
7165
- hl as submitValidateType,
7166
- Ul as submitWithdrawalAlipayType,
7167
- Ol as submitWithdrawalCodeType,
7168
- su as telegramLoginApi,
7189
+ Il as submitTransferMoneyType,
7190
+ Yl as submitTwoFactorAuthenticateType,
7191
+ rl as submitUpdateMobileTacCode,
7192
+ _l as submitValidateType,
7193
+ $l as submitWithdrawalAlipayType,
7194
+ Ml as submitWithdrawalCodeType,
7195
+ ou as telegramLoginApi,
7169
7196
  As as transactionReportType,
7170
- yl as transferProcessType,
7197
+ hl as transferProcessType,
7171
7198
  ri as transferReportType,
7172
- Jl as transferSettingType,
7173
- bl as transferToMainType,
7174
- Kl as transferType,
7175
- ql as unbindUserDeviceType,
7176
- xu as upcomingMatchType,
7177
- mc as updateDeviceTokenType,
7178
- oc as updateFavouriteGameType,
7179
- ol as updateProfilePictureType,
7180
- wu as vipListType,
7181
- Cu as walletType,
7182
- Su as withdrawType,
7183
- Mu as withdrawalGetType
7199
+ Kl as transferSettingType,
7200
+ yl as transferToMainType,
7201
+ ec as transferType,
7202
+ El as unbindUserDeviceType,
7203
+ Ru as upcomingMatchType,
7204
+ fc as updateDeviceTokenType,
7205
+ ic as updateFavouriteGameType,
7206
+ il as updateProfilePictureType,
7207
+ Du as vipListType,
7208
+ ju as walletType,
7209
+ Iu as withdrawType,
7210
+ ku as withdrawalGetType
7184
7211
  };