60p82u21t54k 0.0.112 → 0.0.115

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.
@@ -59,13 +59,13 @@ F.interceptors.response.use(
59
59
  return e.response ? (t.status = e.response.status, t.message = e.response.data.message || e.response.statusText, console.error("Error response:", JSON.stringify(t)), e.response.status === 401 ? console.error("Unauthorized access - redirecting to login.") : e.response.status === 404 ? console.error("Resource not found.") : e.response.status >= 500 && console.error("Server error. Please try again later.")) : e.request ? console.error("No response received:", e.request) : console.error("Error setting up request:", e.message), Promise.reject(t);
60
60
  }
61
61
  );
62
- const ge = (e) => new TextEncoder().encode(e), be = (e) => {
62
+ const fe = (e) => new TextEncoder().encode(e), ye = (e) => {
63
63
  try {
64
64
  return atob(e);
65
65
  } catch (t) {
66
66
  return console.error("Failed to decode Base64:", t), "";
67
67
  }
68
- }, fe = () => {
68
+ }, _e = () => {
69
69
  const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), a = e.getMonth(), l = new Date(t, a, 1, 12, 0, 0), i = new Date(t, a + 1, 1, 12, 0, 0), u = Math.floor(
70
70
  (i.getTime() - e.getTime()) / 1e3
71
71
  ), d = Math.floor(
@@ -75,7 +75,7 @@ const ge = (e) => new TextEncoder().encode(e), be = (e) => {
75
75
  monthRemainingTime: u,
76
76
  monthProgressPercentage: Math.round(p / d * 100)
77
77
  };
78
- }, ye = () => {
78
+ }, ve = () => {
79
79
  const e = /* @__PURE__ */ new Date(), t = e.getDay(), a = t === 1 ? 7 : 8 - t, l = new Date(
80
80
  e.getFullYear(),
81
81
  e.getMonth(),
@@ -89,7 +89,7 @@ const ge = (e) => new TextEncoder().encode(e), be = (e) => {
89
89
  weekRemainingTime: i,
90
90
  weekProgressPercentage: Math.round(i / g * 100)
91
91
  };
92
- }, _e = () => {
92
+ }, he = () => {
93
93
  const e = /* @__PURE__ */ new Date(), t = new Date(
94
94
  e.getFullYear(),
95
95
  e.getMonth(),
@@ -103,14 +103,24 @@ const ge = (e) => new TextEncoder().encode(e), be = (e) => {
103
103
  dayRemainingTime: a,
104
104
  dayProgressPercentage: Math.round(a / d * 100)
105
105
  };
106
- };
106
+ }, Te = () => Intl.DateTimeFormat().resolvedOptions().timeZone, me = (e) => {
107
+ const t = /* @__PURE__ */ new Date(`${e} GMT-0400`);
108
+ return new Intl.DateTimeFormat(void 0, {
109
+ timeZone: Te(),
110
+ dateStyle: "full",
111
+ timeStyle: "long"
112
+ }).format(t);
113
+ }, pe = (e) => {
114
+ const a = e.replace(" at ", " ").replace(/GMT([+-]\d+)/, (b, S) => `${S.padStart(3, "0")}:00`), l = new Date(a.replace(/0([+-]\d{1,2}:\d{2})/, "$1")), i = l.getFullYear(), u = String(l.getMonth() + 1).padStart(2, "0"), d = String(l.getDate()).padStart(2, "0"), p = String(l.getHours()).padStart(2, "0"), y = String(l.getMinutes()).padStart(2, "0"), g = String(l.getSeconds()).padStart(2, "0");
115
+ return `${i}-${u}-${d} ${p}:${y}:${g}`;
116
+ }, Re = () => Date.now(), Se = (e) => new Date(e).getTime(), Pe = (e) => Re() > Se(pe(me(e)));
107
117
  var s = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e.upcomingMatches = "upcomingMatches", e.deposit = "deposit", e.applyVipBonus = "applyVipBonus", e.getBankCardData = "getBankCardData", e.withdrawalGet = "withdrawalGet", e.withdraw = "withdraw", e.addBankCard = "addBankCard", e.transactionReport = "transactionReport", e.changePassword = "changePassword", e.wallet = "wallet", e.getEventList = "getEventlist", e.getEventToken = "getEventToken", e.getExtraGame = "getExtraGame", e.mailBox = "mailBox", e.slotGameList = "slotGameList", e.getTurnOverRewardData = "getTurnOverRewardData", e.getTurnOverRewardReport = "getTurnOverRewardReport", e.getInviteRewardData = "getInviteRewardData", e.getInviteRewardReport = "getInviteRewardReport", e.getTopupRewardData = "getTopupRewardData", e.getTopupRewardReport = "getTopupRewardReport", e.getRewardReferral = "getRewardReferral", e.submitWithdrawValidate = "submitWithdrawValidate", e.getDepositPromotion = "getDepositPromotion", e.getInviteRewardClaim = "getInviteRewardClaim", e.getTopUpRewardClaim = "getTopupRewardClaim", e.getTurnOverRewardClaim = "getTurnOverRewardClaim", e.getInviteRewardSetting = "getInviteRewardSetting", e.getTopUpRewardSetting = "getTopupRewardSetting", e.getTurnOverRewardSetting = "getTurnOverRewardSetting", e.requestForgetPassword = "requestForgetPassword", e.submitForgetPassword = "submitForgetPassword", e.getImage = "getImage", e.getDepositValidate = "getDepositValidate", e.getTransferCreditValidate = "getTransferCreditValidate", e.getWithdrawValidate = "getWithdrawValidate", e.updateProfilePicture = "updateProfilePicture", e.readMail = "readMail", e.checkRedPacketValidate = "checkRedpacketValidate", e.requestTacCode = "requestTacCode", e.getUsernameByRefer = "getUsernameByRefer", e.applyPromo = "applyPromo", e.applyRedPacket = "applyRedpacket", e.applySignIn = "applySignIn", e.getCountry = "getCountry", e.submitGiftCode = "submitGiftCode", e.playGame = "playGame", e.transferToMain = "transferToMain", e.transferProcess = "transferProcess", e.submitDepositValidate = "submitDepositValidate", e.submitTransferCreditValidate = "submitTransferCreditValidate", e.checkTransferCredit = "checkTransferCredit", e.friendList = "friendList", e.friendListEdit = "friendListEdit", e.getActivePP = "getActivePP", e.getActiveProduct = "getActiveProduct", e.requestWithdrawTac = "requestWithdrawTac", e.requestWithdrawalCode = "requestWithdrawalCode", e.commissionWithdraw = "commissionWithdraw", e.submitWithdrawalCode = "submitWithdrawalCode", e.submitCryptoAccount = "submitCryptoAccount", e.requestTransferMoney = "requestTransferMoney", e.submitTransferMoney = "submitTransferMoney", e.getVerifyPromo = "getVerifyPromo", e.requestUpdateMobileTacCode = "requestUpdateMobileTacCode", e.submitUpdateMobileTacCode = "submitUpdateMobileTacCode", e.signInViewInfo = "signInViewInfo", e.signInRecord = "signInRecord", e.referralProfile = "referralProfile", e.referralMemberProfile = "referralMemberProfile", e.registerAction = "registerAction", e.transferReport = "transferReport", e.agTransferCreditReport = "agTransferCreditReport", e.betReport = "betReport", e.getTwoFactorAuthenticate = "getTwoFactorAuthenticate", e.getUserDeviceList = "getUserDeviceList", e.submitTwoFactorAuthenticate = "submitTwoFactorAuthenticate", e.unbindUserDevice = "unbindUserDevice", e.searchNumberHistory = "searchNumberHistory", e.changeWithdrawalCode = "changeWithdrawalCode", e.checkRedPacketToken = "checkRedPacketToken", e.submitWithdrawalAlipay = "submitWithdrawalAlipay", e.applyReliefFund = "applyReliefFund", e.getReliefFundData = "getReliefFundData", e.getReliefFundReport = "getReliefFundReport", e.getWeekCardData = "getWeekCardData", e.applyWeekCard = "applyWeekCard", e.getWeekCardClaim = "getWeekCardClaim", e.transferSetting = "transfersetting", e.transfer = "transfer", e.getIncentiveData = "getIncentiveData", e.getIncentiveRebate = "getIncentiveRebate", e.claimIncentiveRebate = "claimIncentiveRebate", e.getMissionData = "getMissionData", e.getMissionClaim = "getMissionClaim", e.registerForm = "registerForm", e.getFavouriteGame = "getFavouriteGame", e.updateFavouriteGame = "updateFavouriteGame", e.requestForgetUsername = "requestForgetUsername", e.submitForgetUsername = "submitForgetUsername", e.getAccumulateDepositData = "getAccumulateDepositData", e.getAccumulateDepositClaim = "getAccumulateDepositClaim", e))(s || {});
108
- const ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
118
+ const ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
109
119
  __proto__: null,
110
120
  Api: s
111
121
  }, Symbol.toStringTag, { value: "Module" }));
112
122
  var I = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(I || {});
113
- const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
123
+ const Oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
114
124
  __proto__: null,
115
125
  PaymentType: I
116
126
  }, Symbol.toStringTag, { value: "Module" })), Y = {
@@ -127,7 +137,7 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
127
137
  promo: [],
128
138
  bank: [],
129
139
  requiredField: Y
130
- }, Te = (e) => {
140
+ }, Me = (e) => {
131
141
  var t;
132
142
  return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((a) => {
133
143
  const l = [];
@@ -136,11 +146,11 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
136
146
  l.push(ne(a.paymentmethod.manual, e));
137
147
  break;
138
148
  case I.pay:
139
- l.push(Re(a.paymentmethod.onlinebanking, e));
149
+ l.push(De(a.paymentmethod.onlinebanking, e));
140
150
  break;
141
151
  default:
142
152
  if (a.paymentmethod.auto.bank.length > 0 && l.push(
143
- Se(a.bankid ?? 0, a.paymentmethod.auto, e)
153
+ je(a.bankid ?? 0, a.paymentmethod.auto, e)
144
154
  ), a.paymentmethod.manual.bank.length > 0) {
145
155
  let i = !1;
146
156
  for (let u = 0; u < a.paymentmethod.manual.bank.length; u++) {
@@ -153,7 +163,7 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
153
163
  i && l.push(ne(a.paymentmethod.manual, e));
154
164
  }
155
165
  a.paymentmethod.fixamount.bank.length > 0 && l.push(
156
- Pe(a.bankid ?? 0, a.paymentmethod.fixamount)
166
+ xe(a.bankid ?? 0, a.paymentmethod.fixamount)
157
167
  );
158
168
  }
159
169
  return {
@@ -162,7 +172,7 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
162
172
  paymentList: l
163
173
  };
164
174
  })) ?? [];
