60p82u21t54k 0.1.86 → 0.1.88

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.
@@ -3268,8 +3268,8 @@ const Xa = (e) => new TextEncoder().encode(e), Za = (e) => {
3268
3268
  return console.error("Failed to decode Base64:", n), "";
3269
3269
  }
3270
3270
  }, ue = (e) => {
3271
- const { timezone: n } = ft(), t = 12 - n;
3272
- return e.setHours(t - (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60), e;
3271
+ const { timezone: n } = ft(), t = n === -4 ? 12 : 0, r = new Date(e), a = (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60;
3272
+ return r.setHours(t - a), r;
3273
3273
  }, Ve = (e) => {
3274
3274
  const n = /* @__PURE__ */ new Date(), t = n.getFullYear(), r = n.getMonth();
3275
3275
  return ue(
@@ -5024,85 +5024,58 @@ 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, s;
5027
+ var n, t, r, a;
5028
5028
  return {
5029
5029
  status: e.status == 1,
5030
5030
  message: "",
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
- } : {
5031
+ data: {
5053
5032
  reward: {
5054
5033
  purchasable: ((n = e.data) == null ? void 0 : n.purchasable) ?? !1,
5055
5034
  collectable: ((t = e.data) == null ? void 0 : t.collectable) ?? !1,
5056
5035
  remainingDay: ((r = e.data) == null ? void 0 : r.remaining) ?? "0"
5057
5036
  },
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 ?? "",
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 ?? "",
5064
5043
  dailyReward: {
5065
- amount: o.daily_reward,
5066
- percentage: (Number(o.daily_reward ?? "") / Number(o.price ?? "") * 100).toFixed(0)
5044
+ amount: s.daily_reward,
5045
+ percentage: (Number(s.daily_reward ?? "") / Number(s.price ?? "") * 100).toFixed(0)
5067
5046
  },
5068
5047
  instantReward: {
5069
- amount: o.instant_reward,
5070
- percentage: (Number(o.instant_reward ?? "") / Number(o.price ?? "") * 100).toFixed(0)
5048
+ amount: s.instant_reward,
5049
+ percentage: (Number(s.instant_reward ?? "") / Number(s.price ?? "") * 100).toFixed(0)
5071
5050
  }
5072
5051
  }))) ?? []
5073
5052
  }
5074
5053
  };
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) => ({
5054
+ }, vi = (e) => ({
5082
5055
  status: e.status == 1,
5083
5056
  message: e.msg ?? ""
5084
- }), Di = (e) => {
5057
+ }), wi = (e) => {
5085
5058
  var n, t;
5086
5059
  return {
5087
5060
  status: e.status == 1,
5088
5061
  errorMessage: e.errormessage ?? "",
5089
5062
  isAutoTransfer: e.optionkey == "auto" || ((n = e.message) == null ? void 0 : n.optionkey) == "auto" || ((t = e.mdAccountSetting) == null ? void 0 : t.optionkey) == "auto"
5090
5063
  };
5091
- }, Pi = (e) => C(e), xi = (e) => ({
5064
+ }, Di = (e) => C(e), Pi = (e) => ({
5092
5065
  status: e.status,
5093
5066
  message: e.msg ?? "",
5094
5067
  turnover: e.data ? e.data.turnover : 0,
5095
5068
  percentage: e.data ? e.data.percentage ?? 0 : 0,
5096
5069
  incentive: e.data ? e.data.incentive : 0,
5097
5070
  claimable: 0
5098
- }), Ri = (e) => {
5071
+ }), xi = (e) => {
5099
5072
  let n = "0";
5100
5073
  return e.data && (n = e.data.incentive), {
5101
5074
  status: e.status,
5102
5075
  message: e.msg ?? "",
5103
5076
  amount: n
5104
5077
  };
5105
- }, Oi = (e) => {
5078
+ }, Ri = (e) => {
5106
5079
  let n = "0";
5107
5080
  return e.data && (n = e.data.incentive), {
5108
5081
  status: e.status,
@@ -5111,10 +5084,10 @@ const wi = (e) => ({
5111
5084
  };
5112
5085
  };
5113
5086
  var re = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(re || {});
5114
- const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5087
+ const Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5115
5088
  __proto__: null,
5116
5089
  MissionStatus: re
5117
- }, Symbol.toStringTag, { value: "Module" })), ki = (e) => {
5090
+ }, Symbol.toStringTag, { value: "Module" })), Mi = (e) => {
5118
5091
  if (e.status === 0)
5119
5092
  return {
5120
5093
  status: e.status,
@@ -5137,7 +5110,7 @@ const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5137
5110
  percentage: $t(t)
5138
5111
  },
5139
5112
  grandPrize: {
5140
- countDownTimestamp: Si(e.data.dateto),
5113
+ countDownTimestamp: ki(e.data.dateto),
5141
5114
  status: e.data.final_claimable ? e.data.final_collected === "1" ? re.collected : re.collectable : re.inProgress,
5142
5115
  prize: e.data.reward
5143
5116
  }
@@ -5164,13 +5137,13 @@ const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5164
5137
  }, $t = (e) => {
5165
5138
  const n = e.reduce((r, a) => r + parseFloat(a.reward), 0), t = e.reduce((r, a) => r + a.progress.total, 0);
5166
5139
  return t > 0 ? (n / t * 100).toFixed(2) : "0";
5167
- }, Si = (e) => {
5140
+ }, ki = (e) => {
5168
5141
  const n = (/* @__PURE__ */ new Date()).getTime(), t = new Date(e).getTime();
5169
5142
  return Math.max(0, t - n);
5170
- }, Ii = (e) => ({
5143
+ }, Si = (e) => ({
5171
5144
  status: e.status,
5172
5145
  message: e.msg ?? ""
5173
- }), Ci = (e) => ({
5146
+ }), Ii = (e) => ({
5174
5147
  status: e.status == 1,
5175
5148
  socialLogin: e.social_login == 1,
5176
5149
  errorMessage: e.erorrmessage ?? "",
@@ -5182,7 +5155,7 @@ const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5182
5155
  maxLength: n.maxlen ?? "0",
5183
5156
  inputHelper: n.inputHelper ?? ""
5184
5157
  }))
