60p82u21t54k 0.0.56 → 0.0.57

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 A from "axios";
2
- const M = A.create({
2
+ const O = A.create({
3
3
  baseURL: "/graph",
4
4
  timeout: 5e3,
5
5
  // Request timeout
@@ -45,11 +45,11 @@ const M = A.create({
45
45
  // },
46
46
  // },
47
47
  });
48
- M.interceptors.request.use(
48
+ O.interceptors.request.use(
49
49
  (e) => e,
50
50
  (e) => (console.error("Error request:", e.response), Promise.reject(e))
51
51
  );
52
- M.interceptors.response.use(
52
+ O.interceptors.response.use(
53
53
  (e) => e,
54
54
  (e) => {
55
55
  const t = {
@@ -59,47 +59,47 @@ M.interceptors.response.use(
59
59
  return e.response ? (t.status = e.response.status, t.message = e.response.data.message || e.response.statusText, console.error("Error response:", JSON.stringify(t)), e.response.status === 401 ? console.error("Unauthorized access - redirecting to login.") : e.response.status === 404 ? console.error("Resource not found.") : e.response.status >= 500 && console.error("Server error. Please try again later.")) : e.request ? console.error("No response received:", e.request) : console.error("Error setting up request:", e.message), Promise.reject(t);
60
60
  }
61
61
  );
62
- const I = (e) => new TextEncoder().encode(e), z = (e) => {
62
+ const U = (e) => new TextEncoder().encode(e), z = (e) => {
63
63
  try {
64
64
  return atob(e);
65
65
  } catch (t) {
66
66
  return console.error("Failed to decode Base64:", t), "";
67
67
  }
68
68
  };
69
- var i = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e))(i || {});
69
+ var m = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e))(m || {});
70
70
  const E = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
71
71
  __proto__: null,
72
- Api: i
72
+ Api: m
73
73
  }, Symbol.toStringTag, { value: "Module" }));
74
- var L = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(L || {});
74
+ var N = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(N || {});
75
75
  const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
76
76
  __proto__: null,
77
- PaymentType: L
77
+ PaymentType: N
78
78
  }, Symbol.toStringTag, { value: "Module" })), V = (e) => e.mdPaymentChannels.map((t) => {
79
79
  const n = [];
80
80
  switch (t.name) {
81
- case L.default:
81
+ case N.default:
82
82
  n.push($(t.paymentmethod.manual, e));
83
83
  break;
84
- case L.pay:
84
+ case N.pay:
85
85
  n.push(W(t.paymentmethod.onlinebanking, e));
86
86
  break;
87
87
  default:
88
88
  if (t.paymentmethod.auto.bank.length > 0 && n.push(
89
- H(t.bankid ?? 0, t.paymentmethod.auto, e)
89
+ w(t.bankid ?? 0, t.paymentmethod.auto, e)
90
90
  ), t.paymentmethod.manual.bank.length > 0) {
91
- let r = !1;
92
- for (let s = 0; s < t.paymentmethod.manual.bank.length; s++) {
93
- const c = t.paymentmethod.manual.bank[s];
94
- if (c.list && c.list.length > 0) {
95
- r = !0;
91
+ let c = !1;
92
+ for (let o = 0; o < t.paymentmethod.manual.bank.length; o++) {
93
+ const d = t.paymentmethod.manual.bank[o];
94
+ if (d.list && d.list.length > 0) {
95
+ c = !0;
96
96
  break;
97
97
  }
98
98
  }
99
- r && n.push($(t.paymentmethod.manual, e));
99
+ c && n.push($(t.paymentmethod.manual, e));
100
100
  }
101
101
  t.paymentmethod.fixamount.bank.length > 0 && n.push(
102
- Y(t.bankid ?? 0, t.paymentmethod.fixamount)
102
+ H(t.bankid ?? 0, t.paymentmethod.fixamount)
103
103
  );
104
104
  }
105
105
  return {
@@ -107,10 +107,10 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
107
107
  imageUrl: `/image/game/native/deposit/sidemenu/${t.name}.png?${e.systemtime}`,
108
108
  paymentList: n
109
109
  };
110
- }), q = {
110
+ }), G = {
111
111
  id: 0,
112
112
  name: "",
113
- type: L.unknown,
113
+ type: N.unknown,
114
114
  promo: [],
115
115
  bank: [],
116
116
  requiredField: {
@@ -121,117 +121,117 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
121
121
  depositor: !1,
122
122
  uploadReceipt: !1
123
123
  }
124
- }, N = (e) => {
124
+ }, q = (e) => {
125
125
  const t = {
126
126
  id: 0,
127
127
  name: "excludePromo",
128
128
  value: "0",
129
129
  disabled: !0
130
- }, n = e.map((r, s) => ({
131
- id: s + 1,
132
- name: r.promodesc,
133
- value: r.promoindex.toString(),
130
+ }, n = e.map((c, o) => ({
131
+ id: o + 1,
132
+ name: c.promodesc,
133
+ value: c.promoindex.toString(),
134
134
  disabled: !1
135
135
  }));
136
136
  return [t, ...n];
137
- }, D = (e, t, n, r) => {
138
- let s, c;
139
- n > 0 ? s = e > 0 ? Math.max(n, e) : n : s = Math.max(e, 0), r > 0 ? c = t > 0 ? Math.min(r, t) : r : c = Math.max(t, 0);
140
- const g = Math.round(s);
141
- let d = 1e3;
142
- c < d && (d = Math.round(c));
143
- const f = d - g;
144
- let b = "", _ = "";
145
- if (f > 0) {
146
- let p = Math.round((d - g) * 0.25).toString().split(""), S = [];
147
- for (const o of p)
148
- o !== "" && S.push(o);
149
- for (let o = 0; o < S.length; o++)
150
- o === 0 ? b += (parseInt(S[o]) + 1).toString() : b += "0";
151
- p = Math.round((d - g) * 0.5).toString().split(""), S = [];
152
- for (const o of p)
153
- o !== "" && S.push(o);
154
- for (let o = 0; o < S.length; o++)
155
- o === 0 ? _ += (parseInt(S[o]) + 1).toString() : _ += "0";
137
+ }, B = (e, t, n, c) => {
138
+ let o, d;
139
+ n > 0 ? o = e > 0 ? Math.max(n, e) : n : o = Math.max(e, 0), c > 0 ? d = t > 0 ? Math.min(c, t) : c : d = Math.max(t, 0);
140
+ const b = Math.round(o);
141
+ let p = 1e3;
142
+ d < p && (p = Math.round(d));
143
+ const _ = p - b;
144
+ let y = "", h = "";
145
+ if (_ > 0) {
146
+ let f = Math.round((p - b) * 0.25).toString().split(""), L = [];
147
+ for (const s of f)
148
+ s !== "" && L.push(s);
149
+ for (let s = 0; s < L.length; s++)
150
+ s === 0 ? y += (parseInt(L[s]) + 1).toString() : y += "0";
151
+ f = Math.round((p - b) * 0.5).toString().split(""), L = [];
152
+ for (const s of f)
153
+ s !== "" && L.push(s);
154
+ for (let s = 0; s < L.length; s++)
155
+ s === 0 ? h += (parseInt(L[s]) + 1).toString() : h += "0";
156
156
  } else
157
- b = d.toString(), _ = d.toString();
157
+ y = p.toString(), h = p.toString();
158
158
  return { amountList: [
159
- g.toString(),
160
- b,
161
- _,
162
- d.toString()
163
- ], minAmount: g, maxAmount: c };
159
+ b.toString(),
160
+ y,
161
+ h,
162
+ p.toString()
163
+ ], minAmount: b, maxAmount: d };
164
164
  }, $ = (e, t) => t ? {
165
165
  id: 0,
166
166
  name: "manualMethod",
167
- type: L.manual,
168
- promo: N(e.promo),
169
- bank: e.bank.map((s) => {
170
- const c = s.list && s.list.length > 0 ? s.list[0].mintransaction ?? "0.00" : "0.00", g = s.list && s.list.length > 0 ? s.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: d, minAmount: f, maxAmount: b } = D(
171
- Number(c),
172
- Number(g),
167
+ type: N.manual,
168
+ promo: q(e.promo),
169
+ bank: e.bank.map((o) => {
170
+ const d = o.list && o.list.length > 0 ? o.list[0].mintransaction ?? "0.00" : "0.00", b = o.list && o.list.length > 0 ? o.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: p, minAmount: _, maxAmount: y } = B(
171
+ Number(d),
172
+ Number(b),
173
173
  t.mdBankLevelDetail.deposit_min,
174
174
  t.mdBankLevelDetail.deposit_max
175
175
  );
176
176
  return t.mdManualDepositRequireField.depositor = !0, {
177
- id: s.bankindex ?? 0,
178
- bankAccountId: s.list && s.list.length > 0 ? s.list[0].bankaccountindex ?? 0 : 0,
179
- name: s.list && s.list.length > 0 ? s.list[0].label ?? "" : "",
180
- accountName: s.list && s.list.length > 0 ? s.list[0].bankaccountname ?? "" : "",
181
- accountNo: s.list && s.list.length > 0 ? s.list[0].bankaccountno ?? "" : "",
182
- qrcode: s.list && s.list.length > 0 ? s.list[0].bankaccountdesc : "",
183
- amountList: d,
184
- min: f,
185
- max: b
177
+ id: o.bankindex ?? 0,
178
+ bankAccountId: o.list && o.list.length > 0 ? o.list[0].bankaccountindex ?? 0 : 0,
179
+ name: o.list && o.list.length > 0 ? o.list[0].label ?? "" : "",
180
+ accountName: o.list && o.list.length > 0 ? o.list[0].bankaccountname ?? "" : "",
181
+ accountNo: o.list && o.list.length > 0 ? o.list[0].bankaccountno ?? "" : "",
182
+ qrcode: o.list && o.list.length > 0 ? o.list[0].bankaccountdesc : "",
183
+ amountList: p,
184
+ min: _,
185
+ max: y
186
186
  };
187
187
  }),
188
188
  requiredField: {
189
189
  ...t.mdManualDepositRequireField,
190
190
  uploadReceipt: t.mdUploadReceipt
191
191
  }
192
- } : q, W = (e, t) => t ? {
192
+ } : G, W = (e, t) => t ? {
193
193
  id: 0,
194
194
  name: "onlineBankingMethod",
195
- type: L.pay,
196
- promo: N(e.promo),
197
- bank: e.banklist.map((s) => {
198
- let c = "0.00", g = "0.00";
199
- const d = s.bankindex ?? 0;
200
- for (let p = 0; p < t.mdGatewayMinMax.length; p++)
201
- t.mdGatewayMinMax[p].bankindex == d.toString() && (c = t.mdGatewayMinMax[p].min, g = t.mdGatewayMinMax[p].max);
202
- const { amountList: f, minAmount: b, maxAmount: _ } = D(
203
- Number(c),
204
- Number(g),
195
+ type: N.pay,
196
+ promo: q(e.promo),
197
+ bank: e.banklist.map((o) => {
198
+ let d = "0.00", b = "0.00";
199
+ const p = o.bankindex ?? 0;
200
+ for (let f = 0; f < t.mdGatewayMinMax.length; f++)
201
+ t.mdGatewayMinMax[f].bankindex == p.toString() && (d = t.mdGatewayMinMax[f].min, b = t.mdGatewayMinMax[f].max);
202
+ const { amountList: _, minAmount: y, maxAmount: h } = B(
203
+ Number(d),
204
+ Number(b),
205
205
  t.mdBankLevelDetail.onlinepayment_min,
206
206
  t.mdBankLevelDetail.onlinepayment_max
207
- ), v = {
207
+ ), S = {
208
208
  id: 0,
209
209
  name: "autoChannel",
210
- amountList: f,
211
- min: b,
212
- max: _
213
- }, h = s.pg.map((p) => {
214
- const S = p.mintransaction ?? "0.00", k = p.maxtransaction ?? "0.00", { amountList: P, minAmount: o, maxAmount: l } = D(
215
- Number(S),
216
- Number(k),
210
+ amountList: _,
211
+ min: y,
212
+ max: h
213
+ }, v = o.pg.map((f) => {
214
+ const L = f.mintransaction ?? "0.00", C = f.maxtransaction ?? "0.00", { amountList: j, minAmount: s, maxAmount: l } = B(
215
+ Number(L),
216
+ Number(C),
217
217
  t.mdBankLevelDetail.onlinepayment_min,
218
218
  t.mdBankLevelDetail.onlinepayment_max
219
219
  );
220
220
  return {
221
- id: p.pgindex,
222
- name: p.bankaccountname,
223
- amountList: P,
224
- min: o,
221
+ id: f.pgindex,
222
+ name: f.bankaccountname,
223
+ amountList: j,
224
+ min: s,
225
225
  max: l
226
226
  };
227
227
  });
228
228
  return {
229
- id: s.bankindex ?? 0,
230
- name: s.banknameenglish ?? "",
229
+ id: o.bankindex ?? 0,
230
+ name: o.banknameenglish ?? "",
231
231
  amountList: [],
232
232
  min: 0,
233
233
  max: 0,
234
- gateway: [v, ...h]
234
+ gateway: [S, ...v]
235
235
  };
236
236
  }),
237
237
  requiredField: {
@@ -242,51 +242,51 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
242
242
  depositor: !1,
243
243
  uploadReceipt: !1
244
244
  }
245
- } : q, H = (e, t, n) => {
246
- if (!n) return q;
247
- const r = L.auto;
248
- let s = [];
249
- const c = n.mdGatewayMinMax;
245
+ } : G, w = (e, t, n) => {
246
+ if (!n) return G;
247
+ const c = N.auto;
248
+ let o = [];
249
+ const d = n.mdGatewayMinMax;
250
250
  if (t.bank.length > 0 && n.mdPGSelection == "1")
251
- s = t.bank.map((d) => {
252
- const { amountList: f, minAmount: b, maxAmount: _ } = D(
253
- d.minTransaction ?? 0,
254
- d.maxTransaction ?? 0,
251
+ o = t.bank.map((p) => {
252
+ const { amountList: _, minAmount: y, maxAmount: h } = B(
253
+ p.minTransaction ?? 0,
254
+ p.maxTransaction ?? 0,
255
255
  n.mdBankLevelDetail.onlinepayment_min,
256
256
  n.mdBankLevelDetail.onlinepayment_max
257
257
  );
258
258
  return {
259
- id: d.pgindex,
260
- name: d.bankaccountname || "",
261
- amountList: f,
262
- min: b,
263
- max: _
259
+ id: p.pgindex,
260
+ name: p.bankaccountname || "",
261
+ amountList: _,
262
+ min: y,
263
+ max: h
264
264
  };
265
265
  });
266
266
  else {
267
- let d = "0.00", f = "0.00";
268
- for (let a = 0; a < c.length; a++)
269
- c[a].bankindex === e.toString() && (d = c[a].min, f = c[a].max);
270
- const { amountList: b, minAmount: _, maxAmount: v } = D(
271
- Number(d),
272
- Number(f),
267
+ let p = "0.00", _ = "0.00";
268
+ for (let a = 0; a < d.length; a++)
269
+ d[a].bankindex === e.toString() && (p = d[a].min, _ = d[a].max);
270
+ const { amountList: y, minAmount: h, maxAmount: S } = B(
271
+ Number(p),
272
+ Number(_),
273
273
  n.mdBankLevelDetail.onlinepayment_min,
274
274
  n.mdBankLevelDetail.onlinepayment_max
275
- ), h = {
275
+ ), v = {
276
276
  id: 0,
277
277
  name: "autoChannel",
278
- amountList: b,
279
- min: _,
280
- max: v
278
+ amountList: y,
279
+ min: h,
280
+ max: S
281
281
  };
282
- s.push(h);
282
+ o.push(v);
283
283
  }
284
284
  return {
285
285
  id: e,
286
286
  name: "autoMethod",
287
- type: r,
288
- promo: N(t.promo),
289
- bank: s,
287
+ type: c,
288
+ promo: q(t.promo),
289
+ bank: o,
290
290
  requiredField: {
291
291
  deposit_bank: !1,
292
292
  deposit_datetime: !1,
@@ -296,21 +296,21 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
296
296
  uploadReceipt: !1
297
297
  }
298
298
  };
299
- }, Y = (e, t) => {
300
- const n = L.fix;
299
+ }, H = (e, t) => {
300
+ const n = N.fix;
301
301
  return {
302
302
  id: e,
303
303
  name: "fixAmountMethod",
304
304
  type: n,
305
- promo: N(t.promo),
306
- bank: t.bank.map((s) => {
307
- const c = s.amtlist.map(Number).sort((d, f) => d - f);
305
+ promo: q(t.promo),
306
+ bank: t.bank.map((o) => {
307
+ const d = o.amtlist.map(Number).sort((p, _) => p - _);
308
308
  return {
309
- id: s.pgindex,
310
- name: s.name,
311
- amountList: s.amtlist,
312
- min: c.length > 0 ? c[0] : 0,
313
- max: c.length > 0 ? c[c.length - 1] : 0
309
+ id: o.pgindex,
310
+ name: o.name,
311
+ amountList: o.amtlist,
312
+ min: d.length > 0 ? d[0] : 0,
313
+ max: d.length > 0 ? d[d.length - 1] : 0
314
314
  };
315
315
  }),
316
316
  requiredField: {
@@ -322,18 +322,18 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
322
322
  uploadReceipt: !1
323
323
  }
324
324
  };
325
- }, K = (e) => e.map((t) => ({
325
+ }, Y = (e) => e.map((t) => ({
326
326
  alert: t.announcement_alert == "1",
327
327
  update_time: t.announcement_lastupdated,
328
328
  content: t.announcement_simplified
329
- })), Q = (e) => ({
329
+ })), K = (e) => ({
330
330
  username: e.username,
331
331
  birthday: e.mdUserDetail.dob,
332
332
  email: e.mdUserDetail.email,
333
333
  fullName: e.mdUserDetail.firstname,
334
334
  phoneNumber: e.mdUserDetail.mobileno,
335
335
  profilePicUrl: e.mdUserDetail.profile_pic
336
- }), X = (e) => e.mdGameListResult.map((t) => ({
336
+ }), Q = (e) => e.mdGameListResult.map((t) => ({
337
337
  code: t.code,
338
338
  id: t.id,
339
339
  name: t.name,
@@ -345,7 +345,7 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
345
345
  imageUrl: n.img,
346
346
  rate: "0.00"
347
347
  }))
348
- })), Z = (e) => ({
348
+ })), X = (e) => ({
349
349
  list: e.mdGrade.map((t) => ({
350
350
  id: t.gradeindex,
351
351
  is_current_level: !1,
@@ -377,7 +377,7 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
377
377
  showWeekButton: !1,
378
378
  showDayButton: !1
379
379
  }
380
- }), w = (e) => ({
380
+ }), Z = (e) => ({
381
381
  category: e.category.sort((t, n) => t.sequence - n.sequence).map((t) => ({
382
382
  id: t.catid,
383
383
  name: t.name
@@ -396,41 +396,40 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
396
396
  showMonthButton: e.month === 1,
397
397
  showWeekButton: e.week === 1,
398
398
  showDayButton: e.day === 1
399
- }), te = (e) => e.mdVipSetting.filter((t) => {
400
- t.status == 1;
401
- }).map((t) => ({
402
- name: t.showname
399
+ }), te = (e) => e.mdVipSetting.filter((n) => n.status == 1).map((n) => ({
400
+ fieldName: n.fieldname,
401
+ showName: n.showname
403
402
  })), ne = (e) => ({
404
403
  current_deposit: e.deposit,
405
404
  current_turnover: e.turnOver,
406
405
  current_grade_id: e.mdCurrentGrade.gradeindex,
407
406
  next_grade_id: e.mdNextGrade.gradeindex,
408
407
  percentage: Number(e.percentage) * 100
409
- }), oe = (e) => {
408
+ }), se = (e) => {
410
409
  let t = 4;
411
410
  e.vipcalculation && (t = Number(e.vipcalculation));
412
411
  let n = [];
413
412
  return e.extralivechat && (n = JSON.parse(e.extralivechat)), {
414
413
  vip_calculation: t,
415
- livechat: n.filter((r) => r.status === 1).map((r) => ({
416
- name: r.name,
417
- image_url: r.imgname,
418
- url: r.url
414
+ livechat: n.filter((c) => c.status === 1).map((c) => ({
415
+ name: c.name,
416
+ image_url: c.imgname,
417
+ url: c.url
419
418
  })),
420
419
  mobileValidate: e.mobilevalidate ? e.mobilevalidate == "1" : !1
421
420
  };
422
- }, se = (e) => {
421
+ }, oe = (e) => {
423
422
  let t = [];
424
423
  e.mobileBanner && (t = e.mobileBanner);
425
424
  let n = [];
426
425
  e.mobileAd && (n = e.mobileAd);
427
- let r = [];
428
- return e.mobileAbout && (r = e.mobileAbout), {
429
- banner: t.map((s) => `${s.imagepath}?${s.filemtime}`),
430
- ad: n.map((s) => `${s.imagepath}?${s.filemtime}`),
431
- about: r.map((s) => ({
432
- name: s.name,
433
- content: s.content
426
+ let c = [];
427
+ return e.mobileAbout && (c = e.mobileAbout), {
428
+ banner: t.map((o) => `${o.imagepath}?${o.filemtime}`),
429
+ ad: n.map((o) => `${o.imagepath}?${o.filemtime}`),
430
+ about: c.map((o) => ({
431
+ name: o.name,
432
+ content: o.content
434
433
  }))
435
434
  };
436
435
  }, ae = (e) => e.data.filter((t) => t.status === "1").map((t) => ({
@@ -457,8 +456,8 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
457
456
  date: t.draw_date.map((n) => de(n.draw_tmactive))
458
457
  }));
459
458
  function de(e) {
460
- const t = new Date(e * 1e3), n = t.getFullYear(), r = ("0" + (t.getMonth() + 1)).slice(-2), s = ("0" + t.getDate()).slice(-2);
461
- return `${n}-${r}-${s}`;
459
+ const t = new Date(e * 1e3), n = t.getFullYear(), c = ("0" + (t.getMonth() + 1)).slice(-2), o = ("0" + t.getDate()).slice(-2);
460
+ return `${n}-${c}-${o}`;
462
461
  }
463
462
  const pe = (e) => e.data.map((t) => ({
464
463
  id: t.company_id,
@@ -469,66 +468,66 @@ const pe = (e) => e.data.map((t) => ({
469
468
  })), ge = (e) => e.data.map((t) => ({
470
469
  id: t.company_id,
471
470
  resultByDateList: t.draws.map((n) => {
472
- const r = n.results.filter((a) => a.combination_dimension == 3).map((a) => a.combination_combination), s = n.results.filter(
471
+ const c = n.results.filter((a) => a.combination_dimension == 3).map((a) => a.combination_combination), o = n.results.filter(
473
472
  (a) => a.combination_dimension == 4 && a.combination_position == 1
474
- ).map((a) => a.combination_combination), c = n.results.filter(
473
+ ).map((a) => a.combination_combination), d = n.results.filter(
475
474
  (a) => a.combination_dimension == 4 && a.combination_position == 2
476
- ).map((a) => a.combination_combination), g = n.results.filter(
475
+ ).map((a) => a.combination_combination), b = n.results.filter(
477
476
  (a) => a.combination_dimension == 4 && a.combination_position == 3
478
- ).map((a) => a.combination_combination), d = n.results.filter(
477
+ ).map((a) => a.combination_combination), p = n.results.filter(
479
478
  (a) => a.combination_dimension == 4 && a.combination_position == 4
480
- ).map((a) => a.combination_combination), f = n.results.filter(
479
+ ).map((a) => a.combination_combination), _ = n.results.filter(
481
480
  (a) => a.combination_dimension == 4 && a.combination_position == 5
482
- ).map((a) => a.combination_combination), b = n.results.filter(
481
+ ).map((a) => a.combination_combination), y = n.results.filter(
483
482
  (a) => a.combination_dimension == 5 && a.combination_position == 1
484
- ).map((a) => a.combination_combination), _ = n.results.filter((a) => a.combination_dimension == 5).map((a) => a.combination_combination), v = n.results.filter(
483
+ ).map((a) => a.combination_combination), h = n.results.filter((a) => a.combination_dimension == 5).map((a) => a.combination_combination), S = n.results.filter(
485
484
  (a) => a.combination_dimension == 6 && a.combination_position == 1
486
- ).map((a) => a.combination_combination), h = n.results.filter((a) => a.combination_dimension == 6).map((a) => a.combination_combination);
485
+ ).map((a) => a.combination_combination), v = n.results.filter((a) => a.combination_dimension == 6).map((a) => a.combination_combination);
487
486
  return {
488
487
  date: n.date,
489
- 3: r,
488
+ 3: c,
490
489
  4: {
491
- 1: s,
492
- 2: c,
493
- 3: g,
494
- 4: d,
495
- 5: f
490
+ 1: o,
491
+ 2: d,
492
+ 3: b,
493
+ 4: p,
494
+ 5: _
496
495
  },
497
496
  5: {
498
- 1: b,
499
- all: _
497
+ 1: y,
498
+ all: h
500
499
  },
501
500
  6: {
502
- 1: v,
503
- all: h
501
+ 1: S,
502
+ all: v
504
503
  }
505
504
  };
506
505
  })
507
506
  })), fe = async (e) => {
508
- var t, n, r, s, c, g, d, f, b, _, v;
507
+ var t, n, c, o, d, b, p, _, y, h, S;
509
508
  try {
510
- e.findIndex((l) => l.name === i.vipList) !== -1 && e.push(
509
+ e.findIndex((l) => l.name === m.vipList) !== -1 && e.push(
511
510
  {
512
- name: i.vipBonus,
511
+ name: m.vipBonus,
513
512
  query: ""
514
513
  },
515
- { name: i.vipFieldStatus, query: "" },
516
- { name: i.vipStatus, query: "" },
517
- { name: i.getSetting, query: JSON.stringify({ name: ["vipcalculation"] }) }
518
- ), e.findIndex((l) => l.name === i.gameList) !== -1 && e.push({
519
- name: i.getPlatformTurnoverRate,
514
+ { name: m.vipFieldStatus, query: "" },
515
+ { name: m.vipStatus, query: "" },
516
+ { name: m.getSetting, query: JSON.stringify({ name: ["vipcalculation"] }) }
517
+ ), e.findIndex((l) => l.name === m.gameList) !== -1 && e.push({
518
+ name: m.getPlatformTurnoverRate,
520
519
  query: ""
521
520
  });
522
- const p = e.findIndex(
523
- (l) => l.name === i.getFourDimensionData
521
+ const f = e.findIndex(
522
+ (l) => l.name === m.getFourDimensionData
524
523
  );
525
- p !== -1 && e[p].query == "" && (e.splice(p), e.push(
524
+ f !== -1 && e[f].query == "" && (e.splice(f), e.push(
526
525
  {
527
- name: i.getFourDimensionData,
526
+ name: m.getFourDimensionData,
528
527
  query: JSON.stringify({ action: "getCompany", native: "1" })
529
528
  },
530
529
  {
531
- name: i.getFourDimensionData,
530
+ name: m.getFourDimensionData,
532
531
  query: JSON.stringify({
533
532
  action: "searchResultDate",
534
533
  limit: 100,
@@ -538,170 +537,256 @@ const pe = (e) => e.data.map((t) => ({
538
537
  })
539
538
  }
540
539
  ));
541
- const k = {
540
+ const C = {
542
541
  requests: e.map((l) => ({
543
542
  name: l.name,
544
543
  query: btoa(l.query)
545
544
  }))
546
- }, P = await M.post(
545
+ }, j = await O.post(
547
546
  "/jwt",
548
- I(JSON.stringify(k))
549
- ), o = {
547
+ U(JSON.stringify(C))
548
+ ), s = {
550
549
  status: 200,
551
550
  message: "",
552
551
  result: {}
553
552
  };
554
- for (const l of P.data.responses) {
555
- l.error != null && l.error.code != 200 && (o.status = l.error.code, o.message = l.error.message);
556
- const y = l.attributes !== null && l.attributes !== void 0 ? z(l.attributes) : null, u = l.name, m = y ? JSON.parse(y) : null;
557
- if (!m)
558
- o.result[u] = null;
553
+ for (const l of j.data.responses) {
554
+ l.error != null && l.error.code != 200 && (s.status = l.error.code, s.message = l.error.message);
555
+ const g = l.attributes !== null && l.attributes !== void 0 ? z(l.attributes) : null, i = l.name, r = g ? JSON.parse(g) : null;
556
+ if (!r)
557
+ s.result[i] = null;
559
558
  else
560
- switch (u) {
561
- case i.announcement:
562
- o.result[u] = K(m);
559
+ switch (i) {
560
+ case m.announcement:
561
+ s.result[i] = Y(r);
563
562
  break;
564
- case i.gameList:
565
- o.result[u] = X(m);
563
+ case m.gameList:
564
+ s.result[i] = Q(r);
566
565
  break;
567
- case i.cmsList:
568
- o.result[u] = se(m);
566
+ case m.cmsList:
567
+ s.result[i] = oe(r);
569
568
  break;
570
- case i.paymentsProvider:
571
- o.result[u] = V(
572
- m
569
+ case m.paymentsProvider:
570
+ s.result[i] = V(
571
+ r
573
572
  );
574
573
  break;
575
- case i.getUserProfile:
576
- o.result[u] = Q(m);
574
+ case m.getUserProfile:
575
+ s.result[i] = K(r);
577
576
  break;
578
- case i.vipList:
579
- o.result[u] = Z(m);
577
+ case m.vipList:
578
+ s.result[i] = X(r);
580
579
  break;
581
- case i.vipBonus:
582
- o.result[u] = ee(m);
580
+ case m.vipBonus:
581
+ s.result[i] = ee(r);
583
582
  break;
584
- case i.vipFieldStatus:
585
- o.result[u] = te(m);
583
+ case m.vipFieldStatus:
584
+ s.result[i] = te(r);
586
585
  break;
587
- case i.vipStatus:
588
- o.result[u] = ne(m);
586
+ case m.vipStatus:
587
+ s.result[i] = ne(r);
589
588
  break;
590
- case i.promotion:
591
- o.result[u] = w(m);
589
+ case m.promotion:
590
+ s.result[i] = Z(r);
592
591
  break;
593
- case i.getSetting:
594
- o.result[u] = oe(m);
592
+ case m.getSetting:
593
+ s.result[i] = se(r);
595
594
  break;
596
- case i.getCountryMobile:
597
- o.result[u] = ae(
598
- m
595
+ case m.getCountryMobile:
596
+ s.result[i] = ae(
597
+ r
599
598
  );
600
599
  break;
601
- case i.getPlatformTurnoverRate:
602
- o.result[u] = ie(
603
- m
600
+ case m.getPlatformTurnoverRate:
601
+ s.result[i] = ie(
602
+ r
604
603
  );
605
604
  break;
606
- case i.mainWallet:
607
- o.result[u] = re(m);
605
+ case m.mainWallet:
606
+ s.result[i] = re(r);
608
607
  break;
609
- case i.getLanguageSetting:
610
- o.result[u] = le(
611
- m
608
+ case m.getLanguageSetting:
609
+ s.result[i] = le(
610
+ r
612
611
  );
613
612
  break;
614
- case i.getFourDimensionData:
615
- o.result[u] = ue(
616
- m
613
+ case m.getFourDimensionData:
614
+ s.result[i] = ue(
615
+ r
617
616
  );
618
617
  break;
619
- case i.getCompany:
620
- o.result[u] = me(m);
618
+ case m.getCompany:
619
+ s.result[i] = me(r);
621
620
  break;
622
- case i.searchResultDate:
623
- o.result[u] = ce(
624
- m
621
+ case m.searchResultDate:
622
+ s.result[i] = ce(
623
+ r
625
624
  );
626
625
  break;
627
- case i.searchHot:
628
- o.result[u] = pe(m);
626
+ case m.searchHot:
627
+ s.result[i] = pe(r);
629
628
  break;
630
- case i.searchByDate:
631
- o.result[u] = ge(m);
629
+ case m.searchByDate:
630
+ s.result[i] = ge(r);
632
631
  break;
633
632
  }
634
633
  }
635
- if (i.vipList in o.result && ((t = o.result) != null && t.vipList)) {
636
- const l = o.result.vipList;
637
- let y = 4;
638
- if (i.getSetting in o.result && ((n = o.result) != null && n.getSetting) && (y = o.result.getSetting.vip_calculation, delete o.result.getSetting), i.vipBonus in o.result && ((r = o.result) != null && r.vipBonus) && (l.bonus = o.result.vipBonus, delete o.result.vipBonus), i.vipFieldStatus in o.result && ((s = o.result) != null && s.vipFieldStatus) && (console.log(o.result.vipFieldStatus), delete o.result.vipFieldStatus), i.vipStatus in o.result && ((c = o.result) != null && c.vipStatus)) {
639
- const u = o.result.vipStatus, {
640
- current_grade_id: m,
641
- current_deposit: R,
642
- current_turnover: C,
643
- percentage: U
644
- } = u, j = l.list.findIndex((x) => x.id === m);
645
- l.list = l.list.map((x, F) => {
646
- const G = F === j;
647
- let T = "0", O = "0", B = 0;
648
- return G ? (T = `${Math.min(Number(R), Number(x.deposit.total))}`, O = `${Math.min(Number(C), Number(x.turnover.total))}`, B = U) : F < j ? (T = x.deposit.total, O = x.turnover.total, B = 1) : F > j && (T = "0.00", O = "0.00", B = 0), {
649
- ...x,
650
- is_current_level: G,
651
- deposit: {
652
- ...x.deposit,
653
- isShow: y === 1 || y === 3 || y === 4,
654
- current: T
655
- },
656
- turnover: {
657
- ...x.turnover,
658
- isShow: y === 2 || y === 3 || y === 4,
659
- current: O
660
- },
661
- percentage: B
662
- };
663
- }), delete o.result.vipStatus;
634
+ if (m.vipList in s.result && ((t = s.result) != null && t.vipList)) {
635
+ const l = s.result.vipList;
636
+ let g = 4;
637
+ if (m.getSetting in s.result && ((n = s.result) != null && n.getSetting && (g = s.result.getSetting.vip_calculation), delete s.result.getSetting), m.vipBonus in s.result && ((c = s.result) != null && c.vipBonus && (l.bonus = s.result.vipBonus), delete s.result.vipBonus), m.vipStatus in s.result) {
638
+ if ((o = s.result) != null && o.vipStatus) {
639
+ const i = s.result.vipStatus, {
640
+ current_grade_id: r,
641
+ current_deposit: R,
642
+ current_turnover: D,
643
+ percentage: I
644
+ } = i, M = l.list.findIndex((x) => x.id === r);
645
+ l.list = l.list.map((x, T) => {
646
+ const P = T === M;
647
+ let k = "0", u = "0", F = 0;
648
+ return P ? (k = `${Math.min(Number(R), Number(x.deposit.total))}`, u = `${Math.min(Number(D), Number(x.turnover.total))}`, F = I) : T < M ? (k = x.deposit.total, u = x.turnover.total, F = 1) : T > M && (k = "0.00", u = "0.00", F = 0), {
649
+ ...x,
650
+ is_current_level: P,
651
+ deposit: {
652
+ ...x.deposit,
653
+ isShow: g === 1 || g === 3 || g === 4,
654
+ current: k
655
+ },
656
+ turnover: {
657
+ ...x.turnover,
658
+ isShow: g === 2 || g === 3 || g === 4,
659
+ current: u
660
+ },
661
+ percentage: F
662
+ };
663
+ });
664
+ }
665
+ delete s.result.vipStatus;
666
+ }
667
+ if (m.vipFieldStatus in s.result) {
668
+ if ((d = s.result) != null && d.vipFieldStatus) {
669
+ const i = s.result.vipFieldStatus, r = [];
670
+ r.push({
671
+ name: "",
672
+ code: "vipLevel",
673
+ value: l.list.map((u) => u.name)
674
+ });
675
+ const R = i.findIndex(
676
+ (u) => u.fieldName == "upgrade_bonus"
677
+ );
678
+ R > -1 && r.push({
679
+ name: i[R].showName,
680
+ code: "",
681
+ value: l.list.map((u) => u.benefit_list.upgrade.bonus)
682
+ });
683
+ const D = i.findIndex(
684
+ (u) => u.fieldName == "upgrade_bonus_multiply"
685
+ );
686
+ D > -1 && r.push({
687
+ name: i[D].showName,
688
+ code: "",
689
+ value: l.list.map((u) => u.benefit_list.upgrade.turnover)
690
+ });
691
+ const I = i.findIndex(
692
+ (u) => u.fieldName == "monthly_bonus"
693
+ );
694
+ I > -1 && r.push({
695
+ name: i[I].showName,
696
+ code: "",
697
+ value: l.list.map((u) => u.benefit_list.monthly.bonus)
698
+ });
699
+ const M = i.findIndex(
700
+ (u) => u.fieldName == "monthly_bonus_multiply"
701
+ );
702
+ M > -1 && r.push({
703
+ name: i[M].showName,
704
+ code: "",
705
+ value: l.list.map((u) => u.benefit_list.monthly.turnover)
706
+ });
707
+ const x = i.findIndex(
708
+ (u) => u.fieldName == "weekly_bonus"
709
+ );
710
+ x > -1 && r.push({
711
+ name: i[x].showName,
712
+ code: "",
713
+ value: l.list.map((u) => u.benefit_list.weekly.bonus)
714
+ });
715
+ const T = i.findIndex(
716
+ (u) => u.fieldName == "weekly_bonus_multiply"
717
+ );
718
+ T > -1 && r.push({
719
+ name: i[T].showName,
720
+ code: "",
721
+ value: l.list.map((u) => u.benefit_list.weekly.turnover)
722
+ });
723
+ const P = i.findIndex(
724
+ (u) => u.fieldName == "daily_bonus"
725
+ );
726
+ P > -1 && r.push({
727
+ name: i[P].showName,
728
+ code: "",
729
+ value: l.list.map((u) => u.benefit_list.daily.bonus)
730
+ });
731
+ const k = i.findIndex(
732
+ (u) => u.fieldName == "daily_bonus_multiply"
733
+ );
734
+ k > -1 && r.push({
735
+ name: i[k].showName,
736
+ code: "",
737
+ value: l.list.map((u) => u.benefit_list.daily.turnover)
738
+ }), (g === 1 || g === 3 || g === 4) && r.push({
739
+ name: "",
740
+ code: "detail_deposit",
741
+ value: l.list.map((u) => u.deposit.total)
742
+ }), (g === 2 || g === 3 || g === 4) && r.push({
743
+ name: "",
744
+ code: "detail_turnover",
745
+ value: l.list.map((u) => u.turnover.total)
746
+ }), l.detail = r;
747
+ }
748
+ delete s.result.vipFieldStatus;
664
749
  }
665
- o.result.vipList = l;
750
+ s.result.vipList = l;
666
751
  }
667
- if (i.gameList in o.result && ((g = o.result) != null && g.gameList)) {
668
- const l = o.result.gameList;
669
- if (i.getPlatformTurnoverRate in o.result && ((d = o.result) != null && d.getPlatformTurnoverRate)) {
670
- const y = o.result.getPlatformTurnoverRate;
671
- l.forEach((u) => {
672
- u.list = u.list.map((m) => {
673
- const R = y.find(
674
- (C) => C.id === m.id
752
+ if (m.gameList in s.result && ((b = s.result) != null && b.gameList)) {
753
+ const l = s.result.gameList;
754
+ if (m.getPlatformTurnoverRate in s.result && ((p = s.result) != null && p.getPlatformTurnoverRate)) {
755
+ const g = s.result.getPlatformTurnoverRate;
756
+ l.forEach((i) => {
757
+ i.list = i.list.map((r) => {
758
+ const R = g.find(
759
+ (D) => D.id === r.id
675
760
  );
676
761
  return {
677
- ...m,
762
+ ...r,
678
763
  rate: (R == null ? void 0 : R.percentage) ?? "0.00"
679
764
  };
680
765
  });
681
- }), delete o.result.getPlatformTurnoverRate;
766
+ }), delete s.result.getPlatformTurnoverRate;
682
767
  }
683
- o.result.gameList = l;
768
+ s.result.gameList = l;
684
769
  }
685
- if (i.getCompany in o.result && ((f = o.result) != null && f.getCompany)) {
686
- const l = o.result.getCompany;
687
- if (i.searchResultDate in o.result && ((b = o.result) != null && b.searchResultDate)) {
688
- const y = o.result.searchResultDate;
689
- l.forEach((u) => {
690
- const m = y.find((R) => R.id == u.id);
691
- m && (u.date = m == null ? void 0 : m.date);
692
- }), delete o.result.searchResultDate;
770
+ if (m.getCompany in s.result && ((_ = s.result) != null && _.getCompany)) {
771
+ const l = s.result.getCompany;
772
+ if (m.searchResultDate in s.result && (y = s.result) != null && y.searchResultDate) {
773
+ const g = s.result.searchResultDate;
774
+ l.forEach((i) => {
775
+ const r = g.find((R) => R.id == i.id);
776
+ r && (i.date = r == null ? void 0 : r.date);
777
+ }), delete s.result.searchResultDate;
693
778
  }
694
- o.result.getCompany = l;
779
+ s.result.getCompany = l;
695
780
  }
696
- return o;
697
- } catch (h) {
698
- return A.isAxiosError(h) ? {
699
- status: ((_ = h.response) == null ? void 0 : _.status) || 600,
700
- message: JSON.stringify((v = h.response) == null ? void 0 : v.data),
781
+ return s;
782
+ } catch (v) {
783
+ return A.isAxiosError(v) ? {
784
+ status: ((h = v.response) == null ? void 0 : h.status) || 600,
785
+ message: JSON.stringify((S = v.response) == null ? void 0 : S.data),
701
786
  result: {}
702
- } : (console.error(h), {
703
- status: h.status || 500,
704
- message: h.message,
787
+ } : (console.error(v), {
788
+ status: v.status || 500,
789
+ message: v.message,
705
790
  result: {}
706
791
  });
707
792
  }
@@ -714,7 +799,7 @@ const pe = (e) => e.data.map((t) => ({
714
799
  status: 200,
715
800
  message: ""
716
801
  };
717
- return await M.post(
802
+ return await O.post(
718
803
  "/auth/sesh",
719
804
  JSON.stringify({
720
805
  usr: e,
@@ -736,7 +821,7 @@ const pe = (e) => e.data.map((t) => ({
736
821
  status: 200,
737
822
  message: ""
738
823
  };
739
- return await M.post("/auth/sesh/logout"), e;
824
+ return await O.post("/auth/sesh/logout"), e;
740
825
  } catch (e) {
741
826
  return console.error(`login: ${JSON.stringify(e)}`), {
742
827
  status: e.status || 500,
@@ -746,36 +831,36 @@ const pe = (e) => e.data.map((t) => ({
746
831
  }, ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
747
832
  __proto__: null,
748
833
  call: he
749
- }, Symbol.toStringTag, { value: "Module" })), Se = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
750
- __proto__: null
751
834
  }, Symbol.toStringTag, { value: "Module" })), xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
752
835
  __proto__: null
836
+ }, Symbol.toStringTag, { value: "Module" })), Se = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
837
+ __proto__: null
753
838
  }, Symbol.toStringTag, { value: "Module" })), Le = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
754
839
  __proto__: null
755
840
  }, Symbol.toStringTag, { value: "Module" })), Re = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
756
841
  __proto__: null
757
- }, Symbol.toStringTag, { value: "Module" })), De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
758
- __proto__: null
759
- }, Symbol.toStringTag, { value: "Module" })), Me = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
842
+ }, Symbol.toStringTag, { value: "Module" })), Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
760
843
  __proto__: null
761
844
  }, Symbol.toStringTag, { value: "Module" })), ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
762
845
  __proto__: null
763
- }, Symbol.toStringTag, { value: "Module" })), Pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
846
+ }, Symbol.toStringTag, { value: "Module" })), De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
847
+ __proto__: null
848
+ }, Symbol.toStringTag, { value: "Module" })), Me = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
764
849
  __proto__: null
765
850
  }, Symbol.toStringTag, { value: "Module" })), Te = {
766
851
  api: be,
767
852
  loginApi: ye,
768
853
  logoutApi: ve,
769
854
  apiType: E,
770
- loginType: Se,
771
- logoutType: xe,
855
+ loginType: xe,
856
+ logoutType: Se,
772
857
  announcementType: Le,
773
858
  paymentsProviderType: J,
774
859
  gameListType: Re,
775
- vipListType: De,
776
- promotionType: Me,
777
- cmsListType: ke,
778
- mainWalletType: Pe
860
+ vipListType: Ne,
861
+ promotionType: ke,
862
+ cmsListType: De,
863
+ mainWalletType: Me
779
864
  }, Be = {
780
865
  install(e) {
781
866
  e.config.globalProperties.$library = Te;
@@ -786,14 +871,14 @@ export {
786
871
  Le as announcementType,
787
872
  be as api,
788
873
  E as apiType,
789
- ke as cmsListType,
874
+ De as cmsListType,
790
875
  Re as gameListType,
791
876
  ye as loginApi,
792
- Se as loginType,
877
+ xe as loginType,
793
878
  ve as logoutApi,
794
- xe as logoutType,
795
- Pe as mainWalletType,
879
+ Se as logoutType,
880
+ Me as mainWalletType,
796
881
  J as paymentsProviderType,
797
- Me as promotionType,
798
- De as vipListType
882
+ ke as promotionType,
883
+ Ne as vipListType
799
884
  };