60p82u21t54k 0.0.85 → 0.0.87

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