5185
- }), ji = (e) => ({
5158
+ }), Ci = (e) => ({
5186
5159
  currentPage: e.mdGameLists.current_page,
5187
5160
  lastPage: e.mdGameLists.last_page,
5188
5161
  data: e.mdGameLists.data && e.mdGameLists.data.length > 0 ? e.mdGameLists.data.map((n) => ({
@@ -5200,12 +5173,12 @@ const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5200
5173
  logoUrl: `/image/platform_logo/${n.img.split("/").pop()}?v=1`,
5201
5174
  rate: "0.00"
5202
5175
  })) ?? [] : []
5203
- }), Ni = (e) => C(e), Li = (e) => C(e);
5176
+ }), ji = (e) => C(e), Ni = (e) => C(e);
5204
5177
  var he = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(he || {});
5205
- const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5178
+ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5206
5179
  __proto__: null,
5207
5180
  AccumulateDepositStatus: he
5208
- }, Symbol.toStringTag, { value: "Module" })), zi = (e) => {
5181
+ }, Symbol.toStringTag, { value: "Module" })), Fi = (e) => {
5209
5182
  if (e.status == 0)
5210
5183
  return {
5211
5184
  status: !1,
@@ -5238,17 +5211,17 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5238
5211
  message: e.msg ?? "",
5239
5212
  data: n
5240
5213
  };
5241
- }, Gi = (e) => ({
5214
+ }, zi = (e) => ({
5242
5215
  status: e.status == 1,
5243
5216
  message: e.msg ?? ""
5244
- }), Wi = (e) => {
5217
+ }), Gi = (e) => {
5245
5218
  var n;
5246
5219
  return {
5247
5220
  status: e.status == 1,
5248
5221
  errorMessage: e.errormessage ?? "",
5249
5222
  username: ((n = e.data) == null ? void 0 : n.username) ?? ""
5250
5223
  };
5251
- }, Yi = (e) => {
5224
+ }, Wi = (e) => {
5252
5225
  var n;
5253
5226
  return {
5254
5227
  status: e.status == 1,
@@ -5280,7 +5253,7 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5280
5253
  };
5281
5254
  })) ?? []
