60p82u21t54k 0.2.15 → 0.2.16

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.
@@ -76,9 +76,9 @@ const va = (e) => {
76
76
  __proto__: null,
77
77
  getConfig: yt,
78
78
  setConfig: va
79
- }, Symbol.toStringTag, { value: "Module" })), ta = 6048e5, Da = 864e5, Pa = 6e4, Ra = 36e5, Oa = 1e3, Ot = Symbol.for("constructDateFrom");
79
+ }, Symbol.toStringTag, { value: "Module" })), ta = 6048e5, Da = 864e5, Pa = 6e4, Oa = 36e5, Ra = 1e3, Rt = Symbol.for("constructDateFrom");
80
80
  function E(e, a) {
81
- return typeof e == "function" ? e(a) : e && typeof e == "object" && Ot in e ? e[Ot](a) : e instanceof Date ? new e.constructor(a) : new Date(a);
81
+ return typeof e == "function" ? e(a) : e && typeof e == "object" && Rt in e ? e[Rt](a) : e instanceof Date ? new e.constructor(a) : new Date(a);
82
82
  }
83
83
  function W(e, a) {
84
84
  return E(a || e, e);
@@ -670,8 +670,6 @@ const ge = {
670
670
  return x(r, a.length);
671
671
  }
672
672
  }, xe = {
673
- am: "am",
674
- pm: "pm",
675
673
  midnight: "midnight",
676
674
  noon: "noon",
677
675
  morning: "morning",
@@ -1240,7 +1238,7 @@ function _n(e, a, t) {
1240
1238
  return `Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${a}\`) for formatting ${n} to the input \`${t}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`;
1241
1239
  }
1242
1240
  const Tn = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, vn = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, wn = /^'([^]*?)'?$/, Dn = /''/g, Pn = /[a-zA-Z]/;
1243
- function Rn(e, a, t) {
1241
+ function On(e, a, t) {
1244
1242
  var b, D, _, p, k, C, V, A;
1245
1243
  const n = Se(), r = (t == null ? void 0 : t.locale) ?? n.locale ?? ra, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((D = (b = t == null ? void 0 : t.locale) == null ? void 0 : b.options) == null ? void 0 : D.firstWeekContainsDate) ?? n.firstWeekContainsDate ?? ((p = (_ = n.locale) == null ? void 0 : _.options) == null ? void 0 : p.firstWeekContainsDate) ?? 1, i = (t == null ? void 0 : t.weekStartsOn) ?? ((C = (k = t == null ? void 0 : t.locale) == null ? void 0 : k.options) == null ? void 0 : C.weekStartsOn) ?? n.weekStartsOn ?? ((A = (V = n.locale) == null ? void 0 : V.options) == null ? void 0 : A.weekStartsOn) ?? 0, d = W(e, t == null ? void 0 : t.in);
1246
1244
  if (!ja(d))
@@ -1257,7 +1255,7 @@ function Rn(e, a, t) {
1257
1255
  return { isToken: !1, value: "'" };
1258
1256
  const M = I[0];
1259
1257
  if (M === "'")
1260
- return { isToken: !1, value: On(I) };
1258
+ return { isToken: !1, value: Rn(I) };
1261
1259
  if (kt[M])
1262
1260
  return { isToken: !0, value: I };
1263
1261
  if (M.match(Pn))
@@ -1280,7 +1278,7 @@ function Rn(e, a, t) {
1280
1278
  return T(d, M, r.localize, h);
1281
1279
  }).join("");
1282
1280
  }
1283
- function On(e) {
1281
+ function Rn(e) {
1284
1282
  const a = e.match(wn);
1285
1283
  return a ? a[1].replace(Dn, "'") : e;
1286
1284
  }
@@ -1335,7 +1333,7 @@ class jn extends da {
1335
1333
  return n.timestampIsSet ? t : E(t, kn(t, this.context));
1336
1334
  }
1337
1335
  }
1338
- class R {
1336
+ class O {
1339
1337
  run(a, t, n, r) {
1340
1338
  const s = this.parse(a, t, n, r);
1341
1339
  return s ? {
@@ -1353,7 +1351,7 @@ class R {
1353
1351
  return !0;
1354
1352
  }
1355
1353
  }
1356
- class Cn extends R {
1354
+ class Cn extends O {
1357
1355
  constructor() {
1358
1356
  super(...arguments);
1359
1357
  y(this, "priority", 140);
@@ -1445,7 +1443,7 @@ function ne(e, a) {
1445
1443
  };
1446
1444
  const n = t[1] === "+" ? 1 : -1, r = t[2] ? parseInt(t[2], 10) : 0, s = t[3] ? parseInt(t[3], 10) : 0, i = t[5] ? parseInt(t[5], 10) : 0;
1447
1445
  return {
1448
- value: n * (r * Ra + s * Pa + i * Oa),
1446
+ value: n * (r * Oa + s * Pa + i * Ra),
1449
1447
  rest: a.slice(t[0].length)
1450
1448
  };
1451
1449
  }
@@ -1511,7 +1509,7 @@ function ga(e, a) {
1511
1509
  function fa(e) {
1512
1510
  return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
1513
1511
  }
1514
- class Nn extends R {
1512
+ class Nn extends O {
1515
1513
  constructor() {
1516
1514
  super(...arguments);
1517
1515
  y(this, "priority", 130);
@@ -1552,7 +1550,7 @@ class Nn extends R {
1552
1550
  return t.setFullYear(i, 0, 1), t.setHours(0, 0, 0, 0), t;
1553
1551
  }
1554
1552
  }
1555
- class Ln extends R {
1553
+ class Ln extends O {
1556
1554
  constructor() {
1557
1555
  super(...arguments);
1558
1556
  y(this, "priority", 130);
@@ -1611,7 +1609,7 @@ class Ln extends R {
1611
1609
  return t.setFullYear(d, 0, s.firstWeekContainsDate), t.setHours(0, 0, 0, 0), fe(t, s);
1612
1610
  }
1613
1611
  }
1614
- class Gn extends R {
1612
+ class Gn extends O {
1615
1613
  constructor() {
1616
1614
  super(...arguments);
1617
1615
  y(this, "priority", 130);
@@ -1641,7 +1639,7 @@ class Gn extends R {
1641
1639
  return s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0), Me(s);
1642
1640
  }
1643
1641
  }
1644
- class Fn extends R {
1642
+ class Fn extends O {
1645
1643
  constructor() {
1646
1644
  super(...arguments);
1647
1645
  y(this, "priority", 130);
@@ -1654,7 +1652,7 @@ class Fn extends R {
1654
1652
  return t.setFullYear(r, 0, 1), t.setHours(0, 0, 0, 0), t;
1655
1653
  }
1656
1654
  }
1657
- class zn extends R {
1655
+ class zn extends O {
1658
1656
  constructor() {
1659
1657
  super(...arguments);
1660
1658
  y(this, "priority", 120);
@@ -1716,7 +1714,7 @@ class zn extends R {
1716
1714
  return t.setMonth((r - 1) * 3, 1), t.setHours(0, 0, 0, 0), t;
1717
1715
  }
1718
1716
  }
1719
- class Wn extends R {
1717
+ class Wn extends O {
1720
1718
  constructor() {
1721
1719
  super(...arguments);
1722
1720
  y(this, "priority", 120);
@@ -1778,7 +1776,7 @@ class Wn extends R {
1778
1776
  return t.setMonth((r - 1) * 3, 1), t.setHours(0, 0, 0, 0), t;
1779
1777
  }
1780
1778
  }
1781
- class En extends R {
1779
+ class En extends O {
1782
1780
  constructor() {
1783
1781
  super(...arguments);
1784
1782
  y(this, "incompatibleTokens", [
@@ -1840,7 +1838,7 @@ class En extends R {
1840
1838
  return t.setMonth(r, 1), t.setHours(0, 0, 0, 0), t;
1841
1839
  }
1842
1840
  }
1843
- class Yn extends R {
1841
+ class Yn extends O {
1844
1842
  constructor() {
1845
1843
  super(...arguments);
1846
1844
  y(this, "priority", 110);
@@ -1906,7 +1904,7 @@ function qn(e, a, t) {
1906
1904
  const n = W(e, t == null ? void 0 : t.in), r = oa(n, t) - a;
1907
1905
  return n.setDate(n.getDate() - r * 7), W(n, t == null ? void 0 : t.in);
1908
1906
  }
1909
- class Hn extends R {
1907
+ class Hn extends O {
1910
1908
  constructor() {
1911
1909
  super(...arguments);
1912
1910
  y(this, "priority", 100);
@@ -1947,7 +1945,7 @@ function Bn(e, a, t) {
1947
1945
  const n = W(e, t == null ? void 0 : t.in), r = sa(n, t) - a;
1948
1946
  return n.setDate(n.getDate() - r * 7), n;
1949
1947
  }
1950
- class $n extends R {
1948
+ class $n extends O {
1951
1949
  constructor() {
1952
1950
  super(...arguments);
1953
1951
  y(this, "priority", 100);
@@ -1999,7 +1997,7 @@ const Un = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Vn = [
1999
1997
  30,
2000
1998
  31
2001
1999
  ];
2002
- class An extends R {
2000
+ class An extends O {
2003
2001
  constructor() {
2004
2002
  super(...arguments);
2005
2003
  y(this, "priority", 90);
@@ -2037,7 +2035,7 @@ class An extends R {
2037
2035
  return t.setDate(r), t.setHours(0, 0, 0, 0), t;
2038
2036
  }
2039
2037
  }
2040
- class Qn extends R {
2038
+ class Qn extends O {
2041
2039
  constructor() {
2042
2040
  super(...arguments);
2043
2041
  y(this, "priority", 90);
@@ -2084,7 +2082,7 @@ function Tt(e, a, t) {
2084
2082
  const n = Se(), r = (t == null ? void 0 : t.weekStartsOn) ?? ((_ = (D = t == null ? void 0 : t.locale) == null ? void 0 : D.options) == null ? void 0 : _.weekStartsOn) ?? n.weekStartsOn ?? ((k = (p = n.locale) == null ? void 0 : p.options) == null ? void 0 : k.weekStartsOn) ?? 0, s = W(e, t == null ? void 0 : t.in), i = s.getDay(), f = (a % 7 + 7) % 7, h = 7 - r, b = a < 0 || a > 6 ? a - (i + h) % 7 : (f + h) % 7 - (i + h) % 7;
2085
2083
  return aa(s, b, t);
2086
2084
  }
2087
- class Xn extends R {
2085
+ class Xn extends O {
2088
2086
  constructor() {
2089
2087
  super(...arguments);
2090
2088
  y(this, "priority", 90);
@@ -2121,7 +2119,7 @@ class Xn extends R {
2121
2119
  return t = Tt(t, r, s), t.setHours(0, 0, 0, 0), t;
2122
2120
  }
2123
2121
  }
2124
- class Zn extends R {
2122
+ class Zn extends O {
2125
2123
  constructor() {
2126
2124
  super(...arguments);
2127
2125
  y(this, "priority", 90);
@@ -2186,7 +2184,7 @@ class Zn extends R {
2186
2184
  return t = Tt(t, r, s), t.setHours(0, 0, 0, 0), t;
2187
2185
  }
2188
2186
  }
2189
- class Jn extends R {
2187
+ class Jn extends O {
2190
2188
  constructor() {
2191
2189
  super(...arguments);
2192
2190
  y(this, "priority", 90);
@@ -2255,7 +2253,7 @@ function Kn(e, a, t) {
2255
2253
  const n = W(e, t == null ? void 0 : t.in), r = xn(n, t), s = a - r;
2256
2254
  return aa(n, s, t);
2257
2255
  }
2258
- class er extends R {
2256
+ class er extends O {
2259
2257
  constructor() {
2260
2258
  super(...arguments);
2261
2259
  y(this, "priority", 90);
@@ -2345,7 +2343,7 @@ class er extends R {
2345
2343
  return t = Kn(t, r), t.setHours(0, 0, 0, 0), t;
2346
2344
  }
2347
2345
  }
2348
- class tr extends R {
2346
+ class tr extends O {
2349
2347
  constructor() {
2350
2348
  super(...arguments);
2351
2349
  y(this, "priority", 80);
@@ -2386,7 +2384,7 @@ class tr extends R {
2386
2384
  return t.setHours(_t(r), 0, 0, 0), t;
2387
2385
  }
2388
2386
  }
2389
- class ar extends R {
2387
+ class ar extends O {
2390
2388
  constructor() {
2391
2389
  super(...arguments);
2392
2390
  y(this, "priority", 80);
@@ -2427,7 +2425,7 @@ class ar extends R {
2427
2425
  return t.setHours(_t(r), 0, 0, 0), t;
2428
2426
  }
2429
2427
  }
2430
- class nr extends R {
2428
+ class nr extends O {
2431
2429
  constructor() {
2432
2430
  super(...arguments);
2433
2431
  y(this, "priority", 80);
@@ -2468,7 +2466,7 @@ class nr extends R {
2468
2466
  return t.setHours(_t(r), 0, 0, 0), t;
2469
2467
  }
2470
2468
  }
2471
- class rr extends R {
2469
+ class rr extends O {
2472
2470
  constructor() {
2473
2471
  super(...arguments);
2474
2472
  y(this, "priority", 70);
@@ -2492,7 +2490,7 @@ class rr extends R {
2492
2490
  return s && r < 12 ? t.setHours(r + 12, 0, 0, 0) : !s && r === 12 ? t.setHours(0, 0, 0, 0) : t.setHours(r, 0, 0, 0), t;
2493
2491
  }
2494
2492
  }
2495
- class sr extends R {
2493
+ class sr extends O {
2496
2494
  constructor() {
2497
2495
  super(...arguments);
2498
2496
  y(this, "priority", 70);
@@ -2515,7 +2513,7 @@ class sr extends R {
2515
2513
  return t.setHours(r, 0, 0, 0), t;
2516
2514
  }
2517
2515
  }
2518
- class or extends R {
2516
+ class or extends O {
2519
2517
  constructor() {
2520
2518
  super(...arguments);
2521
2519
  y(this, "priority", 70);
@@ -2538,7 +2536,7 @@ class or extends R {
2538
2536
  return t.getHours() >= 12 && r < 12 ? t.setHours(r + 12, 0, 0, 0) : t.setHours(r, 0, 0, 0), t;
2539
2537
  }
2540
2538
  }
2541
- class ir extends R {
2539
+ class ir extends O {
2542
2540
  constructor() {
2543
2541
  super(...arguments);
2544
2542
  y(this, "priority", 70);
@@ -2562,7 +2560,7 @@ class ir extends R {
2562
2560
  return t.setHours(s, 0, 0, 0), t;
2563
2561
  }
2564
2562
  }
2565
- class ur extends R {
2563
+ class ur extends O {
2566
2564
  constructor() {
2567
2565
  super(...arguments);
2568
2566
  y(this, "priority", 60);
@@ -2585,7 +2583,7 @@ class ur extends R {
2585
2583
  return t.setMinutes(r, 0, 0), t;
2586
2584
  }
2587
2585
  }
2588
- class lr extends R {
2586
+ class lr extends O {
2589
2587
  constructor() {
2590
2588
  super(...arguments);
2591
2589
  y(this, "priority", 50);
@@ -2608,7 +2606,7 @@ class lr extends R {
2608
2606
  return t.setSeconds(r, 0), t;
2609
2607
  }
2610
2608
  }
2611
- class cr extends R {
2609
+ class cr extends O {
2612
2610
  constructor() {
2613
2611
  super(...arguments);
2614
2612
  y(this, "priority", 30);
@@ -2622,7 +2620,7 @@ class cr extends R {
2622
2620
  return t.setMilliseconds(r), t;
2623
2621
  }
2624
2622
  }
2625
- class dr extends R {
2623
+ class dr extends O {
2626
2624
  constructor() {
2627
2625
  super(...arguments);
2628
2626
  y(this, "priority", 10);
@@ -2659,7 +2657,7 @@ class dr extends R {
2659
2657
  );
2660
2658
  }
2661
2659
  }
2662
- class mr extends R {
2660
+ class mr extends O {
2663
2661
  constructor() {
2664
2662
  super(...arguments);
2665
2663
  y(this, "priority", 10);
@@ -2696,7 +2694,7 @@ class mr extends R {
2696
2694
  );
2697
2695
  }
2698
2696
  }
2699
- class gr extends R {
2697
+ class gr extends O {
2700
2698
  constructor() {
2701
2699
  super(...arguments);
2702
2700
  y(this, "priority", 40);
@@ -2709,7 +2707,7 @@ class gr extends R {
2709
2707
  return [E(t, r * 1e3), { timestampIsSet: !0 }];
2710
2708
  }
2711
2709
  }
2712
- class fr extends R {
2710
+ class fr extends O {
2713
2711
  constructor() {
2714
2712
  super(...arguments);
2715
2713
  y(this, "priority", 20);
@@ -2762,21 +2760,21 @@ function wr(e, a, t, n) {
2762
2760
  weekStartsOn: f,
2763
2761
  locale: i
2764
2762
  }, b = [new jn(n == null ? void 0 : n.in, t)], D = a.match(yr).map((T) => {
2765
- const O = T[0];
2766
- if (O in ft) {
2767
- const Y = ft[O];
2763
+ const R = T[0];
2764
+ if (R in ft) {
2765
+ const Y = ft[R];
2768
2766
  return Y(T, i.formatLong);
2769
2767
  }
2770
2768
  return T;
2771
2769
  }).join("").match(br), _ = [];
2772
2770
  for (let T of D) {
2773
2771
  la(T) && pt(T, a, e), ua(T) && pt(T, a, e);
2774
- const O = T[0], Y = pr[O];
2772
+ const R = T[0], Y = pr[R];
2775
2773
  if (Y) {
2776
2774
  const { incompatibleTokens: le } = Y;
2777
2775
  if (Array.isArray(le)) {
2778
2776
  const ce = _.find(
2779
- (de) => le.includes(de.token) || de.token === O
2777
+ (de) => le.includes(de.token) || de.token === R
2780
2778
  );
2781
2779
  if (ce)
2782
2780
  throw new RangeError(
@@ -2786,7 +2784,7 @@ function wr(e, a, t, n) {
2786
2784
  throw new RangeError(
2787
2785
  `The format string mustn't contain \`${T}\` and any other token at the same time`
2788
2786
  );
2789
- _.push({ token: O, fullToken: T });
2787
+ _.push({ token: R, fullToken: T });
2790
2788
  const se = Y.run(
2791
2789
  e,
2792
2790
  T,
@@ -2797,11 +2795,11 @@ function wr(e, a, t, n) {
2797
2795
  return r();
2798
2796
  b.push(se.setter), e = se.rest;
2799
2797
  } else {
2800
- if (O.match(vr))
2798
+ if (R.match(vr))
2801
2799
  throw new RangeError(
2802
- "Format string contains an unescaped latin alphabet character `" + O + "`"
2800
+ "Format string contains an unescaped latin alphabet character `" + R + "`"
2803
2801
  );
2804
- if (T === "''" ? T = "'" : O === "'" && (T = Dr(T)), e.indexOf(T) === 0)
2802
+ if (T === "''" ? T = "'" : R === "'" && (T = Dr(T)), e.indexOf(T) === 0)
2805
2803
  e = e.slice(T.length);
2806
2804
  else
2807
2805
  return r();
@@ -2809,8 +2807,8 @@ function wr(e, a, t, n) {
2809
2807
  }
2810
2808
  if (e.length > 0 && Tr.test(e))
2811
2809
  return r();
2812
- const p = b.map((T) => T.priority).sort((T, O) => O - T).filter((T, O, Y) => Y.indexOf(T) === O).map(
2813
- (T) => b.filter((O) => O.priority === T).sort((O, Y) => Y.subPriority - O.subPriority)
2810
+ const p = b.map((T) => T.priority).sort((T, R) => R - T).filter((T, R, Y) => Y.indexOf(T) === R).map(
2811
+ (T) => b.filter((R) => R.priority === T).sort((R, Y) => Y.subPriority - R.subPriority)
2814
2812
  ).map((T) => T[0]);
2815
2813
  let k = W(t, n == null ? void 0 : n.in);
2816
2814
  if (isNaN(+k)) return r();
@@ -2818,8 +2816,8 @@ function wr(e, a, t, n) {
2818
2816
  for (const T of p) {
2819
2817
  if (!T.validate(k, h))
2820
2818
  return r();
2821
- const O = T.set(k, C, h);
2822
- Array.isArray(O) ? (k = O[0], Object.assign(C, O[1])) : k = O;
2819
+ const R = T.set(k, C, h);
2820
+ Array.isArray(R) ? (k = R[0], Object.assign(C, R[1])) : k = R;
2823
2821
  }
2824
2822
  return k;
2825
2823
  }
@@ -2827,8 +2825,8 @@ function Dr(e) {
2827
2825
  return e.match(hr)[1].replace(_r, "'");
2828
2826
  }
2829
2827
  function jt(e, a, t) {
2830
- const n = ca(), r = Or(e, t.timeZone, t.locale ?? n.locale);
2831
- return "formatToParts" in r ? Pr(r, a) : Rr(r, a);
2828
+ const n = ca(), r = Rr(e, t.timeZone, t.locale ?? n.locale);
2829
+ return "formatToParts" in r ? Pr(r, a) : Or(r, a);
2832
2830
  }
2833
2831
  function Pr(e, a) {
2834
2832
  const t = e.formatToParts(a);
@@ -2836,11 +2834,11 @@ function Pr(e, a) {
2836
2834
  if (t[n].type === "timeZoneName")
2837
2835
  return t[n].value;
2838
2836
  }
2839
- function Rr(e, a) {
2837
+ function Or(e, a) {
2840
2838
  const t = e.format(a).replace(/\u200E/g, ""), n = / [\w-+ ]+$/.exec(t);
2841
2839
  return n ? n[0].substr(1) : "";
2842
2840
  }
2843
- function Or(e, a, t) {
2841
+ function Rr(e, a, t) {
2844
2842
  return new Intl.DateTimeFormat(t ? [t.code, "en-US"] : void 0, {
2845
2843
  timeZone: a,
2846
2844
  timeZoneName: e
@@ -2919,7 +2917,6 @@ function vt(e, a, t, n, r, s, i) {
2919
2917
  return d.setUTCFullYear(e, a, t), d.setUTCHours(n, r, s, i), d;
2920
2918
  }
2921
2919
  const Nt = 36e5, Cr = 6e4, it = {
2922
- timezone: /([Z+-].*)$/,
2923
2920
  timezoneZ: /^(Z)$/,
2924
2921
  timezoneHH: /^([+-]\d{2})$/,
2925
2922
  timezoneHHMM: /^([+-])(\d{2}):?(\d{2})$/
@@ -3066,7 +3063,6 @@ function zt(e) {
3066
3063
  const pa = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/, lt = 36e5, Wt = 6e4, Er = 2, B = {
3067
3064
  dateTimePattern: /^([0-9W+-]+)(T| )(.*)/,
3068
3065
  datePattern: /^([0-9W+-]+)(.*)/,
3069
- plainTime: /:/,
3070
3066
  // year tokens
3071
3067
  YY: /^(\d{2})$/,
3072
3068
  YYY: [
@@ -3250,7 +3246,7 @@ function Qr(e, a, t = {}) {
3250
3246
  return f ? h.substring(0, d - 1) + h.substring(d + 1) : h;
3251
3247
  }, a);
3252
3248
  }
3253
- return Rn(e, a, t);
3249
+ return On(e, a, t);
3254
3250
  }
3255
3251
  function Xr(e, a, t) {
3256
3252
  e = Ue(e, t);
@@ -3409,7 +3405,7 @@ const Jr = (e) => new TextEncoder().encode(e), Kr = (e) => {
3409
3405
  let s = e;
3410
3406
  return s ? (n.includes(a) || r.includes(a) ? (s = s.replace(".png", `_${a}.png`).toLowerCase(), s = `${s}?v=1`) : s = `${s}${t}`, s) : "";
3411
3407
  };
3412
- var c = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e.upcomingMatches = "upcomingMatches", e.deposit = "deposit", e.applyVipBonus = "applyVipBonus", e.getBankCardData = "getBankCardData", e.withdrawalGet = "withdrawalGet", e.withdraw = "withdraw", e.addBankCard = "addBankCard", e.transactionReport = "transactionReport", e.changePassword = "changePassword", e.wallet = "wallet", e.getEventList = "getEventlist", e.getEventToken = "getEventToken", e.getExtraGame = "getExtraGame", e.mailBox = "mailBox", e.slotGameList = "slotGameList", e.getTurnOverRewardData = "getTurnOverRewardData", e.getTurnOverRewardReport = "getTurnOverRewardReport", e.getInviteRewardData = "getInviteRewardData", e.getInviteRewardReport = "getInviteRewardReport", e.getTopupRewardData = "getTopupRewardData", e.getTopupRewardReport = "getTopupRewardReport", e.getRewardReferral = "getRewardReferral", e.submitWithdrawValidate = "submitWithdrawValidate", e.getDepositPromotion = "getDepositPromotion", e.getInviteRewardClaim = "getInviteRewardClaim", e.getTopUpRewardClaim = "getTopupRewardClaim", e.getTurnOverRewardClaim = "getTurnOverRewardClaim", e.getInviteRewardSetting = "getInviteRewardSetting", e.getTopUpRewardSetting = "getTopupRewardSetting", e.getTurnOverRewardSetting = "getTurnOverRewardSetting", e.requestForgetPassword = "requestForgetPassword", e.submitForgetPassword = "submitForgetPassword", e.getImage = "getImage", e.getDepositValidate = "getDepositValidate", e.getTransferCreditValidate = "getTransferCreditValidate", e.getWithdrawValidate = "getWithdrawValidate", e.updateProfilePicture = "updateProfilePicture", e.readMail = "readMail", e.checkRedPacketValidate = "checkRedpacketValidate", e.requestTacCode = "requestTacCode", e.getUsernameByRefer = "getUsernameByRefer", e.applyPromo = "applyPromo", e.applyRedPacket = "applyRedpacket", e.applySignIn = "applySignIn", e.getCountry = "getCountry", e.submitGiftCode = "submitGiftCode", e.playGame = "playGame", e.transferToMain = "transferToMain", e.transferProcess = "transferProcess", e.submitDepositValidate = "submitDepositValidate", e.submitTransferCreditValidate = "submitTransferCreditValidate", e.checkTransferCredit = "checkTransferCredit", e.friendList = "friendList", e.friendListEdit = "friendListEdit", e.getActivePP = "getActivePP", e.getActiveProduct = "getActiveProduct", e.requestWithdrawTac = "requestWithdrawTac", e.requestWithdrawalCode = "requestWithdrawalCode", e.commissionWithdraw = "commissionWithdraw", e.submitWithdrawalCode = "submitWithdrawalCode", e.submitCryptoAccount = "submitCryptoAccount", e.requestTransferMoney = "requestTransferMoney", e.submitTransferMoney = "submitTransferMoney", e.getVerifyPromo = "getVerifyPromo", e.requestUpdateMobileTacCode = "requestUpdateMobileTacCode", e.submitUpdateMobileTacCode = "submitUpdateMobileTacCode", e.signInViewInfo = "signInViewInfo", e.signInRecord = "signInRecord", e.referralProfile = "referralProfile", e.referralMemberProfile = "referralMemberProfile", e.registerAction = "registerAction", e.transferReport = "transferReport", e.agTransferCreditReport = "agTransferCreditReport", e.betReport = "betReport", e.getTwoFactorAuthenticate = "getTwoFactorAuthenticate", e.getUserDeviceList = "getUserDeviceList", e.submitTwoFactorAuthenticate = "submitTwoFactorAuthenticate", e.unbindUserDevice = "unbindUserDevice", e.searchNumberHistory = "searchNumberHistory", e.changeWithdrawalCode = "changeWithdrawalCode", e.checkRedPacketToken = "checkRedPacketToken", e.submitWithdrawalAlipay = "submitWithdrawalAlipay", e.applyReliefFund = "applyReliefFund", e.getReliefFundData = "getReliefFundData", e.getReliefFundReport = "getReliefFundReport", e.getWeekCardData = "getWeekCardData", e.applyWeekCard = "applyWeekCard", e.getWeekCardClaim = "getWeekCardClaim", e.transferSetting = "transfersetting", e.transfer = "transfer", e.getIncentiveData = "getIncentiveData", e.getIncentiveRebate = "getIncentiveRebate", e.claimIncentiveRebate = "claimIncentiveRebate", e.getMissionData = "getMissionData", e.getMissionClaim = "getMissionClaim", e.registerForm = "registerForm", e.getFavouriteGame = "getFavouriteGame", e.updateFavouriteGame = "updateFavouriteGame", e.requestForgetUsername = "requestForgetUsername", e.submitForgetUsername = "submitForgetUsername", e.getAccumulateDepositData = "getAccumulateDepositData", e.getAccumulateDepositClaim = "getAccumulateDepositClaim", e.rebateRefundSetting = "rebateRefundSetting", e.getASCMatchCount = "getASCMatchCount", e.updateDeviceToken = "updateDeviceToken", e.getCryptoList = "getCryptoList", e.getCryptoAddress = "getCryptoAddress", e.getPopoutItem = "getPopoutItem", e.getTurnOverRewardSettingMult = "getTurnOverRewardSettingMult", e.interestIndex = "interestIndex", e.interestWalletInfo = "interestWalletInfo", e.interestTransactionList = "interestTransactionList", e.interestTransferIn = "interestTransferIn", e.interestTransferOut = "interestTransferOut", e.getWheelData = "getWheelData", e.getWheelTicket = "getWheelTicket", e.spinWheel = "spinWheel", e.getWheelReport = "getWheelReport", e.getWeekCardAllData = "getWeekCardAllData", e.searchGameByName = "searchGameByName", e.checkGoldEggValidate = "checkGoldEggValidate", e.applyGoldEgg = "applyGoldEgg", e.checkGoldEggToken = "checkGoldEggToken", e.getGoldEggData = "getGoldEggData", e))(c || {});
3408
+ var c = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e.upcomingMatches = "upcomingMatches", e.deposit = "deposit", e.applyVipBonus = "applyVipBonus", e.getBankCardData = "getBankCardData", e.withdrawalGet = "withdrawalGet", e.withdraw = "withdraw", e.addBankCard = "addBankCard", e.transactionReport = "transactionReport", e.changePassword = "changePassword", e.wallet = "wallet", e.getEventList = "getEventlist", e.getEventToken = "getEventToken", e.getExtraGame = "getExtraGame", e.mailBox = "mailBox", e.slotGameList = "slotGameList", e.getTurnOverRewardData = "getTurnOverRewardData", e.getTurnOverRewardReport = "getTurnOverRewardReport", e.getInviteRewardData = "getInviteRewardData", e.getInviteRewardReport = "getInviteRewardReport", e.getTopupRewardData = "getTopupRewardData", e.getTopupRewardReport = "getTopupRewardReport", e.getRewardReferral = "getRewardReferral", e.submitWithdrawValidate = "submitWithdrawValidate", e.getDepositPromotion = "getDepositPromotion", e.getInviteRewardClaim = "getInviteRewardClaim", e.getTopUpRewardClaim = "getTopupRewardClaim", e.getTurnOverRewardClaim = "getTurnOverRewardClaim", e.getInviteRewardSetting = "getInviteRewardSetting", e.getTopUpRewardSetting = "getTopupRewardSetting", e.getTurnOverRewardSetting = "getTurnOverRewardSetting", e.requestForgetPassword = "requestForgetPassword", e.submitForgetPassword = "submitForgetPassword", e.getImage = "getImage", e.getDepositValidate = "getDepositValidate", e.getTransferCreditValidate = "getTransferCreditValidate", e.getWithdrawValidate = "getWithdrawValidate", e.updateProfilePicture = "updateProfilePicture", e.readMail = "readMail", e.checkRedPacketValidate = "checkRedpacketValidate", e.requestTacCode = "requestTacCode", e.getUsernameByRefer = "getUsernameByRefer", e.applyPromo = "applyPromo", e.applyRedPacket = "applyRedpacket", e.applySignIn = "applySignIn", e.getCountry = "getCountry", e.submitGiftCode = "submitGiftCode", e.playGame = "playGame", e.transferToMain = "transferToMain", e.transferProcess = "transferProcess", e.submitDepositValidate = "submitDepositValidate", e.submitTransferCreditValidate = "submitTransferCreditValidate", e.checkTransferCredit = "checkTransferCredit", e.friendList = "friendList", e.friendListEdit = "friendListEdit", e.getActivePP = "getActivePP", e.getActiveProduct = "getActiveProduct", e.requestWithdrawTac = "requestWithdrawTac", e.requestWithdrawalCode = "requestWithdrawalCode", e.commissionWithdraw = "commissionWithdraw", e.submitWithdrawalCode = "submitWithdrawalCode", e.submitCryptoAccount = "submitCryptoAccount", e.requestTransferMoney = "requestTransferMoney", e.submitTransferMoney = "submitTransferMoney", e.getVerifyPromo = "getVerifyPromo", e.requestUpdateMobileTacCode = "requestUpdateMobileTacCode", e.submitUpdateMobileTacCode = "submitUpdateMobileTacCode", e.signInViewInfo = "signInViewInfo", e.signInRecord = "signInRecord", e.referralProfile = "referralProfile", e.referralMemberProfile = "referralMemberProfile", e.registerAction = "registerAction", e.transferReport = "transferReport", e.agTransferCreditReport = "agTransferCreditReport", e.betReport = "betReport", e.getTwoFactorAuthenticate = "getTwoFactorAuthenticate", e.getUserDeviceList = "getUserDeviceList", e.submitTwoFactorAuthenticate = "submitTwoFactorAuthenticate", e.unbindUserDevice = "unbindUserDevice", e.searchNumberHistory = "searchNumberHistory", e.changeWithdrawalCode = "changeWithdrawalCode", e.checkRedPacketToken = "checkRedPacketToken", e.submitWithdrawalAlipay = "submitWithdrawalAlipay", e.applyReliefFund = "applyReliefFund", e.getReliefFundData = "getReliefFundData", e.getReliefFundReport = "getReliefFundReport", e.getWeekCardData = "getWeekCardData", e.applyWeekCard = "applyWeekCard", e.getWeekCardClaim = "getWeekCardClaim", e.transferSetting = "transfersetting", e.transfer = "transfer", e.getIncentiveData = "getIncentiveData", e.getIncentiveRebate = "getIncentiveRebate", e.claimIncentiveRebate = "claimIncentiveRebate", e.getMissionData = "getMissionData", e.getMissionClaim = "getMissionClaim", e.registerForm = "registerForm", e.getFavouriteGame = "getFavouriteGame", e.updateFavouriteGame = "updateFavouriteGame", e.requestForgetUsername = "requestForgetUsername", e.submitForgetUsername = "submitForgetUsername", e.getAccumulateDepositData = "getAccumulateDepositData", e.getAccumulateDepositClaim = "getAccumulateDepositClaim", e.rebateRefundSetting = "rebateRefundSetting", e.getASCMatchCount = "getASCMatchCount", e.updateDeviceToken = "updateDeviceToken", e.getCryptoList = "getCryptoList", e.getCryptoAddress = "getCryptoAddress", e.getPopoutItem = "getPopoutItem", e.getTurnOverRewardSettingMult = "getTurnOverRewardSettingMult", e.interestIndex = "interestIndex", e.interestWalletInfo = "interestWalletInfo", e.interestTransactionList = "interestTransactionList", e.interestTransferIn = "interestTransferIn", e.interestTransferOut = "interestTransferOut", e.getWheelData = "getWheelData", e.getWheelTicket = "getWheelTicket", e.spinWheel = "spinWheel", e.getWheelReport = "getWheelReport", e.getWeekCardAllData = "getWeekCardAllData", e.searchGameByName = "searchGameByName", e.checkGoldEggValidate = "checkGoldEggValidate", e.applyGoldEgg = "applyGoldEgg", e.checkGoldEggToken = "checkGoldEggToken", e.getGoldEggData = "getGoldEggData", e.getNewbieMissionData = "getNewbieMissionData", e.getNewbieMissionClaim = "getNewbieMissionClaim", e))(c || {});
3413
3409
  const ps = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3414
3410
  __proto__: null,
3415
3411
  Api: c
@@ -3720,7 +3716,7 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3720
3716
  jackpotAmount: b.jackpotAmount ?? ""
3721
3717
  }))) ?? []
3722
3718
  } : {},
3723
- platformGameList: Rs(e.mdGameLists.data) ? {
3719
+ platformGameList: Os(e.mdGameLists.data) ? {
3724
3720
  currentPage: ((i = e.mdGameLists) == null ? void 0 : i.current_page) ?? 1,
3725
3721
  lastPage: ((d = e.mdGameLists) == null ? void 0 : d.last_page) ?? 1,
3726
3722
  data: ((h = (f = e.mdGameLists) == null ? void 0 : f.data) == null ? void 0 : h.map((b) => ({
@@ -3763,7 +3759,7 @@ function Ps(e) {
3763
3759
  return a.sort().join(",") === n;
3764
3760
  });
3765
3761
  }
3766
- function Rs(e) {
3762
+ function Os(e) {
3767
3763
  const a = [
3768
3764
  "id",
3769
3765
  "name",
@@ -3779,9 +3775,9 @@ function Rs(e) {
3779
3775
  return a.sort().join(",") === n;
3780
3776
  });
3781
3777
  }
3782
- const Os = (e) => ({
3778
+ const Rs = (e) => ({
3783
3779
  list: e.mdGrade.map((a) => {
3784
- var t, n, r, s, i, d, f, h, b, D, _, p, k, C, V, A, I, M, T, O, Y, le, se, ce, de, je, Ce, te, Ee, at, ve, we, De, Pe, Ne, Re, nt, Oe, rt, Ye, qe, o, m, v, u, l, w, G, $, X, N, K, q, Z, H, J, Q, me, pe, Le, be, Ge, g, Rt;
3780
+ var t, n, r, s, i, d, f, h, b, D, _, p, k, C, V, A, I, M, T, R, Y, le, se, ce, de, je, Ce, te, Ee, at, ve, we, De, Pe, Ne, Oe, nt, Re, rt, Ye, qe, o, m, v, u, l, w, G, $, X, N, K, q, Z, H, J, Q, me, pe, Le, be, Ge, g, Ot;
3785
3781
  return {
3786
3782
  id: a.gradeindex,
3787
3783
  is_current_level: !1,
@@ -3823,7 +3819,7 @@ const Os = (e) => ({
3823
3819
  weekly: {
3824
3820
  isShow: !0,
3825
3821
  bonus: P(((M = (I = a.benefit) == null ? void 0 : I.weekly) == null ? void 0 : M.bonus) ?? "0"),
3826
- bonus_name: ((O = (T = a.benefit) == null ? void 0 : T.weekly) == null ? void 0 : O.bonus_name) ?? "",
3822
+ bonus_name: ((R = (T = a.benefit) == null ? void 0 : T.weekly) == null ? void 0 : R.bonus_name) ?? "",
3827
3823
  turnover: P(((le = (Y = a.benefit) == null ? void 0 : Y.weekly) == null ? void 0 : le.turnover) ?? "0"),
3828
3824
  turnover_name: ((ce = (se = a.benefit) == null ? void 0 : se.weekly) == null ? void 0 : ce.turnover_name) ?? ""
3829
3825
  },
@@ -3837,8 +3833,8 @@ const Os = (e) => ({
3837
3833
  birthday: {
3838
3834
  isShow: !0,
3839
3835
  bonus: P(((Pe = (De = a.benefit) == null ? void 0 : De.birthday) == null ? void 0 : Pe.bonus) ?? "0"),
3840
- bonus_name: ((Re = (Ne = a.benefit) == null ? void 0 : Ne.birthday) == null ? void 0 : Re.bonus_name) ?? "",
3841
- turnover: P(((Oe = (nt = a.benefit) == null ? void 0 : nt.birthday) == null ? void 0 : Oe.turnover) ?? "0"),
3836
+ bonus_name: ((Oe = (Ne = a.benefit) == null ? void 0 : Ne.birthday) == null ? void 0 : Oe.bonus_name) ?? "",
3837
+ turnover: P(((Re = (nt = a.benefit) == null ? void 0 : nt.birthday) == null ? void 0 : Re.turnover) ?? "0"),
3842
3838
  turnover_name: ((Ye = (rt = a.benefit) == null ? void 0 : rt.birthday) == null ? void 0 : Ye.turnover_name) ?? ""
3843
3839
  },
3844
3840
  salary_1st: {
@@ -3860,7 +3856,7 @@ const Os = (e) => ({
3860
3856
  bonus: P(((me = (Q = a.benefit) == null ? void 0 : Q.salary_20th) == null ? void 0 : me.bonus) ?? "0"),
3861
3857
  bonus_name: ((Le = (pe = a.benefit) == null ? void 0 : pe.salary_20th) == null ? void 0 : Le.bonus_name) ?? "",
3862
3858
  turnover: P(((Ge = (be = a.benefit) == null ? void 0 : be.salary_20th) == null ? void 0 : Ge.turnover) ?? "0"),
3863
- turnover_name: ((Rt = (g = a.benefit) == null ? void 0 : g.salary_20th) == null ? void 0 : Rt.turnover_name) ?? ""
3859
+ turnover_name: ((Ot = (g = a.benefit) == null ? void 0 : g.salary_20th) == null ? void 0 : Ot.turnover_name) ?? ""
3864
3860
  }
3865
3861
  }
3866
3862
  };
@@ -4661,8 +4657,8 @@ const Xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4661
4657
  };
4662
4658
  }, dt = (e) => ({
4663
4659
  validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
4664
- forms: Ro(e)
4665
- }), Ro = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((a) => ({
4660
+ forms: Oo(e)
4661
+ }), Oo = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((a) => ({
4666
4662
  id: a.id,
4667
4663
  fieldName: a.fieldname,
4668
4664
  regex: a.regex,
@@ -4680,7 +4676,7 @@ const Xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4680
4676
  regex: a.regex,
4681
4677
  showName: a.showname,
4682
4678
  inputHelper: a.inputHelper
4683
- })) : [], Oo = (e) => S(e), xo = (e) => e, ko = (e) => {
4679
+ })) : [], Ro = (e) => S(e), xo = (e) => e, ko = (e) => {
4684
4680
  var a;
4685
4681
  return {
4686
4682
  status: e.status == 1,
@@ -5048,7 +5044,7 @@ const yi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5048
5044
  errorMessage: e.errormessage ?? "",
5049
5045
  isAutoTransfer: e.optionkey == "auto" || ((a = e.message) == null ? void 0 : a.optionkey) == "auto" || ((t = e.mdAccountSetting) == null ? void 0 : t.optionkey) == "auto"
5050
5046
  };
5051
- }, Ri = (e) => S(e), Oi = (e) => ({
5047
+ }, Oi = (e) => S(e), Ri = (e) => ({
5052
5048
  status: e.status,
5053
5049
  message: e.msg ?? "",
5054
5050
  turnover: e.data ? e.data.turnover : 0,
@@ -5491,8 +5487,37 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5491
5487
  }), du = (e) => ({
5492
5488
  status: e.status == 1,
5493
5489
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
5494
- }), mu = async (e) => {
5495
- var a, t, n, r, s, i, d, f, h, b, D, _, p, k, C, V, A, I, M, T, O, Y, le, se, ce, de, je, Ce;
5490
+ }), mu = (e) => e.status == 0 || e.data == null ? {
5491
+ status: !1,
5492
+ message: e.msg ?? "",
5493
+ data: null
5494
+ } : {
5495
+ status: e.status == 1,
5496
+ message: e.msg ?? "",
5497
+ data: {
5498
+ activebet: e.data.activebet,
5499
+ appDownloaded: e.data.app_downloaded,
5500
+ deposit: e.data.deposit,
5501
+ verify: e.data.verify,
5502
+ prize: {
5503
+ promoAmount: e.data.promo_amount ?? "",
5504
+ claimable: e.data.claimable
5505
+ }
5506
+ }
5507
+ }, gu = (e) => e.status == 0 || e.data == null ? {
5508
+ status: !1,
5509
+ message: e.msg ?? "",
5510
+ data: {
5511
+ promoAmount: "0"
5512
+ }
5513
+ } : {
5514
+ status: e.status == 1,
5515
+ message: e.msg ?? "",
5516
+ data: {
5517
+ promoAmount: e.data.promo_amount ?? "0"
5518
+ }
5519
+ }, fu = async (e) => {
5520
+ var a, t, n, r, s, i, d, f, h, b, D, _, p, k, C, V, A, I, M, T, R, Y, le, se, ce, de, je, Ce;
5496
5521
  try {
5497
5522
  e.findIndex((m) => m.name === c.vipList) !== -1 && e.push(
5498
5523
  {
@@ -5564,12 +5589,12 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5564
5589
  query: String(m)
5565
5590
  });
5566
5591
  }
5567
- const Re = e.findIndex((m) => m.name === c.searchNumberHistory);
5568
- if (Re !== -1) {
5592
+ const Oe = e.findIndex((m) => m.name === c.searchNumberHistory);
5593
+ if (Oe !== -1) {
5569
5594
  let m = {};
5570
5595
  e.forEach((v) => {
5571
5596
  m = v.query;
5572
- }), e.splice(Re), e.push({
5597
+ }), e.splice(Oe), e.push({
5573
5598
  name: c.getFourDimensionData,
5574
5599
  query: String(m)
5575
5600
  });
@@ -5578,15 +5603,15 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5578
5603
  let m = {};
5579
5604
  e.forEach((v) => {
5580
5605
  m = v.query;
5581
- }), e.splice(Re), e.push({
5606
+ }), e.splice(Oe), e.push({
5582
5607
  name: c.getFourDimensionData,
5583
5608
  query: String(m)
5584
5609
  });
5585
5610
  }
5586
- const Oe = e.findIndex(
5611
+ const Re = e.findIndex(
5587
5612
  (m) => m.name === c.getFourDimensionData
5588
5613
  );
5589
- Oe !== -1 && e[Oe].query == "" && (e.splice(Oe), e.push(
5614
+ Re !== -1 && e[Re].query == "" && (e.splice(Re), e.push(
5590
5615
  {
5591
5616
  name: c.getFourDimensionData,
5592
5617
  query: JSON.stringify({ action: c.getCompany, native: "1" })
@@ -5640,7 +5665,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5640
5665
  o.result[u] = ws(l);
5641
5666
  break;
5642
5667
  case c.vipList:
5643
- o.result[u] = Os(l);
5668
+ o.result[u] = Rs(l);
5644
5669
  break;
5645
5670
  case c.vipBonus:
5646
5671
  o.result[u] = ks(l);
@@ -5844,7 +5869,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5844
5869
  o.result[u] = dt(l);
5845
5870
  break;
5846
5871
  case c.updateProfilePicture:
5847
- o.result[u] = Oo(
5872
+ o.result[u] = Ro(
5848
5873
  l
5849
5874
  );
5850
5875
  break;
@@ -6067,10 +6092,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6067
6092
  );
6068
6093
  break;
6069
6094
  case c.transfer:
6070
- o.result[u] = Ri(l);
6095
+ o.result[u] = Oi(l);
6071
6096
  break;
6072
6097
  case c.getIncentiveData:
6073
- o.result[u] = Oi(
6098
+ o.result[u] = Ri(
6074
6099
  l
6075
6100
  );
6076
6101
  break;
@@ -6217,6 +6242,16 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6217
6242
  case c.getGoldEggData:
6218
6243
  o.result[u] = lu(l);
6219
6244
  break;
6245
+ case c.getNewbieMissionData:
6246
+ o.result[u] = mu(
6247
+ l
6248
+ );
6249
+ break;
6250
+ case c.getNewbieMissionClaim:
6251
+ o.result[u] = gu(
6252
+ l
6253
+ );
6254
+ break;
6220
6255
  }
6221
6256
  }
6222
6257
  if (c.getIncentiveData in o.result && ((a = o.result) != null && a.getIncentiveData)) {
@@ -6515,7 +6550,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6515
6550
  }
6516
6551
  if (c.fishGameList in o.result && ((T = o.result) != null && T.fishGameList)) {
6517
6552
  const m = o.result.fishGameList;
6518
- if (JSON.parse(e[De].query).pid && c.getPlatformTurnoverRate in o.result && (O = o.result) != null && O.getPlatformTurnoverRate) {
6553
+ if (JSON.parse(e[De].query).pid && c.getPlatformTurnoverRate in o.result && (R = o.result) != null && R.getPlatformTurnoverRate) {
6519
6554
  const v = o.result.getPlatformTurnoverRate;
6520
6555
  o.result.fishGameList = m.data.map((u) => {
6521
6556
  const l = v.find(
@@ -6609,10 +6644,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6609
6644
  result: {}
6610
6645
  });
6611
6646
  }
6612
- }, gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6647
+ }, pu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6613
6648
  __proto__: null,
6614
- post: mu
6615
- }, Symbol.toStringTag, { value: "Module" })), fu = async (e) => {
6649
+ post: fu
6650
+ }, Symbol.toStringTag, { value: "Module" })), bu = async (e) => {
6616
6651
  let a = {
6617
6652
  status: 200,
6618
6653
  message: ""
@@ -6629,10 +6664,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6629
6664
  };
6630
6665
  }
6631
6666
  return a;
6632
- }, pu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6667
+ }, yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6633
6668
  __proto__: null,
6634
- call: fu
6635
- }, Symbol.toStringTag, { value: "Module" })), bu = async (e, a) => {
6669
+ call: bu
6670
+ }, Symbol.toStringTag, { value: "Module" })), hu = async (e, a) => {
6636
6671
  let t = {
6637
6672
  status: 200,
6638
6673
  message: ""
@@ -6652,9 +6687,9 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6652
6687
  };
6653
6688
  }
6654
6689
  return t;
6655
- }, yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6690
+ }, _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6656
6691
  __proto__: null,
6657
- call: bu
6692
+ call: hu
6658
6693
  }, Symbol.toStringTag, { value: "Module" })), At = {
6659
6694
  data: {
6660
6695
  startTimestamp: 0,
@@ -6662,7 +6697,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6662
6697
  dailyIncrease: 0,
6663
6698
  updateInterval: 0
6664
6699
  }
6665
- }, hu = async () => {
6700
+ }, Tu = async () => {
6666
6701
  let e = {
6667
6702
  status: 200,
6668
6703
  message: "",
@@ -6684,10 +6719,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6684
6719
  };
6685
6720
  }
6686
6721
  return e;
6687
- }, _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6722
+ }, vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6688
6723
  __proto__: null,
6689
- call: hu
6690
- }, Symbol.toStringTag, { value: "Module" })), Tu = async () => {
6724
+ call: Tu
6725
+ }, Symbol.toStringTag, { value: "Module" })), wu = async () => {
6691
6726
  let e = {
6692
6727
  status: 200,
6693
6728
  message: ""
@@ -6701,9 +6736,9 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6701
6736
  };
6702
6737
  }
6703
6738
  return e;
6704
- }, vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6739
+ }, Du = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6705
6740
  __proto__: null,
6706
- call: Tu
6741
+ call: wu
6707
6742
  }, Symbol.toStringTag, { value: "Module" })), Qt = {
6708
6743
  data: {
6709
6744
  status: !1,
@@ -6714,7 +6749,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6714
6749
  accountId: 0
6715
6750
  }
6716
6751
  }
6717
- }, wu = async () => {
6752
+ }, Pu = async () => {
6718
6753
  let e = {
6719
6754
  status: 200,
6720
6755
  message: "",
@@ -6739,15 +6774,15 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6739
6774
  };
6740
6775
  }
6741
6776
  return e;
6742
- }, Du = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6777
+ }, Ou = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6743
6778
  __proto__: null,
6744
- call: wu
6779
+ call: Pu
6745
6780
  }, Symbol.toStringTag, { value: "Module" })), Xt = {
6746
6781
  data: {
6747
6782
  status: !1,
6748
6783
  message: ""
6749
6784
  }
6750
- }, Pu = async (e, a) => {
6785
+ }, Ru = async (e, a) => {
6751
6786
  let t = {
6752
6787
  status: 200,
6753
6788
  message: "",
@@ -6772,10 +6807,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6772
6807
  };
6773
6808
  }
6774
6809
  return t;
6775
- }, Ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6810
+ }, xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6776
6811
  __proto__: null,
6777
- call: Pu
6778
- }, Symbol.toStringTag, { value: "Module" })), Ou = async (e, a, t, n, r) => {
6812
+ call: Ru
6813
+ }, Symbol.toStringTag, { value: "Module" })), ku = async (e, a, t, n, r) => {
6779
6814
  let s = {
6780
6815
  status: 200,
6781
6816
  message: "",
@@ -6813,9 +6848,9 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6813
6848
  };
6814
6849
  }
6815
6850
  return s;
6816
- }, xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6851
+ }, Mu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6817
6852
  __proto__: null,
6818
- call: Ou
6853
+ call: ku
6819
6854
  }, Symbol.toStringTag, { value: "Module" })), Zt = {
6820
6855
  data: {
6821
6856
  status: !1,
@@ -6826,7 +6861,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6826
6861
  endTime: ""
6827
6862
  }
6828
6863
  }
6829
- }, ku = async () => {
6864
+ }, Su = async () => {
6830
6865
  var a, t, n;
6831
6866
  let e = {
6832
6867
  status: 200,
@@ -6852,13 +6887,9 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6852
6887
  };
6853
6888
  }
6854
6889
  return e;
6855
- }, Mu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6890
+ }, Iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6856
6891
  __proto__: null,
6857
- call: ku
6858
- }, Symbol.toStringTag, { value: "Module" })), Su = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6859
- __proto__: null
6860
- }, Symbol.toStringTag, { value: "Module" })), Iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6861
- __proto__: null
6892
+ call: Su
6862
6893
  }, Symbol.toStringTag, { value: "Module" })), ju = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6863
6894
  __proto__: null
6864
6895
  }, Symbol.toStringTag, { value: "Module" })), Cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -6929,25 +6960,25 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6929
6960
  __proto__: null
6930
6961
  }, Symbol.toStringTag, { value: "Module" })), ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6931
6962
  __proto__: null
6963
+ }, Symbol.toStringTag, { value: "Module" })), gl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6964
+ __proto__: null
6965
+ }, Symbol.toStringTag, { value: "Module" })), fl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6966
+ __proto__: null
6932
6967
  }, Symbol.toStringTag, { value: "Module" })), Jt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6933
6968
  __proto__: null
6934
6969
  }, Symbol.toStringTag, { value: "Module" })), Kt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6935
6970
  __proto__: null
6936
- }, Symbol.toStringTag, { value: "Module" })), gl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6971
+ }, Symbol.toStringTag, { value: "Module" })), pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6937
6972
  __proto__: null
6938
- }, Symbol.toStringTag, { value: "Module" })), fl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6973
+ }, Symbol.toStringTag, { value: "Module" })), bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6939
6974
  __proto__: null
6940
- }, Symbol.toStringTag, { value: "Module" })), pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6975
+ }, Symbol.toStringTag, { value: "Module" })), yl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6941
6976
  __proto__: null
6942
6977
  }, Symbol.toStringTag, { value: "Module" }));
6943
6978
  var ha = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ha || {});
6944
- const bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6979
+ const hl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6945
6980
  __proto__: null,
6946
6981
  ImageCategory: ha
6947
- }, Symbol.toStringTag, { value: "Module" })), yl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6948
- __proto__: null
6949
- }, Symbol.toStringTag, { value: "Module" })), hl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6950
- __proto__: null
6951
6982
  }, Symbol.toStringTag, { value: "Module" })), _l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6952