165
- }, K = (e) => {
175
+ }, Z = (e) => {
166
176
  const t = {
167
177
  id: -1,
168
178
  name: "excludePromo",
@@ -183,16 +193,16 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
183
193
  const d = Math.round(i);
184
194
  let p = 1e3;
185
195
  u < p && (p = Math.round(u));
186
- const _ = p - d;
196
+ const y = p - d;
187
197
  let g = "", b = "";
188
- if (_ > 0) {
189
- let S = Math.round((p - d) * 0.25).toString().split(""), O = [];
190
- for (const T of S)
198
+ if (y > 0) {
199
+ let P = Math.round((p - d) * 0.25).toString().split(""), O = [];
200
+ for (const T of P)
191
201
  T !== "" && O.push(T);
192
202
  for (let T = 0; T < O.length; T++)
193
203
  T === 0 ? g += (parseInt(O[T]) + 1).toString() : g += "0";
194
- S = Math.round((p - d) * 0.5).toString().split(""), O = [];
195
- for (const T of S)
204
+ P = Math.round((p - d) * 0.5).toString().split(""), O = [];
205
+ for (const T of P)
196
206
  T !== "" && O.push(T);
197
207
  for (let T = 0; T < O.length; T++)
198
208
  T === 0 ? b += (parseInt(O[T]) + 1).toString() : b += "0";
@@ -208,9 +218,9 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
208
218
  id: 0,
209
219
  name: "manualMethod",
210
220
  type: I.manual,
211
- promo: K(e.promo),
221
+ promo: Z(e.promo),
212
222
  bank: e.bank.map((i) => {
213
- const u = i.list && i.list.length > 0 ? i.list[0].mintransaction ?? "0.00" : "0.00", d = i.list && i.list.length > 0 ? i.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: p, minAmount: _, maxAmount: g } = A(
223
+ const u = i.list && i.list.length > 0 ? i.list[0].mintransaction ?? "0.00" : "0.00", d = i.list && i.list.length > 0 ? i.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: p, minAmount: y, maxAmount: g } = A(
214
224
  Number(u),
215
225
  Number(d),
216
226
  t.mdBankLevelDetail.deposit_min,
@@ -224,7 +234,7 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
224
234
  accountNo: i.list && i.list.length > 0 ? i.list[0].bankaccountno ?? "" : "",
225
235
  qrcode: i.list && i.list.length > 0 ? i.list[0].bankaccountdesc : "",
226
236
  amountList: p,
227
- min: _,
237
+ min: y,
228
238
  max: g
229
239
  };
230
240
  }),
@@ -236,40 +246,40 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
236
246
  depositor: t.mdManualDepositRequireField.depositor,
237
247
  uploadReceipt: t.mdUploadReceipt
238
248
  }
239
- } : te, Re = (e, t) => t ? {
249
+ } : te, De = (e, t) => t ? {
240
250
  id: 0,
241
251
  name: "onlineBankingMethod",
242
252
  type: I.pay,
243
- promo: K(e.promo),
253
+ promo: Z(e.promo),
244
254
  bank: e.banklist.map((i) => {
245
255
  let u = "0.00", d = "0.00";
246
256
  const p = i.bankindex ?? 0;
247
- for (let S = 0; S < t.mdGatewayMinMax.length; S++)
248
- t.mdGatewayMinMax[S].bankindex == p.toString() && (u = t.mdGatewayMinMax[S].min, d = t.mdGatewayMinMax[S].max);
249
- const { amountList: _, minAmount: g, maxAmount: b } = A(
257
+ for (let P = 0; P < t.mdGatewayMinMax.length; P++)
258
+ t.mdGatewayMinMax[P].bankindex == p.toString() && (u = t.mdGatewayMinMax[P].min, d = t.mdGatewayMinMax[P].max);
259
+ const { amountList: y, minAmount: g, maxAmount: b } = A(
250
260
  Number(u),
251
261
  Number(d),
252
262
  t.mdBankLevelDetail.onlinepayment_min,
253
263
  t.mdBankLevelDetail.onlinepayment_max
254
- ), P = {
264
+ ), S = {
255
265
  id: 0,
256
266
  name: "autoChannel",
257
- amountList: _,
267
+ amountList: y,
258
268
  min: g,
259
269
  max: b
260
- }, h = i.pg.map((S) => {
261
- const O = S.mintransaction ?? "0.00", L = S.maxtransaction ?? "0.00", { amountList: G, minAmount: T, maxAmount: D } = A(
270
+ }, h = i.pg.map((P) => {
271
+ const O = P.mintransaction ?? "0.00", L = P.maxtransaction ?? "0.00", { amountList: G, minAmount: T, maxAmount: j } = A(
262
272
  Number(O),
263
273
  Number(L),
264
274
  t.mdBankLevelDetail.onlinepayment_min,
265
275
  t.mdBankLevelDetail.onlinepayment_max
266
276
  );
267
277
  return {
268
- id: S.pgindex,
269
- name: S.bankaccountname,
278
+ id: P.pgindex,
279
+ name: P.bankaccountname,
270
280
  amountList: G,
271
281
  min: T,
272
- max: D
282
+ max: j
273
283
  };
274
284
  });
275
285
  return {
@@ -278,18 +288,18 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
278
288
  amountList: [],
279
289
  min: 0,
280
290
  max: 0,
281
- gateway: [P, ...h]
291
+ gateway: [S, ...h]
282
292
  };
283
293
  }),
284
294
  requiredField: Y
285
- } : te, Se = (e, t, a) => {
295
+ } : te, je = (e, t, a) => {
286
296
  if (!a) return te;
287
297
  const l = I.auto;
288
298
  let i = [];
289
299
  const u = a.mdGatewayMinMax ?? [];
290
300
  if (t.bank.length > 0 && a.mdPGSelection === "1")
291
301
  i = t.bank.map((p) => {
292
- const { amountList: _, minAmount: g, maxAmount: b } = A(
302
+ const { amountList: y, minAmount: g, maxAmount: b } = A(
293
303
  p.mintransaction ?? 0,
294
304
  p.maxtransaction ?? 0,
295
305
  a.mdBankLevelDetail.onlinepayment_min,
@@ -298,18 +308,18 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
298
308
  return {
299
309
  id: p.pgindex ?? 0,
300
310
  name: p.bankaccountname || "",
301
- amountList: _,
311
+ amountList: y,
302
312
  min: g,
303
313
  max: b
304
314
  };
305
315
  });
306
316
  else {
307
- let p = "0.00", _ = "0.00";
317
+ let p = "0.00", y = "0.00";
308
318
  for (let m = 0; m < u.length; m++)
309
- u[m].bankindex === e.toString() && (p = u[m].min, _ = u[m].max);
310
- const { amountList: g, minAmount: b, maxAmount: P } = A(
319
+ u[m].bankindex === e.toString() && (p = u[m].min, y = u[m].max);
320
+ const { amountList: g, minAmount: b, maxAmount: S } = A(
311
321
  Number(p),
312
- Number(_),
322
+ Number(y),
313
323
  a.mdBankLevelDetail.onlinepayment_min,
314
324
  a.mdBankLevelDetail.onlinepayment_max
315
325
  ), h = {
@@ -317,7 +327,7 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
317
327
  name: "autoChannel",
318
328
  amountList: g,
319
329
  min: b,
320
- max: P
330
+ max: S
321
331
  };
322
332
  i.push(h);
323
333
  }
@@ -325,19 +335,19 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
325
335
  id: e,
326
336
  name: "autoMethod",
327
337
  type: l,
328
- promo: K(t.promo),
338
+ promo: Z(t.promo),
329
339
  bank: i,
330
340
  requiredField: Y
331
341
  };
332
- }, Pe = (e, t) => {
342
+ }, xe = (e, t) => {
333
343
  const a = I.fix;
334
344
  return {
335
345
  id: e,
336
346
  name: "fixAmountMethod",
337
347
  type: a,
338
- promo: K(t.promo),
348
+ promo: Z(t.promo),
339
349
  bank: t.bank.map((i) => {
340
- const u = i.amtlist.map(Number).sort((p, _) => p - _);
350
+ const u = i.amtlist.map(Number).sort((p, y) => p - y);
341
351
  return {
342
352
  id: i.pgindex,
343
353
  name: i.name,
@@ -348,29 +358,29 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
348
358
  }),
349
359
  requiredField: Y
350
360
  };
351
- }, ke = (e) => (e == null ? void 0 : e.map((t) => ({
361
+ }, Ce = (e) => (e == null ? void 0 : e.map((t) => ({
352
362
  alert: t.announcement_alert === "1",
353
363
  content: t.announcement_simplified ?? "",
354
364
  lastUpdatedTime: t.announcement_lastupdated
355
- }))) ?? [], Oe = (e) => ({
365
+ }))) ?? [], Ie = (e) => ({
356
366
  username: e.username,
357
367
  birthday: e.mdUserDetail.dob ?? "",
358
368
  email: e.mdUserDetail.email ?? "",
359
369
  fullName: e.mdUserDetail.firstname ?? "",
360
370
  phoneNumber: e.mdUserDetail.mobileno ?? "",
361
371
  profilePicUrl: e.mdUserDetail.profile_pic
362
- }), Me = (e) => {
363
- var t, a, l, i, u, d, p, _, g;
372
+ }), Fe = (e) => {
373
+ var t, a, l, i, u, d, p, y, g;
364
374
  return {
365
375
  platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((b) => {
366
- var P, h;
376
+ var S, h;
367
377
  return {
368
378
  code: b.code.toLowerCase(),
369
379
  id: b.id,
370
380
  name: b.name,
371
381
  iconUrl: `${e.mdDomains[3]}side_menu/${b.code.toLowerCase()}/${b.code.toLowerCase()}.png?v=1`,
372
382
  nextPage: b.nextPage === 1,
373
- list: (b.mdPlatformProducts !== null && ((P = b.mdPlatformProducts) == null ? void 0 : P.length)) ?? !1 ? ((h = b.mdPlatformProducts) == null ? void 0 : h.map((m) => ({
383
+ list: (b.mdPlatformProducts !== null && ((S = b.mdPlatformProducts) == null ? void 0 : S.length)) ?? !1 ? ((h = b.mdPlatformProducts) == null ? void 0 : h.map((m) => ({
374
384
  gameId: Number(m.id_GameMaster),
375
385
  platformId: Number(m.id),
376
386
  name: m.shortName,
@@ -386,7 +396,7 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
386
396
  }))) ?? [] : []
387
397
  };
388
398
  })) ?? [],
389
- hotGameList: je(e.mdGameLists.data) ? {
399
+ hotGameList: Le(e.mdGameLists.data) ? {
390
400
  currentPage: ((a = e.mdGameLists) == null ? void 0 : a.current_page) ?? 1,
391
401
  lastPage: ((l = e.mdGameLists) == null ? void 0 : l.last_page) ?? 1,
392
402
  data: ((u = (i = e.mdGameLists) == null ? void 0 : i.data) == null ? void 0 : u.map((b) => ({
@@ -399,15 +409,15 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
399
409
  trial: !1,
400
410
  new: !1
401
411
  },
402
- imageUrl: b.img.includes("platform_logo") ? `/image/platform_logo/${b.img.split("/").pop()}?v=1` : `${e.mdDomains[b.mdDomains_id]}${b.img}?ts=${b.filemtime}`,
412
+ imageUrl: `${e.mdDomains[b.mdDomains_id]}${b.img}?ts=${b.filemtime}`,
403
413
  logoUrl: `/image/platform_logo/${b.img.split("/").pop()}?v=1`,
404
414
  rate: "0.00"
405
415
  }))) ?? []
406
416
  } : {},
407
- platformGameList: De(e.mdGameLists.data) ? {
417
+ platformGameList: Ge(e.mdGameLists.data) ? {
408
418
  currentPage: ((d = e.mdGameLists) == null ? void 0 : d.current_page) ?? 1,
409
419
  lastPage: ((p = e.mdGameLists) == null ? void 0 : p.last_page) ?? 1,
410
- data: ((g = (_ = e.mdGameLists) == null ? void 0 : _.data) == null ? void 0 : g.map((b) => ({
420
+ data: ((g = (y = e.mdGameLists) == null ? void 0 : y.data) == null ? void 0 : g.map((b) => ({
411
421
  gameId: Number(b.id),
412
422
  platformId: Number(b.id_PlatformProduct),
413
423
  name: b.name,
@@ -425,19 +435,19 @@ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
425
435
  trialGameList: []
426
436
  };
427
437
  };
428
- function je(e) {
438
+ function Le(e) {
429
439
  return Array.isArray(e) && e.every(
430
440
  (t) => typeof t.appFlag == "number" && typeof t.code_PlatformProduct == "string" && typeof t.filemtime == "number" && typeof t.flag == "number" && typeof t.id == "number" && typeof t.id_PlatformProduct == "number" && typeof t.img == "string" && typeof t.mdDomains_id == "number" && typeof t.name == "string" && typeof t.shortName_PlatformProduct == "string"
431
441
  );
432
442
  }
433
- function De(e) {
443
+ function Ge(e) {
434
444
  return Array.isArray(e) && e.every(
435
445
  (t) => typeof t.id == "number" && typeof t.name == "string" && typeof t.img == "string" && typeof t.id_PlatformProduct == "number" && typeof t.appFlag == "number" && typeof t.filemtime == "number" && typeof t.mdDomains_id == "number"
436
446
  );
437
447
  }
438
- const xe = (e) => ({
448
+ const ze = (e) => ({
439
449
  list: e.mdGrade.map((t) => {
440
- var a, l, i, u, d, p, _, g, b, P, h, m, S, O, L, G, T, D, B, q, E, W, Q, V, X, H, J, n, c, v, r, o;
450
+ var a, l, i, u, d, p, y, g, b, S, h, m, P, O, L, G, T, j, B, q, E, W, K, $, Q, H, J, n, c, v, r, o;
441
451
  return {
442
452
  id: t.gradeindex,
443
453
  is_current_level: !1,
@@ -453,35 +463,35 @@ const xe = (e) => ({
453
463
  current: "0.00",
454
464
  total: parseFloat(t.min_deposit).toFixed(2)
455
465
  },
456
- promo_list: t.promocash.filter((y) => y.isshow == 1 && y.status == "1").map((y) => ({
457
- name: y.promosimplified,
458
- min_deposit: parseFloat(y.min_deposit).toFixed(2),
459
- promo_bonus: y.percentage,
460
- promo_limit: parseFloat(y.max_promo_amt).toFixed(2),
461
- turnover_multiplier: y.multiply,
462
- type: y.promo_type
466
+ promo_list: t.promocash.filter((_) => _.isshow == 1 && _.status == "1").map((_) => ({
467
+ name: _.promosimplified,
468
+ min_deposit: parseFloat(_.min_deposit).toFixed(2),
469
+ promo_bonus: _.percentage,
470
+ promo_limit: parseFloat(_.max_promo_amt).toFixed(2),
471
+ turnover_multiplier: _.multiply,
472
+ type: _.promo_type
463
473
  })),
464
474
  benefit_list: {
465
475
  daily: {
466
476
  bonus: parseFloat(((l = (a = t.benefit) == null ? void 0 : a.daily) == null ? void 0 : l.bonus) ?? "0.00").toFixed(2),
467
477
  bonus_name: ((u = (i = t.benefit) == null ? void 0 : i.daily) == null ? void 0 : u.bonus_name) ?? "",
468
478
  turnover: parseFloat(((p = (d = t.benefit) == null ? void 0 : d.daily) == null ? void 0 : p.turnover) ?? "0.00").toFixed(2),
469
- turnover_name: ((g = (_ = t.benefit) == null ? void 0 : _.daily) == null ? void 0 : g.turnover_name) ?? ""
479
+ turnover_name: ((g = (y = t.benefit) == null ? void 0 : y.daily) == null ? void 0 : g.turnover_name) ?? ""
470
480
  },
471
481
  monthly: {
472
- bonus: parseFloat(((P = (b = t.benefit) == null ? void 0 : b.monthly) == null ? void 0 : P.bonus) ?? "0.00").toFixed(2),
482
+ bonus: parseFloat(((S = (b = t.benefit) == null ? void 0 : b.monthly) == null ? void 0 : S.bonus) ?? "0.00").toFixed(2),
473
483
  bonus_name: ((m = (h = t.benefit) == null ? void 0 : h.monthly) == null ? void 0 : m.bonus_name) ?? "",
474
- turnover: parseFloat(((O = (S = t.benefit) == null ? void 0 : S.monthly) == null ? void 0 : O.turnover) ?? "0.00").toFixed(2),
484
+ turnover: parseFloat(((O = (P = t.benefit) == null ? void 0 : P.monthly) == null ? void 0 : O.turnover) ?? "0.00").toFixed(2),
475
485
  turnover_name: ((G = (L = t.benefit) == null ? void 0 : L.monthly) == null ? void 0 : G.turnover_name) ?? ""
476
486
  },
477
487
  weekly: {
478
- bonus: parseFloat(((D = (T = t.benefit) == null ? void 0 : T.weekly) == null ? void 0 : D.bonus) ?? "0.00").toFixed(2),
488
+ bonus: parseFloat(((j = (T = t.benefit) == null ? void 0 : T.weekly) == null ? void 0 : j.bonus) ?? "0.00").toFixed(2),
479
489
  bonus_name: ((q = (B = t.benefit) == null ? void 0 : B.weekly) == null ? void 0 : q.bonus_name) ?? "",
480
490
  turnover: parseFloat(((W = (E = t.benefit) == null ? void 0 : E.weekly) == null ? void 0 : W.turnover) ?? "0.00").toFixed(2),
481
- turnover_name: ((V = (Q = t.benefit) == null ? void 0 : Q.weekly) == null ? void 0 : V.turnover_name) ?? ""
491
+ turnover_name: (($ = (K = t.benefit) == null ? void 0 : K.weekly) == null ? void 0 : $.turnover_name) ?? ""
482
492
  },
483
493
  upgrade: {
484
- bonus: parseFloat(((H = (X = t.benefit) == null ? void 0 : X.upgrade) == null ? void 0 : H.bonus) ?? "0.00").toFixed(2),
494
+ bonus: parseFloat(((H = (Q = t.benefit) == null ? void 0 : Q.upgrade) == null ? void 0 : H.bonus) ?? "0.00").toFixed(2),
485
495
  bonus_name: ((n = (J = t.benefit) == null ? void 0 : J.upgrade) == null ? void 0 : n.bonus_name) ?? "",
486
496
  turnover: parseFloat(((v = (c = t.benefit) == null ? void 0 : c.upgrade) == null ? void 0 : v.turnover) ?? "0.00").toFixed(2),
487
497
  turnover_name: ((o = (r = t.benefit) == null ? void 0 : r.upgrade) == null ? void 0 : o.turnover_name) ?? ""
@@ -519,7 +529,7 @@ const xe = (e) => ({
519
529
  }
520
530
  }
521
531
  }
522
- }), Ce = (e) => ({
532
+ }), Ne = (e) => ({
523
533
  category: e.category.sort((t, a) => t.sequence - a.sequence).map((t) => ({
524
534
  id: t.catid,
525
535
  name: t.name
@@ -534,7 +544,7 @@ const xe = (e) => ({
534
544
  name: t.title
535
545
  };
536
546
  })
537
- }), Ie = (e) => ({
547
+ }), we = (e) => ({
538
548
  month: {
539
549
  isClaimable: e.month === 1
540
550
  },
@@ -544,16 +554,16 @@ const xe = (e) => ({
544
554
  day: {
545
555
  isClaimable: e.day === 1
546
556
  }
547
- }), Fe = (e) => e.mdVipSetting.filter((a) => a.status == 1).map((a) => ({
557
+ }), Be = (e) => e.mdVipSetting.filter((a) => a.status == 1).map((a) => ({
548
558
  fieldName: a.fieldname,
549
559
  showName: a.showname
550
- })), Le = (e) => ({
560
+ })), Ue = (e) => ({
551
561
  current_deposit: e.deposit,
552
562
  current_turnover: e.turnOver,
553
563
  current_grade_id: e.mdCurrentGrade ? e.mdCurrentGrade.gradeindex : 0,
554
564
  next_grade_id: e.mdNextGrade.gradeindex,
555
565
  percentage: Number(e.percentage) * 100
556
- }), Ge = (e) => {
566
+ }), qe = (e) => {
557
567
  var l, i;
558
568
  let t = 4;
559
569
  e.vipcalculation && (t = Number(e.vipcalculation));
@@ -587,7 +597,7 @@ const xe = (e) => ({
587
597
  loginCaptcha: e.logincaptcha ? e.logincaptcha === "1" : !1,
588
598
  registerCaptcha: e.registercaptcha ? e.registercaptcha === "1" : !1
589
599
  };
590
- }, ze = (e) => {
600
+ }, We = (e) => {
591
601
  var t, a, l, i;
592
602
  return {
593
603
  banner: ((t = e.mobileBanner) == null ? void 0 : t.map((u) => `${u.imagepath}?ts=${u.filemtime}`)) ?? [],
@@ -603,49 +613,49 @@ const xe = (e) => ({
603
613
  link: u.link
604
614
  }))) ?? []
605
615
  };
606
- }, Ne = (e) => {
616
+ }, $e = (e) => {
607
617
  var t;
608
618
  return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
609
619
  code: a.area_code,
610
620
  regex: a.regex,
611
621
  value: a.value
612
622
  }))) ?? [];
613
- }, we = (e) => e, Be = (e) => {
623
+ }, Ve = (e) => e, Ee = (e) => {
614
624
  let t = null;
615
625
  return e ? e.status != 1 ? t = 0 : t = e.mainwallet : t = 0, {
616
626
  amount: t
617
627
  };
618
- }, Ue = (e) => {
628
+ }, Ae = (e) => {
619
629
  var t;
620
630
  return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
621
631
  name: a.title,
622
632
  code: a.code,
623
633
  iconUrl: a.flag_icon
624
634
  }))) ?? [];
625
- }, qe = (e) => (console.log(e), {
635
+ }, He = (e) => (console.log(e), {
626
636
  name: ""
627
- }), We = (e) => {
637
+ }), Je = (e) => {
628
638
  var t;
629
639
  return ((t = e.data) == null ? void 0 : t.filter((a) => a.company_status == 1).map((a) => ({
630
640
  id: a.company_id,
631
641
  name: a.company_name,
632
642
  date: []
633
643
  }))) ?? [];
634
- }, Ve = (e) => {
644
+ }, Ye = (e) => {
635
645
  var t;
636
646
  return ((t = e.data) == null ? void 0 : t.map((a) => {
637
647
  var l;
638
648
  return {
639
649
  id: a.key,
640
- date: ((l = a.draw_date) == null ? void 0 : l.map((i) => $e(i.draw_tmactive))) ?? []
650
+ date: ((l = a.draw_date) == null ? void 0 : l.map((i) => Ze(i.draw_tmactive))) ?? []
641
651
  };
642
652
  })) ?? [];
643
653
  };
644
- function $e(e) {
654
+ function Ze(e) {
645
655
  const t = new Date(e * 1e3), a = t.getFullYear(), l = ("0" + (t.getMonth() + 1)).slice(-2), i = ("0" + t.getDate()).slice(-2);
646
656
  return `${a}-${l}-${i}`;
647
657
  }
648
- const Ee = (e) => {
658
+ const Ke = (e) => {
649
659
  var t;
650
660
  return ((t = e.data) == null ? void 0 : t.map((a) => {
651
661
  var l;
@@ -658,7 +668,7 @@ const Ee = (e) => {
658
668
  }))) ?? []
659
669
  };
660
670
  })) ?? [];
661
- }, Ae = (e) => e.data.map((t) => ({
671
+ }, Qe = (e) => e.data.map((t) => ({
662
672
  companyId: t.company_id,
663
673
  companyName: t.company_name,
664
674
  resultByDateList: t.draws.map((a) => {
@@ -670,11 +680,11 @@ const Ee = (e) => {
670
680
  (m) => m.combination_dimension === 4 && m.combination_position === 3
671
681
  ).map((m) => m.combination_combination), p = a.results.filter(
672
682
  (m) => m.combination_dimension === 4 && m.combination_position === 4
673
- ).map((m) => m.combination_combination), _ = a.results.filter(
683
+ ).map((m) => m.combination_combination), y = a.results.filter(
674
684
  (m) => m.combination_dimension === 4 && m.combination_position === 5
675
685
  ).map((m) => m.combination_combination), g = a.results.filter(
676
686
  (m) => m.combination_dimension === 5 && m.combination_position === 1
677
- ).map((m) => m.combination_combination), b = a.results.filter((m) => m.combination_dimension == 5).map((m) => m.combination_combination), P = a.results.filter(
687
+ ).map((m) => m.combination_combination), b = a.results.filter((m) => m.combination_dimension == 5).map((m) => m.combination_combination), S = a.results.filter(
678
688
  (m) => m.combination_dimension === 6 && m.combination_position === 1
679
689
  ).map((m) => m.combination_combination), h = a.results.filter((m) => m.combination_dimension === 6).map((m) => m.combination_combination);
680
690
  return {
@@ -685,21 +695,21 @@ const Ee = (e) => {
685
695
  prize_2: u,
686
696
  prize_3: d,
687
697
  prize_4: p,
688
- prize_5: _
698
+ prize_5: y
689
699
  },
690
700
  dimension_5: {
691
701
  prize_1: g,
692
702
  all: b
693
703
  },
694
704
  dimension_6: {
695
- prize_1: P,
705
+ prize_1: S,
696
706
  all: h
697
707
  }
698
708
  };
699
709
  })
700
- })), He = (e) => e.data ? e.data.map((t) => ({
710
+ })), Xe = (e) => e.data ? e.data.filter((t) => !Pe(t.matchDate)).map((t) => ({
701
711
  id: t.id,
702
- date: t.matchDate,
712
+ date: pe(me(t.matchDate)),
703
713
  stage: t.Stage,
704
714
  sportId: t.SportID,
705
715
  matchId: t.MatchID,
@@ -717,29 +727,29 @@ const Ee = (e) => {
717
727
  name: t.home,
718
728
  logo_url: t.homeLogo
719
729
  }
720
- })) ?? [] : [], Je = (e) => ({
730
+ })) ?? [] : [], et = (e) => ({
721
731
  status: e.status == 1,
722
732
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
723
733
  paymentUrl: e.urlpayment ?? ""
724
- }), Ye = (e) => ({
734
+ }), tt = (e) => ({
725
735
  status: e.status == 1,
726
736
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
727
737
  flag: e.flag
728
738
  }), R = (e) => ({
729
739
  status: e.status == 1,
730
740
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
731
- }), Ke = (e) => R(e), Qe = (e) => {
741
+ }), at = (e) => R(e), nt = (e) => {
732
742
  var t, a, l, i, u;
733
743
  return {
734
744
  bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
735
- var p, _;
745
+ var p, y;
736
746
  return {
737
747
  bankIndex: d.bankindex,
738
748
  bankProvince: {
739
749
  id: d.bankprovince,
740
- desc: ((_ = (p = e.province) == null ? void 0 : p.find(
750
+ desc: ((y = (p = e.province) == null ? void 0 : p.find(
741
751
  (g) => g.provinceindex == d.bankprovince
742
- )) == null ? void 0 : _.label) ?? ""
752
+ )) == null ? void 0 : y.label) ?? ""
743
753
  },
744
754
  bankName: d.banknamesimplified,
745
755
  bankAccountNo: d.bankaccountno,
@@ -786,14 +796,14 @@ const Ee = (e) => {
786
796
  },
787
797
  bankCardLimit: e.bankcardlimit
788
798
  };
789
- }, Xe = (e) => ({
799
+ }, ot = (e) => ({
790
800
  withdrawMin: Number(e.withdrawMin),
791
801
  withdrawMax: Number(e.withdrawMax),
792
802
  dailyWithdrawLimit: Number(e.dailyWithdrawLimit),
793
803
  withdrawFee: e.withdrawFee,
794
804
  withdrawMaxFee: Number(e.withdrawMaxFee),
795
805
  withdrawCount: e.withdrawCount
796
- }), Ze = (e) => R(e), et = (e) => {
806
+ }), rt = (e) => R(e), st = (e) => {
797
807
  var t, a, l, i, u, d;
798
808
  return {
799
809
  statusMode: ((t = e.subStatusModes) == null ? void 0 : t.map((p) => ({
@@ -808,18 +818,18 @@ const Ee = (e) => {
808
818
  currentPage: ((l = e.mdCashLedgers) == null ? void 0 : l.current_page) ?? 0,
809
819
  lastPage: ((i = e.mdCashLedgers) == null ? void 0 : i.last_page) ?? 0,
810
820
  data: ((d = (u = e.mdCashLedgers) == null ? void 0 : u.data) == null ? void 0 : d.map((p) => {
811
- var _, g;
821
+ var y, g;
812
822
  return {
813
823
  transactionIndex: p.ledgerindex,
814
824
  transactionInfo: {
815
825
  id: p.fundindex,
816
- desc: tt(p.fundindex, p.transactionindex),
826
+ desc: it(p.fundindex, p.transactionindex),
817
827
  ext: p.fundindex === 3 ? `(${p.promo_cash})` : ""
818
828
  },
819
829
  statusInfo: {
820
830
  id: p.status,
821
831
  value: p.status == 1,
822
- desc: ((g = (_ = e.subStatusModes) == null ? void 0 : _.find((b) => b.key === p.status)) == null ? void 0 : g.value) ?? ""
832
+ desc: ((g = (y = e.subStatusModes) == null ? void 0 : y.find((b) => b.key === p.status)) == null ? void 0 : g.value) ?? ""
823
833
  },
824
834
  amount: Number(p.amount).toFixed(2),
825
835
  dateTime: p.ledgerdatetime,
@@ -829,7 +839,7 @@ const Ee = (e) => {
829
839
  })) ?? []
830
840
  }
831
841
  };
832
- }, tt = (e, t) => {
842
+ }, it = (e, t) => {
833
843
  switch (e) {
834
844
  case 1:
835
845
  if (t === 1)
@@ -859,9 +869,9 @@ const Ee = (e) => {
859
869
  return "shareHolderDividend";
860
870
  }
861
871
  return "";
862
- }, at = (e) => ({
872
+ }, lt = (e) => ({
863
873
  status: e.status == 1
864
- }), nt = (e) => (e == null ? void 0 : e.map((t) => {
874
+ }), ut = (e) => (e == null ? void 0 : e.map((t) => {
865
875
  var a;
866
876
  return {
867
877
  activeCom: ((a = t.active_com) == null ? void 0 : a.map((l) => ({
@@ -874,7 +884,7 @@ const Ee = (e) => {
874
884
  com: t.com ?? "",
875
885
  maintenance: t.maintenance ?? !1
876
886
  };
877
- })) ?? [], ot = (e) => ({
887
+ })) ?? [], dt = (e) => ({
878
888
  status: e.status == 1,
879
889
  message: e.message ?? "",
880
890
  data: e.data.map((t) => ({
@@ -884,7 +894,7 @@ const Ee = (e) => {
884
894
  imageUrl: t.image_url,
885
895
  getToken: t.getToken === 1
886
896
  }))
887
- }), rt = (e) => {
897
+ }), ct = (e) => {
888
898
  var t;
889
899
  return {
890
900
  status: e.status == 1,
@@ -894,19 +904,19 @@ const Ee = (e) => {
894
904
  tokenAmount: a.token_amount
895
905
  }))) ?? []
896
906
  };
897
- }, st = (e) => ({
907
+ }, mt = (e) => ({
898
908
  status: e.status == 1,
899
909
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
900
910
  loginId: e.loginId ?? "",
901
911
  password: e.password ?? "",
902
912
  downloadUrl: e.download_link ?? ""
903
- }), it = (e) => (e == null ? void 0 : e.map((t) => ({
913
+ }), pt = (e) => (e == null ? void 0 : e.map((t) => ({
904
914
  messageId: t.msgindex,
905
915
  unread: t.status == "0",
906
916
  date: t.cdate,
907
917
  title: t.account_message_content.subject,
908
918
  content: t.account_message_content.content
909
- }))) ?? [], lt = (e) => {
919
+ }))) ?? [], gt = (e) => {
910
920
  var t, a;
911
921
  return {
912
922
  currentPage: 1,
@@ -926,7 +936,7 @@ const Ee = (e) => {
926
936
  rate: "0.00"
927
937
  }))) ?? []
928
938
  };
929
- }, ut = (e) => e.mdGameLists.map((t) => ({
939
+ }, bt = (e) => e.mdGameLists.map((t) => ({
930
940
  id: t.id,
931
941
  name: t.name,
932
942
  list: t.gameList.map((a) => {
@@ -937,7 +947,7 @@ const Ee = (e) => {
937
947
  imageUrl: u
938
948
  };
939
949
  })
940
- })), dt = (e) => e.status == 0 ? {
950
+ })), ft = (e) => e.status == 0 ? {
941
951
  claimedReward: "0",
942
952
  currentDirectDownline: "0",
943
953
  currentOtherDownline: "0",
@@ -951,7 +961,7 @@ const Ee = (e) => {
951
961
  currentReward: e.data.current_reward.toString(),
952
962
  totalReward: e.data.total_reward,
953
963
  unclaimReward: e.data.unclaim_reward.toString()
954
- }, ct = (e) => {
964
+ }, yt = (e) => {
955
965
  const t = /* @__PURE__ */ new Set(), a = e.data.map((u) => (t.add(u.downline), {
956
966
  id: u.logindex,
957
967
  name: u.firstname,
@@ -963,7 +973,7 @@ const Ee = (e) => {
963
973
  totalCount: i,
964
974
  list: a
965
975
  };
966
- }, mt = (e) => e.status == 0 ? {
976
+ }, _t = (e) => e.status == 0 ? {
967
977
  claimedReward: "0",
968
978
  currentInvite: "0",
969
979
  currentReward: "0",
@@ -977,7 +987,7 @@ const Ee = (e) => {
977
987
  totalInvite: e.data.total_invite,
978
988
  totalReward: e.data.total_reward,
979
989
  unclaimReward: e.data.unclaim_reward.toString()
980
- }, pt = (e) => {
990
+ }, vt = (e) => {
981
991
  const t = /* @__PURE__ */ new Set(), a = e.data.map((u) => (t.add(u.accountid), {
982
992
  id: u.id,
983
993
  name: u.firstname,
@@ -991,7 +1001,7 @@ const Ee = (e) => {
991
1001
  totalCount: i,
992
1002
  list: a
993
1003
  };
994
- }, gt = (e) => e.status == 0 ? {
1004
+ }, ht = (e) => e.status == 0 ? {
995
1005
  claimedReward: "0",
996
1006
  currentDirectDownline: "0",
997
1007
  currentOtherDownline: "0",
@@ -1005,7 +1015,7 @@ const Ee = (e) => {
1005
1015
  currentReward: e.data.current_reward.toString(),
1006
1016
  totalReward: e.data.total_reward,
1007
1017
  unclaimReward: e.data.unclaim_reward.toString()
1008
- }, bt = (e) => {
1018
+ }, Tt = (e) => {
1009
1019
  const t = /* @__PURE__ */ new Set(), a = e.data.map((u) => (t.add(u.accountid), {
1010
1020
  id: u.logindex,
1011
1021
  name: u.firstname,
@@ -1017,7 +1027,7 @@ const Ee = (e) => {
1017
1027
  totalCount: i,
1018
1028
  list: a
1019
1029
  };
1020
- }, ft = (e) => e.status == 0 ? {
1030
+ }, Rt = (e) => e.status == 0 ? {
1021
1031
  directDownline: "0",
1022
1032
  otherDownline: "0",
1023
1033
  uplineCode: "",
@@ -1027,8 +1037,8 @@ const Ee = (e) => {
1027
1037
  otherDownline: e.data.others_downline_count.toString(),
1028
1038
  uplineCode: e.data.upline.accountcode,
1029
1039
  referralCode: e.data.referral_code
1030
- }, yt = (e) => {
1031
- var _;
1040
+ }, St = (e) => {
1041
+ var y;
1032
1042
  let t = null, a = null;
1033
1043
  if (e.status == 0)
1034
1044
  return { welcomeBonus: null, dailyBonus: null };
@@ -1059,7 +1069,7 @@ const Ee = (e) => {
1059
1069
  expiryTime: g.etime
1060
1070
  };
1061
1071
  });
1062
- let u = 0, d = ((_ = i[0]) == null ? void 0 : _.expiryTime) || "";
1072
+ let u = 0, d = ((y = i[0]) == null ? void 0 : y.expiryTime) || "";
1063
1073
  const p = i.map((g) => (u = Math.max(u, g.percentage), new Date(g.expiryTime) < new Date(d) && (d = g.expiryTime), {
1064
1074
  name: g.name,
1065
1075
  depositAmount: g.depositAmount,
@@ -1070,16 +1080,16 @@ const Ee = (e) => {
1070
1080
  expiryTime: d,
1071
1081
  list: p
1072
1082
  }, { welcomeBonus: t, dailyBonus: a };
1073
- }, _t = (e) => ({
1083
+ }, Pt = (e) => ({
1074
1084
  status: e.status == 1,
1075
1085
  message: e.msg ?? ""
1076
- }), vt = (e) => ({
1086
+ }), kt = (e) => ({
1077
1087
  status: e.status == 1,
1078
1088
  message: e.msg ?? ""
1079
- }), ht = (e) => ({
1089
+ }), Ot = (e) => ({
1080
1090
  status: e.status == 1,
1081
1091
  message: e.msg ?? ""
1082
- }), Tt = (e) => e.status == 0 ? {
1092
+ }), Mt = (e) => e.status == 0 ? {
1083
1093
  deposit: "0",
1084
1094
  reward: "0",
1085
1095
  turnover: "0"
@@ -1087,7 +1097,7 @@ const Ee = (e) => {
1087
1097
  deposit: e.data.deposit,
1088
1098
  reward: e.data.reward,
1089
1099
  turnover: e.data.turnover
1090
- }, Rt = (e) => {
1100
+ }, Dt = (e) => {
1091
1101
  if (e.status == 0 || !e.data)
1092
1102
  return {};
1093
1103
  const t = {};
@@ -1106,7 +1116,7 @@ const Ee = (e) => {
1106
1116
  }
1107
1117
  }
1108
1118
  return t;
1109
- }, St = (e) => {
1119
+ }, jt = (e) => {
1110
1120
  if (e.status == 0 || !e.data)
1111
1121
  return {};
1112
1122
  const t = {};
@@ -1125,7 +1135,7 @@ const Ee = (e) => {
1125
1135
  }
1126
1136
  }
1127
1137
  return t;
1128
- }, Pt = (e) => R(e), kt = (e) => R(e), Ot = (e) => {
1138
+ }, xt = (e) => R(e), Ct = (e) => R(e), It = (e) => {
1129
1139
  var t, a, l, i, u;
1130
1140
  return {
1131
1141
  status: e.status == 1,
@@ -1136,10 +1146,10 @@ const Ee = (e) => {
1136
1146
  qrcode: ((i = e.data) == null ? void 0 : i.qrcode) ?? [],
1137
1147
  personal: ((u = e.data) == null ? void 0 : u.personal) ?? []
1138
1148
  };
1139
- }, Z = (e) => ({
1149
+ }, X = (e) => ({
1140
1150
  validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
1141
- forms: Mt(e)
1142
- }), Mt = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((t) => ({
1151
+ forms: Ft(e)
1152
+ }), Ft = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((t) => ({
1143
1153
  id: t.id,
1144
1154
  fieldName: t.fieldname,
1145
1155
  regex: t.regex,
@@ -1157,25 +1167,25 @@ const Ee = (e) => {
1157
1167
  regex: t.regex,
1158
1168
  showName: t.showname,
1159
1169
  inputHelper: t.inputHelper
1160
- })) : [], jt = (e) => R(e), Dt = (e) => e, xt = (e) => ({
1170
+ })) : [], Lt = (e) => R(e), Gt = (e) => e, zt = (e) => ({
1161
1171
  status: e.status == 1,
1162
1172
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
1163
- }), Ct = (e) => R(e), It = (e) => ({
1173
+ }), Nt = (e) => R(e), wt = (e) => ({
1164
1174
  status: e.status == 1,
1165
1175
  message: e.message,
1166
1176
  user: e.user ?? ""
1167
- }), Ft = (e) => ({
1177
+ }), Bt = (e) => ({
1168
1178
  status: e.status == 1,
1169
1179
  message: e.msg ?? "",
1170
1180
  amount: e.amount ?? ""
1171
- }), Lt = (e) => R(e), Gt = (e) => {
1181
+ }), Ut = (e) => R(e), qt = (e) => {
1172
1182
  var t;
1173
1183
  return {
1174
1184
  status: e.status == 1,
1175
1185
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1176
1186
  dayStreak: ((t = e.data) == null ? void 0 : t.continuousDay) ?? 0
1177
1187
  };
1178
- }, zt = (e) => {
1188
+ }, Wt = (e) => {
1179
1189
  var t;
1180
1190
  return {
1181
1191
  status: e.status == 1,
@@ -1193,18 +1203,18 @@ const Ee = (e) => {
1193
1203
  };
1194
1204
  })) ?? []
1195
1205
  };
1196
- }, Nt = (e) => ({
1206
+ }, $t = (e) => ({
1197
1207
  status: e.status == 1,
1198
1208
  message: e.msg ?? ""
1199
- }), wt = (e) => ({
1209
+ }), Vt = (e) => ({
1200
1210
  status: e.status == 1,
1201
1211
  message: e.msg ?? "",
1202
1212
  form: e.form ?? "",
1203
1213
  gameUrl: e.data ?? ""
1204
- }), Bt = (e) => R(e), Ut = (e) => R(e), ee = (e) => ({
1214
+ }), Et = (e) => R(e), At = (e) => R(e), ee = (e) => ({
1205
1215
  status: e.status == 1,
1206
1216
  message: e.errormessage ?? ""
1207
- }), qt = (e) => R(e), Wt = (e) => e, Vt = (e) => R(e), $t = (e) => {
1217
+ }), Ht = (e) => R(e), Jt = (e) => e, Yt = (e) => R(e), Zt = (e) => {
1208
1218
  var t;
1209
1219
  return {
1210
1220
  platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((a) => ({
@@ -1213,7 +1223,7 @@ const Ee = (e) => {
1213
1223
  com: a.com
1214
1224
  }))) ?? []
1215
1225
  };
1216
- }, Et = (e) => {
1226
+ }, Kt = (e) => {
1217
1227
  var t;
1218
1228
  return ((t = e.mdProductMaster) == null ? void 0 : t.map((a) => {
1219
1229
  var l;
@@ -1228,33 +1238,33 @@ const Ee = (e) => {
1228
1238
  }))) ?? []
1229
1239
  };
1230
1240
  })) ?? [];
1231
- }, At = (e) => R(e), Ht = (e) => R(e), Jt = (e) => R(e), Yt = (e) => R(e), Kt = (e) => R(e), Qt = (e) => R(e), Xt = (e) => R(e), Zt = (e) => ({
1241
+ }, Qt = (e) => R(e), Xt = (e) => R(e), ea = (e) => R(e), ta = (e) => R(e), aa = (e) => R(e), na = (e) => R(e), oa = (e) => R(e), ra = (e) => ({
1232
1242
  status: e.status == 1,
1233
1243
  message: e.msg ?? "",
1234
1244
  data: e.data
1235
- }), ea = (e) => ({
1245
+ }), sa = (e) => ({
1236
1246
  status: e.status == 1,
1237
1247
  message: e.msg ?? ""
1238
- }), ta = (e) => {
1248
+ }), ia = (e) => {
1239
1249
  let t = "";
1240
1250
  return e.data && (t = e.data.max_promo_amt), {
1241
1251
  status: e.status == 1,
1242
1252
  amount: t
1243
1253
  };
1244
- }, aa = (e) => ({
1254
+ }, la = (e) => ({
1245
1255
  eventDescription: {
1246
1256
  condition: e.bottomDescription.signinCondition,
1247
1257
  prize: e.bottomDescription.signinPrize,
1248
1258
  others: e.bottomDescription.otherDescription
1249
1259
  },
1250
1260
  firstDayOfMonth: e.firstDayOfMonth
1251
- }), na = (e) => ({
1261
+ }), ua = (e) => ({
1252
1262
  status: e.status == 1,
1253
1263
  signedDays: e.days,
1254
1264
  signedToday: e.todayIsSign === 1,
1255
1265
  dayStreak: e.continuousDay,
1256
1266
  canSignToday: e.canSign === 1
1257
- }), oa = (e) => ({
1267
+ }), da = (e) => ({
1258
1268
  status: e.status == 1,
1259
1269
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1260
1270
  fullName: e.fullname,
@@ -1290,7 +1300,7 @@ const Ee = (e) => {
1290
1300
  commission: a.commission
1291
1301
  }))
1292
1302
  }))
1293
- }), ra = (e) => ({
1303
+ }), ca = (e) => ({
1294
1304
  status: e.status == 1,
1295
1305
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1296
1306
  id: e.id ?? 0,
@@ -1302,12 +1312,12 @@ const Ee = (e) => {
1302
1312
  })),
1303
1313
  currentPage: e.page,
1304
1314
  lastPage: e.lastpage
1305
- }), sa = (e) => ({
1315
+ }), ma = (e) => ({
1306
1316
  status: e.status == "1",
1307
1317
  message: e.msg ?? "",
1308
1318
  username: e.accountcode,
1309
1319
  password: e.password
1310
- }), ia = (e) => {
1320
+ }), pa = (e) => {
1311
1321
  var t;
1312
1322
  return {
1313
1323
  currentPage: e.mdGameCreditLimitTransfers.current_page,
@@ -1320,7 +1330,7 @@ const Ee = (e) => {
1320
1330
  dateTime: a.transferdatetime
1321
1331
  }))) ?? []
1322
1332
  };
1323
- }, la = (e) => {
1333
+ }, ga = (e) => {
1324
1334
  var t;
1325
1335
  return {
1326
1336
  currentPage: e.mdAgTransfeReport.current_page,
@@ -1333,8 +1343,8 @@ const Ee = (e) => {
1333
1343
  dateTime: a.transferdatetime
1334
1344
  }))) ?? []
1335
1345
  };
1336
- }, ua = (e) => {
1337
- var t, a, l, i, u, d, p, _, g, b, P;
1346
+ }, ba = (e) => {
1347
+ var t, a, l, i, u, d, p, y, g, b, S;
1338
1348
  return {
1339
1349
  status: e.status == 1,
1340
1350
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
@@ -1357,7 +1367,7 @@ const Ee = (e) => {
1357
1367
  target: h.name,
1358
1368
  com: h.com
1359
1369
  }))) ?? [],
1360
- wagers: ((g = (_ = e.data) == null ? void 0 : _.wagers) == null ? void 0 : g.map((h) => ({
1370
+ wagers: ((g = (y = e.data) == null ? void 0 : y.wagers) == null ? void 0 : g.map((h) => ({
1361
1371
  payout: Number(h.payout).toFixed(2),
1362
1372
  betType: h.betType,
1363
1373
  stakeF: Number(h.stakeF).toFixed(2),
@@ -1369,10 +1379,10 @@ const Ee = (e) => {
1369
1379
  resultL: h.resultL
1370
1380
  }))) ?? [],
1371
1381
  currentPage: ((b = e.data) == null ? void 0 : b.page.current_page) ?? 1,
1372
- totalPage: ((P = e.data) == null ? void 0 : P.page.last_page) ?? 1
1382
+ totalPage: ((S = e.data) == null ? void 0 : S.page.last_page) ?? 1
1373
1383
  }
1374
1384
  };
1375
- }, da = (e) => {
1385
+ }, fa = (e) => {
1376
1386
  var t, a, l;
1377
1387
  return {
1378
1388
  status: e.status == 1,
@@ -1383,7 +1393,7 @@ const Ee = (e) => {
1383
1393
  binded: ((l = e.data) == null ? void 0 : l.binded) ?? !1
1384
1394
  }
1385
1395
  };
1386
- }, ca = (e) => R(e), ma = (e) => {
1396
+ }, ya = (e) => R(e), _a = (e) => {
1387
1397
  var t;
1388
1398
  return {
1389
1399
  status: e.status == 1,
@@ -1393,7 +1403,7 @@ const Ee = (e) => {
1393
1403
  createdAt: a.created_at
1394
1404
  }))) ?? []
1395
1405
  };
1396
- }, pa = (e) => R(e), ga = (e) => {
1406
+ }, va = (e) => R(e), ha = (e) => {
1397
1407
  var t, a, l;
1398
1408
  return {
1399
1409
  status: e.status == 1,
@@ -1418,23 +1428,23 @@ const Ee = (e) => {
1418
1428
  }))) ?? []
1419
1429
  }
1420
1430
  };
1421
- }, ba = (e) => R(e), fa = (e) => ({
1431
+ }, Ta = (e) => R(e), Ra = (e) => ({
1422
1432
  status: e.status == 1,
1423
1433
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1424
1434
  tokenAmount: e.token_amount
1425
- }), ya = (e) => R(e);
1435
+ }), Sa = (e) => R(e);
1426
1436
  var ae = /* @__PURE__ */ ((e) => (e.vipcalculation = "vipcalculation", e.livechat = "livechat", e.extralivechat = "extralivechat", e.mobilevalidate = "mobilevalidate", e.withdrawtac = "withdrawtac", e.imageDomain = "imagedomain", e.withdrawalCode = "withdrawalcode", e.withdrawAlipay = "withdrawalipay", e.crypto = "crypto", e.loginCaptcha = "logincaptcha", e.registerCaptcha = "registercaptcha", e))(ae || {});
1427
- const _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1437
+ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1428
1438
  __proto__: null,
1429
1439
  SettingType: ae
1430
- }, Symbol.toStringTag, { value: "Module" })), va = (e) => {
1440
+ }, Symbol.toStringTag, { value: "Module" })), ka = (e) => {
1431
1441
  let t = 0;
1432
1442
  return e.data != null && typeof e.data == "object" && (t = e.data.amount), {
1433
1443
  status: e.status,
1434
1444
  message: e.msg ?? "",
1435
1445
  amount: t
1436
1446
  };
1437
- }, ha = (e) => e.status == 0 ? {
1447
+ }, Oa = (e) => e.status == 0 ? {
1438
1448
  record: {
1439
1449
  today: {
1440
1450
  deposit: "0",
@@ -1464,15 +1474,15 @@ const _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1464
1474
  loseLimit: t.loselimit,
1465
1475
  maxReward: t.max_reward
1466
1476
  }))
1467
- }, Ta = (e) => e.status == 0 ? [] : e.data.map((t) => ({
1477
+ }, Ma = (e) => e.status == 0 ? [] : e.data.map((t) => ({
1468
1478
  amount: t.amount,
1469
1479
  date: t.date,
1470
1480
  deposit: t.deposit,
1471
1481
  payout: t.payout
1472
- })), Ra = (e) => ({
1482
+ })), Da = (e) => ({
1473
1483
  status: e.status,
1474
1484
  message: e.msg ?? ""
1475
- }), Sa = (e) => e.status == 0 ? {
1485
+ }), ja = (e) => e.status == 0 ? {
1476
1486
  status: e.status,
1477
1487
  message: e.msg ?? "",
1478
1488
  data: null
@@ -1494,28 +1504,28 @@ const _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1494
1504
  collectable: e.data.collectable,
1495
1505
  remainingDay: e.data.remaining
1496
1506
  }
1497
- }, Pa = (e) => ({
1507
+ }, xa = (e) => ({
1498
1508
  status: e.status,
1499
1509
  message: e.msg ?? ""
1500
- }), ka = (e) => ({
1510
+ }), Ca = (e) => ({
1501
1511
  status: e.status == 1,
1502
1512
  errorMessage: e.errormessage ?? "",
1503
1513
  isAutoTransfer: e.optionkey == "auto"
1504
- }), Oa = (e) => R(e), Ma = (e) => ({
1514
+ }), Ia = (e) => R(e), Fa = (e) => ({
1505
1515
  status: e.status,
1506
1516
  message: e.msg ?? "",
1507
1517
  turnover: e.data ? e.data.turnover : 0,
1508
1518
  percentage: e.data ? e.data.percentage ?? 0 : 0,
1509
1519
  incentive: e.data ? e.data.incentive : 0,
1510
1520
  claimable: 0
1511
- }), ja = (e) => {
1521
+ }), La = (e) => {
1512
1522
  let t = "0";
1513
1523
  return e.data && (t = e.data.incentive), {
1514
1524
  status: e.status,
1515
1525
  message: e.msg ?? "",
1516
1526
  amount: t
1517
1527
  };
1518
- }, Da = (e) => {
1528
+ }, Ga = (e) => {
1519
1529
  let t = "0";
1520
1530
  return e.data && (t = e.data.incentive), {
1521
1531
  status: e.status,
@@ -1523,11 +1533,11 @@ const _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1523
1533
  amount: t
1524
1534
  };
1525
1535
  };
1526
- var j = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(j || {});
1527
- const xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1536
+ var D = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(D || {});
1537
+ const za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1528
1538
  __proto__: null,
1529
- MissionStatus: j
1530
- }, Symbol.toStringTag, { value: "Module" })), Ca = (e) => {
1539
+ MissionStatus: D
1540
+ }, Symbol.toStringTag, { value: "Module" })), Na = (e) => {
1531
1541
  if (e.status === 0)
1532
1542
  return {
1533
1543
  status: e.status,
@@ -1540,18 +1550,18 @@ const xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1540
1550
  period: `${re(e.data.datefrom)} ~ ${re(e.data.dateto)}`,
1541
1551
  gift: {
1542
1552
  deposit: {
1543
- current: t.filter((l) => l.status == j.collected).length,
1553
+ current: t.filter((l) => l.status == D.collected).length,
1544
1554
  total: t.length,
1545
1555
  percentage: se(t)
1546
1556
  },
1547
1557
  activeBet: {
1548
- current: a.filter((l) => l.status == j.collected).length,
1558
+ current: a.filter((l) => l.status == D.collected).length,
1549
1559
  total: a.length,
1550
1560
  percentage: se(a)
1551
1561
  },
1552
1562
  grandPrize: {
1553
- countDownTimestamp: Ia(e.data.dateto),
1554
- status: e.data.final_claimable ? e.data.final_collected === "1" ? j.collected : j.collectable : j.inProgress,
1563
+ countDownTimestamp: wa(e.data.dateto),
1564
+ status: e.data.final_claimable ? e.data.final_collected === "1" ? D.collected : D.collectable : D.inProgress,
1555
1565
  prize: e.data.reward
1556
1566
  }
1557
1567
  },
@@ -1564,7 +1574,7 @@ const xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1564
1574
  return {
1565
1575
  id: a.transid,
1566
1576
  reward: a.reward,
1567
- status: a.claimable !== "1" ? j.inProgress : a.collected === "1" ? j.collected : j.collectable,
1577
+ status: a.claimable !== "1" ? D.inProgress : a.collected === "1" ? D.collected : D.collectable,
1568
1578
  progress: {
1569
1579
  current: l,
1570
1580
  total: a.requirement,
@@ -1577,13 +1587,13 @@ const xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1577
1587
  }, se = (e) => {
1578
1588
  const t = e.reduce((l, i) => l + parseFloat(i.reward), 0), a = e.reduce((l, i) => l + i.progress.total, 0);
1579
1589
  return a > 0 ? (t / a * 100).toFixed(2) : "0";
1580
- }, Ia = (e) => {
1590
+ }, wa = (e) => {
1581
1591
  const t = (/* @__PURE__ */ new Date()).getTime(), a = new Date(e).getTime();
1582
1592
  return Math.max(0, a - t);
1583
- }, Fa = (e) => ({
1593
+ }, Ba = (e) => ({
1584
1594
  status: e.status,
1585
1595
  message: e.msg ?? ""
1586
- }), La = (e) => ({
1596
+ }), Ua = (e) => ({
1587
1597
  status: e.status == 1,
1588
1598
  socialLogin: e.social_login == 1,
1589
1599
  errorMessage: e.erorrmessage ?? "",
@@ -1595,7 +1605,7 @@ const xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1595
1605
  maxLength: t.maxlen ?? "0",
1596
1606
  inputHelper: t.inputHelper ?? ""
1597
1607
  }))
1598
- }), Ga = (e) => ({
1608
+ }), qa = (e) => ({
1599
1609
  currentPage: e.mdGameLists.current_page,
1600
1610
  lastPage: e.mdGameLists.last_page,
1601
1611
  data: e.mdGameLists.data && e.mdGameLists.data.length > 0 ? e.mdGameLists.data.map((t) => ({
@@ -1608,16 +1618,16 @@ const xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1608
1618
  trial: !1,
1609
1619
  new: !1
1610
1620
  },
1611
- imageUrl: t.img.includes("platform_logo") ? `/image/platform_logo/${t.img.split("/").pop()}?v=1` : `${e.mdDomains[t.mdDomains_id]}${t.img}?ts=${t.filemtime}`,
1621
+ imageUrl: `${e.mdDomains[t.mdDomains_id]}${t.img}?ts=${t.filemtime}`,
1612
1622
  logoUrl: `/image/platform_logo/${t.img.split("/").pop()}?v=1`,
1613
1623
  rate: "0.00"
1614
1624
  })) ?? [] : []
1615
- }), za = (e) => R(e), Na = (e) => R(e), wa = (e) => R(e);
1625
+ }), Wa = (e) => R(e), $a = (e) => R(e), Va = (e) => R(e);
1616
1626
  var U = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(U || {});
1617
- const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1627
+ const Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1618
1628
  __proto__: null,
1619
1629
  AccumulateDepositStatus: U
1620
- }, Symbol.toStringTag, { value: "Module" })), Ua = (e) => {
1630
+ }, Symbol.toStringTag, { value: "Module" })), Aa = (e) => {
1621
1631
  if (e.status == 0)
1622
1632
  return {
1623
1633
  status: !1,
@@ -1650,11 +1660,11 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1650
1660
  message: e.msg ?? "",
1651
1661
  data: t
1652
1662
  };
1653
- }, qa = (e) => ({
1663
+ }, Ha = (e) => ({
1654
1664
  status: e.status == 1,
1655
1665
  message: e.msg ?? ""
1656
- }), Wa = async (e) => {
1657
- var t, a, l, i, u, d, p, _, g, b, P, h, m, S, O, L, G;
1666
+ }), Ja = async (e) => {
1667
+ var t, a, l, i, u, d, p, y, g, b, S, h, m, P, O, L, G;
1658
1668
  try {
1659
1669
  e.findIndex((c) => c.name === s.vipList) !== -1 && e.push(
1660
1670
  {
@@ -1668,10 +1678,10 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1668
1678
  query: JSON.stringify({ name: [ae.vipcalculation] })
1669
1679
  }
1670
1680
  );
1671
- const D = e.findIndex(
1681
+ const j = e.findIndex(
1672
1682
  (c) => c.name === s.getFavouriteGame
1673
1683
  );
1674
- D !== -1 && (JSON.parse(e[D].query).pid || e.push({
1684
+ j !== -1 && (JSON.parse(e[j].query).pid || e.push({
1675
1685
  name: s.getPlatformTurnoverRate,
1676
1686
  query: ""
1677
1687
  }));
@@ -1714,10 +1724,10 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1714
1724
  query: String(c)
1715
1725
  });
1716
1726
  }
1717
- const V = e.findIndex(
1727
+ const $ = e.findIndex(
1718
1728
  (c) => c.name === s.getFourDimensionData
1719
1729
  );
1720
- V !== -1 && e[V].query == "" && (e.splice(V), e.push(
1730
+ $ !== -1 && e[$].query == "" && (e.splice($), e.push(
1721
1731
  {
1722
1732
  name: s.getFourDimensionData,
1723
1733
  query: JSON.stringify({ action: s.getCompany, native: "1" })
@@ -1740,7 +1750,7 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1740
1750
  }))
1741
1751
  }, J = await F.post(
1742
1752
  "/graph/jwt",
1743
- ge(JSON.stringify(H))
1753
+ fe(JSON.stringify(H))
1744
1754
  ), n = {
1745
1755
  status: 200,
1746
1756
  message: "",
@@ -1748,169 +1758,169 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1748
1758
  };
1749
1759
  for (const c of J.data.responses) {
1750
1760
  c.error != null && c.error.code != 200 && (n.status = c.error.code, n.message = c.error.message);
1751
- const v = c.attributes !== null && c.attributes !== void 0 ? be(c.attributes) : null, r = c.name, o = v ? JSON.parse(v) : null;
1761
+ const v = c.attributes !== null && c.attributes !== void 0 ? ye(c.attributes) : null, r = c.name, o = v ? JSON.parse(v) : null;
1752
1762
  if (console.log(r), console.log(o), !o)
1753
1763
  console.log("Not data received"), n.result[r] = null;
1754
1764
  else
1755
1765
  switch (r) {
1756
1766
  case s.announcement:
1757
- n.result[r] = ke(o);
1767
+ n.result[r] = Ce(o);
1758
1768
  break;
1759
1769
  case s.gameList:
1760
- n.result[r] = Me(o);
1770
+ n.result[r] = Fe(o);
1761
1771
  break;
1762
1772
  case s.cmsList:
1763
- n.result[r] = ze(o);
1773
+ n.result[r] = We(o);
1764
1774
  break;
1765
1775
  case s.paymentsProvider:
1766
- n.result[r] = Te(
1776
+ n.result[r] = Me(
1767
1777
  o
1768
1778
  );
1769
1779
  break;
1770
1780
  case s.getUserProfile:
1771
- n.result[r] = Oe(o);
1781
+ n.result[r] = Ie(o);
1772
1782
  break;
1773
1783
  case s.vipList:
1774
- n.result[r] = xe(o);
1784
+ n.result[r] = ze(o);
1775
1785
  break;
1776
1786
  case s.vipBonus:
1777
- n.result[r] = Ie(o);
1787
+ n.result[r] = we(o);
1778
1788
  break;
1779
1789
  case s.vipFieldStatus:
1780
- n.result[r] = Fe(o);
1790
+ n.result[r] = Be(o);
1781
1791
  break;
1782
1792
  case s.vipStatus:
1783
- n.result[r] = Le(o);
1793
+ n.result[r] = Ue(o);
1784
1794
  break;
1785
1795
  case s.promotion:
1786
- n.result[r] = Ce(o);
1796
+ n.result[r] = Ne(o);
1787
1797
  break;
1788
1798
  case s.getSetting:
1789
- n.result[r] = Ge(o);
1799
+ n.result[r] = qe(o);
1790
1800
  break;
1791
1801
  case s.getCountryMobile:
1792
- n.result[r] = Ne(
1802
+ n.result[r] = $e(
1793
1803
  o
1794
1804
  );
1795
1805
  break;
1796
1806
  case s.getPlatformTurnoverRate:
1797
- n.result[r] = we(
1807
+ n.result[r] = Ve(
1798
1808
  o
1799
1809
  );
1800
1810
  break;
1801
1811
  case s.mainWallet:
1802
- n.result[r] = Be(o);
1812
+ n.result[r] = Ee(o);
1803
1813
  break;
1804
1814
  case s.getLanguageSetting:
1805
- n.result[r] = Ue(
1815
+ n.result[r] = Ae(
1806
1816
  o
1807
1817
  );
1808
1818
  break;
1809
1819
  case s.getFourDimensionData:
1810
- n.result[r] = qe(
1820
+ n.result[r] = He(
1811
1821
  o
1812
1822
  );
1813
1823
  break;
1814
1824
  case s.getCompany:
1815
- n.result[r] = We(o);
1825
+ n.result[r] = Je(o);
1816
1826
  break;
1817
1827
  case s.searchResultDate:
1818
- n.result[r] = Ve(
1828
+ n.result[r] = Ye(
1819
1829
  o
1820
1830
  );
1821
1831
  break;
1822
1832
  case s.searchHot:
1823
- n.result[r] = Ee(o);
1833
+ n.result[r] = Ke(o);
1824
1834
  break;
1825
1835
  case s.searchByDate:
1826
- n.result[r] = Ae(o);
1836
+ n.result[r] = Qe(o);
1827
1837
  break;
1828
1838
  case s.upcomingMatches:
1829
- n.result[r] = He(
1839
+ n.result[r] = Xe(
1830
1840
  o
1831
1841
  );
1832
1842
  break;
1833
1843
  case s.deposit:
1834
- n.result[r] = Je(o);
1844
+ n.result[r] = et(o);
1835
1845
  break;
1836
1846
  case s.applyVipBonus:
1837
- n.result[r] = Ye(o);
1847
+ n.result[r] = tt(o);
1838
1848
  break;
1839
1849
  case s.withdraw:
1840
- n.result[r] = Ke(o);
1850
+ n.result[r] = at(o);
1841
1851
  break;
1842
1852
  case s.getBankCardData:
1843
- n.result[r] = Qe(
1853
+ n.result[r] = nt(
1844
1854
  o
1845
1855
  );
1846
1856
  break;
1847
1857
  case s.withdrawalGet:
1848
- n.result[r] = Xe(o);
1858
+ n.result[r] = ot(o);
1849
1859
  break;
1850
1860
  case s.addBankCard:
1851
- n.result[r] = Ze(o);
1861
+ n.result[r] = rt(o);
1852
1862
  break;
1853
1863
  case s.transactionReport:
1854
- n.result[r] = et(
1864
+ n.result[r] = st(
1855
1865
  o
1856
1866
  );
1857
1867
  break;
1858
1868
  case s.changePassword:
1859
- n.result[r] = at(o);
1869
+ n.result[r] = lt(o);
1860
1870
  break;
1861
1871
  case s.wallet:
1862
- n.result[r] = nt(o);
1872
+ n.result[r] = ut(o);
1863
1873
  break;
1864
1874
  case s.getEventList:
1865
- n.result[r] = ot(o);
1875
+ n.result[r] = dt(o);
1866
1876
  break;
1867
1877
  case s.getEventToken:
1868
- n.result[r] = rt(o);
1878
+ n.result[r] = ct(o);
1869
1879
  break;
1870
1880
  case s.getExtraGame:
1871
- n.result[r] = st(o);
1881
+ n.result[r] = mt(o);
1872
1882
  break;
1873
1883
  case s.mailBox:
1874
- n.result[r] = it(o);
1884
+ n.result[r] = pt(o);
1875
1885
  break;
1876
1886
  case s.fishGameList:
1877
- n.result[r] = lt(o);
1887
+ n.result[r] = gt(o);
1878
1888
  break;
1879
1889
  case s.slotGameList:
1880
- n.result[r] = ut(o);
1890
+ n.result[r] = bt(o);
1881
1891
  break;
1882
1892
  case s.getTurnOverRewardData:
1883
- n.result[r] = dt(
1893
+ n.result[r] = ft(
1884
1894
  o
1885
1895
  );
1886
1896
  break;
1887
1897
  case s.getTurnOverRewardReport:
1888
- n.result[r] = ct(
1898
+ n.result[r] = yt(
1889
1899
  o
1890
1900
  );
1891
1901
  break;
1892
1902
  case s.getInviteRewardData:
1893
- n.result[r] = mt(
1903
+ n.result[r] = _t(
1894
1904
  o
1895
1905
  );
1896
1906
  break;
1897
1907
  case s.getInviteRewardReport:
1898
- n.result[r] = pt(
1908
+ n.result[r] = vt(
1899
1909
  o
1900
1910
  );
1901
1911
  break;
1902
1912
  case s.getTopupRewardData:
1903
- n.result[r] = gt(
1913
+ n.result[r] = ht(
1904
1914
  o
1905
1915
  );
1906
1916
  break;
1907
1917
  case s.getTopupRewardReport:
1908
- n.result[r] = bt(
1918
+ n.result[r] = Tt(
1909
1919
  o
1910
1920
  );
1911
1921
  break;
1912
1922
  case s.getRewardReferral:
1913
- n.result[r] = ft(
1923
+ n.result[r] = Rt(
1914
1924
  o
1915
1925
  );
1916
1926
  break;
@@ -1918,106 +1928,106 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1918
1928
  n.result[r] = ee(o);
1919
1929
  break;
1920
1930
  case s.getDepositPromotion:
1921
- n.result[r] = yt(
1931
+ n.result[r] = St(
1922
1932
  o
1923
1933
  );
1924
1934
  break;
1925
1935
  case s.getTopUpRewardClaim:
1926
- n.result[r] = _t(
1936
+ n.result[r] = Pt(
1927
1937
  o
1928
1938
  );
1929
1939
  break;
1930
1940
  case s.getInviteRewardClaim:
1931
- n.result[r] = vt(
1941
+ n.result[r] = kt(
1932
1942
  o
1933
1943
  );
1934
1944
  break;
1935
1945
  case s.getTurnOverRewardClaim:
1936
- n.result[r] = ht(
1946
+ n.result[r] = Ot(
1937
1947
  o
1938
1948
  );
1939
1949
  break;
1940
1950
  case s.getInviteRewardSetting:
1941
- n.result[r] = Tt(
1951
+ n.result[r] = Mt(
1942
1952
  o
1943
1953
  );
1944
1954
  break;
1945
1955
  case s.getTurnOverRewardSetting:
1946
- n.result[r] = Rt(
1956
+ n.result[r] = Dt(
1947
1957
  o
1948
1958
  );
1949
1959
  break;
1950
1960
  case s.getTopUpRewardSetting:
1951
- n.result[r] = St(
1961
+ n.result[r] = jt(
1952
1962
  o
1953
1963
  );
1954
1964
  break;
1955
1965
  case s.requestForgetPassword:
1956
- n.result[r] = Pt(
1966
+ n.result[r] = xt(
1957
1967
  o
1958
1968
  );
1959
1969
  break;
1960
1970
  case s.submitForgetPassword:
1961
- n.result[r] = kt(
1971
+ n.result[r] = Ct(
1962
1972
  o
1963
1973
  );
1964
1974
  break;
1965
1975
  case s.getImage:
1966
- n.result[r] = Ot(o);
1976
+ n.result[r] = It(o);
1967
1977
  break;
1968
1978
  case s.getDepositValidate:
1969
- n.result[r] = Z(o);
1979
+ n.result[r] = X(o);
1970
1980
  break;
1971
1981
  case s.getWithdrawValidate:
1972
- n.result[r] = Z(o);
1982
+ n.result[r] = X(o);
1973
1983
  break;
1974
1984
  case s.getTransferCreditValidate:
1975
- n.result[r] = Z(o);
1985
+ n.result[r] = X(o);
1976
1986
  break;
1977
1987
  case s.updateProfilePicture:
1978
- n.result[r] = jt(
1988
+ n.result[r] = Lt(
1979
1989
  o
1980
1990
  );
1981
1991
  break;
1982
1992
  case s.readMail:
1983
- n.result[r] = Dt(o);
1993
+ n.result[r] = Gt(o);
1984
1994
  break;
1985
1995
  case s.checkRedPacketValidate:
1986
- n.result[r] = xt(
1996
+ n.result[r] = zt(
1987
1997
  o
1988
1998
  );
1989
1999
  break;
1990
2000
  case s.requestTacCode:
1991
- n.result[r] = Ct(o);
2001
+ n.result[r] = Nt(o);
1992
2002
  break;
1993
2003
  case s.getUsernameByRefer:
1994
- n.result[r] = It(
2004
+ n.result[r] = wt(
1995
2005
  o
1996
2006
  );
1997
2007
  break;
1998
2008
  case s.applyPromo:
1999
- n.result[r] = Ft(o);
2009
+ n.result[r] = Bt(o);
2000
2010
  break;
2001
2011
  case s.applyRedPacket:
2002
- n.result[r] = Lt(o);
2012
+ n.result[r] = Ut(o);
2003
2013
  break;
2004
2014
  case s.applySignIn:
2005
- n.result[r] = Gt(o);
2015
+ n.result[r] = qt(o);
2006
2016
  break;
2007
2017
  case s.getCountry:
2008
- n.result[r] = zt(o);
2018
+ n.result[r] = Wt(o);
2009
2019
  break;
2010
2020
  case s.submitGiftCode:
2011
- n.result[r] = Nt(o);
2021
+ n.result[r] = $t(o);
2012
2022
  break;
2013
2023
  case s.playGame:
2014
- n.result[r] = wt(o);
2024
+ n.result[r] = Vt(o);
2015
2025
  break;
2016
2026
  case s.transferToMain:
2017
- n.result[r] = Bt(o);
2027
+ n.result[r] = Et(o);
2018
2028
  break;
2019
2029
  case s.transferProcess:
2020
- n.result[r] = Ut(
2030
+ n.result[r] = At(
2021
2031
  o
2022
2032
  );
2023
2033
  break;
@@ -2028,231 +2038,231 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2028
2038
  n.result[r] = ee(o);
2029
2039
  break;
2030
2040
  case s.checkTransferCredit:
2031
- n.result[r] = qt(
2041
+ n.result[r] = Ht(
2032
2042
  o
2033
2043
  );
2034
2044
  break;
2035
2045
  case s.friendList:
2036
- n.result[r] = Wt(o);
2046
+ n.result[r] = Jt(o);
2037
2047
  break;
2038
2048
  case s.friendListEdit:
2039
- n.result[r] = Vt(o);
2049
+ n.result[r] = Yt(o);
2040
2050
  break;
2041
2051
  case s.getActivePP:
2042
- n.result[r] = $t(o);
2052
+ n.result[r] = Zt(o);
2043
2053
  break;
2044
2054
  case s.getActiveProduct:
2045
- n.result[r] = Et(
2055
+ n.result[r] = Kt(
2046
2056
  o
2047
2057
  );
2048
2058
  break;
2049
2059
  case s.requestWithdrawTac:
2050
- n.result[r] = At(
2060
+ n.result[r] = Qt(
2051
2061
  o
2052
2062
  );
2053
2063
  break;
2054
2064
  case s.requestWithdrawalCode:
2055
- n.result[r] = Ht(
2065
+ n.result[r] = Xt(
2056
2066
  o
2057
2067
  );
2058
2068
  break;
2059
2069
  case s.commissionWithdraw:
2060
- n.result[r] = Jt(
2070
+ n.result[r] = ea(
2061
2071
  o
2062
2072
  );
2063
2073
  break;
2064
2074
  case s.submitWithdrawalCode:
2065
- n.result[r] = Yt(
2075
+ n.result[r] = ta(
2066
2076
  o
2067
2077
  );
2068
2078
  break;
2069
2079
  case s.submitCryptoAccount:
2070
- n.result[r] = Kt(
2080
+ n.result[r] = aa(
2071
2081
  o
2072
2082
  );
2073
2083
  break;
2074
2084
  case s.requestTransferMoney:
2075
- n.result[r] = Qt(
2085
+ n.result[r] = na(
2076
2086
  o
2077
2087
  );
2078
2088
  break;
2079
2089
  case s.submitTransferMoney:
2080
- n.result[r] = Xt(
2090
+ n.result[r] = oa(
2081
2091
  o
2082
2092
  );
2083
2093
  break;
2084
2094
  case s.requestUpdateMobileTacCode:
2085
- n.result[r] = Zt(
2095
+ n.result[r] = ra(
2086
2096
  o
2087
2097
  );
2088
2098
  break;
2089
2099
  case s.submitUpdateMobileTacCode:
2090
- n.result[r] = ea(
2100
+ n.result[r] = sa(
2091
2101
  o
2092
2102
  );
2093
2103
  break;
2094
2104
  case s.getVerifyPromo:
2095
- n.result[r] = ta(o);
2105
+ n.result[r] = ia(o);
2096
2106
  break;
2097
2107
  case s.signInViewInfo:
2098
- n.result[r] = aa(o);
2108
+ n.result[r] = la(o);
2099
2109
  break;
2100
2110
  case s.signInRecord:
2101
- n.result[r] = na(o);
2111
+ n.result[r] = ua(o);
2102
2112
  break;
2103
2113
  case s.referralProfile:
2104
- n.result[r] = oa(
2114
+ n.result[r] = da(
2105
2115
  o
2106
2116
  );
2107
2117
  break;
2108
2118
  case s.referralMemberProfile:
2109
- n.result[r] = ra(
2119
+ n.result[r] = ca(
2110
2120
  o
2111
2121
  );
2112
2122
  break;
2113
2123
  case s.registerAction:
2114
- n.result[r] = sa(o);
2124
+ n.result[r] = ma(o);
2115
2125
  break;
2116
2126
  case s.transferReport:
2117
- n.result[r] = ia(o);
2127
+ n.result[r] = pa(o);
2118
2128
  break;
2119
2129
  case s.agTransferCreditReport:
2120
- n.result[r] = la(
2130
+ n.result[r] = ga(
2121
2131
  o
2122
2132
  );
2123
2133
  break;
2124
2134
  case s.betReport:
2125
- n.result[r] = ua(o);
2135
+ n.result[r] = ba(o);
2126
2136
  break;
2127
2137
  case s.getTwoFactorAuthenticate:
2128
- n.result[r] = da(
2138
+ n.result[r] = fa(
2129
2139
  o
2130
2140
  );
2131
2141
  break;
2132
2142
  case s.submitTwoFactorAuthenticate:
2133
- n.result[r] = ca(
2143
+ n.result[r] = ya(
2134
2144
  o
2135
2145
  );
2136
2146
  break;
2137
2147
  case s.getUserDeviceList:
2138
- n.result[r] = ma(
2148
+ n.result[r] = _a(
2139
2149
  o
2140
2150
  );
2141
2151
  break;
2142
2152
  case s.unbindUserDevice:
2143
- n.result[r] = pa(
2153
+ n.result[r] = va(
2144
2154
  o
2145
2155
  );
2146
2156
  break;
2147
2157
  case s.searchNumberHistory:
2148
- n.result[r] = ga(
2158
+ n.result[r] = ha(
2149
2159
  o
2150
2160
  );
2151
2161
  break;
2152
2162
  case s.changeWithdrawalCode:
2153
- n.result[r] = ba(
2163
+ n.result[r] = Ta(
2154
2164
  o
2155
2165
  );
2156
2166
  break;
2157
2167
  case s.checkRedPacketToken:
2158
- n.result[r] = fa(
2168
+ n.result[r] = Ra(
2159
2169
  o
2160
2170
  );
2161
2171
  break;
2162
2172
  case s.submitWithdrawalAlipay:
2163
- n.result[r] = ya(
2173
+ n.result[r] = Sa(
2164
2174
  o
2165
2175
  );
2166
2176
  break;
2167
2177
  case s.applyReliefFund:
2168
- n.result[r] = va(
2178
+ n.result[r] = ka(
2169
2179
  o
2170
2180
  );
2171
2181
  break;
2172
2182
  case s.getReliefFundData:
2173
- n.result[r] = ha(
2183
+ n.result[r] = Oa(
2174
2184
  o
2175
2185
  );
2176
2186
  break;
2177
2187
  case s.getReliefFundReport:
2178
- n.result[r] = Ta(
2188
+ n.result[r] = Ma(
2179
2189
  o
2180
2190
  );
2181
2191
  break;
2182
2192
  case s.getWeekCardClaim:
2183
- n.result[r] = Ra(
2193
+ n.result[r] = Da(
2184
2194
  o
2185
2195
  );
2186
2196
  break;
2187
2197
  case s.getWeekCardData:
2188
- n.result[r] = Sa(
2198
+ n.result[r] = ja(
2189
2199
  o
2190
2200
  );
2191
2201
  break;
2192
2202
  case s.applyWeekCard:
2193
- n.result[r] = Pa(o);
2203
+ n.result[r] = xa(o);
2194
2204
  break;
2195
2205
  case s.transferSetting:
2196
- n.result[r] = ka(
2206
+ n.result[r] = Ca(
2197
2207
  o
2198
2208
  );
2199
2209
  break;
2200
2210
  case s.transfer:
2201
- n.result[r] = Oa(o);
2211
+ n.result[r] = Ia(o);
2202
2212
  break;
2203
2213
  case s.getIncentiveData:
2204
- n.result[r] = Ma(
2214
+ n.result[r] = Fa(
2205
2215
  o
2206
2216
  );
2207
2217
  break;
2208
2218
  case s.getIncentiveRebate:
2209
- n.result[r] = ja(
2219
+ n.result[r] = La(
2210
2220
  o
2211
2221
  );
2212
2222
  break;
2213
2223
  case s.claimIncentiveRebate:
2214
- n.result[r] = Da(
2224
+ n.result[r] = Ga(
2215
2225
  o
2216
2226
  );
2217
2227
  break;
2218
2228
  case s.getMissionData:
2219
- n.result[r] = Ca(o);
2229
+ n.result[r] = Na(o);
2220
2230
  break;
2221
2231
  case s.getMissionClaim:
2222
- n.result[r] = Fa(
2232
+ n.result[r] = Ba(
2223
2233
  o
2224
2234
  );
2225
2235
  break;
2226
2236
  case s.registerForm:
2227
- n.result[r] = La(o);
2237
+ n.result[r] = Ua(o);
2228
2238
  break;
2229
2239
  case s.getFavouriteGame:
2230
- n.result[r] = Ga(
2240
+ n.result[r] = qa(
2231
2241
  o
2232
2242
  );
2233
2243
  break;
2234
2244
  case s.updateFavouriteGame:
2235
- n.result[r] = za(
2245
+ n.result[r] = Wa(
2236
2246
  o
2237
2247
  );
2238
2248
  break;
2239
2249
  case s.requestForgetUsername:
2240
- n.result[r] = Na(
2250
+ n.result[r] = $a(
2241
2251
  o
2242
2252
  );
2243
2253
  break;
2244
2254
  case s.submitForgetUsername:
2245
- n.result[r] = wa(
2255
+ n.result[r] = Va(
2246
2256
  o
2247
2257
  );
2248
2258
  break;
2249
2259
  case s.getAccumulateDepositData:
2250
- n.result[r] = Ua(
2260
+ n.result[r] = Aa(
2251
2261
  o
2252
2262
  );
2253
2263
  break;
2254
2264
  case s.getAccumulateDepositClaim:
2255
- n.result[r] = qa(
2265
+ n.result[r] = Ha(
2256
2266
  o
2257
2267
  );
2258
2268
  break;
@@ -2276,14 +2286,14 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2276
2286
  if ((u = n.result) != null && u.vipStatus) {
2277
2287
  const r = n.result.vipStatus, {
2278
2288
  current_grade_id: o,
2279
- current_deposit: y,
2289
+ current_deposit: _,
2280
2290
  current_turnover: k,
2281
2291
  percentage: x
2282
2292
  } = r, z = c.list.findIndex((M) => M.id === o);
2283
2293
  c.list = c.list.map((M, N) => {
2284
2294
  const w = N === z;
2285
- let C = "0", f = "0", $ = 0;
2286
- return w ? (C = `${Math.min(Number(y), Number(M.deposit.total))}`, f = `${Math.min(Number(k), Number(M.turnover.total))}`, $ = x) : N < z ? (C = M.deposit.total, f = M.turnover.total, $ = 1) : N > z && (C = "0.00", f = "0.00", $ = 0), {
2295
+ let C = "0", f = "0", V = 0;
2296
+ return w ? (C = `${Math.min(Number(_), Number(M.deposit.total))}`, f = `${Math.min(Number(k), Number(M.turnover.total))}`, V = x) : N < z ? (C = M.deposit.total, f = M.turnover.total, V = 1) : N > z && (C = "0.00", f = "0.00", V = 0), {
2287
2297
  ...M,
2288
2298
  is_current_level: w,
2289
2299
  deposit: {
@@ -2296,7 +2306,7 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2296
2306
  isShow: v === 2 || v === 3 || v === 4,
2297
2307
  current: f
2298
2308
  },
2299
- percentage: $
2309
+ percentage: V
2300
2310
  };
2301
2311
  });
2302
2312
  }
@@ -2304,19 +2314,19 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2304
2314
  }
2305
2315
  if (s.vipBonus in n.result) {
2306
2316
  if ((d = n.result) != null && d.vipBonus) {
2307
- const r = n.result.vipBonus, o = c.list.find(($) => $.is_current_level == !0), y = Number(o == null ? void 0 : o.benefit_list.daily.bonus) ?? 0, k = Number(o == null ? void 0 : o.benefit_list.weekly.bonus) ?? 0, x = Number(o == null ? void 0 : o.benefit_list.monthly.bonus) ?? 0;
2317
+ const r = n.result.vipBonus, o = c.list.find((V) => V.is_current_level == !0), _ = Number(o == null ? void 0 : o.benefit_list.daily.bonus) ?? 0, k = Number(o == null ? void 0 : o.benefit_list.weekly.bonus) ?? 0, x = Number(o == null ? void 0 : o.benefit_list.monthly.bonus) ?? 0;
2308
2318
  c.bonus.day.isClaimable = r.day.isClaimable;
2309
- const { dayRemainingTime: z, dayProgressPercentage: M } = _e();
2319
+ const { dayRemainingTime: z, dayProgressPercentage: M } = he();
2310
2320
  c.bonus.day.timestamp = {
2311
- current: !r.day.isClaimable && y > 0 ? z : 0,
2321
+ current: !r.day.isClaimable && _ > 0 ? z : 0,
2312
2322
  percentage: M
2313
2323
  }, c.bonus.week.isClaimable = r.week.isClaimable;
2314
- const { weekRemainingTime: N, weekProgressPercentage: w } = ye();
2324
+ const { weekRemainingTime: N, weekProgressPercentage: w } = ve();
2315
2325
  c.bonus.week.timestamp = {
2316
2326
  current: !r.week.isClaimable && k > 0 ? N : 0,
2317
2327
  percentage: w
2318
2328
  }, c.bonus.month.isClaimable = r.month.isClaimable;
2319
- const { monthRemainingTime: C, monthProgressPercentage: f } = fe();
2329
+ const { monthRemainingTime: C, monthProgressPercentage: f } = _e();
2320
2330
  c.bonus.month.timestamp = {
2321
2331
  current: !r.month.isClaimable && x > 0 ? C : 0,
2322
2332
  percentage: f
@@ -2332,11 +2342,11 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2332
2342
  code: "vipLevel",
2333
2343
  value: c.list.map((f) => f.name)
2334
2344
  });
2335
- const y = r.findIndex(
2345
+ const _ = r.findIndex(
2336
2346
  (f) => f.fieldName == "upgrade_bonus"
2337
2347
  );
2338
- y > -1 && o.push({
2339
- name: r[y].showName,
2348
+ _ > -1 && o.push({
2349
+ name: r[_].showName,
2340
2350
  code: "",
2341
2351
  value: c.list.map((f) => f.benefit_list.upgrade.bonus)
2342
2352
  });
@@ -2409,13 +2419,13 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2409
2419
  }
2410
2420
  n.result.vipList = c;
2411
2421
  }
2412
- if (s.getFavouriteGame in n.result && ((_ = n.result) != null && _.getFavouriteGame)) {
2422
+ if (s.getFavouriteGame in n.result && ((y = n.result) != null && y.getFavouriteGame)) {
2413
2423
  const c = n.result.getFavouriteGame;
2414
- if (JSON.parse(e[D].query).pid && s.getPlatformTurnoverRate in n.result && (g = n.result) != null && g.getPlatformTurnoverRate) {
2424
+ if (JSON.parse(e[j].query).pid && s.getPlatformTurnoverRate in n.result && (g = n.result) != null && g.getPlatformTurnoverRate) {
2415
2425
  const v = n.result.getPlatformTurnoverRate;
2416
2426
  n.result.getFavouriteGame = c.data.map((r) => {
2417
2427
  const o = v.find(
2418
- (y) => y.id === r.platformId
2428
+ (_) => _.id === r.platformId
2419
2429
  );
2420
2430
  return {
2421
2431
  ...r,
@@ -2426,11 +2436,11 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2426
2436
  }
2427
2437
  if (s.fishGameList in n.result && ((b = n.result) != null && b.fishGameList)) {
2428
2438
  const c = n.result.fishGameList;
2429
- if (JSON.parse(e[B].query).pid && s.getPlatformTurnoverRate in n.result && (P = n.result) != null && P.getPlatformTurnoverRate) {
2439
+ if (JSON.parse(e[B].query).pid && s.getPlatformTurnoverRate in n.result && (S = n.result) != null && S.getPlatformTurnoverRate) {
2430
2440
  const v = n.result.getPlatformTurnoverRate;
2431
2441
  n.result.fishGameList = c.data.map((r) => {
2432
2442
  const o = v.find(
2433
- (y) => y.id === r.platformId
2443
+ (_) => _.id === r.platformId
2434
2444
  );
2435
2445
  return {
2436
2446
  ...r,
@@ -2447,50 +2457,50 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2447
2457
  const r = n.result.getPlatformTurnoverRate;
2448
2458
  c.platformGame = c.platformGame.map((o) => ({
2449
2459
  ...o,
2450
- list: o.list.map((y) => {
2460
+ list: o.list.map((_) => {
2451
2461
  const k = r.find(
2452
- (x) => x.id === y.platformId
2462
+ (x) => x.id === _.platformId
2453
2463
  );
2454
2464
  return {
2455
- ...y,
2465
+ ..._,
2456
2466
  rate: (k == null ? void 0 : k.percentage) ?? "0.00"
2457
2467
  };
2458
2468
  })
2459
2469
  })), c.platformGameList.data = c.platformGameList.data.map((o) => {
2460
- const y = r.find(
2470
+ const _ = r.find(
2461
2471
  (k) => k.id === o.platformId
2462
2472
  );
2463
2473
  return {
2464
2474
  ...o,
2465
- rate: (y == null ? void 0 : y.percentage) ?? "0.00"
2475
+ rate: (_ == null ? void 0 : _.percentage) ?? "0.00"
2466
2476
  };
2467
2477
  }), c.hotGameList.data = c.hotGameList.data.map((o) => {
2468
- const y = r.find(
2478
+ const _ = r.find(
2469
2479
  (k) => k.id === o.platformId
2470
2480
  );
2471
2481
  return {
2472
2482
  ...o,
2473
- rate: (y == null ? void 0 : y.percentage) ?? "0.00"
2483
+ rate: (_ == null ? void 0 : _.percentage) ?? "0.00"
2474
2484
  };
2475
2485
  }), c.trialGameList = c.trialGameList.map((o) => {
2476
- const y = r.find(
2486
+ const _ = r.find(
2477
2487
  (k) => k.id === o.platformId
2478
2488
  );
2479
2489
  return {
2480
2490
  ...o,
2481
- rate: (y == null ? void 0 : y.percentage) ?? "0.00"
2491
+ rate: (_ == null ? void 0 : _.percentage) ?? "0.00"
2482
2492
  };
2483
2493
  }), delete n.result.getPlatformTurnoverRate;
2484
2494
  }
2485
2495
  }
2486
2496
  n.result.gameList = c;
2487
2497
  }
2488
- if (s.getCompany in n.result && ((S = n.result) != null && S.getCompany)) {
2498
+ if (s.getCompany in n.result && ((P = n.result) != null && P.getCompany)) {
2489
2499
  const c = n.result.getCompany;
2490
2500
  if (s.searchResultDate in n.result && (O = n.result) != null && O.searchResultDate) {
2491
2501
  const v = n.result.searchResultDate;
2492
2502
  c.forEach((r) => {
2493
- const o = v.find((y) => y.id == r.id);
2503
+ const o = v.find((_) => _.id == r.id);
2494
2504
  o && (r.date = o == null ? void 0 : o.date);
2495
2505
  }), delete n.result.searchResultDate;
2496
2506
  }
@@ -2508,10 +2518,10 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2508
2518
  result: {}
2509
2519
  });
2510
2520
  }
2511
- }, Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2521
+ }, Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2512
2522
  __proto__: null,
2513
- post: Wa
2514
- }, Symbol.toStringTag, { value: "Module" })), $a = async (e, t) => {
2523
+ post: Ja
2524
+ }, Symbol.toStringTag, { value: "Module" })), Za = async (e, t) => {
2515
2525
  let a = {
2516
2526
  status: 200,
2517
2527
  message: ""
@@ -2531,10 +2541,10 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2531
2541
  };
2532
2542
  }
2533
2543
  return a;
2534
- }, Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2544
+ }, Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2535
2545
  __proto__: null,
2536
- call: $a
2537
- }, Symbol.toStringTag, { value: "Module" })), Aa = async () => {
2546
+ call: Za
2547
+ }, Symbol.toStringTag, { value: "Module" })), Qa = async () => {
2538
2548
  let e = {
2539
2549
  status: 200,
2540
2550
  message: ""
@@ -2548,9 +2558,9 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2548
2558
  };
2549
2559
  }
2550
2560
  return e;
2551
- }, Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2561
+ }, Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2552
2562
  __proto__: null,
2553
- call: Aa
2563
+ call: Qa
2554
2564
  }, Symbol.toStringTag, { value: "Module" })), ie = {
2555
2565
  data: {
2556
2566
  status: !1,
@@ -2561,7 +2571,7 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2561
2571
  accountId: 0
2562
2572
  }
2563
2573
  }
2564
- }, Ja = async () => {
2574
+ }, en = async () => {
2565
2575
  let e = {
2566
2576
  status: 200,
2567
2577
  message: "",
@@ -2586,15 +2596,15 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2586
2596
  };
2587
2597
  }
2588
2598
  return e;
2589
- }, Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2599
+ }, tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2590
2600
  __proto__: null,
2591
- call: Ja
2601
+ call: en
2592
2602
  }, Symbol.toStringTag, { value: "Module" })), le = {
2593
2603
  data: {
2594
2604
  status: !1,
2595
2605
  message: ""
2596
2606
  }
2597
- }, Ka = async (e, t) => {
2607
+ }, an = async (e, t) => {
2598
2608
  let a = {
2599
2609
  status: 200,
2600
2610
  message: "",
@@ -2619,10 +2629,10 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2619
2629
  };
2620
2630
  }
2621
2631
  return a;
2622
- }, Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2632
+ }, nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2623
2633
  __proto__: null,
2624
- call: Ka
2625
- }, Symbol.toStringTag, { value: "Module" })), Xa = async (e, t, a, l) => {
2634
+ call: an
2635
+ }, Symbol.toStringTag, { value: "Module" })), on = async (e, t, a, l) => {
2626
2636
  let i = {
2627
2637
  status: 200,
2628
2638
  message: "",
@@ -2660,10 +2670,10 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2660
2670
  };
2661
2671
  }
2662
2672
  return i;
2663
- }, Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2673
+ }, rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2664
2674
  __proto__: null,
2665
- call: Xa
2666
- }, Symbol.toStringTag, { value: "Module" })), en = async (e, t, a) => {
2675
+ call: on
2676
+ }, Symbol.toStringTag, { value: "Module" })), sn = async (e, t, a) => {
2667
2677
  let l = {
2668
2678
  status: 200,
2669
2679
  message: "",
@@ -2697,26 +2707,11 @@ const Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2697
2707
  };
2698
2708
  }
2699
2709
  return l;
2700
- }, tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2710
+ }, ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2701
2711
  __proto__: null,
2702
- call: en
2703
- }, Symbol.toStringTag, { value: "Module" })), an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2704
- __proto__: null
2705
- }, Symbol.toStringTag, { value: "Module" })), nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2706
- __proto__: null
2707
- }, Symbol.toStringTag, { value: "Module" })), on = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2712
+ call: sn
2713
+ }, Symbol.toStringTag, { value: "Module" })), un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2708
2714
  __proto__: null
2709
- }, Symbol.toStringTag, { value: "Module" })), rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2710
- __proto__: null
2711
- }, Symbol.toStringTag, { value: "Module" })), sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2712
- __proto__: null
2713
- }, Symbol.toStringTag, { value: "Module" })), ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2714
- __proto__: null
2715
- }, Symbol.toStringTag, { value: "Module" }));
2716
- var me = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e))(me || {});
2717
- const un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2718
- __proto__: null,
2719
- CmsType: me
2720
2715
  }, Symbol.toStringTag, { value: "Module" })), dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2721
2716
  __proto__: null
2722
2717
  }, Symbol.toStringTag, { value: "Module" })), cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2727,8 +2722,11 @@ const un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2727
2722
  __proto__: null
2728
2723
  }, Symbol.toStringTag, { value: "Module" })), gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2729
2724
  __proto__: null
2730
- }, Symbol.toStringTag, { value: "Module" })), bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2731
- __proto__: null
2725
+ }, Symbol.toStringTag, { value: "Module" }));
2726
+ var ge = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e))(ge || {});
2727
+ const bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2728
+ __proto__: null,
2729
+ CmsType: ge
2732
2730
  }, Symbol.toStringTag, { value: "Module" })), fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2733
2731
  __proto__: null
2734
2732
  }, Symbol.toStringTag, { value: "Module" })), yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2753,10 +2751,10 @@ const un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2753