5282
5255
  };
5283
- }, qi = (e) => ({
5256
+ }, Yi = (e) => ({
5284
5257
  status: e.status == 1,
5285
5258
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
5286
5259
  data: {
@@ -5288,10 +5261,10 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5288
5261
  today: e.data.t,
5289
5262
  early: e.data.e
5290
5263
  }
5291
- }), Ei = (e) => (console.log(e), {
5264
+ }), qi = (e) => (console.log(e), {
5292
5265
  status: e.status,
5293
5266
  message: e.message ?? ""
5294
- }), Hi = (e) => ({
5267
+ }), Ei = (e) => ({
5295
5268
  status: e.status == 1,
5296
5269
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
5297
5270
  coinList: e.data.map((n) => ({
@@ -5302,11 +5275,11 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5302
5275
  networkId: t.network_id
5303
5276
  })) ?? []
5304
5277
  })) ?? []
5305
- }), Bi = (e) => ({
5278
+ }), Hi = (e) => ({
5306
5279
  status: e.status == 1,
5307
5280
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
5308
5281
  address: e.data ?? ""
5309
- }), Ui = (e) => {
5282
+ }), Bi = (e) => {
5310
5283
  if (e.status == 0)
5311
5284
  return {
5312
5285
  status: 0,
@@ -5325,13 +5298,13 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5325
5298
  popoutList: t
5326
5299
  }
5327
5300
  };
5328
- }, $i = (e) => {
5301
+ }, Ui = (e) => {
5329
5302
  var n;
5330
5303
  return ((n = e.data) == null ? void 0 : n.map((t) => ({
5331
5304
  name: t.name,
5332
- data: Vi(t)
5305
+ data: $i(t)
5333
5306
  }))) ?? [];
5334
- }, Vi = (e) => {
5307
+ }, $i = (e) => {
5335
5308
  const n = [], t = Object.entries(e).filter(([r]) => r !== "name");
5336
5309
  for (const [, r] of t) {
5337
5310
  const a = r, s = [];
@@ -5348,7 +5321,7 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5348
5321
  n.push({ achievementRate: s });
5349
5322
  }
5350
5323
  return n;
5351
- }, Ai = (e) => {
5324
+ }, Vi = (e) => {
5352
5325
  const n = {
5353
5326
  minAmount: "0",
5354
5327
  minHours: "0",
@@ -5366,7 +5339,7 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5366
5339
  message: e.msg ?? "",
5367
5340
  data: n
5368
5341
  };
5369
- }, Qi = (e) => ({
5342
+ }, Ai = (e) => ({
5370
5343
  status: e.status,
5371
5344
  message: e.msg ?? "",
5372
5345
  data: {
@@ -5375,13 +5348,13 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5375
5348
  monthInterestSum: e.data.monthInterestSum ?? "0",
5376
5349
  maintainStatus: e.data.maintainStatus
5377
5350
  }
5378
- }), Xi = (e) => ({
5351
+ }), Qi = (e) => ({
5379
5352
  status: e.status == 1,
5380
5353
  message: e.msg ?? ""
5381
- }), Zi = (e) => ({
5354
+ }), Xi = (e) => ({
5382
5355
  status: e.status == 1,
5383
5356
  message: e.msg ?? ""
5384
- }), Ji = (e) => ({
5357
+ }), Zi = (e) => ({
5385
5358
  status: e.status == 1,
5386
5359
  message: e.msg ?? "",
5387
5360
  data: {
@@ -5394,7 +5367,7 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5394
5367
  desc: n.txn_type
5395
5368
  }))
5396
5369
  }
