60p82u21t54k 0.1.41 → 0.1.42

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.
@@ -93,7 +93,7 @@ function Ut(e, n) {
93
93
  const d = we(o);
94
94
  return t.getTime() >= s.getTime() ? r + 1 : t.getTime() >= d.getTime() ? r : r - 1;
95
95
  }
96
- function Ce(e) {
96
+ function Ie(e) {
97
97
  const n = z(e), t = new Date(
98
98
  Date.UTC(
99
99
  n.getFullYear(),
@@ -123,7 +123,7 @@ function hn(e, n, t) {
123
123
  t == null ? void 0 : t.in,
124
124
  e,
125
125
  n
126
- ), s = yt(r), o = yt(a), d = +s - Ce(s), p = +o - Ce(o);
126
+ ), s = yt(r), o = yt(a), d = +s - Ie(s), p = +o - Ie(o);
127
127
  return Math.round((d - p) / mn);
128
128
  }
129
129
  function _n(e, n) {
@@ -264,11 +264,11 @@ function xe(e) {
264
264
  return a[s];
265
265
  };
266
266
  }
267
- const In = {
267
+ const Cn = {
268
268
  narrow: ["B", "A"],
269
269
  abbreviated: ["BC", "AD"],
270
270
  wide: ["Before Christ", "Anno Domini"]
271
- }, Cn = {
271
+ }, In = {
272
272
  narrow: ["1", "2", "3", "4"],
273
273
  abbreviated: ["Q1", "Q2", "Q3", "Q4"],
274
274
  wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
@@ -392,11 +392,11 @@ const In = {
392
392
  }, zn = {
393
393
  ordinalNumber: Gn,
394
394
  era: xe({
395
- values: In,
395
+ values: Cn,
396
396
  defaultWidth: "wide"
397
397
  }),
398
398
  quarter: xe({
399
- values: Cn,
399
+ values: In,
400
400
  defaultWidth: "wide",
401
401
  argumentCallback: (e) => e - 1
402
402
  }),
@@ -1413,7 +1413,7 @@ function L(e, n) {
1413
1413
  rest: e.rest
1414
1414
  };
1415
1415
  }
1416
- function C(e, n) {
1416
+ function I(e, n) {
1417
1417
  const t = n.match(e);
1418
1418
  return t ? {
1419
1419
  value: parseInt(t[0], 10),
@@ -1436,34 +1436,34 @@ function ee(e, n) {
1436
1436
  };
1437
1437
  }
1438
1438
  function en(e) {
1439
- return C(F.anyDigitsSigned, e);
1439
+ return I(F.anyDigitsSigned, e);
1440
1440
  }
1441
1441
  function j(e, n) {
1442
1442
  switch (e) {
1443
1443
  case 1:
1444
- return C(F.singleDigit, n);
1444
+ return I(F.singleDigit, n);
1445
1445
  case 2:
1446
- return C(F.twoDigits, n);
1446
+ return I(F.twoDigits, n);
1447
1447
  case 3:
1448
- return C(F.threeDigits, n);
1448
+ return I(F.threeDigits, n);
1449
1449
  case 4:
1450
- return C(F.fourDigits, n);
1450
+ return I(F.fourDigits, n);
1451
1451
  default:
1452
- return C(new RegExp("^\\d{1," + e + "}"), n);
1452
+ return I(new RegExp("^\\d{1," + e + "}"), n);
1453
1453
  }
1454
1454
  }
1455
1455
  function je(e, n) {
1456
1456
  switch (e) {
1457
1457
  case 1:
1458
- return C(F.singleDigitSigned, n);
1458
+ return I(F.singleDigitSigned, n);
1459
1459
  case 2:
1460
- return C(F.twoDigitsSigned, n);
1460
+ return I(F.twoDigitsSigned, n);
1461
1461
  case 3:
1462
- return C(F.threeDigitsSigned, n);
1462
+ return I(F.threeDigitsSigned, n);
1463
1463
  case 4:
1464
- return C(F.fourDigitsSigned, n);
1464
+ return I(F.fourDigitsSigned, n);
1465
1465
  default:
1466
- return C(new RegExp("^-?\\d{1," + e + "}"), n);
1466
+ return I(new RegExp("^-?\\d{1," + e + "}"), n);
1467
1467
  }
1468
1468
  }
1469
1469
  function Je(e) {
@@ -1789,7 +1789,7 @@ class kr extends M {
1789
1789
  switch (r) {
1790
1790
  case "M":
1791
1791
  return L(
1792
- C(F.month, t),
1792
+ I(F.month, t),
1793
1793
  s
1794
1794
  );
1795
1795
  case "MM":
@@ -1851,7 +1851,7 @@ class Rr extends M {
1851
1851
  switch (r) {
1852
1852
  case "L":
1853
1853
  return L(
1854
- C(F.month, t),
1854
+ I(F.month, t),
1855
1855
  s
1856
1856
  );
1857
1857
  case "LL":
@@ -1892,7 +1892,7 @@ function Sr(e, n, t) {
1892
1892
  const r = z(e, t == null ? void 0 : t.in), a = At(r, t) - n;
1893
1893
  return r.setDate(r.getDate() - a * 7), z(r, t == null ? void 0 : t.in);
1894
1894
  }
1895
- class Ir extends M {
1895
+ class Cr extends M {
1896
1896
  constructor() {
1897
1897
  super(...arguments);
1898
1898
  h(this, "priority", 100);
@@ -1915,7 +1915,7 @@ class Ir extends M {
1915
1915
  parse(t, r, a) {
1916
1916
  switch (r) {
1917
1917
  case "w":
1918
- return C(F.week, t);
1918
+ return I(F.week, t);
1919
1919
  case "wo":
1920
1920
  return a.ordinalNumber(t, { unit: "week" });
1921
1921
  default:
@@ -1929,7 +1929,7 @@ class Ir extends M {
1929
1929
  return ge(Sr(t, a, s), s);
1930
1930
  }
1931
1931
  }
1932
- function Cr(e, n, t) {
1932
+ function Ir(e, n, t) {
1933
1933
  const r = z(e, t == null ? void 0 : t.in), a = Vt(r, t) - n;
1934
1934
  return r.setDate(r.getDate() - a * 7), r;
1935
1935
  }
@@ -1957,7 +1957,7 @@ class jr extends M {
1957
1957
  parse(t, r, a) {
1958
1958
  switch (r) {
1959
1959
  case "I":
1960
- return C(F.week, t);
1960
+ return I(F.week, t);
1961
1961
  case "Io":
1962
1962
  return a.ordinalNumber(t, { unit: "week" });
1963
1963
  default:
@@ -1968,7 +1968,7 @@ class jr extends M {
1968
1968
  return r >= 1 && r <= 53;
1969
1969
  }
1970
1970
  set(t, r, a) {
1971
- return we(Cr(t, a));
1971
+ return we(Ir(t, a));
1972
1972
  }
1973
1973
  }
1974
1974
  const Nr = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Fr = [
@@ -2008,7 +2008,7 @@ class Lr extends M {
2008
2008
  parse(t, r, a) {
2009
2009
  switch (r) {
2010
2010
  case "d":
2011
- return C(F.date, t);
2011
+ return I(F.date, t);
2012
2012
  case "do":
2013
2013
  return a.ordinalNumber(t, { unit: "date" });
2014
2014
  default:
@@ -2050,7 +2050,7 @@ class Gr extends M {
2050
2050
  switch (r) {
2051
2051
  case "D":
2052
2052
  case "DD":
2053
- return C(F.dayOfYear, t);
2053
+ return I(F.dayOfYear, t);
2054
2054
  case "Do":
2055
2055
  return a.ordinalNumber(t, { unit: "date" });
2056
2056
  default:
@@ -2463,7 +2463,7 @@ class $r extends M {
2463
2463
  parse(t, r, a) {
2464
2464
  switch (r) {
2465
2465
  case "h":
2466
- return C(F.hour12h, t);
2466
+ return I(F.hour12h, t);
2467
2467
  case "ho":
2468
2468
  return a.ordinalNumber(t, { unit: "hour" });
2469
2469
  default:
@@ -2487,7 +2487,7 @@ class Vr extends M {
2487
2487
  parse(t, r, a) {
2488
2488
  switch (r) {
2489
2489
  case "H":
2490
- return C(F.hour23h, t);
2490
+ return I(F.hour23h, t);
2491
2491
  case "Ho":
2492
2492
  return a.ordinalNumber(t, { unit: "hour" });
2493
2493
  default:
@@ -2510,7 +2510,7 @@ class Ar extends M {
2510
2510
  parse(t, r, a) {
2511
2511
  switch (r) {
2512
2512
  case "K":
2513
- return C(F.hour11h, t);
2513
+ return I(F.hour11h, t);
2514
2514
  case "Ko":
2515
2515
  return a.ordinalNumber(t, { unit: "hour" });
2516
2516
  default:
@@ -2533,7 +2533,7 @@ class Qr extends M {
2533
2533
  parse(t, r, a) {
2534
2534
  switch (r) {
2535
2535
  case "k":
2536
- return C(F.hour24h, t);
2536
+ return I(F.hour24h, t);
2537
2537
  case "ko":
2538
2538
  return a.ordinalNumber(t, { unit: "hour" });
2539
2539
  default:
@@ -2557,7 +2557,7 @@ class Xr extends M {
2557
2557
  parse(t, r, a) {
2558
2558
  switch (r) {
2559
2559
  case "m":
2560
- return C(F.minute, t);
2560
+ return I(F.minute, t);
2561
2561
  case "mo":
2562
2562
  return a.ordinalNumber(t, { unit: "minute" });
2563
2563
  default:
@@ -2580,7 +2580,7 @@ class Zr extends M {
2580
2580
  parse(t, r, a) {
2581
2581
  switch (r) {
2582
2582
  case "s":
2583
- return C(F.second, t);
2583
+ return I(F.second, t);
2584
2584
  case "so":
2585
2585
  return a.ordinalNumber(t, { unit: "second" });
2586
2586
  default:
@@ -2641,7 +2641,7 @@ class Kr extends M {
2641
2641
  set(t, r, a) {
2642
2642
  return r.timestampIsSet ? t : W(
2643
2643
  t,
2644
- t.getTime() - Ce(t) - a
2644
+ t.getTime() - Ie(t) - a
2645
2645
  );
2646
2646
  }
2647
2647
  }
@@ -2678,7 +2678,7 @@ class ea extends M {
2678
2678
  set(t, r, a) {
2679
2679
  return r.timestampIsSet ? t : W(
2680
2680
  t,
2681
- t.getTime() - Ce(t) - a
2681
+ t.getTime() - Ie(t) - a
2682
2682
  );
2683
2683
  }
2684
2684
  }
@@ -2718,7 +2718,7 @@ const ra = {
2718
2718
  q: new Or(),
2719
2719
  M: new kr(),
2720
2720
  L: new Rr(),
2721
- w: new Ir(),
2721
+ w: new Cr(),
2722
2722
  I: new jr(),
2723
2723
  d: new Lr(),
2724
2724
  D: new Gr(),
@@ -3098,13 +3098,13 @@ function Fe(e, n = {}) {
3098
3098
  return new Date(e);
3099
3099
  if (Object.prototype.toString.call(e) !== "[object String]")
3100
3100
  return /* @__PURE__ */ new Date(NaN);
3101
- const r = Ra(e), { year: a, restDateString: s } = Sa(r.date, t), o = Ia(s, a);
3101
+ const r = Ra(e), { year: a, restDateString: s } = Sa(r.date, t), o = Ca(s, a);
3102
3102
  if (o === null || isNaN(o.getTime()))
3103
3103
  return /* @__PURE__ */ new Date(NaN);
3104
3104
  if (o) {
3105
3105
  const d = o.getTime();
3106
3106
  let p = 0, f;
3107
- if (r.time && (p = Ca(r.time), p === null || isNaN(p)))
3107
+ if (r.time && (p = Ia(r.time), p === null || isNaN(p)))
3108
3108
  return /* @__PURE__ */ new Date(NaN);
3109
3109
  if (r.timeZone || n.timeZone) {
3110
3110
  if (f = Ge(r.timeZone || n.timeZone, new Date(d + p)), isNaN(f))
@@ -3147,7 +3147,7 @@ function Sa(e, n) {
3147
3147
  year: null
3148
3148
  };
3149
3149
  }
3150
- function Ia(e, n) {
3150
+ function Ca(e, n) {
3151
3151
  if (n === null)
3152
3152
  return null;
3153
3153
  let t, r, a;
@@ -3155,7 +3155,7 @@ function Ia(e, n) {
3155
3155
  return t = /* @__PURE__ */ new Date(0), t.setUTCFullYear(n), t;
3156
3156
  let s = E.MM.exec(e);
3157
3157
  if (s)
3158
- return t = /* @__PURE__ */ new Date(0), r = parseInt(s[1], 10) - 1, It(n, r) ? (t.setUTCFullYear(n, r), t) : /* @__PURE__ */ new Date(NaN);
3158
+ return t = /* @__PURE__ */ new Date(0), r = parseInt(s[1], 10) - 1, Ct(n, r) ? (t.setUTCFullYear(n, r), t) : /* @__PURE__ */ new Date(NaN);
3159
3159
  if (s = E.DDD.exec(e), s) {
3160
3160
  t = /* @__PURE__ */ new Date(0);
3161
3161
  const o = parseInt(s[1], 10);
@@ -3164,18 +3164,18 @@ function Ia(e, n) {
3164
3164
  if (s = E.MMDD.exec(e), s) {
3165
3165
  t = /* @__PURE__ */ new Date(0), r = parseInt(s[1], 10) - 1;
3166
3166
  const o = parseInt(s[2], 10);
3167
- return It(n, r, o) ? (t.setUTCFullYear(n, r, o), t) : /* @__PURE__ */ new Date(NaN);
3167
+ return Ct(n, r, o) ? (t.setUTCFullYear(n, r, o), t) : /* @__PURE__ */ new Date(NaN);
3168
3168
  }
3169
3169
  if (s = E.Www.exec(e), s)
3170
- return a = parseInt(s[1], 10) - 1, Ct(a) ? St(n, a) : /* @__PURE__ */ new Date(NaN);
3170
+ return a = parseInt(s[1], 10) - 1, It(a) ? St(n, a) : /* @__PURE__ */ new Date(NaN);
3171
3171
  if (s = E.WwwD.exec(e), s) {
3172
3172
  a = parseInt(s[1], 10) - 1;
3173
3173
  const o = parseInt(s[2], 10) - 1;
3174
- return Ct(a, o) ? St(n, a, o) : /* @__PURE__ */ new Date(NaN);
3174
+ return It(a, o) ? St(n, a, o) : /* @__PURE__ */ new Date(NaN);
3175
3175
  }
3176
3176
  return null;
3177
3177
  }
3178
- function Ca(e) {
3178
+ function Ia(e) {
3179
3179
  let n, t, r = E.HH.exec(e);
3180
3180
  if (r)
3181
3181
  return n = parseFloat(r[1].replace(",", ".")), Ue(n) ? n % 24 * He : NaN;
@@ -3199,7 +3199,7 @@ const ja = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Na = [31, 29, 31, 3
3199
3199
  function an(e) {
3200
3200
  return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
3201
3201
  }
3202
- function It(e, n, t) {
3202
+ function Ct(e, n, t) {
3203
3203
  if (n < 0 || n > 11)
3204
3204
  return !1;
3205
3205
  if (t != null) {
@@ -3217,7 +3217,7 @@ function Fa(e, n) {
3217
3217
  const t = an(e);
3218
3218
  return !(t && n > 366 || !t && n > 365);
3219
3219
  }
3220
- function Ct(e, n) {
3220
+ function It(e, n) {
3221
3221
  return !(e < 0 || e > 52 || n != null && (n < 0 || n > 6));
3222
3222
  }
3223
3223
  function Ue(e, n, t) {
@@ -3348,7 +3348,7 @@ const Wa = (e) => new TextEncoder().encode(e), qa = (e) => {
3348
3348
  }, on = (e) => {
3349
3349
  const t = e.replace(" at ", " ").replace(/GMT([+-]\d+)/, (w, _) => `${_.padStart(3, "0")}:00`), r = new Date(t.replace(/0([+-]\d{1,2}:\d{2})/, "$1")), a = r.getFullYear(), s = String(r.getMonth() + 1).padStart(2, "0"), o = String(r.getDate()).padStart(2, "0"), d = String(r.getHours()).padStart(2, "0"), p = String(r.getMinutes()).padStart(2, "0"), f = String(r.getSeconds()).padStart(2, "0");
3350
3350
  return `${a}-${s}-${o} ${d}:${p}:${f}`;
3351
- }, Aa = () => Date.now(), Qa = (e) => new Date(e).getTime(), Xa = (e) => Aa() > Qa(on(sn(e))), Ie = (e) => parseFloat(e.replace(/[^0-9.-]/g, "")), D = (e, n = 2) => {
3351
+ }, Aa = () => Date.now(), Qa = (e) => new Date(e).getTime(), Xa = (e) => Aa() > Qa(on(sn(e))), Ce = (e) => parseFloat(e.replace(/[^0-9.-]/g, "")), D = (e, n = 2) => {
3352
3352
  if (Number(e) !== 0 && !Number(e))
3353
3353
  return `${e || ""}`;
3354
3354
  const t = `0${n ? "." + "0".repeat(n) : ""}`, r = parseFloat(e);
@@ -3623,6 +3623,7 @@ const Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3623
3623
  list: (b.mdPlatformProducts !== null && ((w = b.mdPlatformProducts) == null ? void 0 : w.length)) ?? !1 ? ((_ = b.mdPlatformProducts) == null ? void 0 : _.map((g) => ({
3624
3624
  gameId: Number(g.id_GameMaster),
3625
3625
  platformId: Number(g.id),
3626
+ platformCode: g.code,
3626
3627
  name: g.name,
3627
3628
  flag: {
3628
3629
  value: g.flag,
@@ -3642,6 +3643,7 @@ const Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3642
3643
  data: ((s = (a = e.mdGameLists) == null ? void 0 : a.data) == null ? void 0 : s.map((b) => ({
3643
3644
  gameId: Number(b.id),
3644
3645
  platformId: Number(b.id_PlatformProduct),
3646
+ platformCode: b.code_PlatformProduct,
3645
3647
  name: b.name,
3646
3648
  flag: {
3647
3649
  value: 0,
@@ -3660,6 +3662,7 @@ const Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3660
3662
  data: ((f = (p = e.mdGameLists) == null ? void 0 : p.data) == null ? void 0 : f.map((b) => ({
3661
3663
  gameId: Number(b.id),
3662
3664
  platformId: Number(b.id_PlatformProduct),
3665
+ platformCode: "",
3663
3666
  name: b.name,
3664
3667
  flag: {
3665
3668
  value: 0,
@@ -4082,10 +4085,10 @@ const Ps = (e) => {
4082
4085
  status: e.status == 1,
4083
4086
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
4084
4087
  flag: e.flag
4085
- }), I = (e) => ({
4088
+ }), C = (e) => ({
4086
4089
  status: e.status == 1,
4087
4090
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
4088
- }), ks = (e) => I(e), Rs = (e) => {
4091
+ }), ks = (e) => C(e), Rs = (e) => {
4089
4092
  var n, t, r, a, s;
4090
4093
  return {
4091
4094
  bankCard: ((n = e.bankCard) == null ? void 0 : n.map((o) => {
@@ -4150,9 +4153,9 @@ const Ps = (e) => {
4150
4153
  withdrawFee: e.withdrawFee,
4151
4154
  withdrawMaxFee: Number(e.withdrawMaxFee),
4152
4155
  withdrawCount: e.withdrawCount
4153
- }), Is = (e) => I(e);
4156
+ }), Cs = (e) => C(e);
4154
4157
  var $ = /* @__PURE__ */ ((e) => (e.deposit = "deposit", e.withdraw = "withdraw", e.promo = "promotion", e.manual = "adjustment", e.cashIn = "cashIn", e.cashOut = "cashOut", e.transfer = "transfer", e.incentive = "incentive", e.upgradeBonus = "upgradeBonus", e.extension = "extension", e.creditTransfer = "creditTransfer", e.shareHolder = "shareHolderDividend", e))($ || {});
4155
- const Cs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4158
+ const Is = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4156
4159
  __proto__: null,
4157
4160
  TransactionMethod: $
4158
4161
  }, Symbol.toStringTag, { value: "Module" })), js = (e) => {
@@ -4276,6 +4279,7 @@ const Cs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4276
4279
  data: ((t = (n = e.mdGameLists) == null ? void 0 : n.data) == null ? void 0 : t.map((r) => ({
4277
4280
  gameId: r.id,
4278
4281
  platformId: r.id_PlatformProduct,
4282
+ platformCode: r.code_PlatformMaster,
4279
4283
  name: r.name,
4280
4284
  flag: {
4281
4285
  value: 0,
@@ -4506,7 +4510,7 @@ const Cs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4506
4510
  }
4507
4511
  }
4508
4512
  return n;
4509
- }, ro = (e) => I(e), ao = (e) => I(e), so = (e) => {
4513
+ }, ro = (e) => C(e), ao = (e) => C(e), so = (e) => {
4510
4514
  var n, t, r, a, s;
4511
4515
  return {
4512
4516
  status: e.status == 1,
@@ -4538,10 +4542,10 @@ const Cs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4538
4542
  regex: n.regex,
4539
4543
  showName: n.showname,
4540
4544
  inputHelper: n.inputHelper
4541
- })) : [], io = (e) => I(e), uo = (e) => e, lo = (e) => ({
4545
+ })) : [], io = (e) => C(e), uo = (e) => e, lo = (e) => ({
4542
4546
  status: e.status == 1,
4543
4547
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
4544
- }), co = (e) => I(e), mo = (e) => ({
4548
+ }), co = (e) => C(e), mo = (e) => ({
4545
4549
  status: e.status == 1,
4546
4550
  message: e.message,
4547
4551
  user: e.user ?? ""
@@ -4549,7 +4553,7 @@ const Cs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4549
4553
  status: e.status == 1,
4550
4554
  message: e.msg ?? "",
4551
4555
  amount: e.amount ?? ""
4552
- }), go = (e) => I(e), po = (e) => {
4556
+ }), go = (e) => C(e), po = (e) => {
4553
4557
  var n;
4554
4558
  return {
4555
4559
  status: e.status == 1,
@@ -4583,10 +4587,10 @@ const Cs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4583
4587
  message: e.msg ?? "",
4584
4588
  form: e.form ?? "",
4585
4589
  gameUrl: e.data ?? ""
4586
- }), _o = (e) => I(e), To = (e) => I(e), Ve = (e) => ({
4590
+ }), _o = (e) => C(e), To = (e) => C(e), Ve = (e) => ({
4587
4591
  status: e.status == 1,
4588
4592
  message: e.errormessage ?? ""
4589
- }), vo = (e) => I(e), wo = (e) => e, Po = (e) => I(e), Do = (e) => {
4593
+ }), vo = (e) => C(e), wo = (e) => e, Po = (e) => C(e), Do = (e) => {
4590
4594
  var n;
4591
4595
  return {
4592
4596
  platformProduct: ((n = e.mdPlatformProduct) == null ? void 0 : n.map((t) => ({
@@ -4610,7 +4614,7 @@ const Cs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4610
4614
  }))) ?? []
4611
4615
  };
4612
4616
  })) ?? [];
4613
- }, Mo = (e) => I(e), Oo = (e) => I(e), ko = (e) => I(e), Ro = (e) => I(e), So = (e) => I(e), Io = (e) => I(e), Co = (e) => I(e), jo = (e) => ({
4617
+ }, Mo = (e) => C(e), Oo = (e) => C(e), ko = (e) => C(e), Ro = (e) => C(e), So = (e) => C(e), Co = (e) => C(e), Io = (e) => C(e), jo = (e) => ({
4614
4618
  status: e.status == 1,
4615
4619
  message: e.msg ?? "",
4616
4620
  data: e.data
@@ -4772,7 +4776,7 @@ const qo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4772
4776
  binded: ((r = e.data) == null ? void 0 : r.binded) ?? !1
4773
4777
  }
4774
4778
  };
4775
- }, $o = (e) => I(e), Vo = (e) => {
4779
+ }, $o = (e) => C(e), Vo = (e) => {
4776
4780
  var n;
4777
4781
  return {
4778
4782
  status: e.status == 1,
@@ -4782,7 +4786,7 @@ const qo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4782
4786
  createdAt: t.created_at
4783
4787
  }))) ?? []
4784
4788
  };
4785
- }, Ao = (e) => I(e), Qo = (e) => {
4789
+ }, Ao = (e) => C(e), Qo = (e) => {
4786
4790
  var n, t, r;
4787
4791
  return {
4788
4792
  status: e.status == 1,
@@ -4807,11 +4811,11 @@ const qo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4807
4811
  }))) ?? []
4808
4812
  }
4809
4813
  };
4810
- }, Xo = (e) => I(e), Zo = (e) => ({
4814
+ }, Xo = (e) => C(e), Zo = (e) => ({
4811
4815
  status: e.status == 1,
4812
4816
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
4813
4817
  tokenAmount: e.token_amount
4814
- }), Jo = (e) => I(e);
4818
+ }), Jo = (e) => C(e);
4815
4819
  var nt = /* @__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.loginCaptcha = "logincaptcha", e.registerCaptcha = "registercaptcha", e.telegramAuthDomain = "telegramauthdomain", e.telegramBotId = "telegrambotid", e.registerwa = "registerwa", e.forgetUser = "forgetuser", e))(nt || {});
4816
4820
  const Ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4817
4821
  __proto__: null,
@@ -4893,7 +4897,7 @@ const Ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4893
4897
  errorMessage: e.errormessage ?? "",
4894
4898
  isAutoTransfer: e.optionkey == "auto" || ((n = e.message) == null ? void 0 : n.optionkey) == "auto" || ((t = e.mdAccountSetting) == null ? void 0 : t.optionkey) == "auto"
4895
4899
  };
4896
- }, ii = (e) => I(e), ui = (e) => ({
4900
+ }, ii = (e) => C(e), ui = (e) => ({
4897
4901
  status: e.status,
4898
4902
  message: e.msg ?? "",
4899
4903
  turnover: e.data ? e.data.turnover : 0,
@@ -4993,6 +4997,7 @@ const di = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4993
4997
  data: e.mdGameLists.data && e.mdGameLists.data.length > 0 ? e.mdGameLists.data.map((n) => ({
4994
4998
  gameId: n.id,
4995
4999
  platformId: n.id_PlatformProduct,
5000
+ platformCode: n.code,
4996
5001
  name: n.name,
4997
5002
  flag: {
4998
5003
  value: 0,
@@ -5004,7 +5009,7 @@ const di = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5004
5009
  logoUrl: `/image/platform_logo/${n.img.split("/").pop()}?v=1`,
5005
5010
  rate: "0.00"
5006
5011
  })) ?? [] : []
5007
- }), yi = (e) => I(e), hi = (e) => I(e);
5012
+ }), yi = (e) => C(e), hi = (e) => C(e);
5008
5013
  var he = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(he || {});
5009
5014
  const _i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5010
5015
  __proto__: null,
@@ -5299,7 +5304,7 @@ const _i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5299
5304
  l.result[u] = Ss(i);
5300
5305
  break;
5301
5306
  case c.addBankCard:
5302
- l.result[u] = Is(i);
5307
+ l.result[u] = Cs(i);
5303
5308
  break;
5304
5309
  case c.transactionReport:
5305
5310
  l.result[u] = js(
@@ -5523,12 +5528,12 @@ const _i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5523
5528
  );
5524
5529
  break;
5525
5530
  case c.requestTransferMoney:
5526
- l.result[u] = Io(
5531
+ l.result[u] = Co(
5527
5532
  i
5528
5533
  );
5529
5534
  break;
5530
5535
  case c.submitTransferMoney:
5531
- l.result[u] = Co(
5536
+ l.result[u] = Io(
5532
5537
  i
5533
5538
  );
5534
5539
  break;
@@ -5757,7 +5762,7 @@ const _i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5757
5762
  m.list = m.list.map((Y, Z) => {
5758
5763
  const J = Z === X;
5759
5764
  let V = "0", A = "0", U = 0;
5760
- return J ? (V = `${Math.min(Ie(O), Ie(Y.deposit.total))}`, A = `${Math.min(Ie(G), Ie(Y.turnover.total))}`, U = Q) : Z < X ? (V = Y.deposit.total, A = Y.turnover.total, U = 1) : Z > X && (V = "0.00", A = "0.00", U = 0), {
5765
+ return J ? (V = `${Math.min(Ce(O), Ce(Y.deposit.total))}`, A = `${Math.min(Ce(G), Ce(Y.turnover.total))}`, U = Q) : Z < X ? (V = Y.deposit.total, A = Y.turnover.total, U = 1) : Z > X && (V = "0.00", A = "0.00", U = 0), {
5761
5766
  ...Y,
5762
5767
  is_current_level: J,
5763
5768
  deposit: {
@@ -6084,10 +6089,10 @@ const _i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6084
6089
  };
6085
6090
  }
6086
6091
  return t;
6087
- }, Ii = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6092
+ }, Ci = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6088
6093
  __proto__: null,
6089
6094
  call: Si
6090
- }, Symbol.toStringTag, { value: "Module" })), Ci = async () => {
6095
+ }, Symbol.toStringTag, { value: "Module" })), Ii = async () => {
6091
6096
  let e = {
6092
6097
  status: 200,
6093
6098
  message: ""
@@ -6103,7 +6108,7 @@ const _i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6103
6108
  return e;
6104
6109
  }, ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6105
6110
  __proto__: null,
6106
- call: Ci
6111
+ call: Ii
6107
6112
  }, Symbol.toStringTag, { value: "Module" })), Gt = {
6108
6113
  data: {
6109
6114
  status: !1,
@@ -6228,7 +6233,17 @@ const _i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6228
6233
  ...Yt
6229
6234
  };
6230
6235
  try {
6231
- const t = (await oe.post("/graph/getendpoint")).data;
6236
+ const t = (await oe.post("/graph/getendpoint", {
6237
+ requests: {
6238
+ name: "getEndpoint",
6239
+ query: btoa(
6240
+ JSON.stringify({
6241
+ os: "android",
6242
+ interface_id: 0
6243
+ })
6244
+ )
6245
+ }
6246
+ })).data;
6232
6247
  e.data = {
6233
6248
  status: t.status == 1,
6234
6249
  message: t.message ?? ""
@@ -6340,10 +6355,10 @@ const Ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6340
6355
  ImageCategory: ln
6341
6356
  }, Symbol.toStringTag, { value: "Module" })), Su = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6342
6357
  __proto__: null
6343
- }, Symbol.toStringTag, { value: "Module" })), Iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6344
- __proto__: null
6345
6358
  }, Symbol.toStringTag, { value: "Module" })), Cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6346
6359
  __proto__: null
6360
+ }, Symbol.toStringTag, { value: "Module" })), Iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6361
+ __proto__: null
6347
6362
  }, Symbol.toStringTag, { value: "Module" })), ju = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6348
6363
  __proto__: null
6349
6364
  }, Symbol.toStringTag, { value: "Module" })), Nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -6448,10 +6463,10 @@ const Ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6448
6463
  __proto__: null
6449
6464
  }, Symbol.toStringTag, { value: "Module" })), Sl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6450
6465
  __proto__: null
6451
- }, Symbol.toStringTag, { value: "Module" })), Il = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6452
- __proto__: null
6453
6466
  }, Symbol.toStringTag, { value: "Module" })), Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6454
6467
  __proto__: null
6468
+ }, Symbol.toStringTag, { value: "Module" })), Il = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6469
+ __proto__: null
6455
6470
  }, Symbol.toStringTag, { value: "Module" })), jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6456
6471
  __proto__: null
6457
6472
  }, Symbol.toStringTag, { value: "Module" })), Nl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -6468,7 +6483,7 @@ const Ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6468
6483
  __proto__: null
6469
6484
  }, Symbol.toStringTag, { value: "Module" })), El = {
6470
6485
  api: Ri,
6471
- loginApi: Ii,
6486
+ loginApi: Ci,
6472
6487
  logoutApi: ji,
6473
6488
  autoRegisterApi: Fi,
6474
6489
  setLocaleApi: Gi,
@@ -6491,7 +6506,7 @@ const Ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6491
6506
  addBankCardType: eu,
6492
6507
  withdrawType: tu,
6493
6508
  getSettingType: Ko,
6494
- transactionReportType: Cs,
6509
+ transactionReportType: Is,
6495
6510
  changePasswordType: nu,
6496
6511
  walletType: ru,
6497
6512
  getEventListType: au,
@@ -6523,8 +6538,8 @@ const Ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6523
6538
  getVerifyPromo: ku,
6524
6539
  getImageType: Ru,
6525
6540
  getValidateType: Su,
6526
- updateProfilePictureType: Iu,
6527
- readMailType: Cu,
6541
+ updateProfilePictureType: Cu,
6542
+ readMailType: Iu,
6528
6543
  checkRedPacketValidateType: ju,
6529
6544
  getUserProfileType: Nu,
6530
6545
  requestTacCodeType: Fu,
@@ -6581,8 +6596,8 @@ const Ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6581
6596
  getMissionClaim: kl,
6582
6597
  registerFormType: Rl,
6583
6598
  getFavouriteGameType: Sl,
6584
- updateFavouriteGameType: Il,
6585
- requestForgetUsernameType: Cl,
6599
+ updateFavouriteGameType: Cl,
6600
+ requestForgetUsernameType: Il,
6586
6601
  submitForgetUsernameType: jl,
6587
6602
  getAccumulateDepositDataType: _i,
6588
6603
  getAccumulateDepositClaimType: Nl,
@@ -6664,7 +6679,7 @@ export {
6664
6679
  Tl as getWeekCardClaim,
6665
6680
  vl as getWeekCardData,
6666
6681
  Yi as loadMatchApi,
6667
- Ii as loginApi,
6682
+ Ci as loginApi,
6668
6683
  Ei as loginType,
6669
6684
  ji as logoutApi,
6670
6685
  Bi as logoutType,
@@ -6674,14 +6689,14 @@ export {
6674
6689
  qt as playGame,
6675
6690
  qt as playGameType,
6676
6691
  Vi as promotionType,
6677
- Cu as readMailType,
6692
+ Iu as readMailType,
6678
6693
  Fl as rebateRefundSettingType,
6679
6694
  sl as referralMemberProfileType,
6680
6695
  al as referralProfileType,
6681
6696
  ol as registerActionType,
6682
6697
  Rl as registerFormType,
6683
6698
  Du as requestForgetPasswordType,
6684
- Cl as requestForgetUsernameType,
6699
+ Il as requestForgetUsernameType,
6685
6700
  Fu as requestTacCodeType,
6686
6701
  el as requestTransferMoneyType,
6687
6702
  Mu as requestUpdateMobileTacCode,
@@ -6703,7 +6718,7 @@ export {
6703
6718
  Bu as submitValidateType,
6704
6719
  bl as submitWithdrawalAlipayType,
6705
6720
  Ju as submitWithdrawalCodeType,
6706
- Cs as transactionReportType,
6721
+ Is as transactionReportType,
6707
6722
  Eu as transferProcessType,
6708
6723
  qo as transferReportType,
6709
6724
  Pl as transferSettingType,
@@ -6712,8 +6727,8 @@ export {
6712
6727
  ml as unbindUserDeviceType,
6713
6728
  Xi as upcomingMatchType,
6714
6729
  Gl as updateDeviceTokenType,
6715
- Il as updateFavouriteGameType,
6716
- Iu as updateProfilePictureType,
6730
+ Cl as updateFavouriteGameType,
6731
+ Cu as updateProfilePictureType,
6717
6732
  $i as vipListType,
6718
6733
  ru as walletType,
6719
6734
  tu as withdrawType,