2751
  __proto__: null
2754
2752
  }, Symbol.toStringTag, { value: "Module" })), Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2755
2753
  __proto__: null
2756
- }, Symbol.toStringTag, { value: "Module" })), jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2757
- __proto__: null
2758
2754
  }, Symbol.toStringTag, { value: "Module" })), Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2759
2755
  __proto__: null
2756
+ }, Symbol.toStringTag, { value: "Module" })), jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2757
+ __proto__: null
2760
2758
  }, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2761
2759
  __proto__: null
2762
2760
  }, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2781,37 +2779,37 @@ const un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2781
2779
  __proto__: null
2782
2780
  }, Symbol.toStringTag, { value: "Module" })), qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2783
2781
  __proto__: null
2784
- }, Symbol.toStringTag, { value: "Module" })), ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2785
- __proto__: null
2786
- }, Symbol.toStringTag, { value: "Module" })), de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2787
- __proto__: null
2788
2782
  }, Symbol.toStringTag, { value: "Module" })), Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2789
2783
  __proto__: null
2784
+ }, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2785
+ __proto__: null
2790
2786
  }, Symbol.toStringTag, { value: "Module" })), Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2791
2787
  __proto__: null
2792
- }, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2788
+ }, Symbol.toStringTag, { value: "Module" })), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2793
2789
  __proto__: null