5397
- }), Ki = (e) => e.status == 0 ? {
5370
+ }), Ji = (e) => e.status == 0 ? {
5398
5371
  status: !1,
5399
5372
  message: e.msg ?? "",
5400
5373
  data: null
@@ -5412,20 +5385,20 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5412
5385
  prize: n.prize
5413
5386
  }))
5414
5387
  }
5415
- }, eu = (e) => ({
5388
+ }, Ki = (e) => ({
5416
5389
  status: e.status === 1,
5417
5390
  message: e.msg ?? "",
5418
5391
  data: Number(e.data ?? "0")
5419
- }), tu = (e) => ({
5392
+ }), eu = (e) => ({
5420
5393
  status: e.status == 1,
5421
5394
  message: e.msg ?? "",
5422
5395
  data: e.data ?? 0
5423
5396
  });
5424
5397
  var Tt = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e.appAd = "appAd", e.deposit = "deposit", e))(Tt || {});
5425
- const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5398
+ const tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5426
5399
  __proto__: null,
5427
5400
  CmsCategory: Tt
5428
- }, Symbol.toStringTag, { value: "Module" })), ru = async (e) => {
5401
+ }, Symbol.toStringTag, { value: "Module" })), nu = async (e) => {
5429
5402
  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;
5430
5403
  try {
5431
5404
  e.findIndex((m) => m.name === c.vipList) !== -1 && e.push(
@@ -5986,134 +5959,134 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5986
5959
  );
5987
5960
  break;
5988
5961
  case c.applyWeekCard:
5989
- i.result[u] = wi(l);
5962
+ i.result[u] = vi(l);
5990
5963
  break;
5991
5964
  case c.transferSetting:
5992
- i.result[u] = Di(
5965
+ i.result[u] = wi(
5993
5966
  l
5994
5967
  );
5995
5968
  break;
5996
5969
  case c.transfer:
5997
- i.result[u] = Pi(l);
5970
+ i.result[u] = Di(l);
5998
5971
  break;
5999
5972
  case c.getIncentiveData:
6000
- i.result[u] = xi(
5973
+ i.result[u] = Pi(
6001
5974
  l
6002
5975
  );
6003
5976
  break;
6004
5977
  case c.getIncentiveRebate:
6005
- i.result[u] = Ri(
5978
+ i.result[u] = xi(
6006
5979
  l
6007
5980
  );
6008
5981
  break;
6009
5982
  case c.claimIncentiveRebate:
6010
- i.result[u] = Oi(
5983
+ i.result[u] = Ri(
6011
5984
  l
6012
5985
  );
6013
5986
  break;
6014
5987
  case c.getMissionData:
6015
- i.result[u] = ki(l);
5988
+ i.result[u] = Mi(l);
6016
5989
  break;
6017
5990
  case c.getMissionClaim:
6018
- i.result[u] = Ii(
5991
+ i.result[u] = Si(
6019
5992
  l
6020
5993
  );
6021
5994
  break;
6022
5995
  case c.registerForm:
6023
- i.result[u] = Ci(l);
5996
+ i.result[u] = Ii(l);
6024
5997
  break;
6025
5998
  case c.getFavouriteGame:
6026
- i.result[u] = ji(
5999
+ i.result[u] = Ci(
6027
6000
  l
6028
6001
  );
6029
6002
  break;
6030
6003
  case c.updateFavouriteGame:
6031
- i.result[u] = Ni(
6004
+ i.result[u] = ji(
6032
6005
  l
6033
6006
  );
6034
6007
  break;
6035
6008
  case c.requestForgetUsername:
6036
- i.result[u] = Li(
6009
+ i.result[u] = Ni(
6037
6010
  l
6038
6011
  );
6039
6012
  break;
6040
6013
  case c.submitForgetUsername:
6041
- i.result[u] = Wi(
6014
+ i.result[u] = Gi(
6042
6015
  l
6043
6016
  );
6044
6017
  break;
6045
6018
  case c.getAccumulateDepositData:
6046
- i.result[u] = zi(
6019
+ i.result[u] = Fi(
6047
6020
  l
6048
6021
  );
6049
6022
  break;
6050
6023
  case c.getAccumulateDepositClaim:
6051
- i.result[u] = Gi(
6024
+ i.result[u] = zi(
6052
6025
  l
6053
6026
  );
6054
6027
  break;
6055
6028
  case c.rebateRefundSetting:
6056
- i.result[u] = Yi(
6029
+ i.result[u] = Wi(
6057
6030
  l
6058
6031
  );
6059
6032
  break;
6060
6033
  case c.getASCMatchCount:
6061
- i.result[u] = qi(
6034
+ i.result[u] = Yi(
6062
6035
  l
6063
6036
  );
6064
6037
  break;
6065
6038
  case c.updateDeviceToken:
6066
- i.result[u] = Ei(
6039
+ i.result[u] = qi(
6067
6040
  l
6068
6041
  );
6069
6042
  break;
6070
6043
  case c.getCryptoList:
6071
- i.result[u] = Hi(l);
6044
+ i.result[u] = Ei(l);
6072
6045
  break;
6073
6046
  case c.getCryptoAddress:
6074
- i.result[u] = Bi(
6047
+ i.result[u] = Hi(
6075
6048
  l
6076
6049
  );
6077
6050
  break;
6078
6051
  case c.getPopoutItem:
6079
- i.result[u] = Ui(l);
6052
+ i.result[u] = Bi(l);
6080
6053
  break;
6081
6054
  case c.getTurnOverRewardSettingMult:
6082
- i.result[u] = $i(
6055
+ i.result[u] = Ui(
6083
6056
  l
6084
6057
  );
6085
6058
  break;
6086
6059
  case c.interestIndex:
6087
- i.result[u] = Ai(l);
6060
+ i.result[u] = Vi(l);
6088
6061
  break;
6089
6062
  case c.interestWalletInfo:
6090
- i.result[u] = Qi(
6063
+ i.result[u] = Ai(
6091
6064
  l
6092
6065
  );
6093
6066
  break;
6094
6067
  case c.interestTransactionList:
6095
- i.result[u] = Ji(
6068
+ i.result[u] = Zi(
6096
6069
  l
6097
6070
  );
6098
6071
  break;
6099
6072
  case c.interestTransferIn:
6100
- i.result[u] = Xi(
6073
+ i.result[u] = Qi(
6101
6074
  l
6102
6075
  );
6103
6076
  break;
6104
6077
  case c.interestTransferOut:
6105
- i.result[u] = Zi(
6078
+ i.result[u] = Xi(
6106
6079
  l
6107
6080
  );
6108
6081
  break;
6109
6082
  case c.getWheelData:
6110
- i.result[u] = Ki(l);
6083
+ i.result[u] = Ji(l);
6111
6084
  break;
6112
6085
  case c.getWheelTicket:
6113
- i.result[u] = eu(l);
6086
+ i.result[u] = Ki(l);
6114
6087
  break;
6115
6088
  case c.spinWheel:
6116
- i.result[u] = tu(l);
6089
+ i.result[u] = eu(l);
6117
6090
  break;
6118
6091
  }
6119
6092
  }
@@ -6481,10 +6454,10 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6481
6454
  result: {}
6482
6455
  });
6483
6456
  }
6484
- }, au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6457
+ }, ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6485
6458
  __proto__: null,
6486
- post: ru
6487
- }, Symbol.toStringTag, { value: "Module" })), su = async (e) => {
6459
+ post: nu
6460
+ }, Symbol.toStringTag, { value: "Module" })), au = async (e) => {
6488
6461
  let n = {
6489
6462
  status: 200,
6490
6463
  message: ""
@@ -6501,10 +6474,10 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6501
6474
  };
6502
6475
  }
6503
6476
  return n;
6504
- }, ou = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6477
+ }, su = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6505
6478
  __proto__: null,
6506
- call: su
6507
- }, Symbol.toStringTag, { value: "Module" })), iu = async (e, n) => {
6479
+ call: au
6480
+ }, Symbol.toStringTag, { value: "Module" })), ou = async (e, n) => {
6508
6481
  let t = {
6509
6482
  status: 200,
6510
6483
  message: ""
@@ -6524,10 +6497,10 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6524
6497
  };
6525
6498
  }
6526
6499
  return t;
6527
- }, uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6500
+ }, iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6528
6501
  __proto__: null,
6529
- call: iu
6530
- }, Symbol.toStringTag, { value: "Module" })), lu = async () => {
6502
+ call: ou
6503
+ }, Symbol.toStringTag, { value: "Module" })), uu = async () => {
6531
6504
  let e = {
6532
6505
  status: 200,
6533
6506
  message: ""
@@ -6541,9 +6514,9 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6541
6514
  };
6542
6515
  }