6983
  __proto__: null
6953
6984
  }, Symbol.toStringTag, { value: "Module" })), Tl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -6960,10 +6991,10 @@ const bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6960
6991
  __proto__: null
6961
6992
  }, Symbol.toStringTag, { value: "Module" })), Pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6962
6993
  __proto__: null
6963
- }, Symbol.toStringTag, { value: "Module" })), Rl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6964
- __proto__: null
6965
6994
  }, Symbol.toStringTag, { value: "Module" })), Ol = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6966
6995
  __proto__: null
6996
+ }, Symbol.toStringTag, { value: "Module" })), Rl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6997
+ __proto__: null
6967
6998
  }, Symbol.toStringTag, { value: "Module" })), xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6968
6999
  __proto__: null
6969
7000
  }, Symbol.toStringTag, { value: "Module" })), kl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -7068,10 +7099,10 @@ const bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7068
7099
  __proto__: null
7069
7100
  }, Symbol.toStringTag, { value: "Module" })), Pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7070
7101
  __proto__: null
7071
- }, Symbol.toStringTag, { value: "Module" })), Rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7072
- __proto__: null
7073
7102
  }, Symbol.toStringTag, { value: "Module" })), Oc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7074
7103
  __proto__: null
7104
+ }, Symbol.toStringTag, { value: "Module" })), Rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7105
+ __proto__: null
7075
7106
  }, Symbol.toStringTag, { value: "Module" })), xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7076