2794
- }, Symbol.toStringTag, { value: "Module" }));
2795
- var pe = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(pe || {});
2796
- const En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2797
- __proto__: null,
2798
- ImageType: pe
2799
2790
  }, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2800
2791
  __proto__: null
2801
2792
  }, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2802
2793
  __proto__: null
2794
+ }, Symbol.toStringTag, { value: "Module" })), ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2795
+ __proto__: null
2796
+ }, Symbol.toStringTag, { value: "Module" })), de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2797
+ __proto__: null
2803
2798
  }, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2804
2799
  __proto__: null
2805
2800
  }, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2806
2801
  __proto__: null
2807
- }, Symbol.toStringTag, { value: "Module" })), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2802
+ }, Symbol.toStringTag, { value: "Module" })), Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2808
2803
  __proto__: null
2804
+ }, Symbol.toStringTag, { value: "Module" }));
2805
+ var be = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(be || {});
2806
+ const Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2807
+ __proto__: null,
2808
+ ImageType: be
2809
2809
  }, Symbol.toStringTag, { value: "Module" })), Qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2810
2810
  __proto__: null
2811
2811
  }, Symbol.toStringTag, { value: "Module" })), Xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2812
2812
  __proto__: null
2813
- }, Symbol.toStringTag, { value: "Module" })), Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2814
- __proto__: null
2815
2813
  }, Symbol.toStringTag, { value: "Module" })), eo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2816