6543
6516
  return e;
6544
- }, cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6517
+ }, lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6545
6518
  __proto__: null,
6546
- call: lu
6519
+ call: uu
6547
6520
  }, Symbol.toStringTag, { value: "Module" })), Vt = {
6548
6521
  data: {
6549
6522
  status: !1,
@@ -6554,7 +6527,7 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6554
6527
  accountId: 0
6555
6528
  }
6556
6529
  }
6557
- }, du = async () => {
6530
+ }, cu = async () => {
6558
6531
  let e = {
6559
6532
  status: 200,
6560
6533
  message: "",
@@ -6579,15 +6552,15 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6579
6552
  };
6580
6553
  }
6581
6554
  return e;
6582
- }, mu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6555
+ }, du = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6583
6556
  __proto__: null,
6584
- call: du
6557
+ call: cu
6585
6558
  }, Symbol.toStringTag, { value: "Module" })), At = {
6586
6559
  data: {
6587
6560
  status: !1,
6588
6561
  message: ""
6589
6562
  }
6590
- }, fu = async (e, n) => {
6563
+ }, mu = async (e, n) => {
6591
6564
  let t = {
6592
6565
  status: 200,
6593
6566
  message: "",
@@ -6612,10 +6585,10 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6612
6585
  };
6613
6586
  }
