60p82u21t54k 0.0.81 → 0.0.83

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.
@@ -1,5 +1,5 @@
1
- import X from "axios";
2
- const w = X.create({
1
+ import te from "axios";
2
+ const G = te.create({
3
3
  baseURL: "/graph",
4
4
  timeout: 5e3,
5
5
  // Request timeout
@@ -45,11 +45,11 @@ const w = X.create({
45
45
  // },
46
46
  // },
47
47
  });
48
- w.interceptors.request.use(
48
+ G.interceptors.request.use(
49
49
  (e) => e,
50
50
  (e) => (console.error("Error request:", e.response), Promise.reject(e))
51
51
  );
52
- w.interceptors.response.use(
52
+ G.interceptors.response.use(
53
53
  (e) => e,
54
54
  (e) => {
55
55
  const t = {
@@ -59,37 +59,37 @@ w.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 ne = (e) => new TextEncoder().encode(e), oe = (e) => {
62
+ const oe = (e) => new TextEncoder().encode(e), re = (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
- }, re = () => {
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(
68
+ }, se = () => {
69
+ const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), n = e.getMonth(), u = new Date(t, n, 1, 12, 0, 0), i = new Date(t, n + 1, 1, 12, 0, 0), l = Math.floor(
70
70
  (i.getTime() - e.getTime()) / 1e3
71
71
  ), d = Math.floor(
72
- (i.getTime() - l.getTime()) / 1e3
73
- ), m = d - u;
72
+ (i.getTime() - u.getTime()) / 1e3
73
+ ), m = d - l;
74
74
  return {
75
- monthRemainingTime: u,
75
+ monthRemainingTime: l,
76
76
  monthProgressPercentage: Math.round(m / d * 100)
77
77
  };
78
- }, se = () => {
79
- const e = /* @__PURE__ */ new Date(), t = e.getDay(), a = t === 1 ? 7 : 8 - t, l = new Date(
78
+ }, ie = () => {
79
+ const e = /* @__PURE__ */ new Date(), t = e.getDay(), n = t === 1 ? 7 : 8 - t, u = new Date(
80
80
  e.getFullYear(),
81
81
  e.getMonth(),
82
- e.getDate() + a,
82
+ e.getDate() + n,
83
83
  12,
84
84
  0,
85
85
  0,
86
86
  0
87
- ), i = Math.floor((l.getTime() - e.getTime()) / 1e3), p = 7 * 24 * 60 * 60;
87
+ ), i = Math.floor((u.getTime() - e.getTime()) / 1e3), p = 7 * 24 * 60 * 60;
88
88
  return console.log(i), console.log(p), {
89
89
  weekRemainingTime: i,
90
90
  weekProgressPercentage: Math.round(i / p * 100)
91
91
  };
92
- }, ie = () => {
92
+ }, le = () => {
93
93
  const e = /* @__PURE__ */ new Date(), t = new Date(
94
94
  e.getFullYear(),
95
95
  e.getMonth(),
@@ -98,104 +98,104 @@ const ne = (e) => new TextEncoder().encode(e), oe = (e) => {
98
98
  0,
99
99
  0,
100
100
  0
101
- ), a = Math.floor((t.getTime() - e.getTime()) / 1e3), d = 24 * 60 * 60;
101
+ ), n = Math.floor((t.getTime() - e.getTime()) / 1e3), d = 24 * 60 * 60;
102
102
  return {
103
- dayRemainingTime: a,
104
- dayProgressPercentage: Math.round(a / d * 100)
103
+ dayRemainingTime: n,
104
+ dayProgressPercentage: Math.round(n / d * 100)
105
105
  };
106
106
  };
107
107
  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))(s || {});
108
- const le = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
108
+ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
109
109
  __proto__: null,
110
110
  Api: s
111
111
  }, Symbol.toStringTag, { value: "Module" }));
112
- var x = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(x || {});
113
- const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
112
+ var L = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(L || {});
113
+ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
114
114
  __proto__: null,
115
- PaymentType: x
116
- }, Symbol.toStringTag, { value: "Module" })), U = {
115
+ PaymentType: L
116
+ }, Symbol.toStringTag, { value: "Module" })), V = {
117
117
  depositBank: !1,
118
118
  depositDateTime: !1,
119
119
  depositDetail: !1,
120
120
  depositMethod: !1,
121
121
  depositor: !1,
122
122
  uploadReceipt: !1
123
- }, E = {
123
+ }, J = {
124
124
  id: 0,
125
125
  name: "",
126
- type: x.unknown,
126
+ type: L.unknown,
127
127
  promo: [],
128
128
  bank: [],
129
- requiredField: U
130
- }, de = (e) => {
129
+ requiredField: V
130
+ }, ce = (e) => {
131
131
  var t;
132
- return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((a) => {
133
- const l = [];
134
- switch (a.name) {
135
- case x.default:
136
- l.push(A(a.paymentmethod.manual, e));
132
+ return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((n) => {
133
+ const u = [];
134
+ switch (n.name) {
135
+ case L.default:
136
+ u.push(K(n.paymentmethod.manual, e));
137
137
  break;
138
- case x.pay:
139
- l.push(ce(a.paymentmethod.onlinebanking, e));
138
+ case L.pay:
139
+ u.push(me(n.paymentmethod.onlinebanking, e));
140
140
  break;
141
141
  default:
142
- if (a.paymentmethod.auto.bank.length > 0 && l.push(
143
- me(a.bankid ?? 0, a.paymentmethod.auto, e)
144
- ), a.paymentmethod.manual.bank.length > 0) {
142
+ if (n.paymentmethod.auto.bank.length > 0 && u.push(
143
+ pe(n.bankid ?? 0, n.paymentmethod.auto, e)
144
+ ), n.paymentmethod.manual.bank.length > 0) {
145
145
  let i = !1;
146
- for (let u = 0; u < a.paymentmethod.manual.bank.length; u++) {
147
- const d = a.paymentmethod.manual.bank[u];
146
+ for (let l = 0; l < n.paymentmethod.manual.bank.length; l++) {
147
+ const d = n.paymentmethod.manual.bank[l];
148
148
  if (d.list && d.list.length > 0) {
149
149
  i = !0;
150
150
  break;
151
151
  }
152
152
  }
153
- i && l.push(A(a.paymentmethod.manual, e));
153
+ i && u.push(K(n.paymentmethod.manual, e));
154
154
  }
155
- a.paymentmethod.fixamount.bank.length > 0 && l.push(
156
- pe(a.bankid ?? 0, a.paymentmethod.fixamount)
155
+ n.paymentmethod.fixamount.bank.length > 0 && u.push(
156
+ ge(n.bankid ?? 0, n.paymentmethod.fixamount)
157
157
  );
158
158
  }
159
159
  return {
160
- name: a.label,
161
- imageUrl: `/image/game/native/deposit/sidemenu/${a.name}.png?${e.systemtime}`,
162
- paymentList: l
160
+ name: n.label,
161
+ imageUrl: `/image/game/native/deposit/sidemenu/${n.name}.png?${e.systemtime}`,
162
+ paymentList: u
163
163
  };
164
164
  })) ?? [];
165
- }, W = (e) => {
165
+ }, E = (e) => {
166
166
  const t = {
167
167
  id: -1,
168
168
  name: "excludePromo",
169
169
  disabled: !0,
170
170
  welcomeBonus: !1,
171
171
  dailyBonus: !1
172
- }, a = e.map((l) => ({
173
- id: l.promoindex,
174
- name: l.promodesc,
172
+ }, n = e.map((u) => ({
173
+ id: u.promoindex,
174
+ name: u.promodesc,
175
175
  disabled: !1,
176
- welcomeBonus: l.dtype === "5" && l.type === "F",
177
- dailyBonus: l.dtype === "5" && l.type === "D"
176
+ welcomeBonus: u.dtype === "5" && u.type === "F",
177
+ dailyBonus: u.dtype === "5" && u.type === "D"
178
178
  }));
179
- return [t, ...a];
180
- }, F = (e, t, a, l) => {
181
- let i, u;
182
- a > 0 ? i = e > 0 ? Math.max(a, e) : a : i = Math.max(e, 0), l > 0 ? u = t > 0 ? Math.min(l, t) : l : u = Math.max(t, 0);
179
+ return [t, ...n];
180
+ }, U = (e, t, n, u) => {
181
+ let i, l;
182
+ n > 0 ? i = e > 0 ? Math.max(n, e) : n : i = Math.max(e, 0), u > 0 ? l = t > 0 ? Math.min(u, t) : u : l = Math.max(t, 0);
183
183
  const d = Math.round(i);
184
184
  let m = 1e3;
185
- u < m && (m = Math.round(u));
185
+ l < m && (m = Math.round(l));
186
186
  const f = m - d;
187
187
  let p = "", _ = "";
188
188
  if (f > 0) {
189
189
  let S = Math.round((m - d) * 0.25).toString().split(""), k = [];
190
- for (const R of S)
191
- R !== "" && k.push(R);
192
- for (let R = 0; R < k.length; R++)
193
- R === 0 ? p += (parseInt(k[R]) + 1).toString() : p += "0";
190
+ for (const T of S)
191
+ T !== "" && k.push(T);
192
+ for (let T = 0; T < k.length; T++)
193
+ T === 0 ? p += (parseInt(k[T]) + 1).toString() : p += "0";
194
194
  S = Math.round((m - d) * 0.5).toString().split(""), k = [];
195
- for (const R of S)
196
- R !== "" && k.push(R);
197
- for (let R = 0; R < k.length; R++)
198
- R === 0 ? _ += (parseInt(k[R]) + 1).toString() : _ += "0";
195
+ for (const T of S)
196
+ T !== "" && k.push(T);
197
+ for (let T = 0; T < k.length; T++)
198
+ T === 0 ? _ += (parseInt(k[T]) + 1).toString() : _ += "0";
199
199
  } else
200
200
  p = m.toString(), _ = m.toString();
201
201
  return { amountList: [
@@ -203,15 +203,15 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
203
203
  p,
204
204
  _,
205
205
  m.toString()
206
- ], minAmount: d, maxAmount: u };
207
- }, A = (e, t) => t ? {
206
+ ], minAmount: d, maxAmount: l };
207
+ }, K = (e, t) => t ? {
208
208
  id: 0,
209
209
  name: "manualMethod",
210
- type: x.manual,
211
- promo: W(e.promo),
210
+ type: L.manual,
211
+ promo: E(e.promo),
212
212
  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: m, minAmount: f, maxAmount: p } = F(
214
- Number(u),
213
+ const l = 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: m, minAmount: f, maxAmount: p } = U(
214
+ Number(l),
215
215
  Number(d),
216
216
  t.mdBankLevelDetail.deposit_min,
217
217
  t.mdBankLevelDetail.deposit_max
@@ -236,40 +236,40 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
236
236
  depositor: t.mdManualDepositRequireField.depositor,
237
237
  uploadReceipt: t.mdUploadReceipt
238
238
  }
239
- } : E, ce = (e, t) => t ? {
239
+ } : J, me = (e, t) => t ? {
240
240
  id: 0,
241
241
  name: "onlineBankingMethod",
242
- type: x.pay,
243
- promo: W(e.promo),
242
+ type: L.pay,
243
+ promo: E(e.promo),
244
244
  bank: e.banklist.map((i) => {
245
- let u = "0.00", d = "0.00";
245
+ let l = "0.00", d = "0.00";
246
246
  const m = i.bankindex ?? 0;
247
247
  for (let S = 0; S < t.mdGatewayMinMax.length; S++)
248
- t.mdGatewayMinMax[S].bankindex == m.toString() && (u = t.mdGatewayMinMax[S].min, d = t.mdGatewayMinMax[S].max);
249
- const { amountList: f, minAmount: p, maxAmount: _ } = F(
250
- Number(u),
248
+ t.mdGatewayMinMax[S].bankindex == m.toString() && (l = t.mdGatewayMinMax[S].min, d = t.mdGatewayMinMax[S].max);
249
+ const { amountList: f, minAmount: p, maxAmount: _ } = U(
250
+ Number(l),
251
251
  Number(d),
252
252
  t.mdBankLevelDetail.onlinepayment_min,
253
253
  t.mdBankLevelDetail.onlinepayment_max
254
- ), M = {
254
+ ), j = {
255
255
  id: 0,
256
256
  name: "autoChannel",
257
257
  amountList: f,
258
258
  min: p,
259
259
  max: _
260
260
  }, v = i.pg.map((S) => {
261
- const k = S.mintransaction ?? "0.00", z = S.maxtransaction ?? "0.00", { amountList: N, minAmount: R, maxAmount: H } = F(
261
+ const k = S.mintransaction ?? "0.00", C = S.maxtransaction ?? "0.00", { amountList: w, minAmount: T, maxAmount: B } = U(
262
262
  Number(k),
263
- Number(z),
263
+ Number(C),
264
264
  t.mdBankLevelDetail.onlinepayment_min,
265
265
  t.mdBankLevelDetail.onlinepayment_max
266
266
  );
267
267
  return {
268
268
  id: S.pgindex,
269
269
  name: S.bankaccountname,
270
- amountList: N,
271
- min: R,
272
- max: H
270
+ amountList: w,
271
+ min: T,
272
+ max: B
273
273
  };
274
274
  });
275
275
  return {
@@ -278,22 +278,22 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
278
278
  amountList: [],
279
279
  min: 0,
280
280
  max: 0,
281
- gateway: [M, ...v]
281
+ gateway: [j, ...v]
282
282
  };
283
283
  }),
284
- requiredField: U
285
- } : E, me = (e, t, a) => {
286
- if (!a) return E;
287
- const l = x.auto;
284
+ requiredField: V
285
+ } : J, pe = (e, t, n) => {
286
+ if (!n) return J;
287
+ const u = L.auto;
288
288
  let i = [];
289
- const u = a.mdGatewayMinMax ?? [];
290
- if (t.bank.length > 0 && a.mdPGSelection === "1")
289
+ const l = n.mdGatewayMinMax ?? [];
290
+ if (t.bank.length > 0 && n.mdPGSelection === "1")
291
291
  i = t.bank.map((m) => {
292
- const { amountList: f, minAmount: p, maxAmount: _ } = F(
292
+ const { amountList: f, minAmount: p, maxAmount: _ } = U(
293
293
  m.mintransaction ?? 0,
294
294
  m.maxtransaction ?? 0,
295
- a.mdBankLevelDetail.onlinepayment_min,
296
- a.mdBankLevelDetail.onlinepayment_max
295
+ n.mdBankLevelDetail.onlinepayment_min,
296
+ n.mdBankLevelDetail.onlinepayment_max
297
297
  );
298
298
  return {
299
299
  id: m.pgindex ?? 0,
@@ -305,71 +305,71 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
305
305
  });
306
306
  else {
307
307
  let m = "0.00", f = "0.00";
308
- for (let g = 0; g < u.length; g++)
309
- u[g].bankindex === e.toString() && (m = u[g].min, f = u[g].max);
310
- const { amountList: p, minAmount: _, maxAmount: M } = F(
308
+ for (let g = 0; g < l.length; g++)
309
+ l[g].bankindex === e.toString() && (m = l[g].min, f = l[g].max);
310
+ const { amountList: p, minAmount: _, maxAmount: j } = U(
311
311
  Number(m),
312
312
  Number(f),
313
- a.mdBankLevelDetail.onlinepayment_min,
314
- a.mdBankLevelDetail.onlinepayment_max
313
+ n.mdBankLevelDetail.onlinepayment_min,
314
+ n.mdBankLevelDetail.onlinepayment_max
315
315
  ), v = {
316
316
  id: 0,
317
317
  name: "autoChannel",
318
318
  amountList: p,
319
319
  min: _,
320
- max: M
320
+ max: j
321
321
  };
322
322
  i.push(v);
323
323
  }
324
324
  return {
325
325
  id: e,
326
326
  name: "autoMethod",
327
- type: l,
328
- promo: W(t.promo),
327
+ type: u,
328
+ promo: E(t.promo),
329
329
  bank: i,
330
- requiredField: U
330
+ requiredField: V
331
331
  };
332
- }, pe = (e, t) => {
333
- const a = x.fix;
332
+ }, ge = (e, t) => {
333
+ const n = L.fix;
334
334
  return {
335
335
  id: e,
336
336
  name: "fixAmountMethod",
337
- type: a,
338
- promo: W(t.promo),
337
+ type: n,
338
+ promo: E(t.promo),
339
339
  bank: t.bank.map((i) => {
340
- const u = i.amtlist.map(Number).sort((m, f) => m - f);
340
+ const l = i.amtlist.map(Number).sort((m, f) => m - f);
341
341
  return {
342
342
  id: i.pgindex,
343
343
  name: i.name,
344
344
  amountList: i.amtlist,
345
- min: u.length > 0 ? u[0] : 0,
346
- max: u.length > 0 ? u[u.length - 1] : 0
345
+ min: l.length > 0 ? l[0] : 0,
346
+ max: l.length > 0 ? l[l.length - 1] : 0
347
347
  };
348
348
  }),
349
- requiredField: U
349
+ requiredField: V
350
350
  };
351
- }, ge = (e) => (e == null ? void 0 : e.map((t) => ({
351
+ }, be = (e) => (e == null ? void 0 : e.map((t) => ({
352
352
  alert: t.announcement_alert === "1",
353
353
  content: t.announcement_simplified ?? "",
354
354
  lastUpdatedTime: t.announcement_lastupdated
355
- }))) ?? [], be = (e) => ({
355
+ }))) ?? [], fe = (e) => ({
356
356
  username: e.username,
357
357
  birthday: e.mdUserDetail.dob ?? "",
358
358
  email: e.mdUserDetail.email ?? "",
359
359
  fullName: e.mdUserDetail.firstname ?? "",
360
360
  phoneNumber: e.mdUserDetail.mobileno ?? "",
361
361
  profilePicUrl: e.mdUserDetail.profile_pic
362
- }), fe = (e) => {
363
- var t, a, l, i;
362
+ }), ye = (e) => {
363
+ var t, n, u, i;
364
364
  return {
365
- platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((u) => {
365
+ platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((l) => {
366
366
  var d;
367
367
  return {
368
- code: u.code,
369
- id: u.id,
370
- name: u.name,
371
- nextPage: u.nextPage === 1,
372
- list: ((d = u.mdPlatformProducts) == null ? void 0 : d.map((m) => ({
368
+ code: l.code,
369
+ id: l.id,
370
+ name: l.name,
371
+ nextPage: l.nextPage === 1,
372
+ list: ((d = l.mdPlatformProducts) == null ? void 0 : d.map((m) => ({
373
373
  gameId: Number(m.id_GameMaster),
374
374
  platformId: Number(m.id),
375
375
  name: m.shortName,
@@ -384,61 +384,89 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
384
384
  }))) ?? []
385
385
  };
386
386
  })) ?? [],
387
- hotGameList: e.mdGameLists !== null ? ((l = (a = e.mdGameLists) == null ? void 0 : a.data) == null ? void 0 : l.map((u) => ({
388
- gameId: Number(u.id),
389
- platformId: Number(u.id_PlatformProduct),
390
- name: u.name,
387
+ hotGameList: e.mdGameLists !== null ? ((u = (n = e.mdGameLists) == null ? void 0 : n.data) == null ? void 0 : u.map((l) => ({
388
+ gameId: Number(l.id),
389
+ platformId: Number(l.id_PlatformProduct),
390
+ name: l.name,
391
391
  flag: {
392
- value: u.flag,
393
- hot: (u.flag & 2) > 0,
394
- trial: (u.flag & 4) > 0,
395
- new: (u.flag & 8) > 0
392
+ value: l.flag,
393
+ hot: (l.flag & 2) > 0,
394
+ trial: (l.flag & 4) > 0,
395
+ new: (l.flag & 8) > 0
396
396
  },
397
- imageUrl: `${e.mdDomains[u.mdDomains_id]}${u.img}?ts=${u.filemtime}`,
397
+ imageUrl: `${e.mdDomains[l.mdDomains_id]}${l.img}?ts=${l.filemtime}`,
398
398
  rate: "0.00"
399
399
  }))) ?? [] : [],
400
- platformGameList: e.mdGameLists !== null && e.mdGameLists.length > 0 ? ((i = e.mdGameLists) == null ? void 0 : i.map((u) => ({
401
- gameId: Number(u.id),
402
- platformId: Number(u.id_PlatformProduct),
403
- name: u.name,
400
+ platformGameList: e.mdGameLists !== null && e.mdGameLists.length > 0 ? ((i = e.mdGameLists) == null ? void 0 : i.map((l) => ({
401
+ gameId: Number(l.id),
402
+ platformId: Number(l.id_PlatformProduct),
403
+ name: l.name,
404
404
  flag: {
405
405
  value: 0,
406
406
  hot: !1,
407
407
  trial: !1,
408
408
  new: !1
409
409
  },
410
- imageUrl: `${e.mdDomains[u.mdDomains_id]}${u.img}?ts=${u.filemtime}`,
410
+ imageUrl: `${e.mdDomains[l.mdDomains_id]}${l.img}?ts=${l.filemtime}`,
411
411
  rate: "0.00"
412
412
  }))) ?? [] : [],
413
413
  trialGameList: [],
414
414
  fishGameList: []
415
415
  };
416
- }, ye = (e) => ({
417
- list: e.mdGrade.map((t) => ({
418
- id: t.gradeindex,
419
- is_current_level: !1,
420
- name: t.grade_simplified,
421
- percentage: 0,
422
- turnover: {
423
- isShow: !1,
424
- current: "0",
425
- total: t.min_activebet
426
- },
427
- deposit: {
428
- isShow: !1,
429
- current: "0",
430
- total: t.min_deposit
431
- },
432
- promo_list: t.promocash.filter((a) => a.isshow == 1 && a.status == "1").map((a) => ({
433
- name: a.promosimplified,
434
- min_deposit: a.min_deposit,
435
- promo_bonus: a.percentage,
436
- promo_limit: a.max_promo_amt,
437
- turnover_multiplier: a.multiply,
438
- type: a.promo_type
439
- })),
440
- benefit_list: t.benefit
441
- })),
416
+ }, _e = (e) => ({
417
+ list: e.mdGrade.map((t) => {
418
+ var n, u, i, l, d, m, f, p, _, j, v, g, S, k, C, w, T, B, N, $, W, q, o, c, y, r, a, h, P, D, x, O;
419
+ return {
420
+ id: t.gradeindex,
421
+ is_current_level: !1,
422
+ name: t.grade_simplified,
423
+ percentage: 0,
424
+ turnover: {
425
+ isShow: !1,
426
+ current: "0",
427
+ total: t.min_activebet
428
+ },
429
+ deposit: {
430
+ isShow: !1,
431
+ current: "0",
432
+ total: t.min_deposit
433
+ },
434
+ promo_list: t.promocash.filter((M) => M.isshow == 1 && M.status == "1").map((M) => ({
435
+ name: M.promosimplified,
436
+ min_deposit: M.min_deposit,
437
+ promo_bonus: M.percentage,
438
+ promo_limit: M.max_promo_amt,
439
+ turnover_multiplier: M.multiply,
440
+ type: M.promo_type
441
+ })),
442
+ benefit_list: {
443
+ daily: {
444
+ bonus: ((u = (n = t.benefit) == null ? void 0 : n.daily) == null ? void 0 : u.bonus) ?? "",
445
+ bonus_name: ((l = (i = t.benefit) == null ? void 0 : i.daily) == null ? void 0 : l.bonus_name) ?? "",
446
+ turnover: ((m = (d = t.benefit) == null ? void 0 : d.daily) == null ? void 0 : m.turnover) ?? "",
447
+ turnover_name: ((p = (f = t.benefit) == null ? void 0 : f.daily) == null ? void 0 : p.turnover_name) ?? ""
448
+ },
449
+ monthly: {
450
+ bonus: ((j = (_ = t.benefit) == null ? void 0 : _.monthly) == null ? void 0 : j.bonus) ?? "",
451
+ bonus_name: ((g = (v = t.benefit) == null ? void 0 : v.monthly) == null ? void 0 : g.bonus_name) ?? "",
452
+ turnover: ((k = (S = t.benefit) == null ? void 0 : S.monthly) == null ? void 0 : k.turnover) ?? "",
453
+ turnover_name: ((w = (C = t.benefit) == null ? void 0 : C.monthly) == null ? void 0 : w.turnover_name) ?? ""
454
+ },
455
+ weekly: {
456
+ bonus: ((B = (T = t.benefit) == null ? void 0 : T.weekly) == null ? void 0 : B.bonus) ?? "",
457
+ bonus_name: (($ = (N = t.benefit) == null ? void 0 : N.weekly) == null ? void 0 : $.bonus_name) ?? "",
458
+ turnover: ((q = (W = t.benefit) == null ? void 0 : W.weekly) == null ? void 0 : q.turnover) ?? "",
459
+ turnover_name: ((c = (o = t.benefit) == null ? void 0 : o.weekly) == null ? void 0 : c.turnover_name) ?? ""
460
+ },
461
+ upgrade: {
462
+ bonus: ((r = (y = t.benefit) == null ? void 0 : y.upgrade) == null ? void 0 : r.bonus) ?? "",
463
+ bonus_name: ((h = (a = t.benefit) == null ? void 0 : a.upgrade) == null ? void 0 : h.bonus_name) ?? "",
464
+ turnover: ((D = (P = t.benefit) == null ? void 0 : P.upgrade) == null ? void 0 : D.turnover) ?? "",
465
+ turnover_name: ((O = (x = t.benefit) == null ? void 0 : x.upgrade) == null ? void 0 : O.turnover_name) ?? ""
466
+ }
467
+ }
468
+ };
469
+ }),
442
470
  detail: [],
443
471
  bonus: {
444
472
  month: {
@@ -469,22 +497,22 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
469
497
  }
470
498
  }
471
499
  }
472
- }), _e = (e) => ({
473
- category: e.category.sort((t, a) => t.sequence - a.sequence).map((t) => ({
500
+ }), he = (e) => ({
501
+ category: e.category.sort((t, n) => t.sequence - n.sequence).map((t) => ({
474
502
  id: t.catid,
475
503
  name: t.name
476
504
  })),
477
- list: e.list.sort((t, a) => t.sequence - a.sequence).map((t) => {
478
- let a = "";
479
- return t.stime !== "" && t.etime !== "" && (a = `${t.stime} - ${t.etime}`), t.stime !== "" && t.etime === "" && (a = t.stime), t.stime === "" && t.etime !== "" && (a = t.etime), {
505
+ list: e.list.sort((t, n) => t.sequence - n.sequence).map((t) => {
506
+ let n = "";
507
+ return t.stime !== "" && t.etime !== "" && (n = `${t.stime} - ${t.etime}`), t.stime !== "" && t.etime === "" && (n = t.stime), t.stime === "" && t.etime !== "" && (n = t.etime), {
480
508
  categoryId: t.catid,
481
509
  imgUrl: t.banner,
482
510
  content: t.content,
483
- time: a,
511
+ time: n,
484
512
  name: t.title
485
513
  };
486
514
  })
487
- }), he = (e) => ({
515
+ }), ve = (e) => ({
488
516
  month: {
489
517
  isClaimable: e.month === 1
490
518
  },
@@ -494,28 +522,29 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
494
522
  day: {
495
523
  isClaimable: e.day === 1
496
524
  }
497
- }), ve = (e) => e.mdVipSetting.filter((a) => a.status == 1).map((a) => ({
498
- fieldName: a.fieldname,
499
- showName: a.showname
500
- })), Te = (e) => ({
525
+ }), Te = (e) => e.mdVipSetting.filter((n) => n.status == 1).map((n) => ({
526
+ fieldName: n.fieldname,
527
+ showName: n.showname
528
+ })), Re = (e) => ({
501
529
  current_deposit: e.deposit,
502
530
  current_turnover: e.turnOver,
503
531
  current_grade_id: e.mdCurrentGrade.gradeindex,
504
532
  next_grade_id: e.mdNextGrade.gradeindex,
505
533
  percentage: Number(e.percentage) * 100
506
- }), Re = (e) => {
534
+ }), Se = (e) => {
507
535
  let t = 4;
508
536
  e.vipcalculation && (t = Number(e.vipcalculation));
509
- let a = [];
510
- return e.extralivechat && (a = JSON.parse(e.extralivechat)), {
537
+ let n = [];
538
+ return e.extralivechat && (n = JSON.parse(e.extralivechat)), {
511
539
  vipCalculation: t,
512
540
  livechat: e.livechat ?? "",
513
- livechatList: a.filter((l) => l.status == 1).map((l) => {
514
- let i = l.imgname;
515
- return i.slice(-4) === ".png" && (i = l.imgname.slice(0, -4)), {
516
- name: l.name,
541
+ livechatList: n.filter((u) => u.status == 1).map((u) => {
542
+ let i = u.imgname;
543
+ return i.slice(-4) === ".png" && (i = u.imgname.slice(0, -4)), {
544
+ name: u.name,
517
545
  imageUrl: `/image/game/native/customer_service/${i}.png`,
518
- url: l.url
546
+ url: u.url,
547
+ status: u.status == 1
519
548
  };
520
549
  }),
521
550
  mobileValidate: e.mobilevalidate ? e.mobilevalidate === "1" : !1,
@@ -529,96 +558,100 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
529
558
  withdrawAlipay: e.withdrawalipay === "1",
530
559
  crypto: e.crypto === "1"
531
560
  };
532
- }, Se = (e) => {
533
- var t, a, l;
561
+ }, ke = (e) => {
562
+ var t, n, u, i;
534
563
  return {
535
- banner: ((t = e.mobileBanner) == null ? void 0 : t.map((i) => `${i.imagepath}?${i.filemtime}`)) ?? [],
536
- ad: ((a = e.mobileAd) == null ? void 0 : a.map((i) => `${i.imagepath}?${i.filemtime}`)) ?? [],
537
- about: ((l = e.mobileAbout) == null ? void 0 : l.map((i) => ({
538
- name: i.name,
539
- content: i.content
564
+ banner: ((t = e.mobileBanner) == null ? void 0 : t.map((l) => `${l.imagepath}?${l.filemtime}`)) ?? [],
565
+ ad: ((n = e.mobileAd) == null ? void 0 : n.map((l) => `${l.imagepath}?${l.filemtime}`)) ?? [],
566
+ about: ((u = e.about) == null ? void 0 : u.map((l) => ({
567
+ name: l.name,
568
+ content: l.content
569
+ }))) ?? [],
570
+ mobileAbout: ((i = e.mobileAbout) == null ? void 0 : i.map((l) => ({
571
+ name: l.name,
572
+ content: l.content
540
573
  }))) ?? []
541
574
  };
542
- }, ke = (e) => {
575
+ }, Pe = (e) => {
543
576
  var t;
544
- return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
545
- code: a.area_code,
546
- regex: a.regex,
547
- value: a.value
577
+ return ((t = e.data) == null ? void 0 : t.filter((n) => n.status == "1").map((n) => ({
578
+ code: n.area_code,
579
+ regex: n.regex,
580
+ value: n.value
548
581
  }))) ?? [];
549
- }, Pe = (e) => e, Oe = (e) => {
582
+ }, Oe = (e) => e, Me = (e) => {
550
583
  let t = null;
551
584
  return e ? e.status != 1 ? t = 0 : t = e.mainwallet : t = 0, {
552
585
  amount: t
553
586
  };
554
- }, Me = (e) => {
587
+ }, je = (e) => {
555
588
  var t;
556
- return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
557
- name: a.title,
558
- code: a.code,
559
- iconUrl: a.flag_icon
589
+ return ((t = e.data) == null ? void 0 : t.filter((n) => n.status == "1").map((n) => ({
590
+ name: n.title,
591
+ code: n.code,
592
+ iconUrl: n.flag_icon
560
593
  }))) ?? [];
561
- }, je = (e) => (console.log(e), {
594
+ }, De = (e) => (console.log(e), {
562
595
  name: ""
563
- }), De = (e) => {
596
+ }), xe = (e) => {
564
597
  var t;
565
- return ((t = e.data) == null ? void 0 : t.filter((a) => a.company_status == 1).map((a) => ({
566
- id: a.company_id,
567
- name: a.company_name,
598
+ return ((t = e.data) == null ? void 0 : t.filter((n) => n.company_status == 1).map((n) => ({
599
+ id: n.company_id,
600
+ name: n.company_name,
568
601
  date: []
569
602
  }))) ?? [];
570
- }, xe = (e) => {
603
+ }, Ce = (e) => {
571
604
  var t;
572
- return ((t = e.data) == null ? void 0 : t.map((a) => {
573
- var l;
605
+ return ((t = e.data) == null ? void 0 : t.map((n) => {
606
+ var u;
574
607
  return {
575
- id: a.key,
576
- date: ((l = a.draw_date) == null ? void 0 : l.map((i) => Ce(i.draw_tmactive))) ?? []
608
+ id: n.key,
609
+ date: ((u = n.draw_date) == null ? void 0 : u.map((i) => Ie(i.draw_tmactive))) ?? []
577
610
  };
578
611
  })) ?? [];
579
612
  };
580
- function Ce(e) {
581
- const t = new Date(e * 1e3), a = t.getFullYear(), l = ("0" + (t.getMonth() + 1)).slice(-2), i = ("0" + t.getDate()).slice(-2);
582
- return `${a}-${l}-${i}`;
613
+ function Ie(e) {
614
+ const t = new Date(e * 1e3), n = t.getFullYear(), u = ("0" + (t.getMonth() + 1)).slice(-2), i = ("0" + t.getDate()).slice(-2);
615
+ return `${n}-${u}-${i}`;
583
616
  }
584
- const Ie = (e) => {
617
+ const Le = (e) => {
585
618
  var t;
586
- return ((t = e.data) == null ? void 0 : t.map((a) => {
587
- var l;
619
+ return ((t = e.data) == null ? void 0 : t.map((n) => {
620
+ var u;
588
621
  return {
589
- id: a.company_id,
590
- name: a.company_name,
591
- list: ((l = a.drawCount) == null ? void 0 : l.map((i) => ({
622
+ id: n.company_id,
623
+ name: n.company_name,
624
+ list: ((u = n.drawCount) == null ? void 0 : u.map((i) => ({
592
625
  combination: i.combination_combination,
593
626
  total: i.total
594
627
  }))) ?? []
595
628
  };
596
629
  })) ?? [];
597
- }, Le = (e) => e.data.map((t) => ({
630
+ }, we = (e) => e.data.map((t) => ({
598
631
  companyId: t.company_id,
599
632
  companyName: t.company_name,
600
- resultByDateList: t.draws.map((a) => {
601
- const l = a.results.filter((g) => g.combination_dimension == 3).map((g) => g.combination_combination), i = a.results.filter(
633
+ resultByDateList: t.draws.map((n) => {
634
+ const u = n.results.filter((g) => g.combination_dimension == 3).map((g) => g.combination_combination), i = n.results.filter(
602
635
  (g) => g.combination_dimension == 4 && g.combination_position === 1
603
- ).map((g) => g.combination_combination), u = a.results.filter(
636
+ ).map((g) => g.combination_combination), l = n.results.filter(
604
637
  (g) => g.combination_dimension === 4 && g.combination_position === 2
605
- ).map((g) => g.combination_combination), d = a.results.filter(
638
+ ).map((g) => g.combination_combination), d = n.results.filter(
606
639
  (g) => g.combination_dimension === 4 && g.combination_position === 3
607
- ).map((g) => g.combination_combination), m = a.results.filter(
640
+ ).map((g) => g.combination_combination), m = n.results.filter(
608
641
  (g) => g.combination_dimension === 4 && g.combination_position === 4
609
- ).map((g) => g.combination_combination), f = a.results.filter(
642
+ ).map((g) => g.combination_combination), f = n.results.filter(
610
643
  (g) => g.combination_dimension === 4 && g.combination_position === 5
611
- ).map((g) => g.combination_combination), p = a.results.filter(
644
+ ).map((g) => g.combination_combination), p = n.results.filter(
612
645
  (g) => g.combination_dimension === 5 && g.combination_position === 1
613
- ).map((g) => g.combination_combination), _ = a.results.filter((g) => g.combination_dimension == 5).map((g) => g.combination_combination), M = a.results.filter(
646
+ ).map((g) => g.combination_combination), _ = n.results.filter((g) => g.combination_dimension == 5).map((g) => g.combination_combination), j = n.results.filter(
614
647
  (g) => g.combination_dimension === 6 && g.combination_position === 1
615
- ).map((g) => g.combination_combination), v = a.results.filter((g) => g.combination_dimension === 6).map((g) => g.combination_combination);
648
+ ).map((g) => g.combination_combination), v = n.results.filter((g) => g.combination_dimension === 6).map((g) => g.combination_combination);
616
649
  return {
617
- date: a.date,
618
- dimension_3: l,
650
+ date: n.date,
651
+ dimension_3: u,
619
652
  dimension_4: {
620
653
  prize_1: i,
621
- prize_2: u,
654
+ prize_2: l,
622
655
  prize_3: d,
623
656
  prize_4: m,
624
657
  prize_5: f
@@ -628,12 +661,12 @@ const Ie = (e) => {
628
661
  all: _
629
662
  },
630
663
  dimension_6: {
631
- prize_1: M,
664
+ prize_1: j,
632
665
  all: v
633
666
  }
634
667
  };
635
668
  })
636
- })), we = (e) => e.data.map((t) => ({
669
+ })), ze = (e) => e.data.map((t) => ({
637
670
  id: t.id,
638
671
  date: t.matchDate,
639
672
  tag: t.tag,
@@ -647,19 +680,19 @@ const Ie = (e) => {
647
680
  name: t.home,
648
681
  logo_url: t.homeLogo
649
682
  }
650
- })), ze = (e) => ({
683
+ })), Ge = (e) => ({
651
684
  status: e.status == 1,
652
685
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
653
686
  paymentUrl: e.urlpayment ?? ""
654
- }), Ge = (e) => ({
687
+ }), Ne = (e) => ({
655
688
  status: e.status == 1,
656
689
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
657
690
  flag: e.flag
658
- }), T = (e) => ({
691
+ }), R = (e) => ({
659
692
  status: e.status == 1,
660
693
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
661
- }), Ne = (e) => T(e), Fe = (e) => {
662
- var t, a, l, i, u;
694
+ }), Fe = (e) => R(e), Be = (e) => {
695
+ var t, n, u, i, l;
663
696
  return {
664
697
  bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
665
698
  var m, f;
@@ -678,7 +711,7 @@ const Ie = (e) => {
678
711
  countryIndex: d.countryindex
679
712
  };
680
713
  })) ?? [],
681
- bankList: ((a = e.bankList) == null ? void 0 : a.map((d) => ({
714
+ bankList: ((n = e.bankList) == null ? void 0 : n.map((d) => ({
682
715
  bankIndex: d.bankindex,
683
716
  bankType: d.bank_type,
684
717
  bankName: d.banknamesimplified,
@@ -688,7 +721,7 @@ const Ie = (e) => {
688
721
  showDeposit: d.show_deposit === "1",
689
722
  countryIndex: d.countryindex
690
723
  }))) ?? [],
691
- province: ((l = e.province) == null ? void 0 : l.map((d) => ({
724
+ province: ((u = e.province) == null ? void 0 : u.map((d) => ({
692
725
  index: d.provinceindex,
693
726
  label: d.label,
694
727
  countryIndex: d.countryindex
@@ -701,7 +734,7 @@ const Ie = (e) => {
701
734
  }))) ?? [],
702
735
  cryptoDetail: {
703
736
  limit: e.mdCryptoDetail.cryptolimit,
704
- protocol: ((u = e.mdCryptoDetail.cryptoprotocol) == null ? void 0 : u.map((d) => ({
737
+ protocol: ((l = e.mdCryptoDetail.cryptoprotocol) == null ? void 0 : l.map((d) => ({
705
738
  id: d.id,
706
739
  name: d.name,
707
740
  status: d.status == "1"
@@ -716,34 +749,34 @@ const Ie = (e) => {
716
749
  },
717
750
  bankCardLimit: e.bankcardlimit
718
751
  };
719
- }, Be = (e) => ({
752
+ }, Ue = (e) => ({
720
753
  withdrawMin: Number(e.withdrawMin),
721
754
  withdrawMax: Number(e.withdrawMax),
722
755
  dailyWithdrawLimit: Number(e.dailyWithdrawLimit),
723
756
  withdrawFee: e.withdrawFee,
724
757
  withdrawMaxFee: Number(e.withdrawMaxFee),
725
758
  withdrawCount: e.withdrawCount
726
- }), Ue = (e) => T(e), We = (e) => {
727
- var t, a, l, i, u, d;
759
+ }), We = (e) => R(e), qe = (e) => {
760
+ var t, n, u, i, l, d;
728
761
  return {
729
762
  statusMode: ((t = e.subStatusModes) == null ? void 0 : t.map((m) => ({
730
763
  key: m.key,
731
764
  value: m.value
732
765
  }))) ?? [],
733
- transactionMethod: ((a = e.subTransactionMethods) == null ? void 0 : a.map((m) => ({
766
+ transactionMethod: ((n = e.subTransactionMethods) == null ? void 0 : n.map((m) => ({
734
767
  key: m.key,
735
768
  value: m.value
736
769
  }))) ?? [],
737
770
  data: {
738
- currentPage: ((l = e.mdCashLedgers) == null ? void 0 : l.current_page) ?? 0,
771
+ currentPage: ((u = e.mdCashLedgers) == null ? void 0 : u.current_page) ?? 0,
739
772
  lastPage: ((i = e.mdCashLedgers) == null ? void 0 : i.last_page) ?? 0,
740
- data: ((d = (u = e.mdCashLedgers) == null ? void 0 : u.data) == null ? void 0 : d.map((m) => {
773
+ data: ((d = (l = e.mdCashLedgers) == null ? void 0 : l.data) == null ? void 0 : d.map((m) => {
741
774
  var f, p;
742
775
  return {
743
776
  transactionIndex: m.ledgerindex,
744
777
  transactionInfo: {
745
778
  id: m.fundindex,
746
- desc: qe(m.fundindex, m.transactionindex),
779
+ desc: Ve(m.fundindex, m.transactionindex),
747
780
  ext: m.fundindex === 3 ? `(${m.promo_cash})` : ""
748
781
  },
749
782
  statusInfo: {
@@ -759,7 +792,7 @@ const Ie = (e) => {
759
792
  })) ?? []
760
793
  }
761
794
  };
762
- }, qe = (e, t) => {
795
+ }, Ve = (e, t) => {
763
796
  switch (e) {
764
797
  case 1:
765
798
  if (t === 1)
@@ -789,22 +822,22 @@ const Ie = (e) => {
789
822
  return "shareHolderDividend";
790
823
  }
791
824
  return "";
792
- }, Ve = (e) => ({
825
+ }, Ee = (e) => ({
793
826
  status: e.status == 1
794
- }), Ee = (e) => (e == null ? void 0 : e.map((t) => {
795
- var a;
827
+ }), $e = (e) => (e == null ? void 0 : e.map((t) => {
828
+ var n;
796
829
  return {
797
- activeCom: ((a = t.active_com) == null ? void 0 : a.map((l) => ({
798
- code: l.code,
799
- name: l.name,
800
- categoryId: l.category_id,
801
- maintenance: l.maintenance === 1
830
+ activeCom: ((n = t.active_com) == null ? void 0 : n.map((u) => ({
831
+ code: u.code,
832
+ name: u.name,
833
+ categoryId: u.category_id,
834
+ maintenance: u.maintenance === 1
802
835
  }))) ?? [],
803
836
  platformWallet: t.platformwallet.toFixed(2),
804
837
  com: t.com ?? "",
805
838
  maintenance: t.maintenance ?? !1
806
839
  };
807
- })) ?? [], $e = (e) => ({
840
+ })) ?? [], He = (e) => ({
808
841
  status: e.status == 1,
809
842
  message: e.message ?? "",
810
843
  data: e.data.map((t) => ({
@@ -814,48 +847,48 @@ const Ie = (e) => {
814
847
  imageUrl: t.image_url,
815
848
  getToken: t.getToken === 1
816
849
  }))
817
- }), He = (e) => {
850
+ }), Ae = (e) => {
818
851
  var t;
819
852
  return {
820
853
  status: e.status == 1,
821
854
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
822
- data: ((t = e.data) == null ? void 0 : t.map((a) => ({
823
- id: a.id,
824
- tokenAmount: a.token_amount
855
+ data: ((t = e.data) == null ? void 0 : t.map((n) => ({
856
+ id: n.id,
857
+ tokenAmount: n.token_amount
825
858
  }))) ?? []
826
859
  };
827
- }, Ae = (e) => ({
860
+ }, Je = (e) => ({
828
861
  status: e.status == 1,
829
862
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
830
863
  loginId: e.loginId ?? "",
831
864
  password: e.password ?? "",
832
865
  downloadUrl: e.download_link ?? ""
833
- }), Je = (e) => (e == null ? void 0 : e.map((t) => ({
866
+ }), Ye = (e) => (e == null ? void 0 : e.map((t) => ({
834
867
  messageId: t.msgindex,
835
868
  unread: t.status == "0",
836
869
  date: t.cdate,
837
870
  title: t.account_message_content.subject,
838
871
  content: t.account_message_content.content
839
- }))) ?? [], Ye = (e) => {
872
+ }))) ?? [], Ke = (e) => {
840
873
  var t;
841
- return ((t = e.mdGameLists) == null ? void 0 : t.map((a) => ({
842
- id: a.id,
843
- gameName: a.name,
844
- platformProductID: a.id_PlatformProduct,
845
- imgUrl: `${e.mdDomains[a.mdDomains_id]}${a.img}?${a.filemtime}`
874
+ return ((t = e.mdGameLists) == null ? void 0 : t.map((n) => ({
875
+ id: n.id,
876
+ gameName: n.name,
877
+ platformProductID: n.id_PlatformProduct,
878
+ imgUrl: `${e.mdDomains[n.mdDomains_id]}${n.img}?${n.filemtime}`
846
879
  }))) ?? [];
847
- }, Ke = (e) => e.mdGameLists.map((t) => ({
880
+ }, Qe = (e) => e.mdGameLists.map((t) => ({
848
881
  id: t.id,
849
882
  name: t.name,
850
- list: t.gameList.map((a) => {
851
- const l = e.mdDomains, u = `${l.length >= a.mdDomains_id ? l[a.mdDomains_id] : ""}${a.img}?${a.filemtime}`;
883
+ list: t.gameList.map((n) => {
884
+ const u = e.mdDomains, l = `${u.length >= n.mdDomains_id ? u[n.mdDomains_id] : ""}${n.img}?${n.filemtime}`;
852
885
  return {
853
- id: a.id,
854
- name: a.name,
855
- imageUrl: u
886
+ id: n.id,
887
+ name: n.name,
888
+ imageUrl: l
856
889
  };
857
890
  })
858
- })), Qe = (e) => e.status == 0 ? {
891
+ })), Xe = (e) => e.status == 0 ? {
859
892
  claimedReward: "0",
860
893
  currentDirectDownline: "0",
861
894
  currentOtherDownline: "0",
@@ -869,19 +902,19 @@ const Ie = (e) => {
869
902
  currentReward: e.data.current_reward.toString(),
870
903
  totalReward: e.data.total_reward,
871
904
  unclaimReward: e.data.unclaim_reward.toString()
872
- }, Xe = (e) => {
873
- const t = /* @__PURE__ */ new Set(), a = e.data.map((u) => (t.add(u.downline), {
874
- id: u.logindex,
875
- name: u.firstname,
876
- cashback: u.turnover,
877
- commission: u.income
878
- })), l = e.data.reduce((u, d) => u + parseFloat(d.income), 0), i = t.size;
905
+ }, Ze = (e) => {
906
+ const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.downline), {
907
+ id: l.logindex,
908
+ name: l.firstname,
909
+ cashback: l.turnover,
910
+ commission: l.income
911
+ })), u = e.data.reduce((l, d) => l + parseFloat(d.income), 0), i = t.size;
879
912
  return {
880
- totalReward: l,
913
+ totalReward: u,
881
914
  totalCount: i,
882
- list: a
915
+ list: n
883
916
  };
884
- }, Ze = (e) => e.status == 0 ? {
917
+ }, et = (e) => e.status == 0 ? {
885
918
  claimedReward: "0",
886
919
  currentInvite: "0",
887
920
  currentReward: "0",
@@ -895,21 +928,21 @@ const Ie = (e) => {
895
928
  totalInvite: e.data.total_invite,
896
929
  totalReward: e.data.total_reward,
897
930
  unclaimReward: e.data.unclaim_reward.toString()
898
- }, et = (e) => {
899
- const t = /* @__PURE__ */ new Set(), a = e.data.map((u) => (t.add(u.accountid), {
900
- id: u.id,
901
- name: u.firstname,
902
- dateCreated: u.created,
903
- deposit: u.deposit,
904
- activeBet: u.activebet,
905
- commission: u.reward
906
- })), l = e.data.reduce((u, d) => u + parseFloat(d.reward), 0), i = t.size;
931
+ }, tt = (e) => {
932
+ const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.accountid), {
933
+ id: l.id,
934
+ name: l.firstname,
935
+ dateCreated: l.created,
936
+ deposit: l.deposit,
937
+ activeBet: l.activebet,
938
+ commission: l.reward
939
+ })), u = e.data.reduce((l, d) => l + parseFloat(d.reward), 0), i = t.size;
907
940
  return {
908
- totalReward: l,
941
+ totalReward: u,
909
942
  totalCount: i,
910
- list: a
943
+ list: n
911
944
  };
912
- }, tt = (e) => e.status == 0 ? {
945
+ }, nt = (e) => e.status == 0 ? {
913
946
  claimedReward: "0",
914
947
  currentDirectDownline: "0",
915
948
  currentOtherDownline: "0",
@@ -924,18 +957,18 @@ const Ie = (e) => {
924
957
  totalReward: e.data.total_reward,
925
958
  unclaimReward: e.data.unclaim_reward.toString()
926
959
  }, at = (e) => {
927
- const t = /* @__PURE__ */ new Set(), a = e.data.map((u) => (t.add(u.accountid), {
928
- id: u.logindex,
929
- name: u.firstname,
930
- total: u.deposit,
931
- commission: u.reward
932
- })), l = e.data.reduce((u, d) => u + parseFloat(d.reward), 0), i = t.size;
960
+ const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.accountid), {
961
+ id: l.logindex,
962
+ name: l.firstname,
963
+ total: l.deposit,
964
+ commission: l.reward
965
+ })), u = e.data.reduce((l, d) => l + parseFloat(d.reward), 0), i = t.size;
933
966
  return {
934
- totalReward: l,
967
+ totalReward: u,
935
968
  totalCount: i,
936
- list: a
969
+ list: n
937
970
  };
938
- }, nt = (e) => e.status == 0 ? {
971
+ }, ot = (e) => e.status == 0 ? {
939
972
  directDownline: "0",
940
973
  otherDownline: "0",
941
974
  uplineCode: "",
@@ -945,12 +978,12 @@ const Ie = (e) => {
945
978
  otherDownline: e.data.others_downline_count.toString(),
946
979
  uplineCode: e.data.upline.accountcode,
947
980
  referralCode: e.data.referral_code
948
- }, ot = (e) => {
981
+ }, rt = (e) => {
949
982
  var f;
950
- let t = null, a = null;
983
+ let t = null, n = null;
951
984
  if (e.status == 0)
952
985
  return { welcomeBonus: null, dailyBonus: null };
953
- const l = e.data.filter((p) => p.dtype == "5" && p.type == "F").map((p) => {
986
+ const u = e.data.filter((p) => p.dtype == "5" && p.type == "F").map((p) => {
954
987
  const _ = Math.min(
955
988
  Number(p.min_deposit) * Number(p.percentage) / 100,
956
989
  Number(p.max_promo_amt)
@@ -963,7 +996,7 @@ const Ie = (e) => {
963
996
  expiryTime: p.etime
964
997
  };
965
998
  });
966
- l.length > 0 && (t = l[0]);
999
+ u.length > 0 && (t = u[0]);
967
1000
  const i = e.data.filter((p) => p.dtype == "5" && p.type == "D").map((p) => {
968
1001
  const _ = Math.min(
969
1002
  Number(p.min_deposit) * Number(p.percentage) / 100,
@@ -977,27 +1010,27 @@ const Ie = (e) => {
977
1010
  expiryTime: p.etime
978
1011
  };
979
1012
  });
980
- let u = 0, d = ((f = i[0]) == null ? void 0 : f.expiryTime) || "";
981
- const m = i.map((p) => (u = Math.max(u, p.percentage), new Date(p.expiryTime) < new Date(d) && (d = p.expiryTime), {
1013
+ let l = 0, d = ((f = i[0]) == null ? void 0 : f.expiryTime) || "";
1014
+ const m = i.map((p) => (l = Math.max(l, p.percentage), new Date(p.expiryTime) < new Date(d) && (d = p.expiryTime), {
982
1015
  name: p.name,
983
1016
  depositAmount: p.depositAmount,
984
1017
  promoAmount: p.promoAmount
985
1018
  }));
986
- return a = {
987
- percentage: u,
1019
+ return n = {
1020
+ percentage: l,
988
1021
  expiryTime: d,
989
1022
  list: m
990
- }, { welcomeBonus: t, dailyBonus: a };
991
- }, rt = (e) => ({
1023
+ }, { welcomeBonus: t, dailyBonus: n };
1024
+ }, st = (e) => ({
992
1025
  status: e.status == 1,
993
1026
  message: e.msg ?? ""
994
- }), st = (e) => ({
1027
+ }), it = (e) => ({
995
1028
  status: e.status == 1,
996
1029
  message: e.msg ?? ""
997
- }), it = (e) => ({
1030
+ }), lt = (e) => ({
998
1031
  status: e.status == 1,
999
1032
  message: e.msg ?? ""
1000
- }), lt = (e) => e.status == 0 ? {
1033
+ }), ut = (e) => e.status == 0 ? {
1001
1034
  deposit: "0",
1002
1035
  reward: "0",
1003
1036
  turnover: "0"
@@ -1005,59 +1038,59 @@ const Ie = (e) => {
1005
1038
  deposit: e.data.deposit,
1006
1039
  reward: e.data.reward,
1007
1040
  turnover: e.data.turnover
1008
- }, ut = (e) => {
1041
+ }, dt = (e) => {
1009
1042
  if (e.status == 0 || !e.data)
1010
1043
  return {};
1011
1044
  const t = {};
1012
- for (const a in e.data)
1013
- if (Object.prototype.hasOwnProperty.call(e.data, a)) {
1014
- const l = e.data[a];
1015
- t[a] = [];
1016
- for (let i = 0; i < l.length; i++) {
1017
- const u = l[i];
1045
+ for (const n in e.data)
1046
+ if (Object.prototype.hasOwnProperty.call(e.data, n)) {
1047
+ const u = e.data[n];
1048
+ t[n] = [];
1049
+ for (let i = 0; i < u.length; i++) {
1050
+ const l = u[i];
1018
1051
  let d = "";
1019
- l.length > i + 1 && (d = (Number(l[i + 1].achievement) - 1).toString()), t[a].push({
1020
- rate: u.rate,
1021
- minValue: u.achievement.toString(),
1052
+ u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[n].push({
1053
+ rate: l.rate,
1054
+ minValue: l.achievement.toString(),
1022
1055
  maxValue: d
1023
1056
  });
1024
1057
  }
1025
1058
  }
1026
1059
  return t;
1027
- }, dt = (e) => {
1060
+ }, ct = (e) => {
1028
1061
  if (e.status == 0 || !e.data)
1029
1062
  return {};
1030
1063
  const t = {};
1031
- for (const a in e.data)
1032
- if (Object.prototype.hasOwnProperty.call(e.data, a)) {
1033
- const l = e.data[a];
1034
- t[a] = [];
1035
- for (let i = 0; i < l.length; i++) {
1036
- const u = l[i];
1064
+ for (const n in e.data)
1065
+ if (Object.prototype.hasOwnProperty.call(e.data, n)) {
1066
+ const u = e.data[n];
1067
+ t[n] = [];
1068
+ for (let i = 0; i < u.length; i++) {
1069
+ const l = u[i];
1037
1070
  let d = "";
1038
- l.length > i + 1 && (d = (Number(l[i + 1].achievement) - 1).toString()), t[a].push({
1039
- rate: u.rate,
1040
- minValue: u.achievement,
1071
+ u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[n].push({
1072
+ rate: l.rate,
1073
+ minValue: l.achievement,
1041
1074
  maxValue: d
1042
1075
  });
1043
1076
  }
1044
1077
  }
1045
1078
  return t;
1046
- }, ct = (e) => T(e), mt = (e) => T(e), pt = (e) => {
1047
- var t, a, l, i, u;
1079
+ }, mt = (e) => R(e), pt = (e) => R(e), gt = (e) => {
1080
+ var t, n, u, i, l;
1048
1081
  return {
1049
1082
  status: e.status == 1,
1050
1083
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1051
1084
  default: ((t = e.data) == null ? void 0 : t.default) ?? [],
1052
- online: ((a = e.data) == null ? void 0 : a.online) ?? [],
1053
- mycard: ((l = e.data) == null ? void 0 : l.mycard) ?? [],
1085
+ online: ((n = e.data) == null ? void 0 : n.online) ?? [],
1086
+ mycard: ((u = e.data) == null ? void 0 : u.mycard) ?? [],
1054
1087
  qrcode: ((i = e.data) == null ? void 0 : i.qrcode) ?? [],
1055
- personal: ((u = e.data) == null ? void 0 : u.personal) ?? []
1088
+ personal: ((l = e.data) == null ? void 0 : l.personal) ?? []
1056
1089
  };
1057
- }, q = (e) => (console.log(e), {
1090
+ }, H = (e) => (console.log(e), {
1058
1091
  validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
1059
- forms: gt(e)
1060
- }), gt = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((t) => ({
1092
+ forms: bt(e)
1093
+ }), bt = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((t) => ({
1061
1094
  id: t.id,
1062
1095
  fieldName: t.fieldname,
1063
1096
  regex: t.regex,
@@ -1075,70 +1108,70 @@ const Ie = (e) => {
1075
1108
  regex: t.regex,
1076
1109
  showName: t.showname,
1077
1110
  inputHelper: t.inputHelper
1078
- })) : [], bt = (e) => T(e), ft = (e) => e, yt = (e) => ({
1111
+ })) : [], ft = (e) => R(e), yt = (e) => e, _t = (e) => ({
1079
1112
  status: e.status == 1,
1080
1113
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
1081
- }), _t = (e) => T(e), ht = (e) => ({
1114
+ }), ht = (e) => R(e), vt = (e) => ({
1082
1115
  status: e.status == 1,
1083
1116
  message: e.message,
1084
1117
  user: e.user ?? ""
1085
- }), vt = (e) => ({
1118
+ }), Tt = (e) => ({
1086
1119
  status: e.status == 1,
1087
1120
  message: e.msg ?? "",
1088
1121
  amount: e.amount ?? ""
1089
- }), Tt = (e) => T(e), Rt = (e) => {
1122
+ }), Rt = (e) => R(e), St = (e) => {
1090
1123
  var t;
1091
1124
  return {
1092
1125
  status: e.status == 1,
1093
1126
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1094
1127
  dayStreak: ((t = e.data) == null ? void 0 : t.continuousDay) ?? 0
1095
1128
  };
1096
- }, St = (e) => {
1129
+ }, kt = (e) => {
1097
1130
  var t;
1098
1131
  return {
1099
1132
  status: e.status == 1,
1100
1133
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1101
- countryList: ((t = e.data) == null ? void 0 : t.map((a) => {
1102
- var l, i;
1134
+ countryList: ((t = e.data) == null ? void 0 : t.map((n) => {
1135
+ var u, i;
1103
1136
  return {
1104
- countryIndex: a.countryindex,
1105
- currencyName: a.currency_name ?? "",
1106
- label: a.label,
1137
+ countryIndex: n.countryindex,
1138
+ currencyName: n.currency_name ?? "",
1139
+ label: n.label,
1107
1140
  currencyRate: {
1108
- depositCurrencyRate: ((l = a.currency_rate) == null ? void 0 : l.currency_rate_deposit) ?? "",
1109
- withdrawCurrencyRate: ((i = a.currency_rate) == null ? void 0 : i.currency_rate_withdraw) ?? ""
1141
+ depositCurrencyRate: ((u = n.currency_rate) == null ? void 0 : u.currency_rate_deposit) ?? "",
1142
+ withdrawCurrencyRate: ((i = n.currency_rate) == null ? void 0 : i.currency_rate_withdraw) ?? ""
1110
1143
  }
1111
1144
  };
1112
1145
  })) ?? []
1113
1146
  };
1114
- }, kt = (e) => ({
1147
+ }, Pt = (e) => ({
1115
1148
  status: e.status == 1,
1116
1149
  message: e.msg ?? ""
1117
- }), Pt = (e) => ({
1150
+ }), Ot = (e) => ({
1118
1151
  status: e.status == 1,
1119
1152
  message: e.msg ?? "",
1120
1153
  form: e.form ?? "",
1121
1154
  gameUrl: e.data ?? ""
1122
- }), Ot = (e) => T(e), Mt = (e) => T(e), V = (e) => ({
1155
+ }), Mt = (e) => R(e), jt = (e) => R(e), A = (e) => ({
1123
1156
  status: e.status == 1,
1124
1157
  message: e.errormessage ?? ""
1125
- }), jt = (e) => T(e), Dt = (e) => e, xt = (e) => T(e), Ct = (e) => {
1158
+ }), Dt = (e) => R(e), xt = (e) => e, Ct = (e) => R(e), It = (e) => {
1126
1159
  var t;
1127
1160
  return {
1128
- platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((a) => ({
1129
- productMasterId: a.id_ProductMaster,
1130
- name: a.name,
1131
- com: a.com
1161
+ platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((n) => ({
1162
+ productMasterId: n.id_ProductMaster,
1163
+ name: n.name,
1164
+ com: n.com
1132
1165
  }))) ?? []
1133
1166
  };
1134
- }, It = (e) => {
1167
+ }, Lt = (e) => {
1135
1168
  var t;
1136
- return ((t = e.mdProductMaster) == null ? void 0 : t.map((a) => {
1137
- var l;
1169
+ return ((t = e.mdProductMaster) == null ? void 0 : t.map((n) => {
1170
+ var u;
1138
1171
  return {
1139
- id: a.id,
1140
- name: a.name,
1141
- product: ((l = a.platformproduct) == null ? void 0 : l.map((i) => ({
1172
+ id: n.id,
1173
+ name: n.name,
1174
+ product: ((u = n.platformproduct) == null ? void 0 : u.map((i) => ({
1142
1175
  id: i.id,
1143
1176
  name: i.name,
1144
1177
  platformId: i.id_PlatformMaster,
@@ -1146,33 +1179,33 @@ const Ie = (e) => {
1146
1179
  }))) ?? []
1147
1180
  };
1148
1181
  })) ?? [];
1149
- }, Lt = (e) => T(e), wt = (e) => T(e), zt = (e) => T(e), Gt = (e) => T(e), Nt = (e) => T(e), Ft = (e) => T(e), Bt = (e) => T(e), Ut = (e) => ({
1182
+ }, wt = (e) => R(e), zt = (e) => R(e), Gt = (e) => R(e), Nt = (e) => R(e), Ft = (e) => R(e), Bt = (e) => R(e), Ut = (e) => R(e), Wt = (e) => ({
1150
1183
  status: e.status == 1,
1151
1184
  message: e.msg ?? "",
1152
1185
  data: e.data
1153
- }), Wt = (e) => ({
1186
+ }), qt = (e) => ({
1154
1187
  status: e.status == 1,
1155
1188
  message: e.msg ?? ""
1156
- }), qt = (e) => {
1189
+ }), Vt = (e) => {
1157
1190
  let t = "";
1158
1191
  return e.data && (t = e.data.max_promo_amt), {
1159
1192
  status: e.status == 1,
1160
1193
  amount: t
1161
1194
  };
1162
- }, Vt = (e) => ({
1195
+ }, Et = (e) => ({
1163
1196
  eventDescription: {
1164
1197
  condition: e.bottomDescription.signinCondition,
1165
1198
  prize: e.bottomDescription.signinPrize,
1166
1199
  others: e.bottomDescription.otherDescription
1167
1200
  },
1168
1201
  firstDayOfMonth: e.firstDayOfMonth
1169
- }), Et = (e) => ({
1202
+ }), $t = (e) => ({
1170
1203
  status: e.status == 1,
1171
1204
  signedDays: e.days,
1172
1205
  signedToday: e.todayIsSign === 1,
1173
1206
  dayStreak: e.continuousDay,
1174
1207
  canSignToday: e.canSign === 1
1175
- }), $t = (e) => ({
1208
+ }), Ht = (e) => ({
1176
1209
  status: e.status == 1,
1177
1210
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1178
1211
  fullName: e.fullname,
@@ -1201,14 +1234,14 @@ const Ie = (e) => {
1201
1234
  extension: e.extension_list.map((t) => ({
1202
1235
  name: t.name,
1203
1236
  achievedLevel: t.achieved_level,
1204
- detail: t.detail.map((a) => ({
1205
- level: a.level,
1206
- levelName: a.levelname,
1207
- achievement: a.achievement,
1208
- commission: a.commission
1237
+ detail: t.detail.map((n) => ({
1238
+ level: n.level,
1239
+ levelName: n.levelname,
1240
+ achievement: n.achievement,
1241
+ commission: n.commission
1209
1242
  }))
1210
1243
  }))
1211
- }), Ht = (e) => ({
1244
+ }), At = (e) => ({
1212
1245
  status: e.status == 1,
1213
1246
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1214
1247
  id: e.id ?? 0,
@@ -1220,48 +1253,48 @@ const Ie = (e) => {
1220
1253
  })),
1221
1254
  currentPage: e.page,
1222
1255
  lastPage: e.lastpage
1223
- }), At = (e) => ({
1256
+ }), Jt = (e) => ({
1224
1257
  status: e.status == "1",
1225
1258
  message: e.msg ?? "",
1226
1259
  username: e.accountcode,
1227
1260
  password: e.password
1228
- }), Jt = (e) => {
1261
+ }), Yt = (e) => {
1229
1262
  var t;
1230
1263
  return {
1231
1264
  currentPage: e.mdGameCreditLimitTransfers.current_page,
1232
1265
  lastPage: e.mdGameCreditLimitTransfers.last_page,
1233
- data: ((t = e.mdGameCreditLimitTransfers.data) == null ? void 0 : t.map((a) => ({
1234
- transferIndex: a.clindex,
1235
- target: a.com_from !== "" ? a.com_from : a.com_to,
1236
- category: a.com_from !== "" ? "transferOut" : "transferIn",
1237
- amount: a.amount,
1238
- dateTime: a.transferdatetime
1266
+ data: ((t = e.mdGameCreditLimitTransfers.data) == null ? void 0 : t.map((n) => ({
1267
+ transferIndex: n.clindex,
1268
+ target: n.com_from !== "" ? n.com_from : n.com_to,
1269
+ category: n.com_from !== "" ? "transferOut" : "transferIn",
1270
+ amount: n.amount,
1271
+ dateTime: n.transferdatetime
1239
1272
  }))) ?? []
1240
1273
  };
1241
- }, Yt = (e) => {
1274
+ }, Kt = (e) => {
1242
1275
  var t;
1243
1276
  return {
1244
1277
  currentPage: e.mdAgTransfeReport.current_page,
1245
1278
  lastPage: e.mdAgTransfeReport.last_page,
1246
- data: ((t = e.mdAgTransfeReport.data) == null ? void 0 : t.map((a) => ({
1247
- sender: a.sender,
1248
- receiver: a.receiver,
1249
- transferId: a.id,
1250
- amount: a.amount,
1251
- dateTime: a.transferdatetime
1279
+ data: ((t = e.mdAgTransfeReport.data) == null ? void 0 : t.map((n) => ({
1280
+ sender: n.sender,
1281
+ receiver: n.receiver,
1282
+ transferId: n.id,
1283
+ amount: n.amount,
1284
+ dateTime: n.transferdatetime
1252
1285
  }))) ?? []
1253
1286
  };
1254
- }, Kt = (e) => {
1255
- var t, a, l, i, u, d, m, f, p, _, M;
1287
+ }, Qt = (e) => {
1288
+ var t, n, u, i, l, d, m, f, p, _, j;
1256
1289
  return {
1257
1290
  status: e.status == 1,
1258
1291
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1259
1292
  data: {
1260
1293
  total: (t = e.data) != null && t.total ? {
1261
- bet: (((a = e.data) == null ? void 0 : a.total.bet) ?? 0).toFixed(2),
1262
- activeBet: (((l = e.data) == null ? void 0 : l.total.activebet) ?? 0).toFixed(2),
1294
+ bet: (((n = e.data) == null ? void 0 : n.total.bet) ?? 0).toFixed(2),
1295
+ activeBet: (((u = e.data) == null ? void 0 : u.total.activebet) ?? 0).toFixed(2),
1263
1296
  validBet: (((i = e.data) == null ? void 0 : i.total.validbet) ?? 0).toFixed(2),
1264
- payout: (((u = e.data) == null ? void 0 : u.total.payout) ?? 0).toFixed(2)
1297
+ payout: (((l = e.data) == null ? void 0 : l.total.payout) ?? 0).toFixed(2)
1265
1298
  } : {
1266
1299
  bet: "0.00",
1267
1300
  activeBet: "0.00",
@@ -1286,32 +1319,32 @@ const Ie = (e) => {
1286
1319
  resultL: v.resultL
1287
1320
  }))) ?? [],
1288
1321
  currentPage: ((_ = e.data) == null ? void 0 : _.page.current_page) ?? 1,
1289
- totalPage: ((M = e.data) == null ? void 0 : M.page.last_page) ?? 1
1322
+ totalPage: ((j = e.data) == null ? void 0 : j.page.last_page) ?? 1
1290
1323
  }
1291
1324
  };
1292
- }, Qt = (e) => {
1293
- var t, a, l;
1325
+ }, Xt = (e) => {
1326
+ var t, n, u;
1294
1327
  return {
1295
1328
  status: e.status == 1,
1296
1329
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1297
1330
  data: {
1298
1331
  key: ((t = e.data) == null ? void 0 : t.key) ?? "",
1299
- qrcode: ((a = e.data) == null ? void 0 : a.qrcode) ?? "",
1300
- binded: ((l = e.data) == null ? void 0 : l.binded) ?? !1
1332
+ qrcode: ((n = e.data) == null ? void 0 : n.qrcode) ?? "",
1333
+ binded: ((u = e.data) == null ? void 0 : u.binded) ?? !1
1301
1334
  }
1302
1335
  };
1303
- }, Xt = (e) => T(e), Zt = (e) => {
1336
+ }, Zt = (e) => R(e), en = (e) => {
1304
1337
  var t;
1305
1338
  return {
1306
1339
  status: e.status == 1,
1307
1340
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1308
- data: ((t = e.data) == null ? void 0 : t.map((a) => ({
1309
- deviceName: a.device_name,
1310
- createdAt: a.created_at
1341
+ data: ((t = e.data) == null ? void 0 : t.map((n) => ({
1342
+ deviceName: n.device_name,
1343
+ createdAt: n.created_at
1311
1344
  }))) ?? []
1312
1345
  };
1313
- }, ea = (e) => T(e), ta = (e) => {
1314
- var t, a, l;
1346
+ }, tn = (e) => R(e), nn = (e) => {
1347
+ var t, n, u;
1315
1348
  return {
1316
1349
  status: e.status == 1,
1317
1350
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
@@ -1320,11 +1353,11 @@ const Ie = (e) => {
1320
1353
  key: i.key,
1321
1354
  count: i.count
1322
1355
  }))) ?? [],
1323
- prizeCount: ((a = e.data.prizeRCount) == null ? void 0 : a.map((i) => ({
1356
+ prizeCount: ((n = e.data.prizeRCount) == null ? void 0 : n.map((i) => ({
1324
1357
  key: i.key,
1325
1358
  count: i.count
1326
1359
  }))) ?? [],
1327
- list: ((l = e.data.list) == null ? void 0 : l.map((i) => ({
1360
+ list: ((u = e.data.list) == null ? void 0 : u.map((i) => ({
1328
1361
  dimension: i.combination_dimension,
1329
1362
  combination: i.combination_combination,
1330
1363
  prizePosition: i.combination_position,
@@ -1335,23 +1368,23 @@ const Ie = (e) => {
1335
1368
  }))) ?? []
1336
1369
  }
1337
1370
  };
1338
- }, aa = (e) => T(e), na = (e) => ({
1371
+ }, an = (e) => R(e), on = (e) => ({
1339
1372
  status: e.status == 1,
1340
1373
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1341
1374
  tokenAmount: e.token_amount
1342
- }), oa = (e) => T(e);
1343
- var $ = /* @__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))($ || {});
1344
- const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1375
+ }), rn = (e) => R(e);
1376
+ var Y = /* @__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))(Y || {});
1377
+ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1345
1378
  __proto__: null,
1346
- SettingType: $
1347
- }, Symbol.toStringTag, { value: "Module" })), sa = (e) => {
1379
+ SettingType: Y
1380
+ }, Symbol.toStringTag, { value: "Module" })), ln = (e) => {
1348
1381
  let t = 0;
1349
1382
  return e.data != null && typeof e.data == "object" && (t = e.data.amount), {
1350
1383
  status: e.status,
1351
1384
  message: e.msg ?? "",
1352
1385
  amount: t
1353
1386
  };
1354
- }, ia = (e) => e.status == 0 ? {
1387
+ }, un = (e) => e.status == 0 ? {
1355
1388
  record: {
1356
1389
  today: {
1357
1390
  deposit: "0",
@@ -1381,15 +1414,15 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1381
1414
  loseLimit: t.loselimit,
1382
1415
  maxReward: t.max_reward
1383
1416
  }))
1384
- }, la = (e) => e.status == 0 ? [] : e.data.map((t) => ({
1417
+ }, dn = (e) => e.status == 0 ? [] : e.data.map((t) => ({
1385
1418
  amount: t.amount,
1386
1419
  date: t.date,
1387
1420
  deposit: t.deposit,
1388
1421
  payout: t.payout
1389
- })), ua = (e) => ({
1422
+ })), cn = (e) => ({
1390
1423
  status: e.status,
1391
1424
  message: e.msg ?? ""
1392
- }), da = (e) => e.status == 0 ? {
1425
+ }), mn = (e) => e.status == 0 ? {
1393
1426
  status: e.status,
1394
1427
  message: e.msg ?? "",
1395
1428
  data: null
@@ -1411,36 +1444,36 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1411
1444
  collectable: e.data.collectable,
1412
1445
  remainingDay: e.data.remaining
1413
1446
  }
1414
- }, ca = (e) => ({
1447
+ }, pn = (e) => ({
1415
1448
  status: e.status,
1416
1449
  message: e.msg ?? ""
1417
- }), ma = (e) => ({
1450
+ }), gn = (e) => ({
1418
1451
  status: e.status == 1,
1419
1452
  errorMessage: e.errormessage ?? "",
1420
1453
  isAutoTransfer: e.optionkey == "auto"
1421
- }), pa = (e) => T(e), ga = (e) => ({
1454
+ }), bn = (e) => R(e), fn = (e) => ({
1422
1455
  status: e.status,
1423
1456
  message: e.msg ?? "",
1424
1457
  turnover: e.data ? e.data.turnover : 0,
1425
1458
  percentage: e.data ? e.data.percentage ?? 0 : 0,
1426
1459
  incentive: e.data ? e.data.incentive : 0,
1427
1460
  claimable: 0
1428
- }), ba = (e) => {
1461
+ }), yn = (e) => {
1429
1462
  let t = "0";
1430
1463
  return e.data && (t = e.data.incentive), {
1431
1464
  status: e.status,
1432
1465
  message: e.msg ?? "",
1433
1466
  amount: t
1434
1467
  };
1435
- }, fa = (e) => {
1468
+ }, _n = (e) => {
1436
1469
  let t = "0";
1437
1470
  return e.data && (t = e.data.incentive), {
1438
1471
  status: e.status,
1439
1472
  message: e.msg ?? "",
1440
1473
  amount: t
1441
1474
  };
1442
- }, ya = async (e) => {
1443
- var t, a, l, i, u, d, m, f, p, _, M, v, g, S;
1475
+ }, hn = async (e) => {
1476
+ var t, n, u, i, l, d, m, f, p, _, j, v, g, S;
1444
1477
  try {
1445
1478
  e.findIndex((c) => c.name === s.vipList) !== -1 && e.push(
1446
1479
  {
@@ -1451,11 +1484,11 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1451
1484
  { name: s.vipStatus, query: "" },
1452
1485
  {
1453
1486
  name: s.getSetting,
1454
- query: JSON.stringify({ name: [$.vipcalculation] })
1487
+ query: JSON.stringify({ name: [Y.vipcalculation] })
1455
1488
  }
1456
1489
  );
1457
- const z = e.findIndex((c) => c.name === s.gameList);
1458
- z !== -1 && (JSON.parse(e[z].query).pid || e.push({
1490
+ const C = e.findIndex((c) => c.name === s.gameList);
1491
+ C !== -1 && (JSON.parse(e[C].query).pid || e.push({
1459
1492
  name: s.fishGameList,
1460
1493
  query: JSON.stringify({
1461
1494
  d: "mobile",
@@ -1466,22 +1499,22 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1466
1499
  name: s.getPlatformTurnoverRate,
1467
1500
  query: ""
1468
1501
  }));
1469
- const N = e.findIndex((c) => c.name === s.searchHot);
1470
- if (N !== -1) {
1502
+ const w = e.findIndex((c) => c.name === s.searchHot);
1503
+ if (w !== -1) {
1471
1504
  let c = {};
1472
1505
  e.forEach((y) => {
1473
1506
  c = y.query;
1474
- }), e.splice(N), e.push({
1507
+ }), e.splice(w), e.push({
1475
1508
  name: s.getFourDimensionData,
1476
1509
  query: String(c)
1477
1510
  });
1478
1511
  }
1479
- const R = e.findIndex((c) => c.name === s.searchNumberHistory);
1480
- if (R !== -1) {
1512
+ const T = e.findIndex((c) => c.name === s.searchNumberHistory);
1513
+ if (T !== -1) {
1481
1514
  let c = {};
1482
1515
  e.forEach((y) => {
1483
1516
  c = y.query;
1484
- }), e.splice(R), e.push({
1517
+ }), e.splice(T), e.push({
1485
1518
  name: s.getFourDimensionData,
1486
1519
  query: String(c)
1487
1520
  });
@@ -1490,15 +1523,15 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1490
1523
  let c = {};
1491
1524
  e.forEach((y) => {
1492
1525
  c = y.query;
1493
- }), e.splice(R), e.push({
1526
+ }), e.splice(T), e.push({
1494
1527
  name: s.getFourDimensionData,
1495
1528
  query: String(c)
1496
1529
  });
1497
1530
  }
1498
- const B = e.findIndex(
1531
+ const N = e.findIndex(
1499
1532
  (c) => c.name === s.getFourDimensionData
1500
1533
  );
1501
- B !== -1 && e[B].query == "" && (e.splice(B), e.push(
1534
+ N !== -1 && e[N].query == "" && (e.splice(N), e.push(
1502
1535
  {
1503
1536
  name: s.getFourDimensionData,
1504
1537
  query: JSON.stringify({ action: s.getCompany, native: "1" })
@@ -1514,486 +1547,486 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1514
1547
  })
1515
1548
  }
1516
1549
  ));
1517
- const te = {
1550
+ const W = {
1518
1551
  requests: e.map((c) => ({
1519
1552
  name: c.name,
1520
1553
  query: btoa(c.query)
1521
1554
  }))
1522
- }, ae = await w.post(
1555
+ }, q = await G.post(
1523
1556
  "/jwt",
1524
- ne(JSON.stringify(te))
1557
+ oe(JSON.stringify(W))
1525
1558
  ), o = {
1526
1559
  status: 200,
1527
1560
  message: "",
1528
1561
  result: {}
1529
1562
  };
1530
- for (const c of ae.data.responses) {
1563
+ for (const c of q.data.responses) {
1531
1564
  c.error != null && c.error.code != 200 && (o.status = c.error.code, o.message = c.error.message);
1532
- const y = c.attributes !== null && c.attributes !== void 0 ? oe(c.attributes) : null, r = c.name, n = y ? JSON.parse(y) : null;
1533
- if (console.log(r), console.log(JSON.stringify(n)), !n)
1565
+ const y = c.attributes !== null && c.attributes !== void 0 ? re(c.attributes) : null, r = c.name, a = y ? JSON.parse(y) : null;
1566
+ if (console.log(r), console.log(JSON.stringify(a)), !a)
1534
1567
  console.log("Not data received"), o.result[r] = null;
1535
1568
  else
1536
1569
  switch (r) {
1537
1570
  case s.announcement:
1538
- o.result[r] = ge(n);
1571
+ o.result[r] = be(a);
1539
1572
  break;
1540
1573
  case s.gameList:
1541
- o.result[r] = fe(n);
1574
+ o.result[r] = ye(a);
1542
1575
  break;
1543
1576
  case s.cmsList:
1544
- o.result[r] = Se(n);
1577
+ o.result[r] = ke(a);
1545
1578
  break;
1546
1579
  case s.paymentsProvider:
1547
- o.result[r] = de(
1548
- n
1580
+ o.result[r] = ce(
1581
+ a
1549
1582
  );
1550
1583
  break;
1551
1584
  case s.getUserProfile:
1552
- o.result[r] = be(n);
1585
+ o.result[r] = fe(a);
1553
1586
  break;
1554
1587
  case s.vipList:
1555
- o.result[r] = ye(n);
1588
+ o.result[r] = _e(a);
1556
1589
  break;
1557
1590
  case s.vipBonus:
1558
- o.result[r] = he(n);
1591
+ o.result[r] = ve(a);
1559
1592
  break;
1560
1593
  case s.vipFieldStatus:
1561
- o.result[r] = ve(n);
1594
+ o.result[r] = Te(a);
1562
1595
  break;
1563
1596
  case s.vipStatus:
1564
- o.result[r] = Te(n);
1597
+ o.result[r] = Re(a);
1565
1598
  break;
1566
1599
  case s.promotion:
1567
- o.result[r] = _e(n);
1600
+ o.result[r] = he(a);
1568
1601
  break;
1569
1602
  case s.getSetting:
1570
- o.result[r] = Re(n);
1603
+ o.result[r] = Se(a);
1571
1604
  break;
1572
1605
  case s.getCountryMobile:
1573
- o.result[r] = ke(
1574
- n
1606
+ o.result[r] = Pe(
1607
+ a
1575
1608
  );
1576
1609
  break;
1577
1610
  case s.getPlatformTurnoverRate:
1578
- o.result[r] = Pe(
1579
- n
1611
+ o.result[r] = Oe(
1612
+ a
1580
1613
  );
1581
1614
  break;
1582
1615
  case s.mainWallet:
1583
- o.result[r] = Oe(n);
1616
+ o.result[r] = Me(a);
1584
1617
  break;
1585
1618
  case s.getLanguageSetting:
1586
- o.result[r] = Me(
1587
- n
1619
+ o.result[r] = je(
1620
+ a
1588
1621
  );
1589
1622
  break;
1590
1623
  case s.getFourDimensionData:
1591
- o.result[r] = je(
1592
- n
1624
+ o.result[r] = De(
1625
+ a
1593
1626
  );
1594
1627
  break;
1595
1628
  case s.getCompany:
1596
- o.result[r] = De(n);
1629
+ o.result[r] = xe(a);
1597
1630
  break;
1598
1631
  case s.searchResultDate:
1599
- o.result[r] = xe(
1600
- n
1632
+ o.result[r] = Ce(
1633
+ a
1601
1634
  );
1602
1635
  break;
1603
1636
  case s.searchHot:
1604
- o.result[r] = Ie(n);
1637
+ o.result[r] = Le(a);
1605
1638
  break;
1606
1639
  case s.searchByDate:
1607
- o.result[r] = Le(n);
1640
+ o.result[r] = we(a);
1608
1641
  break;
1609
1642
  case s.upcomingMatches:
1610
- o.result[r] = we(
1611
- n
1643
+ o.result[r] = ze(
1644
+ a
1612
1645
  );
1613
1646
  break;
1614
1647
  case s.deposit:
1615
- o.result[r] = ze(n);
1648
+ o.result[r] = Ge(a);
1616
1649
  break;
1617
1650
  case s.applyVipBonus:
1618
- o.result[r] = Ge(n);
1651
+ o.result[r] = Ne(a);
1619
1652
  break;
1620
1653
  case s.withdraw:
1621
- o.result[r] = Ne(n);
1654
+ o.result[r] = Fe(a);
1622
1655
  break;
1623
1656
  case s.getBankCardData:
1624
- o.result[r] = Fe(
1625
- n
1657
+ o.result[r] = Be(
1658
+ a
1626
1659
  );
1627
1660
  break;
1628
1661
  case s.withdrawalGet:
1629
- o.result[r] = Be(n);
1662
+ o.result[r] = Ue(a);
1630
1663
  break;
1631
1664
  case s.addBankCard:
1632
- o.result[r] = Ue(n);
1665
+ o.result[r] = We(a);
1633
1666
  break;
1634
1667
  case s.transactionReport:
1635
- o.result[r] = We(
1636
- n
1668
+ o.result[r] = qe(
1669
+ a
1637
1670
  );
1638
1671
  break;
1639
1672
  case s.changePassword:
1640
- o.result[r] = Ve(n);
1673
+ o.result[r] = Ee(a);
1641
1674
  break;
1642
1675
  case s.wallet:
1643
- o.result[r] = Ee(n);
1676
+ o.result[r] = $e(a);
1644
1677
  break;
1645
1678
  case s.getEventList:
1646
- o.result[r] = $e(n);
1679
+ o.result[r] = He(a);
1647
1680
  break;
1648
1681
  case s.getEventToken:
1649
- o.result[r] = He(n);
1682
+ o.result[r] = Ae(a);
1650
1683
  break;
1651
1684
  case s.getExtraGame:
1652
- o.result[r] = Ae(n);
1685
+ o.result[r] = Je(a);
1653
1686
  break;
1654
1687
  case s.mailBox:
1655
- o.result[r] = Je(n);
1688
+ o.result[r] = Ye(a);
1656
1689
  break;
1657
1690
  case s.fishGameList:
1658
- o.result[r] = Ye(n);
1691
+ o.result[r] = Ke(a);
1659
1692
  break;
1660
1693
  case s.slotGameList:
1661
- o.result[r] = Ke(n);
1694
+ o.result[r] = Qe(a);
1662
1695
  break;
1663
1696
  case s.getTurnOverRewardData:
1664
- o.result[r] = Qe(
1665
- n
1697
+ o.result[r] = Xe(
1698
+ a
1666
1699
  );
1667
1700
  break;
1668
1701
  case s.getTurnOverRewardReport:
1669
- o.result[r] = Xe(
1670
- n
1702
+ o.result[r] = Ze(
1703
+ a
1671
1704
  );
1672
1705
  break;
1673
1706
  case s.getInviteRewardData:
1674
- o.result[r] = Ze(
1675
- n
1707
+ o.result[r] = et(
1708
+ a
1676
1709
  );
1677
1710
  break;
1678
1711
  case s.getInviteRewardReport:
1679
- o.result[r] = et(
1680
- n
1712
+ o.result[r] = tt(
1713
+ a
1681
1714
  );
1682
1715
  break;
1683
1716
  case s.getTopupRewardData:
1684
- o.result[r] = tt(
1685
- n
1717
+ o.result[r] = nt(
1718
+ a
1686
1719
  );
1687
1720
  break;
1688
1721
  case s.getTopupRewardReport:
1689
1722
  o.result[r] = at(
1690
- n
1723
+ a
1691
1724
  );
1692
1725
  break;
1693
1726
  case s.getRewardReferral:
1694
- o.result[r] = nt(
1695
- n
1727
+ o.result[r] = ot(
1728
+ a
1696
1729
  );
1697
1730
  break;
1698
1731
  case s.submitWithdrawValidate:
1699
- o.result[r] = V(n);
1732
+ o.result[r] = A(a);
1700
1733
  break;
1701
1734
  case s.getDepositPromotion:
1702
- o.result[r] = ot(
1703
- n
1735
+ o.result[r] = rt(
1736
+ a
1704
1737
  );
1705
1738
  break;
1706
1739
  case s.getTopUpRewardClaim:
1707
- o.result[r] = rt(
1708
- n
1740
+ o.result[r] = st(
1741
+ a
1709
1742
  );
1710
1743
  break;
1711
1744
  case s.getInviteRewardClaim:
1712
- o.result[r] = st(
1713
- n
1745
+ o.result[r] = it(
1746
+ a
1714
1747
  );
1715
1748
  break;
1716
1749
  case s.getTurnOverRewardClaim:
1717
- o.result[r] = it(
1718
- n
1750
+ o.result[r] = lt(
1751
+ a
1719
1752
  );
1720
1753
  break;
1721
1754
  case s.getInviteRewardSetting:
1722
- o.result[r] = lt(
1723
- n
1755
+ o.result[r] = ut(
1756
+ a
1724
1757
  );
1725
1758
  break;
1726
1759
  case s.getTurnOverRewardSetting:
1727
- o.result[r] = ut(
1728
- n
1760
+ o.result[r] = dt(
1761
+ a
1729
1762
  );
1730
1763
  break;
1731
1764
  case s.getTopUpRewardSetting:
1732
- o.result[r] = dt(
1733
- n
1765
+ o.result[r] = ct(
1766
+ a
1734
1767
  );
1735
1768
  break;
1736
1769
  case s.requestForgetPassword:
1737
- o.result[r] = ct(
1738
- n
1770
+ o.result[r] = mt(
1771
+ a
1739
1772
  );
1740
1773
  break;
1741
1774
  case s.submitForgetPassword:
1742
- o.result[r] = mt(
1743
- n
1775
+ o.result[r] = pt(
1776
+ a
1744
1777
  );
1745
1778
  break;
1746
1779
  case s.getImage:
1747
- o.result[r] = pt(n);
1780
+ o.result[r] = gt(a);
1748
1781
  break;
1749
1782
  case s.getDepositValidate:
1750
- o.result[r] = q(n);
1783
+ o.result[r] = H(a);
1751
1784
  break;
1752
1785
  case s.getWithdrawValidate:
1753
- o.result[r] = q(n);
1786
+ o.result[r] = H(a);
1754
1787
  break;
1755
1788
  case s.getTransferCreditValidate:
1756
- o.result[r] = q(n);
1789
+ o.result[r] = H(a);
1757
1790
  break;
1758
1791
  case s.updateProfilePicture:
1759
- o.result[r] = bt(
1760
- n
1792
+ o.result[r] = ft(
1793
+ a
1761
1794
  );
1762
1795
  break;
1763
1796
  case s.readMail:
1764
- o.result[r] = ft(n);
1797
+ o.result[r] = yt(a);
1765
1798
  break;
1766
1799
  case s.checkRedPacketValidate:
1767
- o.result[r] = yt(
1768
- n
1800
+ o.result[r] = _t(
1801
+ a
1769
1802
  );
1770
1803
  break;
1771
1804
  case s.requestTacCode:
1772
- o.result[r] = _t(n);
1805
+ o.result[r] = ht(a);
1773
1806
  break;
1774
1807
  case s.getUsernameByRefer:
1775
- o.result[r] = ht(
1776
- n
1808
+ o.result[r] = vt(
1809
+ a
1777
1810
  );
1778
1811
  break;
1779
1812
  case s.applyPromo:
1780
- o.result[r] = vt(n);
1813
+ o.result[r] = Tt(a);
1781
1814
  break;
1782
1815
  case s.applyRedPacket:
1783
- o.result[r] = Tt(n);
1816
+ o.result[r] = Rt(a);
1784
1817
  break;
1785
1818
  case s.applySignIn:
1786
- o.result[r] = Rt(n);
1819
+ o.result[r] = St(a);
1787
1820
  break;
1788
1821
  case s.getCountry:
1789
- o.result[r] = St(n);
1822
+ o.result[r] = kt(a);
1790
1823
  break;
1791
1824
  case s.submitGiftCode:
1792
- o.result[r] = kt(n);
1825
+ o.result[r] = Pt(a);
1793
1826
  break;
1794
1827
  case s.playGame:
1795
- o.result[r] = Pt(n);
1828
+ o.result[r] = Ot(a);
1796
1829
  break;
1797
1830
  case s.transferToMain:
1798
- o.result[r] = Ot(n);
1831
+ o.result[r] = Mt(a);
1799
1832
  break;
1800
1833
  case s.transferProcess:
1801
- o.result[r] = Mt(
1802
- n
1834
+ o.result[r] = jt(
1835
+ a
1803
1836
  );
1804
1837
  break;
1805
1838
  case s.submitDepositValidate:
1806
- o.result[r] = V(n);
1839
+ o.result[r] = A(a);
1807
1840
  break;
1808
1841
  case s.submitTransferCreditValidate:
1809
- o.result[r] = V(n);
1842
+ o.result[r] = A(a);
1810
1843
  break;
1811
1844
  case s.checkTransferCredit:
1812
- o.result[r] = jt(
1813
- n
1845
+ o.result[r] = Dt(
1846
+ a
1814
1847
  );
1815
1848
  break;
1816
1849
  case s.friendList:
1817
- o.result[r] = Dt(n);
1850
+ o.result[r] = xt(a);
1818
1851
  break;
1819
1852
  case s.friendListEdit:
1820
- o.result[r] = xt(n);
1853
+ o.result[r] = Ct(a);
1821
1854
  break;
1822
1855
  case s.getActivePP:
1823
- o.result[r] = Ct(n);
1856
+ o.result[r] = It(a);
1824
1857
  break;
1825
1858
  case s.getActiveProduct:
1826
- o.result[r] = It(
1827
- n
1859
+ o.result[r] = Lt(
1860
+ a
1828
1861
  );
1829
1862
  break;
1830
1863
  case s.requestWithdrawTac:
1831
- o.result[r] = Lt(
1832
- n
1864
+ o.result[r] = wt(
1865
+ a
1833
1866
  );
1834
1867
  break;
1835
1868
  case s.requestWithdrawalCode:
1836
- o.result[r] = wt(
1837
- n
1869
+ o.result[r] = zt(
1870
+ a
1838
1871
  );
1839
1872
  break;
1840
1873
  case s.commissionWithdraw:
1841
- o.result[r] = zt(
1842
- n
1874
+ o.result[r] = Gt(
1875
+ a
1843
1876
  );
1844
1877
  break;
1845
1878
  case s.submitWithdrawalCode:
1846
- o.result[r] = Gt(
1847
- n
1879
+ o.result[r] = Nt(
1880
+ a
1848
1881
  );
1849
1882
  break;
1850
1883
  case s.submitCryptoAccount:
1851
- o.result[r] = Nt(
1852
- n
1884
+ o.result[r] = Ft(
1885
+ a
1853
1886
  );
1854
1887
  break;
1855
1888
  case s.requestTransferMoney:
1856
- o.result[r] = Ft(
1857
- n
1889
+ o.result[r] = Bt(
1890
+ a
1858
1891
  );
1859
1892
  break;
1860
1893
  case s.submitTransferMoney:
1861
- o.result[r] = Bt(
1862
- n
1894
+ o.result[r] = Ut(
1895
+ a
1863
1896
  );
1864
1897
  break;
1865
1898
  case s.requestUpdateMobileTacCode:
1866
- o.result[r] = Ut(
1867
- n
1899
+ o.result[r] = Wt(
1900
+ a
1868
1901
  );
1869
1902
  break;
1870
1903
  case s.submitUpdateMobileTacCode:
1871
- o.result[r] = Wt(
1872
- n
1904
+ o.result[r] = qt(
1905
+ a
1873
1906
  );
1874
1907
  break;
1875
1908
  case s.getVerifyPromo:
1876
- o.result[r] = qt(n);
1909
+ o.result[r] = Vt(a);
1877
1910
  break;
1878
1911
  case s.signInViewInfo:
1879
- o.result[r] = Vt(n);
1912
+ o.result[r] = Et(a);
1880
1913
  break;
1881
1914
  case s.signInRecord:
1882
- o.result[r] = Et(n);
1915
+ o.result[r] = $t(a);
1883
1916
  break;
1884
1917
  case s.referralProfile:
1885
- o.result[r] = $t(
1886
- n
1918
+ o.result[r] = Ht(
1919
+ a
1887
1920
  );
1888
1921
  break;
1889
1922
  case s.referralMemberProfile:
1890
- o.result[r] = Ht(
1891
- n
1923
+ o.result[r] = At(
1924
+ a
1892
1925
  );
1893
1926
  break;
1894
1927
  case s.registerAction:
1895
- o.result[r] = At(n);
1928
+ o.result[r] = Jt(a);
1896
1929
  break;
1897
1930
  case s.transferReport:
1898
- o.result[r] = Jt(n);
1931
+ o.result[r] = Yt(a);
1899
1932
  break;
1900
1933
  case s.agTransferCreditReport:
1901
- o.result[r] = Yt(
1902
- n
1934
+ o.result[r] = Kt(
1935
+ a
1903
1936
  );
1904
1937
  break;
1905
1938
  case s.betReport:
1906
- o.result[r] = Kt(n);
1939
+ o.result[r] = Qt(a);
1907
1940
  break;
1908
1941
  case s.getTwoFactorAuthenticate:
1909
- o.result[r] = Qt(
1910
- n
1942
+ o.result[r] = Xt(
1943
+ a
1911
1944
  );
1912
1945
  break;
1913
1946
  case s.submitTwoFactorAuthenticate:
1914
- o.result[r] = Xt(
1915
- n
1947
+ o.result[r] = Zt(
1948
+ a
1916
1949
  );
1917
1950
  break;
1918
1951
  case s.getUserDeviceList:
1919
- o.result[r] = Zt(
1920
- n
1952
+ o.result[r] = en(
1953
+ a
1921
1954
  );
1922
1955
  break;
1923
1956
  case s.unbindUserDevice:
1924
- o.result[r] = ea(
1925
- n
1957
+ o.result[r] = tn(
1958
+ a
1926
1959
  );
1927
1960
  break;
1928
1961
  case s.searchNumberHistory:
1929
- o.result[r] = ta(
1930
- n
1962
+ o.result[r] = nn(
1963
+ a
1931
1964
  );
1932
1965
  break;
1933
1966
  case s.changeWithdrawalCode:
1934
- o.result[r] = aa(
1935
- n
1967
+ o.result[r] = an(
1968
+ a
1936
1969
  );
1937
1970
  break;
1938
1971
  case s.checkRedPacketToken:
1939
- o.result[r] = na(
1940
- n
1972
+ o.result[r] = on(
1973
+ a
1941
1974
  );
1942
1975
  break;
1943
1976
  case s.submitWithdrawalAlipay:
1944
- o.result[r] = oa(
1945
- n
1977
+ o.result[r] = rn(
1978
+ a
1946
1979
  );
1947
1980
  break;
1948
1981
  case s.applyReliefFund:
1949
- o.result[r] = sa(
1950
- n
1982
+ o.result[r] = ln(
1983
+ a
1951
1984
  );
1952
1985
  break;
1953
1986
  case s.getReliefFundData:
1954
- o.result[r] = ia(
1955
- n
1987
+ o.result[r] = un(
1988
+ a
1956
1989
  );
1957
1990
  break;
1958
1991
  case s.getReliefFundReport:
1959
- o.result[r] = la(
1960
- n
1992
+ o.result[r] = dn(
1993
+ a
1961
1994
  );
1962
1995
  break;
1963
1996
  case s.getWeekCardClaim:
1964
- o.result[r] = ua(
1965
- n
1997
+ o.result[r] = cn(
1998
+ a
1966
1999
  );
1967
2000
  break;
1968
2001
  case s.getWeekCardData:
1969
- o.result[r] = da(
1970
- n
2002
+ o.result[r] = mn(
2003
+ a
1971
2004
  );
1972
2005
  break;
1973
2006
  case s.applyWeekCard:
1974
- o.result[r] = ca(n);
2007
+ o.result[r] = pn(a);
1975
2008
  break;
1976
2009
  case s.transferSetting:
1977
- o.result[r] = ma(
1978
- n
2010
+ o.result[r] = gn(
2011
+ a
1979
2012
  );
1980
2013
  break;
1981
2014
  case s.transfer:
1982
- o.result[r] = pa(n);
2015
+ o.result[r] = bn(a);
1983
2016
  break;
1984
2017
  case s.getIncentiveData:
1985
- o.result[r] = ga(
1986
- n
2018
+ o.result[r] = fn(
2019
+ a
1987
2020
  );
1988
2021
  break;
1989
2022
  case s.getIncentiveRebate:
1990
- o.result[r] = ba(
1991
- n
2023
+ o.result[r] = yn(
2024
+ a
1992
2025
  );
1993
2026
  break;
1994
2027
  case s.claimIncentiveRebate:
1995
- o.result[r] = fa(
1996
- n
2028
+ o.result[r] = _n(
2029
+ a
1997
2030
  );
1998
2031
  break;
1999
2032
  }
@@ -2001,7 +2034,7 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2001
2034
  if (s.getIncentiveData in o.result && ((t = o.result) != null && t.getIncentiveData)) {
2002
2035
  const c = o.result.getIncentiveData;
2003
2036
  if (s.getIncentiveRebate in o.result) {
2004
- if ((a = o.result) != null && a.getIncentiveRebate) {
2037
+ if ((n = o.result) != null && n.getIncentiveRebate) {
2005
2038
  const y = o.result.getIncentiveRebate;
2006
2039
  c.claimable = Number(y.amount);
2007
2040
  }
@@ -2009,34 +2042,34 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2009
2042
  }
2010
2043
  o.result.getIncentiveData = c;
2011
2044
  }
2012
- if (s.vipList in o.result && ((l = o.result) != null && l.vipList)) {
2045
+ if (s.vipList in o.result && ((u = o.result) != null && u.vipList)) {
2013
2046
  const c = o.result.vipList;
2014
2047
  let y = 4;
2015
2048
  if (s.getSetting in o.result && ((i = o.result) != null && i.getSetting && (y = o.result.getSetting.vipCalculation), delete o.result.getSetting), s.vipStatus in o.result) {
2016
- if ((u = o.result) != null && u.vipStatus) {
2049
+ if ((l = o.result) != null && l.vipStatus) {
2017
2050
  const r = o.result.vipStatus, {
2018
- current_grade_id: n,
2051
+ current_grade_id: a,
2019
2052
  current_deposit: h,
2020
2053
  current_turnover: P,
2021
- percentage: j
2022
- } = r, C = c.list.findIndex((O) => O.id === n);
2023
- c.list = c.list.map((O, I) => {
2024
- const L = I === C;
2025
- let D = "0", b = "0", G = 0;
2026
- return L ? (D = `${Math.min(Number(h), Number(O.deposit.total))}`, b = `${Math.min(Number(P), Number(O.turnover.total))}`, G = j) : I < C ? (D = O.deposit.total, b = O.turnover.total, G = 1) : I > C && (D = "0.00", b = "0.00", G = 0), {
2054
+ percentage: D
2055
+ } = r, x = c.list.findIndex((O) => O.id === a);
2056
+ c.list = c.list.map((O, M) => {
2057
+ const z = M === x;
2058
+ let I = "0", b = "0", F = 0;
2059
+ return z ? (I = `${Math.min(Number(h), Number(O.deposit.total))}`, b = `${Math.min(Number(P), Number(O.turnover.total))}`, F = D) : M < x ? (I = O.deposit.total, b = O.turnover.total, F = 1) : M > x && (I = "0.00", b = "0.00", F = 0), {
2027
2060
  ...O,
2028
- is_current_level: L,
2061
+ is_current_level: z,
2029
2062
  deposit: {
2030
2063
  ...O.deposit,
2031
2064
  isShow: y === 1 || y === 3 || y === 4,
2032
- current: D
2065
+ current: I
2033
2066
  },
2034
2067
  turnover: {
2035
2068
  ...O.turnover,
2036
2069
  isShow: y === 2 || y === 3 || y === 4,
2037
2070
  current: b
2038
2071
  },
2039
- percentage: G
2072
+ percentage: F
2040
2073
  };
2041
2074
  });
2042
2075
  }
@@ -2044,21 +2077,21 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2044
2077
  }
2045
2078
  if (s.vipBonus in o.result) {
2046
2079
  if ((d = o.result) != null && d.vipBonus) {
2047
- const r = o.result.vipBonus, n = c.list.find((G) => G.is_current_level == !0), h = Number(n == null ? void 0 : n.benefit_list.daily.bonus) ?? 0, P = Number(n == null ? void 0 : n.benefit_list.weekly.bonus) ?? 0, j = Number(n == null ? void 0 : n.benefit_list.monthly.bonus) ?? 0;
2080
+ const r = o.result.vipBonus, a = c.list.find((F) => F.is_current_level == !0), h = Number(a == null ? void 0 : a.benefit_list.daily.bonus) ?? 0, P = Number(a == null ? void 0 : a.benefit_list.weekly.bonus) ?? 0, D = Number(a == null ? void 0 : a.benefit_list.monthly.bonus) ?? 0;
2048
2081
  c.bonus.day.isClaimable = r.day.isClaimable;
2049
- const { dayRemainingTime: C, dayProgressPercentage: O } = ie();
2082
+ const { dayRemainingTime: x, dayProgressPercentage: O } = le();
2050
2083
  c.bonus.day.timestamp = {
2051
- current: !r.day.isClaimable && h > 0 ? C : 0,
2084
+ current: !r.day.isClaimable && h > 0 ? x : 0,
2052
2085
  percentage: O
2053
2086
  }, c.bonus.week.isClaimable = r.week.isClaimable;
2054
- const { weekRemainingTime: I, weekProgressPercentage: L } = se();
2087
+ const { weekRemainingTime: M, weekProgressPercentage: z } = ie();
2055
2088
  c.bonus.week.timestamp = {
2056
- current: !r.week.isClaimable && P > 0 ? I : 0,
2057
- percentage: L
2089
+ current: !r.week.isClaimable && P > 0 ? M : 0,
2090
+ percentage: z
2058
2091
  }, c.bonus.month.isClaimable = r.month.isClaimable;
2059
- const { monthRemainingTime: D, monthProgressPercentage: b } = re();
2092
+ const { monthRemainingTime: I, monthProgressPercentage: b } = se();
2060
2093
  c.bonus.month.timestamp = {
2061
- current: !r.month.isClaimable && j > 0 ? D : 0,
2094
+ current: !r.month.isClaimable && D > 0 ? I : 0,
2062
2095
  percentage: b
2063
2096
  };
2064
2097
  }
@@ -2066,8 +2099,8 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2066
2099
  }
2067
2100
  if (s.vipFieldStatus in o.result) {
2068
2101
  if ((m = o.result) != null && m.vipFieldStatus) {
2069
- const r = o.result.vipFieldStatus, n = [];
2070
- n.push({
2102
+ const r = o.result.vipFieldStatus, a = [];
2103
+ a.push({
2071
2104
  name: "",
2072
2105
  code: "vipLevel",
2073
2106
  value: c.list.map((b) => b.name)
@@ -2075,7 +2108,7 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2075
2108
  const h = r.findIndex(
2076
2109
  (b) => b.fieldName == "upgrade_bonus"
2077
2110
  );
2078
- h > -1 && n.push({
2111
+ h > -1 && a.push({
2079
2112
  name: r[h].showName,
2080
2113
  code: "",
2081
2114
  value: c.list.map((b) => b.benefit_list.upgrade.bonus)
@@ -2083,67 +2116,67 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2083
2116
  const P = r.findIndex(
2084
2117
  (b) => b.fieldName == "upgrade_bonus_multiply"
2085
2118
  );
2086
- P > -1 && n.push({
2119
+ P > -1 && a.push({
2087
2120
  name: r[P].showName,
2088
2121
  code: "",
2089
2122
  value: c.list.map((b) => b.benefit_list.upgrade.turnover)
2090
2123
  });
2091
- const j = r.findIndex(
2124
+ const D = r.findIndex(
2092
2125
  (b) => b.fieldName == "monthly_bonus"
2093
2126
  );
2094
- c.bonus.month.isShow = j > -1, j > -1 && n.push({
2095
- name: r[j].showName,
2127
+ c.bonus.month.isShow = D > -1, D > -1 && a.push({
2128
+ name: r[D].showName,
2096
2129
  code: "",
2097
2130
  value: c.list.map((b) => b.benefit_list.monthly.bonus)
2098
2131
  });
2099
- const C = r.findIndex(
2132
+ const x = r.findIndex(
2100
2133
  (b) => b.fieldName == "monthly_bonus_multiply"
2101
2134
  );
2102
- C > -1 && n.push({
2103
- name: r[C].showName,
2135
+ x > -1 && a.push({
2136
+ name: r[x].showName,
2104
2137
  code: "",
2105
2138
  value: c.list.map((b) => b.benefit_list.monthly.turnover)
2106
2139
  });
2107
2140
  const O = r.findIndex(
2108
2141
  (b) => b.fieldName == "weekly_bonus"
2109
2142
  );
2110
- c.bonus.week.isShow = O > -1, O > -1 && n.push({
2143
+ c.bonus.week.isShow = O > -1, O > -1 && a.push({
2111
2144
  name: r[O].showName,
2112
2145
  code: "",
2113
2146
  value: c.list.map((b) => b.benefit_list.weekly.bonus)
2114
2147
  });
2115
- const I = r.findIndex(
2148
+ const M = r.findIndex(
2116
2149
  (b) => b.fieldName == "weekly_bonus_multiply"
2117
2150
  );
2118
- I > -1 && n.push({
2119
- name: r[I].showName,
2151
+ M > -1 && a.push({
2152
+ name: r[M].showName,
2120
2153
  code: "",
2121
2154
  value: c.list.map((b) => b.benefit_list.weekly.turnover)
2122
2155
  });
2123
- const L = r.findIndex(
2156
+ const z = r.findIndex(
2124
2157
  (b) => b.fieldName == "daily_bonus"
2125
2158
  );
2126
- c.bonus.day.isShow = L > -1, L > -1 && n.push({
2127
- name: r[L].showName,
2159
+ c.bonus.day.isShow = z > -1, z > -1 && a.push({
2160
+ name: r[z].showName,
2128
2161
  code: "",
2129
2162
  value: c.list.map((b) => b.benefit_list.daily.bonus)
2130
2163
  });
2131
- const D = r.findIndex(
2164
+ const I = r.findIndex(
2132
2165
  (b) => b.fieldName == "daily_bonus_multiply"
2133
2166
  );
2134
- D > -1 && n.push({
2135
- name: r[D].showName,
2167
+ I > -1 && a.push({
2168
+ name: r[I].showName,
2136
2169
  code: "",
2137
2170
  value: c.list.map((b) => b.benefit_list.daily.turnover)
2138
- }), (y === 1 || y === 3 || y === 4) && n.push({
2171
+ }), (y === 1 || y === 3 || y === 4) && a.push({
2139
2172
  name: "",
2140
2173
  code: "detail_deposit",
2141
2174
  value: c.list.map((b) => b.deposit.total)
2142
- }), (y === 2 || y === 3 || y === 4) && n.push({
2175
+ }), (y === 2 || y === 3 || y === 4) && a.push({
2143
2176
  name: "",
2144
2177
  code: "detail_turnover",
2145
2178
  value: c.list.map((b) => b.turnover.total)
2146
- }), c.detail = n;
2179
+ }), c.detail = a;
2147
2180
  }
2148
2181
  delete o.result.vipFieldStatus;
2149
2182
  }
@@ -2151,71 +2184,71 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2151
2184
  }
2152
2185
  if (s.gameList in o.result && ((f = o.result) != null && f.gameList)) {
2153
2186
  const c = o.result.gameList;
2154
- if (JSON.parse(e[z].query).pid) {
2187
+ if (JSON.parse(e[C].query).pid) {
2155
2188
  if (s.getPlatformTurnoverRate in o.result && ((p = o.result) != null && p.getPlatformTurnoverRate)) {
2156
2189
  const y = o.result.getPlatformTurnoverRate;
2157
2190
  c.platformGameList = c.platformGameList.map((r) => {
2158
- const n = y.find(
2191
+ const a = y.find(
2159
2192
  (h) => h.id === r.platformId
2160
2193
  );
2161
2194
  return {
2162
2195
  ...r,
2163
- rate: (n == null ? void 0 : n.percentage) ?? "0.00"
2196
+ rate: (a == null ? void 0 : a.percentage) ?? "0.00"
2164
2197
  };
2165
2198
  });
2166
2199
  }
2167
2200
  } else {
2168
- const y = c.platformGame.map((r) => r.list.filter((n) => n.flag.trial && !r.nextPage).map((n) => n));
2201
+ const y = c.platformGame.map((r) => r.list.filter((a) => a.flag.trial && !r.nextPage).map((a) => a));
2169
2202
  if (c.trialGameList = y.flat(), s.fishGameList in o.result && o.result.fishGameList) {
2170
2203
  const r = o.result.fishGameList;
2171
- c.fishGameList = r.map((n) => ({
2172
- gameId: Number(n.id),
2173
- platformId: Number(n.platformProductID),
2174
- name: n.gameName,
2204
+ c.fishGameList = r.map((a) => ({
2205
+ gameId: Number(a.id),
2206
+ platformId: Number(a.platformProductID),
2207
+ name: a.gameName,
2175
2208
  flag: {
2176
2209
  value: 0,
2177
2210
  hot: !1,
2178
2211
  trial: !1,
2179
2212
  new: !1
2180
2213
  },
2181
- imageUrl: n.imgUrl,
2214
+ imageUrl: a.imgUrl,
2182
2215
  rate: "0.00"
2183
2216
  })), delete o.result.fishGameList;
2184
2217
  }
2185
2218
  if (s.getPlatformTurnoverRate in o.result && ((_ = o.result) != null && _.getPlatformTurnoverRate)) {
2186
2219
  const r = o.result.getPlatformTurnoverRate;
2187
- c.platformGame.forEach((n) => {
2188
- n.list = n.list.map((h) => {
2220
+ c.platformGame.forEach((a) => {
2221
+ a.list = a.list.map((h) => {
2189
2222
  const P = r.find(
2190
- (j) => j.id === h.platformId
2223
+ (D) => D.id === h.platformId
2191
2224
  );
2192
2225
  return {
2193
2226
  ...h,
2194
2227
  rate: (P == null ? void 0 : P.percentage) ?? "0.00"
2195
2228
  };
2196
2229
  });
2197
- }), c.hotGameList = c.hotGameList.map((n) => {
2230
+ }), c.hotGameList = c.hotGameList.map((a) => {
2198
2231
  const h = r.find(
2199
- (P) => P.id === n.platformId
2232
+ (P) => P.id === a.platformId
2200
2233
  );
2201
2234
  return {
2202
- ...n,
2235
+ ...a,
2203
2236
  rate: (h == null ? void 0 : h.percentage) ?? "0.00"
2204
2237
  };
2205
- }), c.trialGameList = c.trialGameList.map((n) => {
2238
+ }), c.trialGameList = c.trialGameList.map((a) => {
2206
2239
  const h = r.find(
2207
- (P) => P.id === n.platformId
2240
+ (P) => P.id === a.platformId
2208
2241
  );
2209
2242
  return {
2210
- ...n,
2243
+ ...a,
2211
2244
  rate: (h == null ? void 0 : h.percentage) ?? "0.00"
2212
2245
  };
2213
- }), c.fishGameList = c.fishGameList.map((n) => {
2246
+ }), c.fishGameList = c.fishGameList.map((a) => {
2214
2247
  const h = r.find(
2215
- (P) => P.id === n.platformId
2248
+ (P) => P.id === a.platformId
2216
2249
  );
2217
2250
  return {
2218
- ...n,
2251
+ ...a,
2219
2252
  rate: (h == null ? void 0 : h.percentage) ?? "0.00"
2220
2253
  };
2221
2254
  }), delete o.result.getPlatformTurnoverRate;
@@ -2223,20 +2256,20 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2223
2256
  }
2224
2257
  o.result.gameList = c;
2225
2258
  }
2226
- if (s.getCompany in o.result && ((M = o.result) != null && M.getCompany)) {
2259
+ if (s.getCompany in o.result && ((j = o.result) != null && j.getCompany)) {
2227
2260
  const c = o.result.getCompany;
2228
2261
  if (s.searchResultDate in o.result && (v = o.result) != null && v.searchResultDate) {
2229
2262
  const y = o.result.searchResultDate;
2230
2263
  c.forEach((r) => {
2231
- const n = y.find((h) => h.id == r.id);
2232
- n && (r.date = n == null ? void 0 : n.date);
2264
+ const a = y.find((h) => h.id == r.id);
2265
+ a && (r.date = a == null ? void 0 : a.date);
2233
2266
  }), delete o.result.searchResultDate;
2234
2267
  }
2235
2268
  o.result.getCompany = c;
2236
2269
  }
2237
2270
  return o;
2238
2271
  } catch (k) {
2239
- return X.isAxiosError(k) ? {
2272
+ return te.isAxiosError(k) ? {
2240
2273
  status: ((g = k.response) == null ? void 0 : g.status) || 600,
2241
2274
  message: JSON.stringify((S = k.response) == null ? void 0 : S.data),
2242
2275
  result: {}
@@ -2246,70 +2279,70 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2246
2279
  result: {}
2247
2280
  });
2248
2281
  }
2249
- }, _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2282
+ }, vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2250
2283
  __proto__: null,
2251
- post: ya
2252
- }, Symbol.toStringTag, { value: "Module" })), ha = async (e, t) => {
2253
- let a = {
2284
+ post: hn
2285
+ }, Symbol.toStringTag, { value: "Module" })), Tn = async (e, t) => {
2286
+ let n = {
2254
2287
  status: 200,
2255
2288
  message: "",
2256
2289
  accessToken: ""
2257
2290
  };
2258
2291
  try {
2259
- a = {
2292
+ n = {
2260
2293
  status: 200,
2261
2294
  message: "",
2262
- accessToken: (await w.post("/auth/sesh", {
2295
+ accessToken: (await G.post("/auth/sesh", {
2263
2296
  usr: e,
2264
2297
  pwd: t
2265
2298
  })).data.access_token
2266
2299
  };
2267
- } catch (l) {
2268
- a = {
2269
- status: l.status || 500,
2270
- message: l.message,
2300
+ } catch (u) {
2301
+ n = {
2302
+ status: u.status || 500,
2303
+ message: u.message,
2271
2304
  accessToken: ""
2272
2305
  };
2273
2306
  }
2274
- return a;
2275
- }, va = async (e, t, a, l, i) => {
2276
- let u = {
2307
+ return n;
2308
+ }, Rn = async (e, t, n, u, i) => {
2309
+ let l = {
2277
2310
  status: 200,
2278
2311
  message: "",
2279
2312
  accessToken: ""
2280
2313
  };
2281
2314
  try {
2282
- const m = (await w.post("/auth/jwt", {
2315
+ const m = (await G.post("/auth/jwt", {
2283
2316
  os: e,
2284
2317
  usr: t,
2285
- pwd: a,
2286
- mobileno: l,
2318
+ pwd: n,
2319
+ mobileno: u,
2287
2320
  type: i
2288
2321
  })).data;
2289
- u.status === 200 && (u = {
2322
+ l.status === 200 && (l = {
2290
2323
  status: 200,
2291
2324
  message: "",
2292
2325
  accessToken: m.access_token
2293
2326
  });
2294
2327
  } catch (d) {
2295
- u = {
2328
+ l = {
2296
2329
  status: d.status || 500,
2297
2330
  message: d.message,
2298
2331
  accessToken: ""
2299
2332
  };
2300
2333
  }
2301
- return u;
2302
- }, Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2334
+ return l;
2335
+ }, Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2303
2336
  __proto__: null,
2304
- call: va,
2305
- debug: ha
2306
- }, Symbol.toStringTag, { value: "Module" })), Ra = async () => {
2337
+ call: Rn,
2338
+ debug: Tn
2339
+ }, Symbol.toStringTag, { value: "Module" })), kn = async () => {
2307
2340
  let e = {
2308
2341
  status: 200,
2309
2342
  message: ""
2310
2343
  };
2311
2344
  try {
2312
- await w.post("/auth/sesh/logout");
2345
+ await G.post("/auth/sesh/logout");
2313
2346
  } catch (t) {
2314
2347
  e = {
2315
2348
  status: t.status || 500,
@@ -2317,10 +2350,10 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2317
2350
  };
2318
2351
  }
2319
2352
  return e;
2320
- }, Sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2353
+ }, Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2321
2354
  __proto__: null,
2322
- call: Ra
2323
- }, Symbol.toStringTag, { value: "Module" })), J = {
2355
+ call: kn
2356
+ }, Symbol.toStringTag, { value: "Module" })), Q = {
2324
2357
  data: {
2325
2358
  status: !1,
2326
2359
  message: "",
@@ -2330,243 +2363,241 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2330
2363
  accountId: 0
2331
2364
  }
2332
2365
  }
2333
- }, ka = async () => {
2366
+ }, On = async () => {
2334
2367
  let e = {
2335
2368
  status: 200,
2336
2369
  message: "",
2337
- ...J
2370
+ ...Q
2338
2371
  };
2339
2372
  try {
2340
- const a = (await w.get("/autoregister")).data;
2373
+ const n = (await G.get("/autoregister")).data;
2341
2374
  e.data = {
2342
- status: a.status == 1,
2343
- message: a.message ?? "",
2375
+ status: n.status == 1,
2376
+ message: n.message ?? "",
2344
2377
  data: {
2345
- account: a.data.accountcode,
2346
- password: a.data.password,
2347
- accountId: a.data.accountid
2378
+ account: n.data.accountcode,
2379
+ password: n.data.password,
2380
+ accountId: n.data.accountid
2348
2381
  }
2349
2382
  };
2350
2383
  } catch (t) {
2351
2384
  e = {
2352
2385
  status: t.status || 500,
2353
2386
  message: t.message,
2354
- ...J
2387
+ ...Q
2355
2388
  };
2356
2389
  }
2357
2390
  return e;
2358
- }, Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2391
+ }, Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2359
2392
  __proto__: null,
2360
- call: ka
2361
- }, Symbol.toStringTag, { value: "Module" })), Y = {
2393
+ call: On
2394
+ }, Symbol.toStringTag, { value: "Module" })), X = {
2362
2395
  data: {
2363
2396
  status: !1,
2364
2397
  message: ""
2365
2398
  }
2366
- }, Oa = async (e, t) => {
2367
- let a = {
2399
+ }, jn = async (e, t) => {
2400
+ let n = {
2368
2401
  status: 200,
2369
2402
  message: "",
2370
- ...Y
2403
+ ...X
2371
2404
  };
2372
2405
  try {
2373
- const l = await w.post("/setlocale", {
2406
+ const u = await G.post("/setlocale", {
2374
2407
  language: e,
2375
2408
  udid: t ?? ""
2376
2409
  }), i = JSON.parse(
2377
- atob(l.data.responses[0].attributes)
2410
+ atob(u.data.responses[0].attributes)
2378
2411
  );
2379
- a.data = {
2412
+ n.data = {
2380
2413
  status: i.status == 1,
2381
2414
  message: i.message ?? ""
2382
2415
  };
2383
- } catch (l) {
2384
- a = {
2385
- status: l.status || 500,
2386
- message: l.message,
2387
- ...Y
2416
+ } catch (u) {
2417
+ n = {
2418
+ status: u.status || 500,
2419
+ message: u.message,
2420
+ ...X
2388
2421
  };
2389
2422
  }
2390
- return a;
2391
- }, Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2423
+ return n;
2424
+ }, Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2392
2425
  __proto__: null,
2393
- call: Oa
2394
- }, Symbol.toStringTag, { value: "Module" })), ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2426
+ call: jn
2427
+ }, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2395
2428
  __proto__: null
2396
- }, Symbol.toStringTag, { value: "Module" })), Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2429
+ }, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2397
2430
  __proto__: null
2398
- }, Symbol.toStringTag, { value: "Module" })), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2431
+ }, Symbol.toStringTag, { value: "Module" })), In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2399
2432
  __proto__: null
2400
- }, Symbol.toStringTag, { value: "Module" })), Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2433
+ }, Symbol.toStringTag, { value: "Module" })), Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2401
2434
  __proto__: null
2402
- }, Symbol.toStringTag, { value: "Module" })), Ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2435
+ }, Symbol.toStringTag, { value: "Module" })), wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2403
2436
  __proto__: null
2404
- }, Symbol.toStringTag, { value: "Module" })), La = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2437
+ }, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2405
2438
  __proto__: null
2406
2439
  }, Symbol.toStringTag, { value: "Module" }));
2407
- var Z = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e))(Z || {});
2408
- const wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2440
+ var ne = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e))(ne || {});
2441
+ const Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2409
2442
  __proto__: null,
2410
- CmsType: Z
2411
- }, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2443
+ CmsType: ne
2444
+ }, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2412
2445
  __proto__: null
2413
- }, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2446
+ }, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2414
2447
  __proto__: null
2415
- }, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2448
+ }, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2416
2449
  __proto__: null
2417
- }, Symbol.toStringTag, { value: "Module" })), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2450
+ }, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2418
2451
  __proto__: null
2419
- }, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2452
+ }, Symbol.toStringTag, { value: "Module" })), Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2420
2453
  __proto__: null
2421
- }, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2454
+ }, Symbol.toStringTag, { value: "Module" })), qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2422
2455
  __proto__: null
2423
- }, Symbol.toStringTag, { value: "Module" })), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2456
+ }, Symbol.toStringTag, { value: "Module" })), Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2424
2457
  __proto__: null
2425
- }, Symbol.toStringTag, { value: "Module" })), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2458
+ }, Symbol.toStringTag, { value: "Module" })), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2426
2459
  __proto__: null
2427
- }, Symbol.toStringTag, { value: "Module" })), Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2460
+ }, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2428
2461
  __proto__: null
2429
- }, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2462
+ }, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2430
2463
  __proto__: null
2431
- }, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2464
+ }, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2432
2465
  __proto__: null
2433
- }, Symbol.toStringTag, { value: "Module" })), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2466
+ }, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2434
2467
  __proto__: null
2435
- }, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2468
+ }, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2436
2469
  __proto__: null
2437
- }, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2470
+ }, Symbol.toStringTag, { value: "Module" })), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2438
2471
  __proto__: null
2439
- }, Symbol.toStringTag, { value: "Module" })), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2472
+ }, Symbol.toStringTag, { value: "Module" })), Qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2440
2473
  __proto__: null
2441
- }, Symbol.toStringTag, { value: "Module" })), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2474
+ }, Symbol.toStringTag, { value: "Module" })), Xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2442
2475
  __proto__: null
2443
- }, Symbol.toStringTag, { value: "Module" })), Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2476
+ }, Symbol.toStringTag, { value: "Module" })), Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2444
2477
  __proto__: null
2445
- }, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2478
+ }, Symbol.toStringTag, { value: "Module" })), ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2446
2479
  __proto__: null
2447
- }, Symbol.toStringTag, { value: "Module" })), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2480
+ }, Symbol.toStringTag, { value: "Module" })), ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2448
2481
  __proto__: null
2449
- }, Symbol.toStringTag, { value: "Module" })), en = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2482
+ }, Symbol.toStringTag, { value: "Module" })), na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2450
2483
  __proto__: null
2451
- }, Symbol.toStringTag, { value: "Module" })), tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2484
+ }, Symbol.toStringTag, { value: "Module" })), aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2452
2485
  __proto__: null
2453
- }, Symbol.toStringTag, { value: "Module" })), an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2486
+ }, Symbol.toStringTag, { value: "Module" })), oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2454
2487
  __proto__: null
2455
- }, Symbol.toStringTag, { value: "Module" })), nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2488
+ }, Symbol.toStringTag, { value: "Module" })), ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2456
2489
  __proto__: null
2457
- }, Symbol.toStringTag, { value: "Module" })), on = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2490
+ }, Symbol.toStringTag, { value: "Module" })), sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2458
2491
  __proto__: null
2459
- }, Symbol.toStringTag, { value: "Module" })), rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2492
+ }, Symbol.toStringTag, { value: "Module" })), ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2460
2493
  __proto__: null
2461
- }, Symbol.toStringTag, { value: "Module" })), sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2494
+ }, Symbol.toStringTag, { value: "Module" })), la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2462
2495
  __proto__: null
2463
- }, Symbol.toStringTag, { value: "Module" })), ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2496
+ }, Symbol.toStringTag, { value: "Module" })), ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2464
2497
  __proto__: null
2465
- }, Symbol.toStringTag, { value: "Module" })), un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2498
+ }, Symbol.toStringTag, { value: "Module" })), da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2466
2499
  __proto__: null
2467
- }, Symbol.toStringTag, { value: "Module" })), dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2500
+ }, Symbol.toStringTag, { value: "Module" })), ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2468
2501
  __proto__: null
2469
- }, Symbol.toStringTag, { value: "Module" })), cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2502
+ }, Symbol.toStringTag, { value: "Module" })), ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2470
2503
  __proto__: null
2471
- }, Symbol.toStringTag, { value: "Module" })), mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2504
+ }, Symbol.toStringTag, { value: "Module" })), pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2472
2505
  __proto__: null
2473
- }, Symbol.toStringTag, { value: "Module" })), pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2506
+ }, Symbol.toStringTag, { value: "Module" })), ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2474
2507
  __proto__: null
2475
- }, Symbol.toStringTag, { value: "Module" })), K = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2508
+ }, Symbol.toStringTag, { value: "Module" })), Z = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2476
2509
  __proto__: null
2477
- }, Symbol.toStringTag, { value: "Module" })), Q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2510
+ }, Symbol.toStringTag, { value: "Module" })), ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2478
2511
  __proto__: null
2479
- }, Symbol.toStringTag, { value: "Module" })), gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2512
+ }, Symbol.toStringTag, { value: "Module" })), ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2480
2513
  __proto__: null
2481
- }, Symbol.toStringTag, { value: "Module" })), bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2514
+ }, Symbol.toStringTag, { value: "Module" })), fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2482
2515
  __proto__: null
2483
- }, Symbol.toStringTag, { value: "Module" })), fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2516
+ }, Symbol.toStringTag, { value: "Module" })), ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2484
2517
  __proto__: null
2485
2518
  }, Symbol.toStringTag, { value: "Module" }));
2486
- var ee = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ee || {});
2487
- const yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2519
+ var ae = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ae || {});
2520
+ const _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2488
2521
  __proto__: null,
2489
- ImageType: ee
2490
- }, Symbol.toStringTag, { value: "Module" })), _n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2522
+ ImageType: ae
2523
+ }, Symbol.toStringTag, { value: "Module" })), ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2491
2524
  __proto__: null
2492
- }, Symbol.toStringTag, { value: "Module" })), hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2525
+ }, Symbol.toStringTag, { value: "Module" })), va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2493
2526
  __proto__: null
2494
- }, Symbol.toStringTag, { value: "Module" })), vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2527
+ }, Symbol.toStringTag, { value: "Module" })), Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2495
2528
  __proto__: null
2496
- }, Symbol.toStringTag, { value: "Module" })), Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2529
+ }, Symbol.toStringTag, { value: "Module" })), Ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2497
2530
  __proto__: null
2498
- }, Symbol.toStringTag, { value: "Module" })), Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2531
+ }, Symbol.toStringTag, { value: "Module" })), Sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2499
2532
  __proto__: null
2500
- }, Symbol.toStringTag, { value: "Module" })), Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2533
+ }, Symbol.toStringTag, { value: "Module" })), ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2501
2534
  __proto__: null
2502
- }, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2535
+ }, Symbol.toStringTag, { value: "Module" })), Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2503
2536
  __proto__: null
2504
- }, Symbol.toStringTag, { value: "Module" })), Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2537
+ }, Symbol.toStringTag, { value: "Module" })), Oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2505
2538
  __proto__: null
2506
- }, Symbol.toStringTag, { value: "Module" })), On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2539
+ }, Symbol.toStringTag, { value: "Module" })), Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2507
2540
  __proto__: null
2508
- }, Symbol.toStringTag, { value: "Module" })), Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2509
- __proto__: null
2510
- }, Symbol.toStringTag, { value: "Module" })), jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2541
+ }, Symbol.toStringTag, { value: "Module" })), ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2511
2542
  __proto__: null
2512
- }, Symbol.toStringTag, { value: "Module" })), Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2543
+ }, Symbol.toStringTag, { value: "Module" })), Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2513
2544
  __proto__: null
2514
- }, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2545
+ }, Symbol.toStringTag, { value: "Module" })), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2515
2546
  __proto__: null
2516
- }, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2547
+ }, Symbol.toStringTag, { value: "Module" })), Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2517
2548
  __proto__: null
2518
- }, Symbol.toStringTag, { value: "Module" })), In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2549
+ }, Symbol.toStringTag, { value: "Module" })), Ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2519
2550
  __proto__: null
2520
- }, Symbol.toStringTag, { value: "Module" })), Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2551
+ }, Symbol.toStringTag, { value: "Module" })), La = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2521
2552
  __proto__: null
2522
- }, Symbol.toStringTag, { value: "Module" })), wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2553
+ }, Symbol.toStringTag, { value: "Module" })), wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2523
2554
  __proto__: null
2524
- }, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2555
+ }, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2525
2556
  __proto__: null
2526
- }, Symbol.toStringTag, { value: "Module" })), Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2557
+ }, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2527
2558
  __proto__: null
2528
- }, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2559
+ }, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2529
2560
  __proto__: null
2530
- }, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2561
+ }, Symbol.toStringTag, { value: "Module" })), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2531
2562
  __proto__: null
2532
- }, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2563
+ }, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2533
2564
  __proto__: null
2534
- }, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2565
+ }, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2535
2566
  __proto__: null
2536
- }, Symbol.toStringTag, { value: "Module" })), Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2567
+ }, Symbol.toStringTag, { value: "Module" })), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2537
2568
  __proto__: null
2538
- }, Symbol.toStringTag, { value: "Module" })), qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2569
+ }, Symbol.toStringTag, { value: "Module" })), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2539
2570
  __proto__: null
2540
- }, Symbol.toStringTag, { value: "Module" })), Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2571
+ }, Symbol.toStringTag, { value: "Module" })), Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2541
2572
  __proto__: null
2542
- }, Symbol.toStringTag, { value: "Module" })), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2573
+ }, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2543
2574
  __proto__: null
2544
- }, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2575
+ }, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2545
2576
  __proto__: null
2546
- }, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2577
+ }, Symbol.toStringTag, { value: "Module" })), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2547
2578
  __proto__: null
2548
- }, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2579
+ }, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2549
2580
  __proto__: null
2550
- }, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2581
+ }, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2551
2582
  __proto__: null
2552
- }, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2583
+ }, Symbol.toStringTag, { value: "Module" })), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2553
2584
  __proto__: null
2554
- }, Symbol.toStringTag, { value: "Module" })), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2585
+ }, Symbol.toStringTag, { value: "Module" })), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2555
2586
  __proto__: null
2556
- }, Symbol.toStringTag, { value: "Module" })), Qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2587
+ }, Symbol.toStringTag, { value: "Module" })), Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2557
2588
  __proto__: null
2558
- }, Symbol.toStringTag, { value: "Module" })), Xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2589
+ }, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2559
2590
  __proto__: null
2560
- }, Symbol.toStringTag, { value: "Module" })), Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2591
+ }, Symbol.toStringTag, { value: "Module" })), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2561
2592
  __proto__: null
2562
2593
  }, Symbol.toStringTag, { value: "Module" })), eo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2563
2594
  __proto__: null
2564
2595
  }, Symbol.toStringTag, { value: "Module" })), to = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2565
2596
  __proto__: null
2566
- }, Symbol.toStringTag, { value: "Module" })), ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2567
- __proto__: null
2568
2597
  }, Symbol.toStringTag, { value: "Module" })), no = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2569
2598
  __proto__: null
2599
+ }, Symbol.toStringTag, { value: "Module" })), ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2600
+ __proto__: null
2570
2601
  }, Symbol.toStringTag, { value: "Module" })), oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2571
2602
  __proto__: null
2572
2603
  }, Symbol.toStringTag, { value: "Module" })), ro = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2593,228 +2624,230 @@ const yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2593
2624
  __proto__: null
2594
2625
  }, Symbol.toStringTag, { value: "Module" })), yo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2595
2626
  __proto__: null
2596
- }, Symbol.toStringTag, { value: "Module" })), _o = {
2597
- api: _a,
2598
- loginApi: Ta,
2599
- logoutApi: Sa,
2600
- autoRegisterApi: Pa,
2601
- setLocaleApi: Ma,
2602
- apiType: le,
2603
- loginType: ja,
2604
- logoutType: Da,
2605
- announcementType: xa,
2606
- paymentsProviderType: ue,
2607
- gameListType: Ca,
2608
- vipListType: Ia,
2609
- promotionType: La,
2610
- cmsListType: wa,
2611
- mainWalletType: za,
2612
- upcomingMatchType: Ga,
2613
- depositType: Na,
2614
- applyVipBonusType: Fa,
2615
- withdrawalGetType: Ba,
2616
- addBankCardType: Ua,
2617
- withdrawType: Wa,
2618
- getSettingType: ra,
2619
- transactionReportType: qa,
2620
- changePasswordType: Va,
2621
- walletType: Ea,
2622
- getEventListType: $a,
2623
- getEventTokenType: Ha,
2624
- getExtraGameType: Aa,
2625
- mailBoxType: Ja,
2626
- fishGameListType: Ya,
2627
- slotGameListType: Ka,
2628
- getTurnOverRewardDataType: Qa,
2629
- getTurnOverRewardReportType: Xa,
2630
- getInviteRewardDataType: Za,
2631
- getInviteRewardReportType: en,
2632
- getTopupRewardDataType: tn,
2633
- getTopupRewardReportType: an,
2634
- getRewardReferralType: nn,
2635
- getDepositPromotionType: on,
2636
- getInviteRewardClaimType: rn,
2637
- getTopUpRewardClaimType: sn,
2638
- getTurnOverRewardClaimType: ln,
2639
- getInviteRewardSettingType: un,
2640
- getTopUpRewardSettingType: dn,
2641
- getTurnOverRewardSettingType: cn,
2642
- requestForgetPasswordType: mn,
2643
- submitForgetPasswordType: pn,
2644
- submitGiftCode: K,
2645
- playGame: Q,
2646
- requestUpdateMobileTacCode: gn,
2647
- submitUpdateMobileTacCode: bn,
2648
- getVerifyPromo: fn,
2649
- getImageType: yn,
2650
- getValidateType: _n,
2651
- updateProfilePictureType: hn,
2652
- readMailType: vn,
2653
- checkRedPacketValidateType: Tn,
2654
- getUserProfileType: Rn,
2655
- requestTacCodeType: Sn,
2656
- getUsernameByReferType: kn,
2657
- applyPromoType: Pn,
2658
- applySignInType: On,
2659
- applyRedPacketType: Mn,
2660
- getCountryType: jn,
2661
- submitGiftCodeType: K,
2662
- playGameType: Q,
2663
- transferToMainType: Dn,
2664
- transferProcessType: xn,
2665
- submitValidateType: Cn,
2666
- checkTransferCreditType: In,
2667
- friendListType: Ln,
2668
- friendListEditType: wn,
2669
- getActivePPType: zn,
2670
- getActiveProductType: Gn,
2671
- requestWithdrawTacType: Nn,
2672
- requestWithdrawalCodeType: Fn,
2673
- commissionWithdrawType: Bn,
2674
- submitWithdrawalCodeType: Un,
2675
- submitCryptoAccountType: Wn,
2676
- requestTransferMoneyType: qn,
2677
- submitTransferMoneyType: Vn,
2678
- signInViewInfoType: En,
2679
- signInRecordType: $n,
2680
- referralProfileType: Hn,
2681
- referralMemberProfileType: An,
2682
- registerActionType: Jn,
2683
- transferReportType: Yn,
2684
- agTransferCreditReportType: Kn,
2685
- betReportType: Qn,
2686
- getTwoFactorAuthenticateType: Xn,
2687
- submitTwoFactorAuthenticateType: Zn,
2688
- getUserDeviceListType: eo,
2689
- unbindUserDeviceType: to,
2627
+ }, Symbol.toStringTag, { value: "Module" })), _o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2628
+ __proto__: null
2629
+ }, Symbol.toStringTag, { value: "Module" })), ho = {
2630
+ api: vn,
2631
+ loginApi: Sn,
2632
+ logoutApi: Pn,
2633
+ autoRegisterApi: Mn,
2634
+ setLocaleApi: Dn,
2635
+ apiType: ue,
2636
+ loginType: xn,
2637
+ logoutType: Cn,
2638
+ announcementType: In,
2639
+ paymentsProviderType: de,
2640
+ gameListType: Ln,
2641
+ vipListType: wn,
2642
+ promotionType: zn,
2643
+ cmsListType: Gn,
2644
+ mainWalletType: Nn,
2645
+ upcomingMatchType: Fn,
2646
+ depositType: Bn,
2647
+ applyVipBonusType: Un,
2648
+ withdrawalGetType: Wn,
2649
+ addBankCardType: qn,
2650
+ withdrawType: Vn,
2651
+ getSettingType: sn,
2652
+ transactionReportType: En,
2653
+ changePasswordType: $n,
2654
+ walletType: Hn,
2655
+ getEventListType: An,
2656
+ getEventTokenType: Jn,
2657
+ getExtraGameType: Yn,
2658
+ mailBoxType: Kn,
2659
+ fishGameListType: Qn,
2660
+ slotGameListType: Xn,
2661
+ getTurnOverRewardDataType: Zn,
2662
+ getTurnOverRewardReportType: ea,
2663
+ getInviteRewardDataType: ta,
2664
+ getInviteRewardReportType: na,
2665
+ getTopupRewardDataType: aa,
2666
+ getTopupRewardReportType: oa,
2667
+ getRewardReferralType: ra,
2668
+ getDepositPromotionType: sa,
2669
+ getInviteRewardClaimType: ia,
2670
+ getTopUpRewardClaimType: la,
2671
+ getTurnOverRewardClaimType: ua,
2672
+ getInviteRewardSettingType: da,
2673
+ getTopUpRewardSettingType: ca,
2674
+ getTurnOverRewardSettingType: ma,
2675
+ requestForgetPasswordType: pa,
2676
+ submitForgetPasswordType: ga,
2677
+ submitGiftCode: Z,
2678
+ playGame: ee,
2679
+ requestUpdateMobileTacCode: ba,
2680
+ submitUpdateMobileTacCode: fa,
2681
+ getVerifyPromo: ya,
2682
+ getImageType: _a,
2683
+ getValidateType: ha,
2684
+ updateProfilePictureType: va,
2685
+ readMailType: Ta,
2686
+ checkRedPacketValidateType: Ra,
2687
+ getUserProfileType: Sa,
2688
+ requestTacCodeType: ka,
2689
+ getUsernameByReferType: Pa,
2690
+ applyPromoType: Oa,
2691
+ applySignInType: Ma,
2692
+ applyRedPacketType: ja,
2693
+ getCountryType: Da,
2694
+ submitGiftCodeType: Z,
2695
+ playGameType: ee,
2696
+ transferToMainType: xa,
2697
+ transferProcessType: Ca,
2698
+ submitValidateType: Ia,
2699
+ checkTransferCreditType: La,
2700
+ friendListType: wa,
2701
+ friendListEditType: za,
2702
+ getActivePPType: Ga,
2703
+ getActiveProductType: Na,
2704
+ requestWithdrawTacType: Fa,
2705
+ requestWithdrawalCodeType: Ba,
2706
+ commissionWithdrawType: Ua,
2707
+ submitWithdrawalCodeType: Wa,
2708
+ submitCryptoAccountType: qa,
2709
+ requestTransferMoneyType: Va,
2710
+ submitTransferMoneyType: Ea,
2711
+ signInViewInfoType: $a,
2712
+ signInRecordType: Ha,
2713
+ referralProfileType: Aa,
2714
+ referralMemberProfileType: Ja,
2715
+ registerActionType: Ya,
2716
+ transferReportType: Ka,
2717
+ agTransferCreditReportType: Qa,
2718
+ betReportType: Xa,
2719
+ getTwoFactorAuthenticateType: Za,
2720
+ submitTwoFactorAuthenticateType: eo,
2721
+ getUserDeviceListType: to,
2722
+ unbindUserDeviceType: no,
2690
2723
  searchNumberHistoryType: ao,
2691
- changeWithdrawalCodeType: no,
2692
- checkRedPacketTokenType: oo,
2693
- submitWithdrawalAlipayType: ro,
2694
- applyReliefFund: so,
2695
- getReliefFundData: io,
2696
- getReliefFundReport: lo,
2697
- getWeekCardClaim: uo,
2698
- getWeekCardData: co,
2699
- applyWeekCard: mo,
2700
- transferSettingType: po,
2701
- transferType: go,
2702
- claimIncentiveRebate: bo,
2703
- getIncentiveData: fo,
2704
- getIncentiveRebate: yo
2724
+ changeWithdrawalCodeType: oo,
2725
+ checkRedPacketTokenType: ro,
2726
+ submitWithdrawalAlipayType: so,
2727
+ applyReliefFund: io,
2728
+ getReliefFundData: lo,
2729
+ getReliefFundReport: uo,
2730
+ getWeekCardClaim: co,
2731
+ getWeekCardData: mo,
2732
+ applyWeekCard: po,
2733
+ transferSettingType: go,
2734
+ transferType: bo,
2735
+ claimIncentiveRebate: fo,
2736
+ getIncentiveData: yo,
2737
+ getIncentiveRebate: _o
2705
2738
  }, To = {
2706
2739
  install(e) {
2707
- e.config.globalProperties.$library = _o;
2740
+ e.config.globalProperties.$library = ho;
2708
2741
  }
2709
2742
  };
2710
2743
  export {
2711
2744
  To as Repository,
2712
- Ua as addBankCardType,
2713
- Kn as agTransferCreditReportType,
2714
- xa as announcementType,
2715
- _a as api,
2716
- le as apiType,
2717
- Pn as applyPromoType,
2718
- Mn as applyRedPacketType,
2719
- so as applyReliefFund,
2720
- On as applySignInType,
2721
- Fa as applyVipBonusType,
2722
- mo as applyWeekCard,
2723
- Pa as autoRegisterApi,
2724
- Qn as betReportType,
2725
- Va as changePasswordType,
2726
- no as changeWithdrawalCodeType,
2727
- oo as checkRedPacketTokenType,
2728
- Tn as checkRedPacketValidateType,
2729
- In as checkTransferCreditType,
2730
- bo as claimIncentiveRebate,
2731
- wa as cmsListType,
2732
- Bn as commissionWithdrawType,
2733
- Na as depositType,
2734
- Ya as fishGameListType,
2735
- wn as friendListEditType,
2736
- Ln as friendListType,
2737
- Ca as gameListType,
2738
- zn as getActivePPType,
2739
- Gn as getActiveProductType,
2740
- jn as getCountryType,
2741
- on as getDepositPromotionType,
2742
- $a as getEventListType,
2743
- Ha as getEventTokenType,
2744
- Aa as getExtraGameType,
2745
- yn as getImageType,
2746
- fo as getIncentiveData,
2747
- yo as getIncentiveRebate,
2748
- rn as getInviteRewardClaimType,
2749
- Za as getInviteRewardDataType,
2750
- en as getInviteRewardReportType,
2751
- un as getInviteRewardSettingType,
2752
- io as getReliefFundData,
2753
- lo as getReliefFundReport,
2754
- nn as getRewardReferralType,
2755
- ra as getSettingType,
2756
- sn as getTopUpRewardClaimType,
2757
- dn as getTopUpRewardSettingType,
2758
- tn as getTopupRewardDataType,
2759
- an as getTopupRewardReportType,
2760
- ln as getTurnOverRewardClaimType,
2761
- Qa as getTurnOverRewardDataType,
2762
- Xa as getTurnOverRewardReportType,
2763
- cn as getTurnOverRewardSettingType,
2764
- Xn as getTwoFactorAuthenticateType,
2765
- eo as getUserDeviceListType,
2766
- Rn as getUserProfileType,
2767
- kn as getUsernameByReferType,
2768
- _n as getValidateType,
2769
- fn as getVerifyPromo,
2770
- uo as getWeekCardClaim,
2771
- co as getWeekCardData,
2772
- Ta as loginApi,
2773
- ja as loginType,
2774
- Sa as logoutApi,
2775
- Da as logoutType,
2776
- Ja as mailBoxType,
2777
- za as mainWalletType,
2778
- ue as paymentsProviderType,
2779
- Q as playGame,
2780
- Q as playGameType,
2781
- La as promotionType,
2782
- vn as readMailType,
2783
- An as referralMemberProfileType,
2784
- Hn as referralProfileType,
2785
- Jn as registerActionType,
2786
- mn as requestForgetPasswordType,
2787
- Sn as requestTacCodeType,
2788
- qn as requestTransferMoneyType,
2789
- gn as requestUpdateMobileTacCode,
2790
- Nn as requestWithdrawTacType,
2791
- Fn as requestWithdrawalCodeType,
2745
+ qn as addBankCardType,
2746
+ Qa as agTransferCreditReportType,
2747
+ In as announcementType,
2748
+ vn as api,
2749
+ ue as apiType,
2750
+ Oa as applyPromoType,
2751
+ ja as applyRedPacketType,
2752
+ io as applyReliefFund,
2753
+ Ma as applySignInType,
2754
+ Un as applyVipBonusType,
2755
+ po as applyWeekCard,
2756
+ Mn as autoRegisterApi,
2757
+ Xa as betReportType,
2758
+ $n as changePasswordType,
2759
+ oo as changeWithdrawalCodeType,
2760
+ ro as checkRedPacketTokenType,
2761
+ Ra as checkRedPacketValidateType,
2762
+ La as checkTransferCreditType,
2763
+ fo as claimIncentiveRebate,
2764
+ Gn as cmsListType,
2765
+ Ua as commissionWithdrawType,
2766
+ Bn as depositType,
2767
+ Qn as fishGameListType,
2768
+ za as friendListEditType,
2769
+ wa as friendListType,
2770
+ Ln as gameListType,
2771
+ Ga as getActivePPType,
2772
+ Na as getActiveProductType,
2773
+ Da as getCountryType,
2774
+ sa as getDepositPromotionType,
2775
+ An as getEventListType,
2776
+ Jn as getEventTokenType,
2777
+ Yn as getExtraGameType,
2778
+ _a as getImageType,
2779
+ yo as getIncentiveData,
2780
+ _o as getIncentiveRebate,
2781
+ ia as getInviteRewardClaimType,
2782
+ ta as getInviteRewardDataType,
2783
+ na as getInviteRewardReportType,
2784
+ da as getInviteRewardSettingType,
2785
+ lo as getReliefFundData,
2786
+ uo as getReliefFundReport,
2787
+ ra as getRewardReferralType,
2788
+ sn as getSettingType,
2789
+ la as getTopUpRewardClaimType,
2790
+ ca as getTopUpRewardSettingType,
2791
+ aa as getTopupRewardDataType,
2792
+ oa as getTopupRewardReportType,
2793
+ ua as getTurnOverRewardClaimType,
2794
+ Zn as getTurnOverRewardDataType,
2795
+ ea as getTurnOverRewardReportType,
2796
+ ma as getTurnOverRewardSettingType,
2797
+ Za as getTwoFactorAuthenticateType,
2798
+ to as getUserDeviceListType,
2799
+ Sa as getUserProfileType,
2800
+ Pa as getUsernameByReferType,
2801
+ ha as getValidateType,
2802
+ ya as getVerifyPromo,
2803
+ co as getWeekCardClaim,
2804
+ mo as getWeekCardData,
2805
+ Sn as loginApi,
2806
+ xn as loginType,
2807
+ Pn as logoutApi,
2808
+ Cn as logoutType,
2809
+ Kn as mailBoxType,
2810
+ Nn as mainWalletType,
2811
+ de as paymentsProviderType,
2812
+ ee as playGame,
2813
+ ee as playGameType,
2814
+ zn as promotionType,
2815
+ Ta as readMailType,
2816
+ Ja as referralMemberProfileType,
2817
+ Aa as referralProfileType,
2818
+ Ya as registerActionType,
2819
+ pa as requestForgetPasswordType,
2820
+ ka as requestTacCodeType,
2821
+ Va as requestTransferMoneyType,
2822
+ ba as requestUpdateMobileTacCode,
2823
+ Fa as requestWithdrawTacType,
2824
+ Ba as requestWithdrawalCodeType,
2792
2825
  ao as searchNumberHistoryType,
2793
- Ma as setLocaleApi,
2794
- $n as signInRecordType,
2795
- En as signInViewInfoType,
2796
- Ka as slotGameListType,
2797
- Wn as submitCryptoAccountType,
2798
- pn as submitForgetPasswordType,
2799
- K as submitGiftCode,
2800
- K as submitGiftCodeType,
2801
- Vn as submitTransferMoneyType,
2802
- Zn as submitTwoFactorAuthenticateType,
2803
- bn as submitUpdateMobileTacCode,
2804
- Cn as submitValidateType,
2805
- ro as submitWithdrawalAlipayType,
2806
- Un as submitWithdrawalCodeType,
2807
- qa as transactionReportType,
2808
- xn as transferProcessType,
2809
- Yn as transferReportType,
2810
- po as transferSettingType,
2811
- Dn as transferToMainType,
2812
- go as transferType,
2813
- to as unbindUserDeviceType,
2814
- Ga as upcomingMatchType,
2815
- hn as updateProfilePictureType,
2816
- Ia as vipListType,
2817
- Ea as walletType,
2818
- Wa as withdrawType,
2819
- Ba as withdrawalGetType
2826
+ Dn as setLocaleApi,
2827
+ Ha as signInRecordType,
2828
+ $a as signInViewInfoType,
2829
+ Xn as slotGameListType,
2830
+ qa as submitCryptoAccountType,
2831
+ ga as submitForgetPasswordType,
2832
+ Z as submitGiftCode,
2833
+ Z as submitGiftCodeType,
2834
+ Ea as submitTransferMoneyType,
2835
+ eo as submitTwoFactorAuthenticateType,
2836
+ fa as submitUpdateMobileTacCode,
2837
+ Ia as submitValidateType,
2838
+ so as submitWithdrawalAlipayType,
2839
+ Wa as submitWithdrawalCodeType,
2840
+ En as transactionReportType,
2841
+ Ca as transferProcessType,
2842
+ Ka as transferReportType,
2843
+ go as transferSettingType,
2844
+ xa as transferToMainType,
2845
+ bo as transferType,
2846
+ no as unbindUserDeviceType,
2847
+ Fn as upcomingMatchType,
2848
+ va as updateProfilePictureType,
2849
+ wn as vipListType,
2850
+ Hn as walletType,
2851
+ Vn as withdrawType,
2852
+ Wn as withdrawalGetType
2820
2853
  };