2814
  __proto__: null
2817
2815
  }, Symbol.toStringTag, { value: "Module" })), to = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2866,10 +2864,10 @@ const En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2866
2864
  __proto__: null
2867
2865
  }, Symbol.toStringTag, { value: "Module" })), Mo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2868
2866
  __proto__: null
2869
- }, Symbol.toStringTag, { value: "Module" })), jo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2870
- __proto__: null
2871
2867
  }, Symbol.toStringTag, { value: "Module" })), Do = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2872
2868
  __proto__: null
2869
+ }, Symbol.toStringTag, { value: "Module" })), jo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2870
+ __proto__: null
2873
2871
  }, Symbol.toStringTag, { value: "Module" })), xo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2874
2872
  __proto__: null
2875
2873
  }, Symbol.toStringTag, { value: "Module" })), Co = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2896,10 +2894,10 @@ const En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2896
2894
  __proto__: null
2897
2895
  }, Symbol.toStringTag, { value: "Module" })), Wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2898
2896
  __proto__: null
2899
- }, Symbol.toStringTag, { value: "Module" })), Vo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2900
- __proto__: null
2901
2897
  }, Symbol.toStringTag, { value: "Module" })), $o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2902
2898
  __proto__: null
2899
+ }, Symbol.toStringTag, { value: "Module" })), Vo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2900
+ __proto__: null
2903
2901
  }, Symbol.toStringTag, { value: "Module" })), Eo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2904