6614
6587
  return t;
6615
- }, gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6588
+ }, fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6616
6589
  __proto__: null,
6617
- call: fu
6618
- }, Symbol.toStringTag, { value: "Module" })), pu = async (e, n, t, r, a) => {
6590
+ call: mu
6591
+ }, Symbol.toStringTag, { value: "Module" })), gu = async (e, n, t, r, a) => {
6619
6592
  let s = {
6620
6593
  status: 200,
6621
6594
  message: "",
@@ -6653,9 +6626,9 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6653
6626
  };
6654
6627
  }
6655
6628
  return s;
6656
- }, bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6629
+ }, pu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6657
6630
  __proto__: null,
6658
- call: pu
6631
+ call: gu
6659
6632
  }, Symbol.toStringTag, { value: "Module" })), Qt = {
6660
6633
  data: {
6661
6634
  status: !1,
@@ -6666,7 +6639,7 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6666
6639
  endTime: ""
6667
6640
  }
6668
6641
  }
6669
- }, yu = async () => {
6642
+ }, bu = async () => {
6670
6643
  var n, t, r;
6671
6644
  let e = {
6672
6645
  status: 200,
@@ -6692,9 +6665,11 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6692
6665
  };
6693
6666
  }
6694
6667
  return e;
6695
- }, hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6668
+ }, yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6696
6669
  __proto__: null,
6697
- call: yu
6670
+ call: bu
6671
+ }, Symbol.toStringTag, { value: "Module" })), hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6672
+ __proto__: null
6698
6673
  }, Symbol.toStringTag, { value: "Module" })), _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6699
6674
  __proto__: null
6700
6675
  }, Symbol.toStringTag, { value: "Module" })), Tu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -6767,23 +6742,23 @@ const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6767
6742
  __proto__: null
6768
6743
  }, Symbol.toStringTag, { value: "Module" })), el = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6769
6744
  __proto__: null
6770
- }, Symbol.toStringTag, { value: "Module" })), tl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6771
- __proto__: null
6772
6745
  }, Symbol.toStringTag, { value: "Module" })), Xt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6773