7107
  __proto__: null
7077
7108
  }, Symbol.toStringTag, { value: "Module" })), kc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -7102,294 +7133,306 @@ const bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7102
7133
  __proto__: null
7103
7134
  }, Symbol.toStringTag, { value: "Module" })), Yc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7104
7135
  __proto__: null
7105
- }, Symbol.toStringTag, { value: "Module" })), Bc = {
7106
- api: gu,
7136
+ }, Symbol.toStringTag, { value: "Module" })), qc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7137
+ __proto__: null
7138
+ }, Symbol.toStringTag, { value: "Module" })), Hc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7139
+ __proto__: null
7140
+ }, Symbol.toStringTag, { value: "Module" })), Bc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7141
+ __proto__: null
7142
+ }, Symbol.toStringTag, { value: "Module" })), $c = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7143
+ __proto__: null
7144
+ }, Symbol.toStringTag, { value: "Module" })), Ac = {
7145
+ api: pu,
7107
7146
  config: wa,
7108
- telegramLoginApi: pu,
7109
- loginApi: yu,
7110
- jackpotDataApi: _u,
7111
- logoutApi: vu,
7112
- autoRegisterApi: Du,
7113
- setLocaleApi: Ru,
7114
- loadMatchApi: xu,
7115
- getMaintenanceModeApi: Mu,
7147
+ telegramLoginApi: yu,
7148
+ loginApi: _u,
7149
+ jackpotDataApi: vu,
7150
+ logoutApi: Du,
7151
+ autoRegisterApi: Ou,
7152
+ setLocaleApi: xu,
7153
+ loadMatchApi: Mu,
7154
+ getMaintenanceModeApi: Iu,
7116
7155
  apiType: ps,
7117
- loginType: Su,
7118
- logoutType: Iu,
7119
- announcementType: ju,
7156
+ loginType: ju,
7157
+ logoutType: Cu,
7158
+ announcementType: Nu,
7120
7159
  paymentsProviderType: bs,
7121
- gameListType: Cu,
7122
- vipListType: Nu,
7123
- promotionType: Lu,
7160
+ gameListType: Lu,
7161
+ vipListType: Gu,
7162
+ promotionType: Fu,
7124
7163
  cmsListType: nu,
7125
- mainWalletType: Gu,
7126
- upcomingMatchType: Fu,
7127
- depositType: zu,
7128
- applyVipBonusType: Wu,
7129
- withdrawalGetType: Eu,
7130
- addBankCardType: Yu,
7131
- withdrawType: qu,
7164
+ mainWalletType: zu,
7165
+ upcomingMatchType: Wu,
7166
+ depositType: Eu,
7167
+ applyVipBonusType: Yu,
7168
+ withdrawalGetType: qu,
7169
+ addBankCardType: Hu,
7170
+ withdrawType: Bu,
7132
7171
  getSettingType: yi,
7133
7172
  transactionReportType: Xs,
7134
- changePasswordType: Hu,
7135
- walletType: Bu,
7136
- getEventListType: $u,
7137
- getEventTokenType: Uu,
7138
- getExtraGameType: Vu,
7139
- mailBoxType: Au,
7140
- fishGameListType: Qu,
7141
- slotGameListType: Xu,
7142
- getTurnOverRewardDataType: Zu,
7143
- getTurnOverRewardReportType: Ju,
7144
- getInviteRewardDataType: Ku,
7145
- getInviteRewardReportType: el,
7146
- getTopupRewardDataType: tl,
7147
- getTopupRewardReportType: al,
7148
- getRewardReferralType: nl,
7149
- getDepositPromotionType: rl,
7150
- getInviteRewardClaimType: sl,
7151
- getTopUpRewardClaimType: ol,
7152
- getTurnOverRewardClaimType: il,
7153
- getInviteRewardSettingType: ul,
7154
- getTopUpRewardSettingType: ll,
7155
- getTurnOverRewardSettingType: cl,
7156
- requestForgetPasswordType: dl,
7157
- submitForgetPasswordType: ml,
7173
+ changePasswordType: $u,
7174
+ walletType: Uu,
7175
+ getEventListType: Vu,
7176
+ getEventTokenType: Au,
7177
+ getExtraGameType: Qu,
7178
+ mailBoxType: Xu,
7179
+ fishGameListType: Zu,
7180
+ slotGameListType: Ju,
7181
+ getTurnOverRewardDataType: Ku,
7182
+ getTurnOverRewardReportType: el,
7183
+ getInviteRewardDataType: tl,
7184
+ getInviteRewardReportType: al,
7185
+ getTopupRewardDataType: nl,
7186
+ getTopupRewardReportType: rl,
7187
+ getRewardReferralType: sl,
7188
+ getDepositPromotionType: ol,
7189
+ getInviteRewardClaimType: il,
7190
+ getTopUpRewardClaimType: ul,
7191
+ getTurnOverRewardClaimType: ll,
7192
+ getInviteRewardSettingType: cl,
7193
+ getTopUpRewardSettingType: dl,
7194
+ getTurnOverRewardSettingType: ml,
7195
+ requestForgetPasswordType: gl,
7196
+ submitForgetPasswordType: fl,
7158
7197
  submitGiftCode: Jt,
7159
7198
  playGame: Kt,
7160
- requestUpdateMobileTacCode: gl,
7161
- submitUpdateMobileTacCode: fl,
7162
- getVerifyPromo: pl,
7163
- getImageType: bl,
7164
- getValidateType: yl,
7165
- updateProfilePictureType: hl,
7166
- readMailType: _l,
7167
- checkRedPacketValidateType: Tl,
7168
- getUserProfileType: vl,
7169
- requestTacCodeType: wl,
7170
- getUsernameByReferType: Dl,
7171
- applyPromoType: Pl,
7172
- applySignInType: Rl,
7173
- applyRedPacketType: Ol,
7174
- getCountryType: xl,
7199
+ requestUpdateMobileTacCode: pl,
7200
+ submitUpdateMobileTacCode: bl,
7201
+ getVerifyPromo: yl,
7202
+ getImageType: hl,
7203
+ getValidateType: _l,
7204
+ updateProfilePictureType: Tl,
7205
+ readMailType: vl,
7206
+ checkRedPacketValidateType: wl,
7207
+ getUserProfileType: Dl,
7208
+ requestTacCodeType: Pl,
7209
+ getUsernameByReferType: Ol,
7210
+ applyPromoType: Rl,
7211
+ applySignInType: xl,
7212
+ applyRedPacketType: kl,
7213
+ getCountryType: Ml,
7175
7214
  submitGiftCodeType: Jt,
7176
7215
  playGameType: Kt,
7177
- transferToMainType: kl,
7178
- transferProcessType: Ml,
7179
- submitValidateType: Sl,
7180
- checkTransferCreditType: Il,
7181
- friendListType: jl,
7182
- friendListEditType: Cl,
7183
- getActivePPType: Nl,
7184
- getActiveProductType: Ll,
7185
- requestWithdrawTacType: Gl,
7186
- requestWithdrawalCodeType: Fl,
7187
- commissionWithdrawType: zl,
7188
- submitWithdrawalCodeType: Wl,
7189
- submitCryptoAccountType: El,
7190
- requestTransferMoneyType: Yl,
7191
- submitTransferMoneyType: ql,
7192
- signInViewInfoType: Hl,
7193
- signInRecordType: Bl,
7194
- referralProfileType: $l,
7195
- referralMemberProfileType: Ul,
7196
- registerActionType: Vl,
7216
+ transferToMainType: Sl,
7217
+ transferProcessType: Il,
7218
+ submitValidateType: jl,
7219
+ checkTransferCreditType: Cl,
7220
+ friendListType: Nl,
7221
+ friendListEditType: Ll,
7222
+ getActivePPType: Gl,
7223
+ getActiveProductType: Fl,
7224
+ requestWithdrawTacType: zl,
7225
+ requestWithdrawalCodeType: Wl,
7226
+ commissionWithdrawType: El,
7227
+ submitWithdrawalCodeType: Yl,
7228
+ submitCryptoAccountType: ql,
7229
+ requestTransferMoneyType: Hl,
7230
+ submitTransferMoneyType: Bl,
7231
+ signInViewInfoType: $l,
7232
+ signInRecordType: Ul,
7233
+ referralProfileType: Vl,
7234
+ referralMemberProfileType: Al,
7235
+ registerActionType: Ql,
7197
7236
  transferReportType: si,
7198
- agTransferCreditReportType: Al,
7199
- betReportType: Ql,
7200
- getTwoFactorAuthenticateType: Xl,
7201
- submitTwoFactorAuthenticateType: Zl,
7202
- getUserDeviceListType: Jl,
7203
- unbindUserDeviceType: Kl,
7204
- searchNumberHistoryType: ec,
7205
- changeWithdrawalCodeType: tc,
7206
- checkRedPacketTokenType: ac,
7207
- submitWithdrawalAlipayType: nc,
7208
- applyReliefFund: rc,
7209
- getReliefFundData: sc,
7210
- getReliefFundReport: oc,
7211
- getWeekCardClaim: ic,
7212
- getWeekCardData: uc,
7213
- applyWeekCard: lc,
7214
- transferSettingType: cc,
7215
- transferType: dc,
7216
- claimIncentiveRebate: mc,
7217
- getIncentiveData: gc,
7218
- getIncentiveRebate: fc,
7237
+ agTransferCreditReportType: Xl,
7238
+ betReportType: Zl,
7239
+ getTwoFactorAuthenticateType: Jl,
7240
+ submitTwoFactorAuthenticateType: Kl,
7241
+ getUserDeviceListType: ec,
7242
+ unbindUserDeviceType: tc,
7243
+ searchNumberHistoryType: ac,
7244
+ changeWithdrawalCodeType: nc,
7245
+ checkRedPacketTokenType: rc,
7246
+ submitWithdrawalAlipayType: sc,
7247
+ applyReliefFund: oc,
7248
+ getReliefFundData: ic,
7249
+ getReliefFundReport: uc,
7250
+ getWeekCardClaim: lc,
7251
+ getWeekCardData: cc,
7252
+ applyWeekCard: dc,
7253
+ transferSettingType: mc,
7254
+ transferType: gc,
7255
+ claimIncentiveRebate: fc,
7256
+ getIncentiveData: pc,
7257
+ getIncentiveRebate: bc,
7219
7258
  getMissionData: Mi,
7220
- getMissionClaim: pc,
7221
- registerFormType: bc,
7222
- getFavouriteGameType: yc,
7223
- updateFavouriteGameType: hc,
7224
- requestForgetUsernameType: _c,
7225
- submitForgetUsernameType: Tc,
7259
+ getMissionClaim: yc,
7260
+ registerFormType: hc,
7261
+ getFavouriteGameType: _c,
7262
+ updateFavouriteGameType: Tc,
7263
+ requestForgetUsernameType: vc,
7264
+ submitForgetUsernameType: wc,
7226
7265
  getAccumulateDepositDataType: Fi,
7227
- getAccumulateDepositClaimType: vc,
7228
- rebateRefundSettingType: wc,
7229
- getASCMatchCountType: Dc,
7230
- updateDeviceTokenType: Pc,
7231
- getCryptoListType: Rc,
7232
- getCryptoAddressType: Oc,
7233
- getPopoutItemType: xc,
7234
- getTurnOverRewardSettingMultType: kc,
7235
- interestIndexType: Mc,
7236
- interestTransactionListType: Sc,
7237
- interestTransferInType: Ic,
7238
- interestTransferOutType: jc,
7239
- interestWalletInfoType: Cc,
7240
- spinWheelType: Nc,
7241
- getWheelDataType: Lc,
7242
- getWheelTicketType: Gc,
7266
+ getAccumulateDepositClaimType: Dc,
7267
+ rebateRefundSettingType: Pc,
7268
+ getASCMatchCountType: Oc,
7269
+ updateDeviceTokenType: Rc,
7270
+ getCryptoListType: xc,
7271
+ getCryptoAddressType: kc,
7272
+ getPopoutItemType: Mc,
7273
+ getTurnOverRewardSettingMultType: Sc,
7274
+ interestIndexType: Ic,
7275
+ interestTransactionListType: jc,
7276
+ interestTransferInType: Cc,
7277
+ interestTransferOutType: Nc,
7278
+ interestWalletInfoType: Lc,
7279
+ spinWheelType: Gc,
7280
+ getWheelDataType: Fc,
7281
+ getWheelTicketType: zc,
7243
7282
  getWheelReportType: ru,
7244
- getWeekCardAllDataType: Fc,
7245
- applyGoldEggType: zc,
7246
- checkGoldEggTokenType: Wc,
7247
- checkGoldEggValidateType: Ec,
7248
- getGoldEggDataType: Yc
7283
+ getWeekCardAllDataType: Wc,
7284
+ applyGoldEggType: Ec,
7285
+ checkGoldEggTokenType: Yc,
7286
+ checkGoldEggValidateType: qc,
7287
+ getGoldEggDataType: Hc,
7288
+ getNewbieMissionClaimType: Bc,
7289
+ getNewbieMissionDataType: $c
7249
7290
  };