2902
  __proto__: null
2905
2903
  }, Symbol.toStringTag, { value: "Module" })), Ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2910,256 +2908,268 @@ const En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2910
2908
  __proto__: null
2911
2909
  }, Symbol.toStringTag, { value: "Module" })), Yo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2912
2910
  __proto__: null
2911
+ }, Symbol.toStringTag, { value: "Module" })), Zo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2912
+ __proto__: null
2913
2913
  }, Symbol.toStringTag, { value: "Module" })), Ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2914
2914
  __proto__: null
2915
2915
  }, Symbol.toStringTag, { value: "Module" })), Qo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2916
2916
  __proto__: null
2917
2917
  }, Symbol.toStringTag, { value: "Module" })), Xo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2918
2918
  __proto__: null
2919
- }, Symbol.toStringTag, { value: "Module" })), Zo = {
2920
- api: Va,
2921
- loginApi: Ea,
2922
- logoutApi: Ha,
2923
- autoRegisterApi: Ya,
2924
- setLocaleApi: Qa,
2925
- loadMatchApi: Za,
2926
- loginWithCaptchaApi: tn,
2927
- apiType: ve,
2928
- loginType: an,
2929
- logoutType: nn,
2930
- announcementType: on,
2931
- paymentsProviderType: he,
2932
- gameListType: rn,
2933
- vipListType: sn,
2934
- promotionType: ln,
2935
- cmsListType: un,
2936
- mainWalletType: dn,
2937
- upcomingMatchType: cn,
2938
- depositType: mn,
2939
- applyVipBonusType: pn,
2940
- withdrawalGetType: gn,
2941
- addBankCardType: bn,
2942
- withdrawType: fn,
2943
- getSettingType: _a,
2944
- transactionReportType: yn,
2945
- changePasswordType: _n,
2946
- walletType: vn,
2947
- getEventListType: hn,
2948
- getEventTokenType: Tn,
2949
- getExtraGameType: Rn,
2950
- mailBoxType: Sn,
2951
- fishGameListType: Pn,
2952
- slotGameListType: kn,
2953
- getTurnOverRewardDataType: On,
2954
- getTurnOverRewardReportType: Mn,
2955
- getInviteRewardDataType: jn,
2956
- getInviteRewardReportType: Dn,
2957
- getTopupRewardDataType: xn,
2958
- getTopupRewardReportType: Cn,
2959
- getRewardReferralType: In,
2960
- getDepositPromotionType: Fn,
2961
- getInviteRewardClaimType: Ln,
2962
- getTopUpRewardClaimType: Gn,
2963
- getTurnOverRewardClaimType: zn,
2964
- getInviteRewardSettingType: Nn,
2965
- getTopUpRewardSettingType: wn,
2966
- getTurnOverRewardSettingType: Bn,
2967
- requestForgetPasswordType: Un,
2968
- submitForgetPasswordType: qn,
2919
+ }, Symbol.toStringTag, { value: "Module" })), er = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2920
+ __proto__: null
2921
+ }, Symbol.toStringTag, { value: "Module" })), tr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2922
+ __proto__: null
2923
+ }, Symbol.toStringTag, { value: "Module" })), ar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2924
+ __proto__: null
2925
+ }, Symbol.toStringTag, { value: "Module" })), nr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2926
+ __proto__: null
2927
+ }, Symbol.toStringTag, { value: "Module" })), or = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2928
+ __proto__: null
2929
+ }, Symbol.toStringTag, { value: "Module" })), rr = {
2930
+ api: Ya,
2931
+ loginApi: Ka,
2932
+ logoutApi: Xa,
2933
+ autoRegisterApi: tn,
2934
+ setLocaleApi: nn,
2935
+ loadMatchApi: rn,
2936
+ loginWithCaptchaApi: ln,
2937
+ apiType: ke,
2938
+ loginType: un,
2939
+ logoutType: dn,
2940
+ announcementType: cn,
2941
+ paymentsProviderType: Oe,
2942
+ gameListType: mn,
2943
+ vipListType: pn,
2944
+ promotionType: gn,
2945
+ cmsListType: bn,
2946
+ mainWalletType: fn,
2947
+ upcomingMatchType: yn,
2948
+ depositType: _n,
2949
+ applyVipBonusType: vn,
2950
+ withdrawalGetType: hn,
2951
+ addBankCardType: Tn,
2952
+ withdrawType: Rn,
2953
+ getSettingType: Pa,
2954
+ transactionReportType: Sn,
2955
+ changePasswordType: Pn,
2956
+ walletType: kn,
2957
+ getEventListType: On,
2958
+ getEventTokenType: Mn,
2959
+ getExtraGameType: Dn,
2960
+ mailBoxType: jn,
2961
+ fishGameListType: xn,
2962
+ slotGameListType: Cn,
2963
+ getTurnOverRewardDataType: In,
2964
+ getTurnOverRewardReportType: Fn,
2965
+ getInviteRewardDataType: Ln,
2966
+ getInviteRewardReportType: Gn,
2967
+ getTopupRewardDataType: zn,
2968
+ getTopupRewardReportType: Nn,
2969
+ getRewardReferralType: wn,
2970
+ getDepositPromotionType: Bn,
2971
+ getInviteRewardClaimType: Un,
2972
+ getTopUpRewardClaimType: qn,
2973
+ getTurnOverRewardClaimType: Wn,
2974
+ getInviteRewardSettingType: $n,
2975
+ getTopUpRewardSettingType: Vn,
2976
+ getTurnOverRewardSettingType: En,
2977
+ requestForgetPasswordType: An,
2978
+ submitForgetPasswordType: Hn,
2969
2979
  submitGiftCode: ue,
2970
2980
  playGame: de,
2971
- requestUpdateMobileTacCode: Wn,
2972
- submitUpdateMobileTacCode: Vn,
2973
- getVerifyPromo: $n,
2974
- getImageType: En,
2975
- getValidateType: An,
2976
- updateProfilePictureType: Hn,
2977
- readMailType: Jn,
2978
- checkRedPacketValidateType: Yn,
2979
- getUserProfileType: Kn,
2980
- requestTacCodeType: Qn,
2981
- getUsernameByReferType: Xn,
2982
- applyPromoType: Zn,
2983
- applySignInType: eo,
2984
- applyRedPacketType: to,
2985
- getCountryType: ao,
2981
+ requestUpdateMobileTacCode: Jn,
2982
+ submitUpdateMobileTacCode: Yn,
2983
+ getVerifyPromo: Zn,
2984
+ getImageType: Kn,
2985
+ getValidateType: Qn,
2986
+ updateProfilePictureType: Xn,
2987
+ readMailType: eo,
2988
+ checkRedPacketValidateType: to,
2989
+ getUserProfileType: ao,
2990
+ requestTacCodeType: no,
2991
+ getUsernameByReferType: oo,
2992
+ applyPromoType: ro,
2993
+ applySignInType: so,
2994
+ applyRedPacketType: io,
2995
+ getCountryType: lo,
2986
2996
  submitGiftCodeType: ue,
2987
2997
  playGameType: de,
2988
- transferToMainType: no,
2989
- transferProcessType: oo,
2990
- submitValidateType: ro,
2991
- checkTransferCreditType: so,
2992
- friendListType: io,
2993
- friendListEditType: lo,
2994
- getActivePPType: uo,
2995
- getActiveProductType: co,
2996
- requestWithdrawTacType: mo,
2997
- requestWithdrawalCodeType: po,
2998
- commissionWithdrawType: go,
2999
- submitWithdrawalCodeType: bo,
3000
- submitCryptoAccountType: fo,
3001
- requestTransferMoneyType: yo,
3002
- submitTransferMoneyType: _o,
3003
- signInViewInfoType: vo,
3004
- signInRecordType: ho,
3005
- referralProfileType: To,
3006
- referralMemberProfileType: Ro,
3007
- registerActionType: So,
3008
- transferReportType: Po,
3009
- agTransferCreditReportType: ko,
3010
- betReportType: Oo,
3011
- getTwoFactorAuthenticateType: Mo,
3012
- submitTwoFactorAuthenticateType: jo,
3013
- getUserDeviceListType: Do,
3014
- unbindUserDeviceType: xo,
3015
- searchNumberHistoryType: Co,
3016
- changeWithdrawalCodeType: Io,
3017
- checkRedPacketTokenType: Fo,
3018
- submitWithdrawalAlipayType: Lo,
3019
- applyReliefFund: Go,
3020
- getReliefFundData: zo,
3021
- getReliefFundReport: No,
3022
- getWeekCardClaim: wo,
3023
- getWeekCardData: Bo,
3024
- applyWeekCard: Uo,
3025
- transferSettingType: qo,
3026
- transferType: Wo,
3027
- claimIncentiveRebate: Vo,
3028
- getIncentiveData: $o,
3029
- getIncentiveRebate: Eo,
3030
- getMissionData: xa,
3031
- getMissionClaim: Ao,
3032
- registerFormType: Ho,
3033
- getFavouriteGameType: Jo,
3034
- updateFavouriteGameType: Yo,
3035
- requestForgetUsernameType: Ko,
3036
- submitForgetUsernameType: Qo,
3037
- getAccumulateDepositDataType: Ba,
3038
- getAccumulateDepositClaimType: Xo
3039
- }, tr = {
2998
+ transferToMainType: uo,
2999
+ transferProcessType: co,
3000
+ submitValidateType: mo,
3001
+ checkTransferCreditType: po,
3002
+ friendListType: go,
3003
+ friendListEditType: bo,
3004
+ getActivePPType: fo,
3005
+ getActiveProductType: yo,
3006
+ requestWithdrawTacType: _o,
3007
+ requestWithdrawalCodeType: vo,
3008
+ commissionWithdrawType: ho,
3009
+ submitWithdrawalCodeType: To,
3010
+ submitCryptoAccountType: Ro,
3011
+ requestTransferMoneyType: So,
3012
+ submitTransferMoneyType: Po,
3013
+ signInViewInfoType: ko,
3014
+ signInRecordType: Oo,
3015
+ referralProfileType: Mo,
3016
+ referralMemberProfileType: Do,
3017
+ registerActionType: jo,
3018
+ transferReportType: xo,
3019
+ agTransferCreditReportType: Co,
3020
+ betReportType: Io,
3021
+ getTwoFactorAuthenticateType: Fo,
3022
+ submitTwoFactorAuthenticateType: Lo,
3023
+ getUserDeviceListType: Go,
3024
+ unbindUserDeviceType: zo,
3025
+ searchNumberHistoryType: No,
3026
+ changeWithdrawalCodeType: wo,
3027
+ checkRedPacketTokenType: Bo,
3028
+ submitWithdrawalAlipayType: Uo,
3029
+ applyReliefFund: qo,
3030
+ getReliefFundData: Wo,
3031
+ getReliefFundReport: $o,
3032
+ getWeekCardClaim: Vo,
3033
+ getWeekCardData: Eo,
3034
+ applyWeekCard: Ao,
3035
+ transferSettingType: Ho,
3036
+ transferType: Jo,
3037
+ claimIncentiveRebate: Yo,
3038
+ getIncentiveData: Zo,
3039
+ getIncentiveRebate: Ko,
3040
+ getMissionData: za,
3041
+ getMissionClaim: Qo,
3042
+ registerFormType: Xo,
3043
+ getFavouriteGameType: er,
3044
+ updateFavouriteGameType: tr,
3045
+ requestForgetUsernameType: ar,
3046
+ submitForgetUsernameType: nr,
3047
+ getAccumulateDepositDataType: Ea,
3048
+ getAccumulateDepositClaimType: or
3049
+ }, ir = {
3040
3050
  install(e) {
3041
- e.config.globalProperties.$library = Zo;
3051
+ e.config.globalProperties.$library = rr;
3042
3052
  }
3043
3053
  };