6746
  __proto__: null
6774
6747
  }, Symbol.toStringTag, { value: "Module" })), Zt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6775
6748
  __proto__: null
6749
+ }, Symbol.toStringTag, { value: "Module" })), tl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6750
+ __proto__: null
6776
6751
  }, Symbol.toStringTag, { value: "Module" })), nl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6777
6752
  __proto__: null
6778
6753
  }, Symbol.toStringTag, { value: "Module" })), rl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6779
6754
  __proto__: null
6780
- }, Symbol.toStringTag, { value: "Module" })), al = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6781
- __proto__: null
6782
6755
  }, Symbol.toStringTag, { value: "Module" }));
6783
6756
  var yn = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(yn || {});
6784
- const sl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6757
+ const al = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6785
6758
  __proto__: null,
6786
6759
  ImageCategory: yn
6760
+ }, Symbol.toStringTag, { value: "Module" })), sl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6761
+ __proto__: null
6787
6762
  }, Symbol.toStringTag, { value: "Module" })), ol = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6788
6763
  __proto__: null
6789
6764
  }, Symbol.toStringTag, { value: "Module" })), il = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -6930,282 +6905,280 @@ const sl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6930
6905
  __proto__: null
6931
6906
  }, Symbol.toStringTag, { value: "Module" })), Pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6932
6907
  __proto__: null
6933
- }, Symbol.toStringTag, { value: "Module" })), xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6934
- __proto__: null
6935
- }, Symbol.toStringTag, { value: "Module" })), Mc = {
6936
- api: au,
6908
+ }, Symbol.toStringTag, { value: "Module" })), Oc = {
6909
+ api: ru,
6937
6910
  config: vn,
6938
- telegramLoginApi: ou,
6939
- loginApi: uu,
6940
- logoutApi: cu,
6941
- autoRegisterApi: mu,
6942
- setLocaleApi: gu,
6943
- loadMatchApi: bu,
6944
- getMaintenanceModeApi: hu,
6911
+ telegramLoginApi: su,
6912
+ loginApi: iu,
6913
+ logoutApi: lu,
6914
+ autoRegisterApi: du,
6915
+ setLocaleApi: fu,
6916
+ loadMatchApi: pu,
6917
+ getMaintenanceModeApi: yu,
6945
6918
  apiType: fs,
6946
- loginType: _u,
6947
- logoutType: Tu,
6948
- announcementType: vu,
6919
+ loginType: hu,
6920
+ logoutType: _u,
6921
+ announcementType: Tu,
6949
6922
  paymentsProviderType: gs,
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,
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,
6961
6934
  getSettingType: pi,
6962
6935
  transactionReportType: As,
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,
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,
6987
6960
  submitGiftCode: Xt,
6988
6961
  playGame: Zt,
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,
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,
7004
6977
  submitGiftCodeType: Xt,
7005
6978
  playGameType: Zt,
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,
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,
7026
6999
  transferReportType: ri,
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
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
7072
7045
  };
7073
7046
  export {
7074
- Mc as Repository,
7075
- Su as addBankCardType,
7076
- zl as agTransferCreditReportType,
7077
- vu as announcementType,
7078
- au as api,
7047
+ Oc as Repository,
7048
+ ku as addBankCardType,
7049
+ Fl as agTransferCreditReportType,
7050
+ Tu as announcementType,
7051
+ ru as api,
7079
7052
  fs as apiType,
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,
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,
7096
7069
  vn as config,
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,
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,
7129
7102
  pi as getSettingType,
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,
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,
7161
7134
  gs as paymentsProviderType,
7162
7135
  Zt as playGame,
7163
7136
  Zt as playGameType,
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,
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,
7187
7160
  Xt as submitGiftCode,
7188
7161
  Xt as submitGiftCodeType,
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,
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,
7196
7169
  As as transactionReportType,
7197
- hl as transferProcessType,
7170
+ yl as transferProcessType,
7198
7171
  ri as transferReportType,
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
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
7211
7184
  };