60p82u21t54k 0.0.99 → 0.0.101

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