3044
3054
  export {
3045
- tr as Repository,
3046
- bn as addBankCardType,
3047
- ko as agTransferCreditReportType,
3048
- on as announcementType,
3049
- Va as api,
3050
- ve as apiType,
3051
- Zn as applyPromoType,
3052
- to as applyRedPacketType,
3053
- Go as applyReliefFund,
3054
- eo as applySignInType,
3055
- pn as applyVipBonusType,
3056
- Uo as applyWeekCard,
3057
- Ya as autoRegisterApi,
3058
- Oo as betReportType,
3059
- _n as changePasswordType,
3060
- Io as changeWithdrawalCodeType,
3061
- Fo as checkRedPacketTokenType,
3062
- Yn as checkRedPacketValidateType,
3063
- so as checkTransferCreditType,
3064
- Vo as claimIncentiveRebate,
3065
- un as cmsListType,
3066
- go as commissionWithdrawType,
3067
- mn as depositType,
3068
- Pn as fishGameListType,
3069
- lo as friendListEditType,
3070
- io as friendListType,
3071
- rn as gameListType,
3072
- Xo as getAccumulateDepositClaimType,
3073
- Ba as getAccumulateDepositDataType,
3074
- uo as getActivePPType,
3075
- co as getActiveProductType,
3076
- ao as getCountryType,
3077
- Fn as getDepositPromotionType,
3078
- hn as getEventListType,
3079
- Tn as getEventTokenType,
3080
- Rn as getExtraGameType,
3081
- Jo as getFavouriteGameType,
3082
- En as getImageType,
3083
- $o as getIncentiveData,
3084
- Eo as getIncentiveRebate,
3085
- Ln as getInviteRewardClaimType,
3086
- jn as getInviteRewardDataType,
3087
- Dn as getInviteRewardReportType,
3088
- Nn as getInviteRewardSettingType,
3089
- Ao as getMissionClaim,
3090
- xa as getMissionData,
3091
- zo as getReliefFundData,
3092
- No as getReliefFundReport,
3093
- In as getRewardReferralType,
3094
- _a as getSettingType,
3095
- Gn as getTopUpRewardClaimType,
3096
- wn as getTopUpRewardSettingType,
3097
- xn as getTopupRewardDataType,
3098
- Cn as getTopupRewardReportType,
3099
- zn as getTurnOverRewardClaimType,
3100
- On as getTurnOverRewardDataType,
3101
- Mn as getTurnOverRewardReportType,
3102
- Bn as getTurnOverRewardSettingType,
3103
- Mo as getTwoFactorAuthenticateType,
3104
- Do as getUserDeviceListType,
3105
- Kn as getUserProfileType,
3106
- Xn as getUsernameByReferType,
3107
- An as getValidateType,
3108
- $n as getVerifyPromo,
3109
- wo as getWeekCardClaim,
3110
- Bo as getWeekCardData,
3111
- Za as loadMatchApi,
3112
- Ea as loginApi,
3113
- an as loginType,
3114
- tn as loginWithCaptchaApi,
3115
- Ha as logoutApi,
3116
- nn as logoutType,
3117
- Sn as mailBoxType,
3118
- dn as mainWalletType,
3119
- he as paymentsProviderType,
3055
+ ir as Repository,
3056
+ Tn as addBankCardType,
3057
+ Co as agTransferCreditReportType,
3058
+ cn as announcementType,
3059
+ Ya as api,
3060
+ ke as apiType,
3061
+ ro as applyPromoType,
3062
+ io as applyRedPacketType,
3063
+ qo as applyReliefFund,
3064
+ so as applySignInType,
3065
+ vn as applyVipBonusType,
3066
+ Ao as applyWeekCard,
3067
+ tn as autoRegisterApi,
3068
+ Io as betReportType,
3069
+ Pn as changePasswordType,
3070
+ wo as changeWithdrawalCodeType,
3071
+ Bo as checkRedPacketTokenType,
3072
+ to as checkRedPacketValidateType,
3073
+ po as checkTransferCreditType,
3074
+ Yo as claimIncentiveRebate,
3075
+ bn as cmsListType,
3076
+ ho as commissionWithdrawType,
3077
+ _n as depositType,
3078
+ xn as fishGameListType,
3079
+ bo as friendListEditType,
3080
+ go as friendListType,
3081
+ mn as gameListType,
3082
+ or as getAccumulateDepositClaimType,
3083
+ Ea as getAccumulateDepositDataType,
3084
+ fo as getActivePPType,
3085
+ yo as getActiveProductType,
3086
+ lo as getCountryType,
3087
+ Bn as getDepositPromotionType,
3088
+ On as getEventListType,
3089
+ Mn as getEventTokenType,
3090
+ Dn as getExtraGameType,
3091
+ er as getFavouriteGameType,
3092
+ Kn as getImageType,
3093
+ Zo as getIncentiveData,
3094
+ Ko as getIncentiveRebate,
3095
+ Un as getInviteRewardClaimType,
3096
+ Ln as getInviteRewardDataType,
3097
+ Gn as getInviteRewardReportType,
3098
+ $n as getInviteRewardSettingType,
3099
+ Qo as getMissionClaim,
3100
+ za as getMissionData,
3101
+ Wo as getReliefFundData,
3102
+ $o as getReliefFundReport,
3103
+ wn as getRewardReferralType,
3104
+ Pa as getSettingType,
3105
+ qn as getTopUpRewardClaimType,
3106
+ Vn as getTopUpRewardSettingType,
3107
+ zn as getTopupRewardDataType,
3108
+ Nn as getTopupRewardReportType,
3109
+ Wn as getTurnOverRewardClaimType,
3110
+ In as getTurnOverRewardDataType,
3111
+ Fn as getTurnOverRewardReportType,
3112
+ En as getTurnOverRewardSettingType,
3113
+ Fo as getTwoFactorAuthenticateType,
3114
+ Go as getUserDeviceListType,
3115
+ ao as getUserProfileType,
3116
+ oo as getUsernameByReferType,
3117
+ Qn as getValidateType,
3118
+ Zn as getVerifyPromo,
3119
+ Vo as getWeekCardClaim,
3120
+ Eo as getWeekCardData,
3121
+ rn as loadMatchApi,
3122
+ Ka as loginApi,
3123
+ un as loginType,
3124
+ ln as loginWithCaptchaApi,
3125
+ Xa as logoutApi,
3126
+ dn as logoutType,
3127
+ jn as mailBoxType,
3128
+ fn as mainWalletType,
3129
+ Oe as paymentsProviderType,
3120
3130
  de as playGame,
3121
3131
  de as playGameType,
3122
- ln as promotionType,
3123
- Jn as readMailType,
3124
- Ro as referralMemberProfileType,
3125
- To as referralProfileType,
3126
- So as registerActionType,
3127
- Ho as registerFormType,
3128
- Un as requestForgetPasswordType,
3129
- Ko as requestForgetUsernameType,
3130
- Qn as requestTacCodeType,
3131
- yo as requestTransferMoneyType,
3132
- Wn as requestUpdateMobileTacCode,
3133
- mo as requestWithdrawTacType,
3134
- po as requestWithdrawalCodeType,
3135
- Co as searchNumberHistoryType,
3136
- Qa as setLocaleApi,
3137
- ho as signInRecordType,
3138
- vo as signInViewInfoType,
3139
- kn as slotGameListType,
3140
- fo as submitCryptoAccountType,
3141
- qn as submitForgetPasswordType,
3142
- Qo as submitForgetUsernameType,
3132
+ gn as promotionType,
3133
+ eo as readMailType,
3134
+ Do as referralMemberProfileType,
3135
+ Mo as referralProfileType,
3136
+ jo as registerActionType,
3137
+ Xo as registerFormType,
3138
+ An as requestForgetPasswordType,
3139
+ ar as requestForgetUsernameType,
3140
+ no as requestTacCodeType,
3141
+ So as requestTransferMoneyType,
3142
+ Jn as requestUpdateMobileTacCode,
3143
+ _o as requestWithdrawTacType,
3144
+ vo as requestWithdrawalCodeType,
3145
+ No as searchNumberHistoryType,
3146
+ nn as setLocaleApi,
3147
+ Oo as signInRecordType,
3148
+ ko as signInViewInfoType,
3149
+ Cn as slotGameListType,
3150
+ Ro as submitCryptoAccountType,
3151
+ Hn as submitForgetPasswordType,
3152
+ nr as submitForgetUsernameType,
3143
3153
  ue as submitGiftCode,
3144
3154
  ue as submitGiftCodeType,
3145
- _o as submitTransferMoneyType,
3146
- jo as submitTwoFactorAuthenticateType,
3147
- Vn as submitUpdateMobileTacCode,
3148
- ro as submitValidateType,
3149
- Lo as submitWithdrawalAlipayType,
3150
- bo as submitWithdrawalCodeType,
3151
- yn as transactionReportType,
3152
- oo as transferProcessType,
3153
- Po as transferReportType,
3154
- qo as transferSettingType,
3155
- no as transferToMainType,
3156
- Wo as transferType,
3157
- xo as unbindUserDeviceType,
3158
- cn as upcomingMatchType,
3159
- Yo as updateFavouriteGameType,
3160
- Hn as updateProfilePictureType,
3161
- sn as vipListType,
3162
- vn as walletType,
3163
- fn as withdrawType,
3164
- gn as withdrawalGetType
3155
+ Po as submitTransferMoneyType,
3156
+ Lo as submitTwoFactorAuthenticateType,
3157
+ Yn as submitUpdateMobileTacCode,
3158
+ mo as submitValidateType,
3159
+ Uo as submitWithdrawalAlipayType,
3160
+ To as submitWithdrawalCodeType,
3161
+ Sn as transactionReportType,
3162
+ co as transferProcessType,
3163
+ xo as transferReportType,
3164
+ Ho as transferSettingType,
3165
+ uo as transferToMainType,
3166
+ Jo as transferType,
3167
+ zo as unbindUserDeviceType,
3168
+ yn as upcomingMatchType,
3169
+ tr as updateFavouriteGameType,
3170
+ Xn as updateProfilePictureType,
3171
+ pn as vipListType,
3172
+ kn as walletType,
3173
+ Rn as withdrawType,
3174
+ hn as withdrawalGetType
3165
3175
  };