60p82u21t54k 0.0.76 → 0.0.78

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