7250
7291
  export {
7251
- Bc as Repository,
7252
- Yu as addBankCardType,
7253
- Al as agTransferCreditReportType,
7254
- ju as announcementType,
7255
- gu as api,
7292
+ Ac as Repository,
7293
+ Hu as addBankCardType,
7294
+ Xl as agTransferCreditReportType,
7295
+ Nu as announcementType,
7296
+ pu as api,
7256
7297
  ps as apiType,
7257
- zc as applyGoldEggType,
7258
- Pl as applyPromoType,
7259
- Ol as applyRedPacketType,
7260
- rc as applyReliefFund,
7261
- Rl as applySignInType,
7262
- Wu as applyVipBonusType,
7263
- lc as applyWeekCard,
7264
- Du as autoRegisterApi,
7265
- Ql as betReportType,
7266
- Hu as changePasswordType,
7267
- tc as changeWithdrawalCodeType,
7268
- Wc as checkGoldEggTokenType,
7269
- Ec as checkGoldEggValidateType,
7270
- ac as checkRedPacketTokenType,
7271
- Tl as checkRedPacketValidateType,
7272
- Il as checkTransferCreditType,
7273
- mc as claimIncentiveRebate,
7298
+ Ec as applyGoldEggType,
7299
+ Rl as applyPromoType,
7300
+ kl as applyRedPacketType,
7301
+ oc as applyReliefFund,
7302
+ xl as applySignInType,
7303
+ Yu as applyVipBonusType,
7304
+ dc as applyWeekCard,
7305
+ Ou as autoRegisterApi,
7306
+ Zl as betReportType,
7307
+ $u as changePasswordType,
7308
+ nc as changeWithdrawalCodeType,
7309
+ Yc as checkGoldEggTokenType,
7310
+ qc as checkGoldEggValidateType,
7311
+ rc as checkRedPacketTokenType,
7312
+ wl as checkRedPacketValidateType,
7313
+ Cl as checkTransferCreditType,
7314
+ fc as claimIncentiveRebate,
7274
7315
  nu as cmsListType,
7275
- zl as commissionWithdrawType,
7316
+ El as commissionWithdrawType,
7276
7317
  wa as config,
7277
- zu as depositType,
7278
- Qu as fishGameListType,
7279
- Cl as friendListEditType,
7280
- jl as friendListType,
7281
- Cu as gameListType,
7282
- Dc as getASCMatchCountType,
7283
- vc as getAccumulateDepositClaimType,
7318
+ Eu as depositType,
7319
+ Zu as fishGameListType,
7320
+ Ll as friendListEditType,
7321
+ Nl as friendListType,
7322
+ Lu as gameListType,
7323
+ Oc as getASCMatchCountType,
7324
+ Dc as getAccumulateDepositClaimType,
7284
7325
  Fi as getAccumulateDepositDataType,
7285
- Nl as getActivePPType,
7286
- Ll as getActiveProductType,
7287
- xl as getCountryType,
7288
- Oc as getCryptoAddressType,
7289
- Rc as getCryptoListType,
7290
- rl as getDepositPromotionType,
7291
- $u as getEventListType,
7292
- Uu as getEventTokenType,
7293
- Vu as getExtraGameType,
7294
- yc as getFavouriteGameType,
7295
- Yc as getGoldEggDataType,
7296
- bl as getImageType,
7297
- gc as getIncentiveData,
7298
- fc as getIncentiveRebate,
7299
- sl as getInviteRewardClaimType,
7300
- Ku as getInviteRewardDataType,
7301
- el as getInviteRewardReportType,
7302
- ul as getInviteRewardSettingType,
7303
- Mu as getMaintenanceModeApi,
7304
- pc as getMissionClaim,
7326
+ Gl as getActivePPType,
7327
+ Fl as getActiveProductType,
7328
+ Ml as getCountryType,
7329
+ kc as getCryptoAddressType,
7330
+ xc as getCryptoListType,
7331
+ ol as getDepositPromotionType,
7332
+ Vu as getEventListType,
7333
+ Au as getEventTokenType,
7334
+ Qu as getExtraGameType,
7335
+ _c as getFavouriteGameType,
7336
+ Hc as getGoldEggDataType,
7337
+ hl as getImageType,
7338
+ pc as getIncentiveData,
7339
+ bc as getIncentiveRebate,
7340
+ il as getInviteRewardClaimType,
7341
+ tl as getInviteRewardDataType,
7342
+ al as getInviteRewardReportType,
7343
+ cl as getInviteRewardSettingType,
7344
+ Iu as getMaintenanceModeApi,
7345
+ yc as getMissionClaim,
7305
7346
  Mi as getMissionData,
7306
- xc as getPopoutItemType,
7307
- sc as getReliefFundData,
7308
- oc as getReliefFundReport,
7309
- nl as getRewardReferralType,
7347
+ Bc as getNewbieMissionClaimType,
7348
+ $c as getNewbieMissionDataType,
7349
+ Mc as getPopoutItemType,
7350
+ ic as getReliefFundData,
7351
+ uc as getReliefFundReport,
7352
+ sl as getRewardReferralType,
7310
7353
  yi as getSettingType,
7311
- ol as getTopUpRewardClaimType,
7312
- ll as getTopUpRewardSettingType,
7313
- tl as getTopupRewardDataType,
7314
- al as getTopupRewardReportType,
7315
- il as getTurnOverRewardClaimType,
7316
- Zu as getTurnOverRewardDataType,
7317
- Ju as getTurnOverRewardReportType,
7318
- kc as getTurnOverRewardSettingMultType,
7319
- cl as getTurnOverRewardSettingType,
7320
- Xl as getTwoFactorAuthenticateType,
7321
- Jl as getUserDeviceListType,
7322
- vl as getUserProfileType,
7323
- Dl as getUsernameByReferType,
7324
- yl as getValidateType,
7325
- pl as getVerifyPromo,
7326
- Fc as getWeekCardAllDataType,
7327
- ic as getWeekCardClaim,
7328
- uc as getWeekCardData,
7329
- Lc as getWheelDataType,
7354
+ ul as getTopUpRewardClaimType,
7355
+ dl as getTopUpRewardSettingType,
7356
+ nl as getTopupRewardDataType,
7357
+ rl as getTopupRewardReportType,
7358
+ ll as getTurnOverRewardClaimType,
7359
+ Ku as getTurnOverRewardDataType,
7360
+ el as getTurnOverRewardReportType,
7361
+ Sc as getTurnOverRewardSettingMultType,
7362
+ ml as getTurnOverRewardSettingType,
7363
+ Jl as getTwoFactorAuthenticateType,
7364
+ ec as getUserDeviceListType,
7365
+ Dl as getUserProfileType,
7366
+ Ol as getUsernameByReferType,
7367
+ _l as getValidateType,
7368
+ yl as getVerifyPromo,
7369
+ Wc as getWeekCardAllDataType,
7370
+ lc as getWeekCardClaim,
7371
+ cc as getWeekCardData,
7372
+ Fc as getWheelDataType,
7330
7373
  ru as getWheelReportType,
7331
- Gc as getWheelTicketType,
7332
- Mc as interestIndexType,
7333
- Sc as interestTransactionListType,
7334
- Ic as interestTransferInType,
7335
- jc as interestTransferOutType,
7336
- Cc as interestWalletInfoType,
7337
- _u as jackpotDataApi,
7338
- xu as loadMatchApi,
7339
- yu as loginApi,
7340
- Su as loginType,
7341
- vu as logoutApi,
7342
- Iu as logoutType,
7343
- Au as mailBoxType,
7344
- Gu as mainWalletType,
7374
+ zc as getWheelTicketType,
7375
+ Ic as interestIndexType,
7376
+ jc as interestTransactionListType,
7377
+ Cc as interestTransferInType,
7378
+ Nc as interestTransferOutType,
7379
+ Lc as interestWalletInfoType,
7380
+ vu as jackpotDataApi,
7381
+ Mu as loadMatchApi,
7382
+ _u as loginApi,
7383
+ ju as loginType,
7384
+ Du as logoutApi,
7385
+ Cu as logoutType,
7386
+ Xu as mailBoxType,
7387
+ zu as mainWalletType,
7345
7388
  bs as paymentsProviderType,
7346
7389
  Kt as playGame,
7347
7390
  Kt as playGameType,
7348
- Lu as promotionType,
7349
- _l as readMailType,
7350
- wc as rebateRefundSettingType,
7351
- Ul as referralMemberProfileType,
7352
- $l as referralProfileType,
7353
- Vl as registerActionType,
7354
- bc as registerFormType,
7355
- dl as requestForgetPasswordType,
7356
- _c as requestForgetUsernameType,
7357
- wl as requestTacCodeType,
7358
- Yl as requestTransferMoneyType,
7359
- gl as requestUpdateMobileTacCode,
7360
- Gl as requestWithdrawTacType,
7361
- Fl as requestWithdrawalCodeType,
7362
- ec as searchNumberHistoryType,
7363
- Ru as setLocaleApi,
7364
- Bl as signInRecordType,
7365
- Hl as signInViewInfoType,
7366
- Xu as slotGameListType,
7367
- Nc as spinWheelType,
7368
- El as submitCryptoAccountType,
7369
- ml as submitForgetPasswordType,
7370
- Tc as submitForgetUsernameType,
7391
+ Fu as promotionType,
7392
+ vl as readMailType,
7393
+ Pc as rebateRefundSettingType,
7394
+ Al as referralMemberProfileType,
7395
+ Vl as referralProfileType,
7396
+ Ql as registerActionType,
7397
+ hc as registerFormType,
7398
+ gl as requestForgetPasswordType,
7399
+ vc as requestForgetUsernameType,
7400
+ Pl as requestTacCodeType,
7401
+ Hl as requestTransferMoneyType,
7402
+ pl as requestUpdateMobileTacCode,
7403
+ zl as requestWithdrawTacType,
7404
+ Wl as requestWithdrawalCodeType,
7405
+ ac as searchNumberHistoryType,
7406
+ xu as setLocaleApi,
7407
+ Ul as signInRecordType,
7408
+ $l as signInViewInfoType,
7409
+ Ju as slotGameListType,
7410
+ Gc as spinWheelType,
7411
+ ql as submitCryptoAccountType,
7412
+ fl as submitForgetPasswordType,
7413
+ wc as submitForgetUsernameType,
7371
7414
  Jt as submitGiftCode,
7372
7415
  Jt as submitGiftCodeType,
7373
- ql as submitTransferMoneyType,
7374
- Zl as submitTwoFactorAuthenticateType,
7375
- fl as submitUpdateMobileTacCode,
7376
- Sl as submitValidateType,
7377
- nc as submitWithdrawalAlipayType,
7378
- Wl as submitWithdrawalCodeType,
7379
- pu as telegramLoginApi,
7416
+ Bl as submitTransferMoneyType,
7417
+ Kl as submitTwoFactorAuthenticateType,
7418
+ bl as submitUpdateMobileTacCode,
7419
+ jl as submitValidateType,
7420
+ sc as submitWithdrawalAlipayType,
7421
+ Yl as submitWithdrawalCodeType,
7422
+ yu as telegramLoginApi,
7380
7423
  Xs as transactionReportType,
7381
- Ml as transferProcessType,
7424
+ Il as transferProcessType,
7382
7425
  si as transferReportType,
7383
- cc as transferSettingType,
7384
- kl as transferToMainType,
7385
- dc as transferType,
7386
- Kl as unbindUserDeviceType,
7387
- Fu as upcomingMatchType,
7388
- Pc as updateDeviceTokenType,
7389
- hc as updateFavouriteGameType,
7390
- hl as updateProfilePictureType,
7391
- Nu as vipListType,
7392
- Bu as walletType,
7393
- qu as withdrawType,
7394
- Eu as withdrawalGetType
7426
+ mc as transferSettingType,
7427
+ Sl as transferToMainType,
7428
+ gc as transferType,
7429
+ tc as unbindUserDeviceType,
7430
+ Wu as upcomingMatchType,
7431
+ Rc as updateDeviceTokenType,
7432
+ Tc as updateFavouriteGameType,
7433
+ Tl as updateProfilePictureType,
7434
+ Gu as vipListType,
7435
+ Uu as walletType,
7436
+ Bu as withdrawType,
7437
+ qu as withdrawalGetType
7395
7438
  };