60p82u21t54k 0.3.7 → 0.3.9

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.
Files changed (29) hide show
  1. package/dist/60p82u21t54k.es.js +625 -523
  2. package/dist/60p82u21t54k.umd.js +1 -1
  3. package/dist/api/api.d.ts.map +1 -1
  4. package/dist/api/type.d.ts +10 -1
  5. package/dist/api/type.d.ts.map +1 -1
  6. package/dist/index.d.ts +7 -1
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/model/applyGoldEgg/getApplyGoldEggResponse.d.ts +2 -5
  9. package/dist/model/applyGoldEgg/getApplyGoldEggResponse.d.ts.map +1 -1
  10. package/dist/model/applyGoldEgg/type.d.ts +2 -4
  11. package/dist/model/applyGoldEgg/type.d.ts.map +1 -1
  12. package/dist/model/casinoGameList/getCasinoGameListResponse.d.ts +30 -0
  13. package/dist/model/casinoGameList/getCasinoGameListResponse.d.ts.map +1 -0
  14. package/dist/model/casinoGameList/modifyCasinoGameListRequest.d.ts +3 -0
  15. package/dist/model/casinoGameList/modifyCasinoGameListRequest.d.ts.map +1 -0
  16. package/dist/model/casinoGameList/modifyCasinoGameListResponse.d.ts +3 -0
  17. package/dist/model/casinoGameList/modifyCasinoGameListResponse.d.ts.map +1 -0
  18. package/dist/model/casinoGameList/type.d.ts +23 -0
  19. package/dist/model/casinoGameList/type.d.ts.map +1 -0
  20. package/dist/model/getFeedback/getGetFeedbackResponse.d.ts +19 -0
  21. package/dist/model/getFeedback/getGetFeedbackResponse.d.ts.map +1 -0
  22. package/dist/model/getFeedback/type.d.ts +16 -0
  23. package/dist/model/getFeedback/type.d.ts.map +1 -0
  24. package/dist/model/paymentsProvider/getPaymentsProviderResponse.d.ts.map +1 -1
  25. package/dist/model/submitFeedback/getSubmitFeedbackResponse.d.ts +8 -0
  26. package/dist/model/submitFeedback/getSubmitFeedbackResponse.d.ts.map +1 -0
  27. package/dist/model/submitFeedback/type.d.ts +3 -0
  28. package/dist/model/submitFeedback/type.d.ts.map +1 -0
  29. package/package.json +1 -1
@@ -72,13 +72,13 @@ let je = {
72
72
  };
73
73
  const Ta = (e) => {
74
74
  je = { ...je, ...e };
75
- }, $e = () => je, Cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
75
+ }, $e = () => je, Fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
76
76
  __proto__: null,
77
77
  getConfig: $e,
78
78
  setConfig: Ta
79
- }, Symbol.toStringTag, { value: "Module" })), ea = 6048e5, va = 864e5, wa = 6e4, Ra = 36e5, Da = 1e3, kt = Symbol.for("constructDateFrom");
79
+ }, Symbol.toStringTag, { value: "Module" })), ea = 6048e5, va = 864e5, wa = 6e4, Ra = 36e5, Da = 1e3, xt = Symbol.for("constructDateFrom");
80
80
  function I(e, a) {
81
- return typeof e == "function" ? e(a) : e && typeof e == "object" && kt in e ? e[kt](a) : e instanceof Date ? new e.constructor(a) : new Date(a);
81
+ return typeof e == "function" ? e(a) : e && typeof e == "object" && xt in e ? e[xt](a) : e instanceof Date ? new e.constructor(a) : new Date(a);
82
82
  }
83
83
  function S(e, a) {
84
84
  return I(a || e, e);
@@ -96,15 +96,15 @@ function U(e, a) {
96
96
  const t = te(), n = (a == null ? void 0 : a.weekStartsOn) ?? ((m = (l = a == null ? void 0 : a.locale) == null ? void 0 : l.options) == null ? void 0 : m.weekStartsOn) ?? t.weekStartsOn ?? ((c = (i = t.locale) == null ? void 0 : i.options) == null ? void 0 : c.weekStartsOn) ?? 0, r = S(e, a == null ? void 0 : a.in), s = r.getDay(), o = (s < n ? 7 : 0) + s - n;
97
97
  return r.setDate(r.getDate() - o), r.setHours(0, 0, 0, 0), r;
98
98
  }
99
- function K(e, a) {
99
+ function ee(e, a) {
100
100
  return U(e, { ...a, weekStartsOn: 1 });
101
101
  }
102
102
  function aa(e, a) {
103
103
  const t = S(e, a == null ? void 0 : a.in), n = t.getFullYear(), r = I(t, 0);
104
104
  r.setFullYear(n + 1, 0, 4), r.setHours(0, 0, 0, 0);
105
- const s = K(r), o = I(t, 0);
105
+ const s = ee(r), o = I(t, 0);
106
106
  o.setFullYear(n, 0, 4), o.setHours(0, 0, 0, 0);
107
- const l = K(o);
107
+ const l = ee(o);
108
108
  return t.getTime() >= s.getTime() ? n + 1 : t.getTime() >= l.getTime() ? n : n - 1;
109
109
  }
110
110
  function de(e) {
@@ -121,7 +121,7 @@ function de(e) {
121
121
  );
122
122
  return t.setUTCFullYear(a.getFullYear()), +e - +t;
123
123
  }
124
- function xa(e, ...a) {
124
+ function ka(e, ...a) {
125
125
  const t = I.bind(
126
126
  null,
127
127
  a.find((n) => typeof n == "object")
@@ -132,8 +132,8 @@ function Ot(e, a) {
132
132
  const t = S(e, a == null ? void 0 : a.in);
133
133
  return t.setHours(0, 0, 0, 0), t;
134
134
  }
135
- function ka(e, a, t) {
136
- const [n, r] = xa(
135
+ function xa(e, a, t) {
136
+ const [n, r] = ka(
137
137
  t == null ? void 0 : t.in,
138
138
  e,
139
139
  a
@@ -142,7 +142,7 @@ function ka(e, a, t) {
142
142
  }
143
143
  function Oa(e, a) {
144
144
  const t = aa(e, a), n = I(e, 0);
145
- return n.setFullYear(t, 0, 4), n.setHours(0, 0, 0, 0), K(n);
145
+ return n.setFullYear(t, 0, 4), n.setHours(0, 0, 0, 0), ee(n);
146
146
  }
147
147
  function Ma(e) {
148
148
  return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
@@ -587,10 +587,10 @@ const Za = /^(\d+)(th|st|nd|rd)?/i, Ja = /\d+/i, Ka = {
587
587
  };
588
588
  function dn(e, a) {
589
589
  const t = S(e, a == null ? void 0 : a.in);
590
- return ka(t, Ia(t)) + 1;
590
+ return xa(t, Ia(t)) + 1;
591
591
  }
592
592
  function ra(e, a) {
593
- const t = S(e, a == null ? void 0 : a.in), n = +K(t) - +Oa(t);
593
+ const t = S(e, a == null ? void 0 : a.in), n = +ee(t) - +Oa(t);
594
594
  return Math.round(n / ea) + 1;
595
595
  }
596
596
  function Ge(e, a) {
@@ -611,7 +611,7 @@ function sa(e, a) {
611
611
  const t = S(e, a == null ? void 0 : a.in), n = +U(t, a) - +mn(t, a);
612
612
  return Math.round(n / ea) + 1;
613
613
  }
614
- function w(e, a) {
614
+ function R(e, a) {
615
615
  const t = e < 0 ? "-" : "", n = Math.abs(e).toString().padStart(a, "0");
616
616
  return t + n;
617
617
  }
@@ -619,16 +619,16 @@ const B = {
619
619
  // Year
620
620
  y(e, a) {
621
621
  const t = e.getFullYear(), n = t > 0 ? t : 1 - t;
622
- return w(a === "yy" ? n % 100 : n, a.length);
622
+ return R(a === "yy" ? n % 100 : n, a.length);
623
623
  },
624
624
  // Month
625
625
  M(e, a) {
626
626
  const t = e.getMonth();
627
- return a === "M" ? String(t + 1) : w(t + 1, 2);
627
+ return a === "M" ? String(t + 1) : R(t + 1, 2);
628
628
  },
629
629
  // Day of the month
630
630
  d(e, a) {
631
- return w(e.getDate(), a.length);
631
+ return R(e.getDate(), a.length);
632
632
  },
633
633
  // AM or PM
634
634
  a(e, a) {
@@ -648,28 +648,28 @@ const B = {
648
648
  },
649
649
  // Hour [1-12]
650
650
  h(e, a) {
651
- return w(e.getHours() % 12 || 12, a.length);
651
+ return R(e.getHours() % 12 || 12, a.length);
652
652
  },
653
653
  // Hour [0-23]
654
654
  H(e, a) {
655
- return w(e.getHours(), a.length);
655
+ return R(e.getHours(), a.length);
656
656
  },
657
657
  // Minute
658
658
  m(e, a) {
659
- return w(e.getMinutes(), a.length);
659
+ return R(e.getMinutes(), a.length);
660
660
  },
661
661
  // Second
662
662
  s(e, a) {
663
- return w(e.getSeconds(), a.length);
663
+ return R(e.getSeconds(), a.length);
664
664
  },
665
665
  // Fraction of second
666
666
  S(e, a) {
667
667
  const t = a.length, n = e.getMilliseconds(), r = Math.trunc(
668
668
  n * Math.pow(10, t - 3)
669
669
  );
670
- return w(r, a.length);
670
+ return R(r, a.length);
671
671
  }
672
- }, X = {
672
+ }, Z = {
673
673
  midnight: "midnight",
674
674
  noon: "noon",
675
675
  morning: "morning",
@@ -708,14 +708,14 @@ const B = {
708
708
  const r = Ge(e, n), s = r > 0 ? r : 1 - r;
709
709
  if (a === "YY") {
710
710
  const o = s % 100;
711
- return w(o, 2);
711
+ return R(o, 2);
712
712
  }
713
- return a === "Yo" ? t.ordinalNumber(s, { unit: "year" }) : w(s, a.length);
713
+ return a === "Yo" ? t.ordinalNumber(s, { unit: "year" }) : R(s, a.length);
714
714
  },
715
715
  // ISO week-numbering year
716
716
  R: function(e, a) {
717
717
  const t = aa(e);
718
- return w(t, a.length);
718
+ return R(t, a.length);
719
719
  },
720
720
  // Extended year. This is a single number designating the year of this calendar system.
721
721
  // The main difference between `y` and `u` localizers are B.C. years:
@@ -728,7 +728,7 @@ const B = {
728
728
  // while `uu` pads single digit years to 2 characters and returns other years unchanged.
729
729
  u: function(e, a) {
730
730
  const t = e.getFullYear();
731
- return w(t, a.length);
731
+ return R(t, a.length);
732
732
  },
733
733
  // Quarter
734
734
  Q: function(e, a, t) {
@@ -739,7 +739,7 @@ const B = {
739
739
  return String(n);
740
740
  // 01, 02, 03, 04
741
741
  case "QQ":
742
- return w(n, 2);
742
+ return R(n, 2);
743
743
  // 1st, 2nd, 3rd, 4th
744
744
  case "Qo":
745
745
  return t.ordinalNumber(n, { unit: "quarter" });
@@ -773,7 +773,7 @@ const B = {
773
773
  return String(n);
774
774
  // 01, 02, 03, 04
775
775
  case "qq":
776
- return w(n, 2);
776
+ return R(n, 2);
777
777
  // 1st, 2nd, 3rd, 4th
778
778
  case "qo":
779
779
  return t.ordinalNumber(n, { unit: "quarter" });
@@ -835,7 +835,7 @@ const B = {
835
835
  return String(n + 1);
836
836
  // 01, 02, ..., 12
837
837
  case "LL":
838
- return w(n + 1, 2);
838
+ return R(n + 1, 2);
839
839
  // 1st, 2nd, ..., 12th
840
840
  case "Lo":
841
841
  return t.ordinalNumber(n + 1, { unit: "month" });
@@ -860,12 +860,12 @@ const B = {
860
860
  // Local week of year
861
861
  w: function(e, a, t, n) {
862
862
  const r = sa(e, n);
863
- return a === "wo" ? t.ordinalNumber(r, { unit: "week" }) : w(r, a.length);
863
+ return a === "wo" ? t.ordinalNumber(r, { unit: "week" }) : R(r, a.length);
864
864
  },
865
865
  // ISO week of year
866
866
  I: function(e, a, t) {
867
867
  const n = ra(e);
868
- return a === "Io" ? t.ordinalNumber(n, { unit: "week" }) : w(n, a.length);
868
+ return a === "Io" ? t.ordinalNumber(n, { unit: "week" }) : R(n, a.length);
869
869
  },
870
870
  // Day of the month
871
871
  d: function(e, a, t) {
@@ -874,7 +874,7 @@ const B = {
874
874
  // Day of year
875
875
  D: function(e, a, t) {
876
876
  const n = dn(e);
877
- return a === "Do" ? t.ordinalNumber(n, { unit: "dayOfYear" }) : w(n, a.length);
877
+ return a === "Do" ? t.ordinalNumber(n, { unit: "dayOfYear" }) : R(n, a.length);
878
878
  },
879
879
  // Day of week
880
880
  E: function(e, a, t) {
@@ -918,7 +918,7 @@ const B = {
918
918
  return String(s);
919
919
  // Padded numerical value
920
920
  case "ee":
921
- return w(s, 2);
921
+ return R(s, 2);
922
922
  // 1st, 2nd, ..., 7th
923
923
  case "eo":
924
924
  return t.ordinalNumber(s, { unit: "day" });
@@ -957,7 +957,7 @@ const B = {
957
957
  return String(s);
958
958
  // Padded numerical value
959
959
  case "cc":
960
- return w(s, a.length);
960
+ return R(s, a.length);
961
961
  // 1st, 2nd, ..., 7th
962
962
  case "co":
963
963
  return t.ordinalNumber(s, { unit: "day" });
@@ -996,7 +996,7 @@ const B = {
996
996
  return String(r);
997
997
  // 02
998
998
  case "ii":
999
- return w(r, a.length);
999
+ return R(r, a.length);
1000
1000
  // 2nd
1001
1001
  case "io":
1002
1002
  return t.ordinalNumber(r, { unit: "day" });
@@ -1059,7 +1059,7 @@ const B = {
1059
1059
  b: function(e, a, t) {
1060
1060
  const n = e.getHours();
1061
1061
  let r;
1062
- switch (n === 12 ? r = X.noon : n === 0 ? r = X.midnight : r = n / 12 >= 1 ? "pm" : "am", a) {
1062
+ switch (n === 12 ? r = Z.noon : n === 0 ? r = Z.midnight : r = n / 12 >= 1 ? "pm" : "am", a) {
1063
1063
  case "b":
1064
1064
  case "bb":
1065
1065
  return t.dayPeriod(r, {
@@ -1088,7 +1088,7 @@ const B = {
1088
1088
  B: function(e, a, t) {
1089
1089
  const n = e.getHours();
1090
1090
  let r;
1091
- switch (n >= 17 ? r = X.evening : n >= 12 ? r = X.afternoon : n >= 4 ? r = X.morning : r = X.night, a) {
1091
+ switch (n >= 17 ? r = Z.evening : n >= 12 ? r = Z.afternoon : n >= 4 ? r = Z.morning : r = Z.night, a) {
1092
1092
  case "B":
1093
1093
  case "BB":
1094
1094
  case "BBB":
@@ -1124,12 +1124,12 @@ const B = {
1124
1124
  // Hour [0-11]
1125
1125
  K: function(e, a, t) {
1126
1126
  const n = e.getHours() % 12;
1127
- return a === "Ko" ? t.ordinalNumber(n, { unit: "hour" }) : w(n, a.length);
1127
+ return a === "Ko" ? t.ordinalNumber(n, { unit: "hour" }) : R(n, a.length);
1128
1128
  },
1129
1129
  // Hour [1-24]
1130
1130
  k: function(e, a, t) {
1131
1131
  let n = e.getHours();
1132
- return n === 0 && (n = 24), a === "ko" ? t.ordinalNumber(n, { unit: "hour" }) : w(n, a.length);
1132
+ return n === 0 && (n = 24), a === "ko" ? t.ordinalNumber(n, { unit: "hour" }) : R(n, a.length);
1133
1133
  },
1134
1134
  // Minute
1135
1135
  m: function(e, a, t) {
@@ -1157,7 +1157,7 @@ const B = {
1157
1157
  // so this token always has the same output as `XX`
1158
1158
  case "XXXX":
1159
1159
  case "XX":
1160
- return V(n);
1160
+ return A(n);
1161
1161
  // Hours, minutes and optional seconds with `:` delimiter
1162
1162
  // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
1163
1163
  // so this token always has the same output as `XXX`
@@ -1165,7 +1165,7 @@ const B = {
1165
1165
  case "XXX":
1166
1166
  // Hours and minutes with `:` delimiter
1167
1167
  default:
1168
- return V(n, ":");
1168
+ return A(n, ":");
1169
1169
  }
1170
1170
  },
1171
1171
  // Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
@@ -1180,7 +1180,7 @@ const B = {
1180
1180
  // so this token always has the same output as `xx`
1181
1181
  case "xxxx":
1182
1182
  case "xx":
1183
- return V(n);
1183
+ return A(n);
1184
1184
  // Hours, minutes and optional seconds with `:` delimiter
1185
1185
  // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
1186
1186
  // so this token always has the same output as `xxx`
@@ -1188,7 +1188,7 @@ const B = {
1188
1188
  case "xxx":
1189
1189
  // Hours and minutes with `:` delimiter
1190
1190
  default:
1191
- return V(n, ":");
1191
+ return A(n, ":");
1192
1192
  }
1193
1193
  },
1194
1194
  // Timezone (GMT)
@@ -1203,7 +1203,7 @@ const B = {
1203
1203
  // Long
1204
1204
  case "OOOO":
1205
1205
  default:
1206
- return "GMT" + V(n, ":");
1206
+ return "GMT" + A(n, ":");
1207
1207
  }
1208
1208
  },
1209
1209
  // Timezone (specific non-location)
@@ -1218,28 +1218,28 @@ const B = {
1218
1218
  // Long
1219
1219
  case "zzzz":
1220
1220
  default:
1221
- return "GMT" + V(n, ":");
1221
+ return "GMT" + A(n, ":");
1222
1222
  }
1223
1223
  },
1224
1224
  // Seconds timestamp
1225
1225
  t: function(e, a, t) {
1226
1226
  const n = Math.trunc(+e / 1e3);
1227
- return w(n, a.length);
1227
+ return R(n, a.length);
1228
1228
  },
1229
1229
  // Milliseconds timestamp
1230
1230
  T: function(e, a, t) {
1231
- return w(+e, a.length);
1231
+ return R(+e, a.length);
1232
1232
  }
1233
1233
  };
1234
1234
  function St(e, a = "") {
1235
1235
  const t = e > 0 ? "-" : "+", n = Math.abs(e), r = Math.trunc(n / 60), s = n % 60;
1236
- return s === 0 ? t + String(r) : t + String(r) + a + w(s, 2);
1236
+ return s === 0 ? t + String(r) : t + String(r) + a + R(s, 2);
1237
1237
  }
1238
1238
  function It(e, a) {
1239
- return e % 60 === 0 ? (e > 0 ? "-" : "+") + w(Math.abs(e) / 60, 2) : V(e, a);
1239
+ return e % 60 === 0 ? (e > 0 ? "-" : "+") + R(Math.abs(e) / 60, 2) : A(e, a);
1240
1240
  }
1241
- function V(e, a = "") {
1242
- const t = e > 0 ? "-" : "+", n = Math.abs(e), r = w(Math.trunc(n / 60), 2), s = w(n % 60, 2);
1241
+ function A(e, a = "") {
1242
+ const t = e > 0 ? "-" : "+", n = Math.abs(e), r = R(Math.trunc(n / 60), 2), s = R(n % 60, 2);
1243
1243
  return t + r + a + s;
1244
1244
  }
1245
1245
  const jt = (e, a) => {
@@ -1307,30 +1307,30 @@ function bn(e, a, t) {
1307
1307
  }
1308
1308
  const hn = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, _n = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Tn = /^'([^]*?)'?$/, vn = /''/g, wn = /[a-zA-Z]/;
1309
1309
  function Rn(e, a, t) {
1310
- var c, y, p, g, _, v, j, C;
1311
- const n = te(), r = (t == null ? void 0 : t.locale) ?? n.locale ?? na, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((y = (c = t == null ? void 0 : t.locale) == null ? void 0 : c.options) == null ? void 0 : y.firstWeekContainsDate) ?? n.firstWeekContainsDate ?? ((g = (p = n.locale) == null ? void 0 : p.options) == null ? void 0 : g.firstWeekContainsDate) ?? 1, o = (t == null ? void 0 : t.weekStartsOn) ?? ((v = (_ = t == null ? void 0 : t.locale) == null ? void 0 : _.options) == null ? void 0 : v.weekStartsOn) ?? n.weekStartsOn ?? ((C = (j = n.locale) == null ? void 0 : j.options) == null ? void 0 : C.weekStartsOn) ?? 0, l = S(e, t == null ? void 0 : t.in);
1310
+ var c, y, p, g, T, _, j, C;
1311
+ const n = te(), r = (t == null ? void 0 : t.locale) ?? n.locale ?? na, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((y = (c = t == null ? void 0 : t.locale) == null ? void 0 : c.options) == null ? void 0 : y.firstWeekContainsDate) ?? n.firstWeekContainsDate ?? ((g = (p = n.locale) == null ? void 0 : p.options) == null ? void 0 : g.firstWeekContainsDate) ?? 1, o = (t == null ? void 0 : t.weekStartsOn) ?? ((_ = (T = t == null ? void 0 : t.locale) == null ? void 0 : T.options) == null ? void 0 : _.weekStartsOn) ?? n.weekStartsOn ?? ((C = (j = n.locale) == null ? void 0 : j.options) == null ? void 0 : C.weekStartsOn) ?? 0, l = S(e, t == null ? void 0 : t.in);
1312
1312
  if (!Sa(l))
1313
1313
  throw new RangeError("Invalid time value");
1314
- let m = a.match(_n).map((P) => {
1315
- const R = P[0];
1316
- if (R === "p" || R === "P") {
1317
- const b = Ce[R];
1318
- return b(P, r.formatLong);
1314
+ let m = a.match(_n).map((h) => {
1315
+ const D = h[0];
1316
+ if (D === "p" || D === "P") {
1317
+ const b = Ce[D];
1318
+ return b(h, r.formatLong);
1319
1319
  }
1320
- return P;
1321
- }).join("").match(hn).map((P) => {
1322
- if (P === "''")
1320
+ return h;
1321
+ }).join("").match(hn).map((h) => {
1322
+ if (h === "''")
1323
1323
  return { isToken: !1, value: "'" };
1324
- const R = P[0];
1325
- if (R === "'")
1326
- return { isToken: !1, value: Dn(P) };
1327
- if (Mt[R])
1328
- return { isToken: !0, value: P };
1329
- if (R.match(wn))
1324
+ const D = h[0];
1325
+ if (D === "'")
1326
+ return { isToken: !1, value: Dn(h) };
1327
+ if (Mt[D])
1328
+ return { isToken: !0, value: h };
1329
+ if (D.match(wn))
1330
1330
  throw new RangeError(
1331
- "Format string contains an unescaped latin alphabet character `" + R + "`"
1331
+ "Format string contains an unescaped latin alphabet character `" + D + "`"
1332
1332
  );
1333
- return { isToken: !1, value: P };
1333
+ return { isToken: !1, value: h };
1334
1334
  });
1335
1335
  r.localize.preprocessor && (m = r.localize.preprocessor(l, m));
1336
1336
  const i = {
@@ -1338,12 +1338,12 @@ function Rn(e, a, t) {
1338
1338
  weekStartsOn: o,
1339
1339
  locale: r
1340
1340
  };
1341
- return m.map((P) => {
1342
- if (!P.isToken) return P.value;
1343
- const R = P.value;
1344
- (!(t != null && t.useAdditionalWeekYearTokens) && ua(R) || !(t != null && t.useAdditionalDayOfYearTokens) && ia(R)) && Ne(R, a, String(e));
1345
- const b = Mt[R[0]];
1346
- return b(l, R, r.localize, i);
1341
+ return m.map((h) => {
1342
+ if (!h.isToken) return h.value;
1343
+ const D = h.value;
1344
+ (!(t != null && t.useAdditionalWeekYearTokens) && ua(D) || !(t != null && t.useAdditionalDayOfYearTokens) && ia(D)) && Ne(D, a, String(e));
1345
+ const b = Mt[D[0]];
1346
+ return b(l, D, r.localize, i);
1347
1347
  }).join("");
1348
1348
  }
1349
1349
  function Dn(e) {
@@ -1357,8 +1357,8 @@ function Pn(e, a) {
1357
1357
  const t = S(e, a == null ? void 0 : a.in).getDay();
1358
1358
  return t === 0 ? 7 : t;
1359
1359
  }
1360
- function xn(e, a) {
1361
- const t = kn(a) ? new a(0) : I(a, 0);
1360
+ function kn(e, a) {
1361
+ const t = xn(a) ? new a(0) : I(a, 0);
1362
1362
  return t.setFullYear(e.getFullYear(), e.getMonth(), e.getDate()), t.setHours(
1363
1363
  e.getHours(),
1364
1364
  e.getMinutes(),
@@ -1366,7 +1366,7 @@ function xn(e, a) {
1366
1366
  e.getMilliseconds()
1367
1367
  ), t;
1368
1368
  }
1369
- function kn(e) {
1369
+ function xn(e) {
1370
1370
  var a;
1371
1371
  return typeof e == "function" && ((a = e.prototype) == null ? void 0 : a.constructor) === e;
1372
1372
  }
@@ -1398,10 +1398,10 @@ class Sn extends la {
1398
1398
  this.context = t || ((r) => I(n, r));
1399
1399
  }
1400
1400
  set(t, n) {
1401
- return n.timestampIsSet ? t : I(t, xn(t, this.context));
1401
+ return n.timestampIsSet ? t : I(t, kn(t, this.context));
1402
1402
  }
1403
1403
  }
1404
- class T {
1404
+ class w {
1405
1405
  run(a, t, n, r) {
1406
1406
  const s = this.parse(a, t, n, r);
1407
1407
  return s ? {
@@ -1419,7 +1419,7 @@ class T {
1419
1419
  return !0;
1420
1420
  }
1421
1421
  }
1422
- class In extends T {
1422
+ class In extends w {
1423
1423
  constructor() {
1424
1424
  super(...arguments);
1425
1425
  f(this, "priority", 140);
@@ -1496,7 +1496,7 @@ function M(e, a) {
1496
1496
  rest: e.rest
1497
1497
  };
1498
1498
  }
1499
- function x(e, a) {
1499
+ function k(e, a) {
1500
1500
  const t = a.match(e);
1501
1501
  return t ? {
1502
1502
  value: parseInt(t[0], 10),
@@ -1519,34 +1519,34 @@ function z(e, a) {
1519
1519
  };
1520
1520
  }
1521
1521
  function da(e) {
1522
- return x(O.anyDigitsSigned, e);
1522
+ return k(O.anyDigitsSigned, e);
1523
1523
  }
1524
- function k(e, a) {
1524
+ function x(e, a) {
1525
1525
  switch (e) {
1526
1526
  case 1:
1527
- return x(O.singleDigit, a);
1527
+ return k(O.singleDigit, a);
1528
1528
  case 2:
1529
- return x(O.twoDigits, a);
1529
+ return k(O.twoDigits, a);
1530
1530
  case 3:
1531
- return x(O.threeDigits, a);
1531
+ return k(O.threeDigits, a);
1532
1532
  case 4:
1533
- return x(O.fourDigits, a);
1533
+ return k(O.fourDigits, a);
1534
1534
  default:
1535
- return x(new RegExp("^\\d{1," + e + "}"), a);
1535
+ return k(new RegExp("^\\d{1," + e + "}"), a);
1536
1536
  }
1537
1537
  }
1538
1538
  function me(e, a) {
1539
1539
  switch (e) {
1540
1540
  case 1:
1541
- return x(O.singleDigitSigned, a);
1541
+ return k(O.singleDigitSigned, a);
1542
1542
  case 2:
1543
- return x(O.twoDigitsSigned, a);
1543
+ return k(O.twoDigitsSigned, a);
1544
1544
  case 3:
1545
- return x(O.threeDigitsSigned, a);
1545
+ return k(O.threeDigitsSigned, a);
1546
1546
  case 4:
1547
- return x(O.fourDigitsSigned, a);
1547
+ return k(O.fourDigitsSigned, a);
1548
1548
  default:
1549
- return x(new RegExp("^-?\\d{1," + e + "}"), a);
1549
+ return k(new RegExp("^-?\\d{1," + e + "}"), a);
1550
1550
  }
1551
1551
  }
1552
1552
  function Fe(e) {
@@ -1580,7 +1580,7 @@ function ma(e, a) {
1580
1580
  function ga(e) {
1581
1581
  return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
1582
1582
  }
1583
- class jn extends T {
1583
+ class jn extends w {
1584
1584
  constructor() {
1585
1585
  super(...arguments);
1586
1586
  f(this, "priority", 130);
@@ -1593,7 +1593,7 @@ class jn extends T {
1593
1593
  });
1594
1594
  switch (n) {
1595
1595
  case "y":
1596
- return M(k(4, t), s);
1596
+ return M(x(4, t), s);
1597
1597
  case "yo":
1598
1598
  return M(
1599
1599
  r.ordinalNumber(t, {
@@ -1602,7 +1602,7 @@ class jn extends T {
1602
1602
  s
1603
1603
  );
1604
1604
  default:
1605
- return M(k(n.length, t), s);
1605
+ return M(x(n.length, t), s);
1606
1606
  }
1607
1607
  }
1608
1608
  validate(t, n) {
@@ -1621,7 +1621,7 @@ class jn extends T {
1621
1621
  return t.setFullYear(o, 0, 1), t.setHours(0, 0, 0, 0), t;
1622
1622
  }
1623
1623
  }
1624
- class Cn extends T {
1624
+ class Cn extends w {
1625
1625
  constructor() {
1626
1626
  super(...arguments);
1627
1627
  f(this, "priority", 130);
@@ -1648,7 +1648,7 @@ class Cn extends T {
1648
1648
  });
1649
1649
  switch (n) {
1650
1650
  case "Y":
1651
- return M(k(4, t), s);
1651
+ return M(x(4, t), s);
1652
1652
  case "Yo":
1653
1653
  return M(
1654
1654
  r.ordinalNumber(t, {
@@ -1657,7 +1657,7 @@ class Cn extends T {
1657
1657
  s
1658
1658
  );
1659
1659
  default:
1660
- return M(k(n.length, t), s);
1660
+ return M(x(n.length, t), s);
1661
1661
  }
1662
1662
  }
1663
1663
  validate(t, n) {
@@ -1680,7 +1680,7 @@ class Cn extends T {
1680
1680
  return t.setFullYear(l, 0, s.firstWeekContainsDate), t.setHours(0, 0, 0, 0), U(t, s);
1681
1681
  }
1682
1682
  }
1683
- class Nn extends T {
1683
+ class Nn extends w {
1684
1684
  constructor() {
1685
1685
  super(...arguments);
1686
1686
  f(this, "priority", 130);
@@ -1707,10 +1707,10 @@ class Nn extends T {
1707
1707
  }
1708
1708
  set(t, n, r) {
1709
1709
  const s = I(t, 0);
1710
- return s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0), K(s);
1710
+ return s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0), ee(s);
1711
1711
  }
1712
1712
  }
1713
- class Ln extends T {
1713
+ class Ln extends w {
1714
1714
  constructor() {
1715
1715
  super(...arguments);
1716
1716
  f(this, "priority", 130);
@@ -1723,7 +1723,7 @@ class Ln extends T {
1723
1723
  return t.setFullYear(r, 0, 1), t.setHours(0, 0, 0, 0), t;
1724
1724
  }
1725
1725
  }
1726
- class $n extends T {
1726
+ class $n extends w {
1727
1727
  constructor() {
1728
1728
  super(...arguments);
1729
1729
  f(this, "priority", 120);
@@ -1749,7 +1749,7 @@ class $n extends T {
1749
1749
  // 1, 2, 3, 4
1750
1750
  case "Q":
1751
1751
  case "QQ":
1752
- return k(n.length, t);
1752
+ return x(n.length, t);
1753
1753
  // 1st, 2nd, 3rd, 4th
1754
1754
  case "Qo":
1755
1755
  return r.ordinalNumber(t, { unit: "quarter" });
@@ -1790,7 +1790,7 @@ class $n extends T {
1790
1790
  return t.setMonth((r - 1) * 3, 1), t.setHours(0, 0, 0, 0), t;
1791
1791
  }
1792
1792
  }
1793
- class Gn extends T {
1793
+ class Gn extends w {
1794
1794
  constructor() {
1795
1795
  super(...arguments);
1796
1796
  f(this, "priority", 120);
@@ -1816,7 +1816,7 @@ class Gn extends T {
1816
1816
  // 1, 2, 3, 4
1817
1817
  case "q":
1818
1818
  case "qq":
1819
- return k(n.length, t);
1819
+ return x(n.length, t);
1820
1820
  // 1st, 2nd, 3rd, 4th
1821
1821
  case "qo":
1822
1822
  return r.ordinalNumber(t, { unit: "quarter" });
@@ -1857,7 +1857,7 @@ class Gn extends T {
1857
1857
  return t.setMonth((r - 1) * 3, 1), t.setHours(0, 0, 0, 0), t;
1858
1858
  }
1859
1859
  }
1860
- class Fn extends T {
1860
+ class Fn extends w {
1861
1861
  constructor() {
1862
1862
  super(...arguments);
1863
1863
  f(this, "incompatibleTokens", [
@@ -1883,12 +1883,12 @@ class Fn extends T {
1883
1883
  // 1, 2, ..., 12
1884
1884
  case "M":
1885
1885
  return M(
1886
- x(O.month, t),
1886
+ k(O.month, t),
1887
1887
  s
1888
1888
  );
1889
1889
  // 01, 02, ..., 12
1890
1890
  case "MM":
1891
- return M(k(2, t), s);
1891
+ return M(x(2, t), s);
1892
1892
  // 1st, 2nd, ..., 12th
1893
1893
  case "Mo":
1894
1894
  return M(
@@ -1925,7 +1925,7 @@ class Fn extends T {
1925
1925
  return t.setMonth(r, 1), t.setHours(0, 0, 0, 0), t;
1926
1926
  }
1927
1927
  }
1928
- class zn extends T {
1928
+ class zn extends w {
1929
1929
  constructor() {
1930
1930
  super(...arguments);
1931
1931
  f(this, "priority", 110);
@@ -1951,12 +1951,12 @@ class zn extends T {
1951
1951
  // 1, 2, ..., 12
1952
1952
  case "L":
1953
1953
  return M(
1954
- x(O.month, t),
1954
+ k(O.month, t),
1955
1955
  s
1956
1956
  );
1957
1957
  // 01, 02, ..., 12
1958
1958
  case "LL":
1959
- return M(k(2, t), s);
1959
+ return M(x(2, t), s);
1960
1960
  // 1st, 2nd, ..., 12th
1961
1961
  case "Lo":
1962
1962
  return M(
@@ -1997,7 +1997,7 @@ function Wn(e, a, t) {
1997
1997
  const n = S(e, t == null ? void 0 : t.in), r = sa(n, t) - a;
1998
1998
  return n.setDate(n.getDate() - r * 7), S(n, t == null ? void 0 : t.in);
1999
1999
  }
2000
- class En extends T {
2000
+ class En extends w {
2001
2001
  constructor() {
2002
2002
  super(...arguments);
2003
2003
  f(this, "priority", 100);
@@ -2020,11 +2020,11 @@ class En extends T {
2020
2020
  parse(t, n, r) {
2021
2021
  switch (n) {
2022
2022
  case "w":
2023
- return x(O.week, t);
2023
+ return k(O.week, t);
2024
2024
  case "wo":
2025
2025
  return r.ordinalNumber(t, { unit: "week" });
2026
2026
  default:
2027
- return k(n.length, t);
2027
+ return x(n.length, t);
2028
2028
  }
2029
2029
  }
2030
2030
  validate(t, n) {
@@ -2038,7 +2038,7 @@ function Yn(e, a, t) {
2038
2038
  const n = S(e, t == null ? void 0 : t.in), r = ra(n, t) - a;
2039
2039
  return n.setDate(n.getDate() - r * 7), n;
2040
2040
  }
2041
- class Hn extends T {
2041
+ class Hn extends w {
2042
2042
  constructor() {
2043
2043
  super(...arguments);
2044
2044
  f(this, "priority", 100);
@@ -2062,18 +2062,18 @@ class Hn extends T {
2062
2062
  parse(t, n, r) {
2063
2063
  switch (n) {
2064
2064
  case "I":
2065
- return x(O.week, t);
2065
+ return k(O.week, t);
2066
2066
  case "Io":
2067
2067
  return r.ordinalNumber(t, { unit: "week" });
2068
2068
  default:
2069
- return k(n.length, t);
2069
+ return x(n.length, t);
2070
2070
  }
2071
2071
  }
2072
2072
  validate(t, n) {
2073
2073
  return n >= 1 && n <= 53;
2074
2074
  }
2075
2075
  set(t, n, r) {
2076
- return K(Yn(t, r));
2076
+ return ee(Yn(t, r));
2077
2077
  }
2078
2078
  }
2079
2079
  const Bn = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Un = [
@@ -2090,7 +2090,7 @@ const Bn = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Un = [
2090
2090
  30,
2091
2091
  31
2092
2092
  ];
2093
- class qn extends T {
2093
+ class qn extends w {
2094
2094
  constructor() {
2095
2095
  super(...arguments);
2096
2096
  f(this, "priority", 90);
@@ -2113,11 +2113,11 @@ class qn extends T {
2113
2113
  parse(t, n, r) {
2114
2114
  switch (n) {
2115
2115
  case "d":
2116
- return x(O.date, t);
2116
+ return k(O.date, t);
2117
2117
  case "do":
2118
2118
  return r.ordinalNumber(t, { unit: "date" });
2119
2119
  default:
2120
- return k(n.length, t);
2120
+ return x(n.length, t);
2121
2121
  }
2122
2122
  }
2123
2123
  validate(t, n) {
@@ -2128,7 +2128,7 @@ class qn extends T {
2128
2128
  return t.setDate(r), t.setHours(0, 0, 0, 0), t;
2129
2129
  }
2130
2130
  }
2131
- class Vn extends T {
2131
+ class Vn extends w {
2132
2132
  constructor() {
2133
2133
  super(...arguments);
2134
2134
  f(this, "priority", 90);
@@ -2155,11 +2155,11 @@ class Vn extends T {
2155
2155
  switch (n) {
2156
2156
  case "D":
2157
2157
  case "DD":
2158
- return x(O.dayOfYear, t);
2158
+ return k(O.dayOfYear, t);
2159
2159
  case "Do":
2160
2160
  return r.ordinalNumber(t, { unit: "date" });
2161
2161
  default:
2162
- return k(n.length, t);
2162
+ return x(n.length, t);
2163
2163
  }
2164
2164
  }
2165
2165
  validate(t, n) {
@@ -2171,11 +2171,11 @@ class Vn extends T {
2171
2171
  }
2172
2172
  }
2173
2173
  function ze(e, a, t) {
2174
- var y, p, g, _;
2175
- const n = te(), r = (t == null ? void 0 : t.weekStartsOn) ?? ((p = (y = t == null ? void 0 : t.locale) == null ? void 0 : y.options) == null ? void 0 : p.weekStartsOn) ?? n.weekStartsOn ?? ((_ = (g = n.locale) == null ? void 0 : g.options) == null ? void 0 : _.weekStartsOn) ?? 0, s = S(e, t == null ? void 0 : t.in), o = s.getDay(), m = (a % 7 + 7) % 7, i = 7 - r, c = a < 0 || a > 6 ? a - (o + i) % 7 : (m + i) % 7 - (o + i) % 7;
2174
+ var y, p, g, T;
2175
+ const n = te(), r = (t == null ? void 0 : t.weekStartsOn) ?? ((p = (y = t == null ? void 0 : t.locale) == null ? void 0 : y.options) == null ? void 0 : p.weekStartsOn) ?? n.weekStartsOn ?? ((T = (g = n.locale) == null ? void 0 : g.options) == null ? void 0 : T.weekStartsOn) ?? 0, s = S(e, t == null ? void 0 : t.in), o = s.getDay(), m = (a % 7 + 7) % 7, i = 7 - r, c = a < 0 || a > 6 ? a - (o + i) % 7 : (m + i) % 7 - (o + i) % 7;
2176
2176
  return ta(s, c, t);
2177
2177
  }
2178
- class An extends T {
2178
+ class An extends w {
2179
2179
  constructor() {
2180
2180
  super(...arguments);
2181
2181
  f(this, "priority", 90);
@@ -2216,7 +2216,7 @@ class An extends T {
2216
2216
  return t = ze(t, r, s), t.setHours(0, 0, 0, 0), t;
2217
2217
  }
2218
2218
  }
2219
- class Qn extends T {
2219
+ class Qn extends w {
2220
2220
  constructor() {
2221
2221
  super(...arguments);
2222
2222
  f(this, "priority", 90);
@@ -2247,7 +2247,7 @@ class Qn extends T {
2247
2247
  // 3
2248
2248
  case "e":
2249
2249
  case "ee":
2250
- return M(k(n.length, t), o);
2250
+ return M(x(n.length, t), o);
2251
2251
  // 3rd
2252
2252
  case "eo":
2253
2253
  return M(
@@ -2287,7 +2287,7 @@ class Qn extends T {
2287
2287
  return t = ze(t, r, s), t.setHours(0, 0, 0, 0), t;
2288
2288
  }
2289
2289
  }
2290
- class Xn extends T {
2290
+ class Xn extends w {
2291
2291
  constructor() {
2292
2292
  super(...arguments);
2293
2293
  f(this, "priority", 90);
@@ -2318,7 +2318,7 @@ class Xn extends T {
2318
2318
  // 3
2319
2319
  case "c":
2320
2320
  case "cc":
2321
- return M(k(n.length, t), o);
2321
+ return M(x(n.length, t), o);
2322
2322
  // 3rd
2323
2323
  case "co":
2324
2324
  return M(
@@ -2362,7 +2362,7 @@ function Zn(e, a, t) {
2362
2362
  const n = S(e, t == null ? void 0 : t.in), r = Pn(n, t), s = a - r;
2363
2363
  return ta(n, s, t);
2364
2364
  }
2365
- class Jn extends T {
2365
+ class Jn extends w {
2366
2366
  constructor() {
2367
2367
  super(...arguments);
2368
2368
  f(this, "priority", 90);
@@ -2390,7 +2390,7 @@ class Jn extends T {
2390
2390
  // 2
2391
2391
  case "i":
2392
2392
  case "ii":
2393
- return k(n.length, t);
2393
+ return x(n.length, t);
2394
2394
  // 2nd
2395
2395
  case "io":
2396
2396
  return r.ordinalNumber(t, { unit: "day" });
@@ -2458,7 +2458,7 @@ class Jn extends T {
2458
2458
  return t = Zn(t, r), t.setHours(0, 0, 0, 0), t;
2459
2459
  }
2460
2460
  }
2461
- class Kn extends T {
2461
+ class Kn extends w {
2462
2462
  constructor() {
2463
2463
  super(...arguments);
2464
2464
  f(this, "priority", 80);
@@ -2499,7 +2499,7 @@ class Kn extends T {
2499
2499
  return t.setHours(Fe(r), 0, 0, 0), t;
2500
2500
  }
2501
2501
  }
2502
- class er extends T {
2502
+ class er extends w {
2503
2503
  constructor() {
2504
2504
  super(...arguments);
2505
2505
  f(this, "priority", 80);
@@ -2540,7 +2540,7 @@ class er extends T {
2540
2540
  return t.setHours(Fe(r), 0, 0, 0), t;
2541
2541
  }
2542
2542
  }
2543
- class tr extends T {
2543
+ class tr extends w {
2544
2544
  constructor() {
2545
2545
  super(...arguments);
2546
2546
  f(this, "priority", 80);
@@ -2581,7 +2581,7 @@ class tr extends T {
2581
2581
  return t.setHours(Fe(r), 0, 0, 0), t;
2582
2582
  }
2583
2583
  }
2584
- class ar extends T {
2584
+ class ar extends w {
2585
2585
  constructor() {
2586
2586
  super(...arguments);
2587
2587
  f(this, "priority", 70);
@@ -2590,11 +2590,11 @@ class ar extends T {
2590
2590
  parse(t, n, r) {
2591
2591
  switch (n) {
2592
2592
  case "h":
2593
- return x(O.hour12h, t);
2593
+ return k(O.hour12h, t);
2594
2594
  case "ho":
2595
2595
  return r.ordinalNumber(t, { unit: "hour" });
2596
2596
  default:
2597
- return k(n.length, t);
2597
+ return x(n.length, t);
2598
2598
  }
2599
2599
  }
2600
2600
  validate(t, n) {
@@ -2605,7 +2605,7 @@ class ar extends T {
2605
2605
  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;
2606
2606
  }
2607
2607
  }
2608
- class nr extends T {
2608
+ class nr extends w {
2609
2609
  constructor() {
2610
2610
  super(...arguments);
2611
2611
  f(this, "priority", 70);
@@ -2614,11 +2614,11 @@ class nr extends T {
2614
2614
  parse(t, n, r) {
2615
2615
  switch (n) {
2616
2616
  case "H":
2617
- return x(O.hour23h, t);
2617
+ return k(O.hour23h, t);
2618
2618
  case "Ho":
2619
2619
  return r.ordinalNumber(t, { unit: "hour" });
2620
2620
  default:
2621
- return k(n.length, t);
2621
+ return x(n.length, t);
2622
2622
  }
2623
2623
  }
2624
2624
  validate(t, n) {
@@ -2628,7 +2628,7 @@ class nr extends T {
2628
2628
  return t.setHours(r, 0, 0, 0), t;
2629
2629
  }
2630
2630
  }
2631
- class rr extends T {
2631
+ class rr extends w {
2632
2632
  constructor() {
2633
2633
  super(...arguments);
2634
2634
  f(this, "priority", 70);
@@ -2637,11 +2637,11 @@ class rr extends T {
2637
2637
  parse(t, n, r) {
2638
2638
  switch (n) {
2639
2639
  case "K":
2640
- return x(O.hour11h, t);
2640
+ return k(O.hour11h, t);
2641
2641
  case "Ko":
2642
2642
  return r.ordinalNumber(t, { unit: "hour" });
2643
2643
  default:
2644
- return k(n.length, t);
2644
+ return x(n.length, t);
2645
2645
  }
2646
2646
  }
2647
2647
  validate(t, n) {
@@ -2651,7 +2651,7 @@ class rr extends T {
2651
2651
  return t.getHours() >= 12 && r < 12 ? t.setHours(r + 12, 0, 0, 0) : t.setHours(r, 0, 0, 0), t;
2652
2652
  }
2653
2653
  }
2654
- class sr extends T {
2654
+ class sr extends w {
2655
2655
  constructor() {
2656
2656
  super(...arguments);
2657
2657
  f(this, "priority", 70);
@@ -2660,11 +2660,11 @@ class sr extends T {
2660
2660
  parse(t, n, r) {
2661
2661
  switch (n) {
2662
2662
  case "k":
2663
- return x(O.hour24h, t);
2663
+ return k(O.hour24h, t);
2664
2664
  case "ko":
2665
2665
  return r.ordinalNumber(t, { unit: "hour" });
2666
2666
  default:
2667
- return k(n.length, t);
2667
+ return x(n.length, t);
2668
2668
  }
2669
2669
  }
2670
2670
  validate(t, n) {
@@ -2675,7 +2675,7 @@ class sr extends T {
2675
2675
  return t.setHours(s, 0, 0, 0), t;
2676
2676
  }
2677
2677
  }
2678
- class or extends T {
2678
+ class or extends w {
2679
2679
  constructor() {
2680
2680
  super(...arguments);
2681
2681
  f(this, "priority", 60);
@@ -2684,11 +2684,11 @@ class or extends T {
2684
2684
  parse(t, n, r) {
2685
2685
  switch (n) {
2686
2686
  case "m":
2687
- return x(O.minute, t);
2687
+ return k(O.minute, t);
2688
2688
  case "mo":
2689
2689
  return r.ordinalNumber(t, { unit: "minute" });
2690
2690
  default:
2691
- return k(n.length, t);
2691
+ return x(n.length, t);
2692
2692
  }
2693
2693
  }
2694
2694
  validate(t, n) {
@@ -2698,7 +2698,7 @@ class or extends T {
2698
2698
  return t.setMinutes(r, 0, 0), t;
2699
2699
  }
2700
2700
  }
2701
- class ir extends T {
2701
+ class ir extends w {
2702
2702
  constructor() {
2703
2703
  super(...arguments);
2704
2704
  f(this, "priority", 50);
@@ -2707,11 +2707,11 @@ class ir extends T {
2707
2707
  parse(t, n, r) {
2708
2708
  switch (n) {
2709
2709
  case "s":
2710
- return x(O.second, t);
2710
+ return k(O.second, t);
2711
2711
  case "so":
2712
2712
  return r.ordinalNumber(t, { unit: "second" });
2713
2713
  default:
2714
- return k(n.length, t);
2714
+ return x(n.length, t);
2715
2715
  }
2716
2716
  }
2717
2717
  validate(t, n) {
@@ -2721,7 +2721,7 @@ class ir extends T {
2721
2721
  return t.setSeconds(r, 0), t;
2722
2722
  }
2723
2723
  }
2724
- class ur extends T {
2724
+ class ur extends w {
2725
2725
  constructor() {
2726
2726
  super(...arguments);
2727
2727
  f(this, "priority", 30);
@@ -2729,13 +2729,13 @@ class ur extends T {
2729
2729
  }
2730
2730
  parse(t, n) {
2731
2731
  const r = (s) => Math.trunc(s * Math.pow(10, -n.length + 3));
2732
- return M(k(n.length, t), r);
2732
+ return M(x(n.length, t), r);
2733
2733
  }
2734
2734
  set(t, n, r) {
2735
2735
  return t.setMilliseconds(r), t;
2736
2736
  }
2737
2737
  }
2738
- class cr extends T {
2738
+ class cr extends w {
2739
2739
  constructor() {
2740
2740
  super(...arguments);
2741
2741
  f(this, "priority", 10);
@@ -2772,7 +2772,7 @@ class cr extends T {
2772
2772
  );
2773
2773
  }
2774
2774
  }
2775
- class lr extends T {
2775
+ class lr extends w {
2776
2776
  constructor() {
2777
2777
  super(...arguments);
2778
2778
  f(this, "priority", 10);
@@ -2809,7 +2809,7 @@ class lr extends T {
2809
2809
  );
2810
2810
  }
2811
2811
  }
2812
- class dr extends T {
2812
+ class dr extends w {
2813
2813
  constructor() {
2814
2814
  super(...arguments);
2815
2815
  f(this, "priority", 40);
@@ -2822,7 +2822,7 @@ class dr extends T {
2822
2822
  return [I(t, r * 1e3), { timestampIsSet: !0 }];
2823
2823
  }
2824
2824
  }
2825
- class mr extends T {
2825
+ class mr extends w {
2826
2826
  constructor() {
2827
2827
  super(...arguments);
2828
2828
  f(this, "priority", 20);
@@ -2869,8 +2869,8 @@ const gr = {
2869
2869
  T: new mr()
2870
2870
  }, fr = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, pr = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, yr = /^'([^]*?)'?$/, br = /''/g, hr = /\S/, _r = /[a-zA-Z]/;
2871
2871
  function Tr(e, a, t, n) {
2872
- var j, C, P, R;
2873
- const r = () => I(t, NaN), s = ca(), o = s.locale ?? na, l = s.firstWeekContainsDate ?? ((C = (j = s.locale) == null ? void 0 : j.options) == null ? void 0 : C.firstWeekContainsDate) ?? 1, m = s.weekStartsOn ?? ((R = (P = s.locale) == null ? void 0 : P.options) == null ? void 0 : R.weekStartsOn) ?? 0, i = {
2872
+ var j, C, h, D;
2873
+ const r = () => I(t, NaN), s = ca(), o = s.locale ?? na, l = s.firstWeekContainsDate ?? ((C = (j = s.locale) == null ? void 0 : j.options) == null ? void 0 : C.firstWeekContainsDate) ?? 1, m = s.weekStartsOn ?? ((D = (h = s.locale) == null ? void 0 : h.options) == null ? void 0 : D.weekStartsOn) ?? 0, i = {
2874
2874
  firstWeekContainsDate: l,
2875
2875
  weekStartsOn: m,
2876
2876
  locale: o
@@ -2900,15 +2900,15 @@ function Tr(e, a, t, n) {
2900
2900
  `The format string mustn't contain \`${b}\` and any other token at the same time`
2901
2901
  );
2902
2902
  p.push({ token: d, fullToken: b });
2903
- const Q = $.run(
2903
+ const X = $.run(
2904
2904
  e,
2905
2905
  b,
2906
2906
  o.match,
2907
2907
  i
2908
2908
  );
2909
- if (!Q)
2909
+ if (!X)
2910
2910
  return r();
2911
- c.push(Q.setter), e = Q.rest;
2911
+ c.push(X.setter), e = X.rest;
2912
2912
  } else {
2913
2913
  if (d.match(_r))
2914
2914
  throw new RangeError(
@@ -2925,16 +2925,16 @@ function Tr(e, a, t, n) {
2925
2925
  const g = c.map((b) => b.priority).sort((b, d) => d - b).filter((b, d, $) => $.indexOf(b) === d).map(
2926
2926
  (b) => c.filter((d) => d.priority === b).sort((d, $) => $.subPriority - d.subPriority)
2927
2927
  ).map((b) => b[0]);
2928
- let _ = S(t, n == null ? void 0 : n.in);
2929
- if (isNaN(+_)) return r();
2930
- const v = {};
2928
+ let T = S(t, n == null ? void 0 : n.in);
2929
+ if (isNaN(+T)) return r();
2930
+ const _ = {};
2931
2931
  for (const b of g) {
2932
- if (!b.validate(_, i))
2932
+ if (!b.validate(T, i))
2933
2933
  return r();
2934
- const d = b.set(_, v, i);
2935
- Array.isArray(d) ? (_ = d[0], Object.assign(v, d[1])) : _ = d;
2934
+ const d = b.set(T, _, i);
2935
+ Array.isArray(d) ? (T = d[0], Object.assign(_, d[1])) : T = d;
2936
2936
  }
2937
- return _;
2937
+ return T;
2938
2938
  }
2939
2939
  function vr(e) {
2940
2940
  return e.match(yr)[1].replace(br, "'");
@@ -2961,9 +2961,9 @@ function Dr(e, a, t) {
2961
2961
  }
2962
2962
  function Pr(e, a) {
2963
2963
  const t = Sr(a);
2964
- return "formatToParts" in t ? kr(t, e) : Or(t, e);
2964
+ return "formatToParts" in t ? xr(t, e) : Or(t, e);
2965
2965
  }
2966
- const xr = {
2966
+ const kr = {
2967
2967
  year: 0,
2968
2968
  month: 1,
2969
2969
  day: 2,
@@ -2971,11 +2971,11 @@ const xr = {
2971
2971
  minute: 4,
2972
2972
  second: 5
2973
2973
  };
2974
- function kr(e, a) {
2974
+ function xr(e, a) {
2975
2975
  try {
2976
2976
  const t = e.formatToParts(a), n = [];
2977
2977
  for (let r = 0; r < t.length; r++) {
2978
- const s = xr[t[r].type];
2978
+ const s = kr[t[r].type];
2979
2979
  s !== void 0 && (n[s] = parseInt(t[r].value, 10));
2980
2980
  }
2981
2981
  return n;
@@ -3031,7 +3031,7 @@ function We(e, a, t, n, r, s, o) {
3031
3031
  const l = /* @__PURE__ */ new Date(0);
3032
3032
  return l.setUTCFullYear(e, a, t), l.setUTCHours(n, r, s, o), l;
3033
3033
  }
3034
- const Lt = 36e5, Ir = 6e4, xe = {
3034
+ const Lt = 36e5, Ir = 6e4, ke = {
3035
3035
  timezoneZ: /^(Z)$/,
3036
3036
  timezoneHH: /^([+-]\d{2})$/,
3037
3037
  timezoneHHMM: /^([+-])(\d{2}):?(\d{2})$/
@@ -3039,13 +3039,13 @@ const Lt = 36e5, Ir = 6e4, xe = {
3039
3039
  function he(e, a, t) {
3040
3040
  if (!e)
3041
3041
  return 0;
3042
- let n = xe.timezoneZ.exec(e);
3042
+ let n = ke.timezoneZ.exec(e);
3043
3043
  if (n)
3044
3044
  return 0;
3045
3045
  let r, s;
3046
- if (n = xe.timezoneHH.exec(e), n)
3046
+ if (n = ke.timezoneHH.exec(e), n)
3047
3047
  return r = parseInt(n[1], 10), $t(r) ? -(r * Lt) : NaN;
3048
- if (n = xe.timezoneHHMM.exec(e), n) {
3048
+ if (n = ke.timezoneHHMM.exec(e), n) {
3049
3049
  r = parseInt(n[2], 10);
3050
3050
  const o = parseInt(n[3], 10);
3051
3051
  return $t(r, o) ? (s = Math.abs(r) * Lt + o * Ir, n[1] === "+" ? -s : s) : NaN;
@@ -3091,7 +3091,7 @@ function Nr(e) {
3091
3091
  const Lr = 60 * 1e3, $r = {
3092
3092
  // Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
3093
3093
  X: function(e, a, t) {
3094
- const n = ke(t.timeZone, e);
3094
+ const n = xe(t.timeZone, e);
3095
3095
  if (n === 0)
3096
3096
  return "Z";
3097
3097
  switch (a) {
@@ -3103,7 +3103,7 @@ const Lr = 60 * 1e3, $r = {
3103
3103
  // so this token always has the same output as `XX`
3104
3104
  case "XXXX":
3105
3105
  case "XX":
3106
- return Z(n);
3106
+ return J(n);
3107
3107
  // Hours, minutes and optional seconds with `:` delimeter
3108
3108
  // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
3109
3109
  // so this token always has the same output as `XXX`
@@ -3111,12 +3111,12 @@ const Lr = 60 * 1e3, $r = {
3111
3111
  case "XXX":
3112
3112
  // Hours and minutes with `:` delimeter
3113
3113
  default:
3114
- return Z(n, ":");
3114
+ return J(n, ":");
3115
3115
  }
3116
3116
  },
3117
3117
  // Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
3118
3118
  x: function(e, a, t) {
3119
- const n = ke(t.timeZone, e);
3119
+ const n = xe(t.timeZone, e);
3120
3120
  switch (a) {
3121
3121
  // Hours and optional minutes
3122
3122
  case "x":
@@ -3126,7 +3126,7 @@ const Lr = 60 * 1e3, $r = {
3126
3126
  // so this token always has the same output as `xx`
3127
3127
  case "xxxx":
3128
3128
  case "xx":
3129
- return Z(n);
3129
+ return J(n);
3130
3130
  // Hours, minutes and optional seconds with `:` delimeter
3131
3131
  // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
3132
3132
  // so this token always has the same output as `xxx`
@@ -3134,12 +3134,12 @@ const Lr = 60 * 1e3, $r = {
3134
3134
  case "xxx":
3135
3135
  // Hours and minutes with `:` delimeter
3136
3136
  default:
3137
- return Z(n, ":");
3137
+ return J(n, ":");
3138
3138
  }
3139
3139
  },
3140
3140
  // Timezone (GMT)
3141
3141
  O: function(e, a, t) {
3142
- const n = ke(t.timeZone, e);
3142
+ const n = xe(t.timeZone, e);
3143
3143
  switch (a) {
3144
3144
  // Short
3145
3145
  case "O":
@@ -3149,7 +3149,7 @@ const Lr = 60 * 1e3, $r = {
3149
3149
  // Long
3150
3150
  case "OOOO":
3151
3151
  default:
3152
- return "GMT" + Z(n, ":");
3152
+ return "GMT" + J(n, ":");
3153
3153
  }
3154
3154
  },
3155
3155
  // Timezone (specific non-location)
@@ -3167,7 +3167,7 @@ const Lr = 60 * 1e3, $r = {
3167
3167
  }
3168
3168
  }
3169
3169
  };
3170
- function ke(e, a) {
3170
+ function xe(e, a) {
3171
3171
  const t = e ? he(e, a, !0) / Lr : (a == null ? void 0 : a.getTimezoneOffset()) ?? 0;
3172
3172
  if (Number.isNaN(t))
3173
3173
  throw new RangeError("Invalid time zone specified: " + e);
@@ -3180,12 +3180,12 @@ function ge(e, a) {
3180
3180
  n = "0" + n;
3181
3181
  return t + n;
3182
3182
  }
3183
- function Z(e, a = "") {
3183
+ function J(e, a = "") {
3184
3184
  const t = e > 0 ? "-" : "+", n = Math.abs(e), r = ge(Math.floor(n / 60), 2), s = ge(Math.floor(n % 60), 2);
3185
3185
  return t + r + a + s;
3186
3186
  }
3187
3187
  function Ft(e, a) {
3188
- return e % 60 === 0 ? (e > 0 ? "-" : "+") + ge(Math.abs(e) / 60, 2) : Z(e, a);
3188
+ return e % 60 === 0 ? (e > 0 ? "-" : "+") + ge(Math.abs(e) / 60, 2) : J(e, a);
3189
3189
  }
3190
3190
  function Gr(e, a = "") {
3191
3191
  const t = e > 0 ? "-" : "+", n = Math.abs(e), r = Math.floor(n / 60), s = n % 60;
@@ -3530,12 +3530,12 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
3530
3530
  return !(t <= r);
3531
3531
  }
3532
3532
  return !1;
3533
- }, h = (e, a = 2) => {
3533
+ }, v = (e, a = 2) => {
3534
3534
  if (Number(e) !== 0 && !Number(e))
3535
3535
  return `${e || ""}`;
3536
3536
  const t = `0${a ? "." + "0".repeat(a) : ""}`, n = parseFloat(e);
3537
3537
  return isNaN(n) || typeof e == "string" && /[^\d.,]/.test(e) ? `${t}` : `${n.toFixed(a).replace(/\B(?=(\d{3})+(?!\d))/g, ",")}`;
3538
- }, ee = (e, a, t) => {
3538
+ }, q = (e, a, t) => {
3539
3539
  const n = [
3540
3540
  42563,
3541
3541
  42564,
@@ -3555,13 +3555,13 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
3555
3555
  let s = e;
3556
3556
  return s ? (n.includes(a) || r.includes(a) ? (s = s.replace(".png", `_${a}.png`).toLowerCase(), s = `${s}?v=1`) : s = `${s}${t}`, s) : "";
3557
3557
  };
3558
- var u = /* @__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))(u || {});
3559
- const Nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3558
+ var u = /* @__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.getFeedback = "getFeedback", e.submitFeedback = "submitFeedback", e.casinoGameList = "casinoGameList", e))(u || {});
3559
+ const zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3560
3560
  __proto__: null,
3561
3561
  Api: u
3562
3562
  }, Symbol.toStringTag, { value: "Module" }));
3563
3563
  var Y = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(Y || {});
3564
- const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3564
+ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3565
3565
  __proto__: null,
3566
3566
  PaymentType: Y
3567
3567
  }, Symbol.toStringTag, { value: "Module" })), we = {
@@ -3645,7 +3645,28 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3645
3645
  return [a, ...t];
3646
3646
  }, le = (e, a, t, n) => {
3647
3647
  let r, s;
3648
- return t > 0 ? r = e > 0 ? Math.max(t, e) : t : r = Math.max(e, 0), n > 0 ? s = a > 0 ? Math.min(n, a) : n : s = Math.max(a, 0), { amountList: ["50", "100", "300", "500"], minAmount: r, maxAmount: s };
3648
+ t > 0 ? r = e > 0 ? Math.max(t, e) : t : r = Math.max(e, 0), n > 0 ? s = a > 0 ? Math.min(n, a) : n : s = Math.max(a, 0);
3649
+ const o = r, l = Math.min(r * 10, Math.round(s)), m = l - o;
3650
+ let i = "", c = "";
3651
+ if (m > 0) {
3652
+ let T = Math.round((l - o) * 0.25).toString().split(""), _ = [];
3653
+ for (const h of T)
3654
+ h !== "" && _.push(h);
3655
+ for (let h = 0; h < _.length; h++)
3656
+ h === 0 ? i += (parseInt(_[h]) + 1).toString() : i += "0";
3657
+ T = Math.round((l - o) * 0.5).toString().split(""), _ = [];
3658
+ for (const h of T)
3659
+ h !== "" && _.push(h);
3660
+ for (let h = 0; h < _.length; h++)
3661
+ h === 0 ? c += (parseInt(_[h]) + 1).toString() : c += "0";
3662
+ } else
3663
+ i = l.toString(), c = l.toString();
3664
+ return { amountList: [
3665
+ o.toString(),
3666
+ i,
3667
+ c,
3668
+ l.toString()
3669
+ ], minAmount: r, maxAmount: s };
3649
3670
  }, Ut = (e, a, t) => {
3650
3671
  if (!t) return Ee;
3651
3672
  const n = Y.manual;
@@ -3696,8 +3717,8 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3696
3717
  bank: a.banklist.map((s) => {
3697
3718
  let o = "0.00", l = "0.00";
3698
3719
  const m = s.bankindex ?? 0;
3699
- for (let v = 0; v < t.mdGatewayMinMax.length; v++)
3700
- t.mdGatewayMinMax[v].bankindex == m.toString() && (o = t.mdGatewayMinMax[v].min, l = t.mdGatewayMinMax[v].max);
3720
+ for (let _ = 0; _ < t.mdGatewayMinMax.length; _++)
3721
+ t.mdGatewayMinMax[_].bankindex == m.toString() && (o = t.mdGatewayMinMax[_].min, l = t.mdGatewayMinMax[_].max);
3701
3722
  const { amountList: i, minAmount: c, maxAmount: y } = le(
3702
3723
  Number(o),
3703
3724
  Number(l),
@@ -3709,18 +3730,18 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3709
3730
  amountList: i,
3710
3731
  min: c,
3711
3732
  max: y
3712
- }, g = s.pg.map((v) => {
3713
- const j = v.mintransaction ?? "0.00", C = v.maxtransaction ?? "0.00", { amountList: P, minAmount: R, maxAmount: b } = le(
3733
+ }, g = s.pg.map((_) => {
3734
+ const j = _.mintransaction ?? "0.00", C = _.maxtransaction ?? "0.00", { amountList: h, minAmount: D, maxAmount: b } = le(
3714
3735
  Number(j),
3715
3736
  Number(C),
3716
3737
  t.mdBankLevelDetail.onlinepayment_min,
3717
3738
  t.mdBankLevelDetail.onlinepayment_max
3718
3739
  );
3719
3740
  return {
3720
- id: v.pgindex,
3721
- name: v.bankaccountname,
3722
- amountList: P,
3723
- min: R,
3741
+ id: _.pgindex,
3742
+ name: _.bankaccountname,
3743
+ amountList: h,
3744
+ min: D,
3724
3745
  max: b
3725
3746
  };
3726
3747
  });
@@ -3759,8 +3780,8 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3759
3780
  });
3760
3781
  else {
3761
3782
  let m = "0.00", i = "0.00";
3762
- for (let _ = 0; _ < o.length; _++)
3763
- o[_].bankindex === a.toString() && (m = o[_].min, i = o[_].max);
3783
+ for (let T = 0; T < o.length; T++)
3784
+ o[T].bankindex === a.toString() && (m = o[T].min, i = o[T].max);
3764
3785
  const { amountList: c, minAmount: y, maxAmount: p } = le(
3765
3786
  Number(m),
3766
3787
  Number(i),
@@ -3840,7 +3861,7 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3840
3861
  trial: (c.flag & 4) > 0,
3841
3862
  new: (c.flag & 8) > 0
3842
3863
  },
3843
- imageUrl: `${e.mdDomains[c.mdDomains_id]}${ee(c.img, c.id_GameMaster, `?ts=${c.filemtime}`)}`,
3864
+ imageUrl: `${e.mdDomains[c.mdDomains_id]}${q(c.img, c.id_GameMaster, `?ts=${c.filemtime}`)}`,
3844
3865
  logoUrl: `/image/platform_logo/${c.img.split("/").pop()}?v=1`,
3845
3866
  rate: "0.00",
3846
3867
  jackpotAmount: ""
@@ -3861,7 +3882,7 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3861
3882
  trial: (l.flag ?? 0) > 0,
3862
3883
  new: (l.flag ?? 0) > 0
3863
3884
  },
3864
- imageUrl: e.mdDomains && e.mdDomains.length > 0 ? `${e.mdDomains[l.mdDomains_id ?? 0]}${ee(l.img ?? "", l.id ?? 0, `?ts=${l.filemtime}`)}` : "",
3885
+ imageUrl: e.mdDomains && e.mdDomains.length > 0 ? `${e.mdDomains[l.mdDomains_id ?? 0]}${q(l.img ?? "", l.id ?? 0, `?ts=${l.filemtime}`)}` : "",
3865
3886
  logoUrl: l.img ? `/image/platform_logo/${l.img.split("/").pop()}?v=1` : "",
3866
3887
  rate: "0.00",
3867
3888
  jackpotAmount: l.jackpotAmount ?? ""
@@ -3871,7 +3892,7 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3871
3892
  };
3872
3893
  }, Ts = (e) => ({
3873
3894
  list: e.mdGrade.map((a) => {
3874
- var t, n, r, s, o, l, m, i, c, y, p, g, _, v, j, C, P, R, b, d, $, ne, Q, re, se, Ye, He, Be, Ue, qe, Ve, Ae, Qe, Xe, Ze, Je, Ke, et, tt, at, nt, rt, st, ot, it, ut, ct, lt, dt, mt, gt, ft, pt, yt, bt, ht, _t, Tt, vt, wt, Rt, Dt, Pt, xt;
3895
+ var t, n, r, s, o, l, m, i, c, y, p, g, T, _, j, C, h, D, b, d, $, ne, X, re, se, Ye, He, Be, Ue, qe, Ve, Ae, Qe, Xe, Ze, Je, Ke, et, tt, at, nt, rt, st, ot, it, ut, ct, lt, dt, mt, gt, ft, pt, yt, bt, ht, _t, Tt, vt, wt, Rt, Dt, Pt, kt;
3875
3896
  return {
3876
3897
  id: a.gradeindex,
3877
3898
  is_current_level: !1,
@@ -3880,77 +3901,77 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3880
3901
  turnover: {
3881
3902
  isShow: !1,
3882
3903
  current: "0.00",
3883
- total: h(a.min_activebet)
3904
+ total: v(a.min_activebet)
3884
3905
  },
3885
3906
  deposit: {
3886
3907
  isShow: !1,
3887
3908
  current: "0.00",
3888
- total: h(a.min_deposit)
3909
+ total: v(a.min_deposit)
3889
3910
  },
3890
3911
  promo_list: a.promocash.filter((E) => E.isshow == 1 && E.status == "1").map((E) => ({
3891
3912
  name: E.promosimplified,
3892
- min_deposit: h(E.min_deposit),
3913
+ min_deposit: v(E.min_deposit),
3893
3914
  promo_bonus: E.percentage,
3894
- promo_limit: h(E.max_promo_amt),
3915
+ promo_limit: v(E.max_promo_amt),
3895
3916
  turnover_multiplier: E.multiply,
3896
3917
  type: E.promo_type
3897
3918
  })),
3898
3919
  benefit_list: {
3899
3920
  daily: {
3900
3921
  isShow: !0,
3901
- bonus: h(((n = (t = a.benefit) == null ? void 0 : t.daily) == null ? void 0 : n.bonus) ?? "0"),
3922
+ bonus: v(((n = (t = a.benefit) == null ? void 0 : t.daily) == null ? void 0 : n.bonus) ?? "0"),
3902
3923
  bonus_name: ((s = (r = a.benefit) == null ? void 0 : r.daily) == null ? void 0 : s.bonus_name) ?? "",
3903
- turnover: h(((l = (o = a.benefit) == null ? void 0 : o.daily) == null ? void 0 : l.turnover) ?? "0"),
3924
+ turnover: v(((l = (o = a.benefit) == null ? void 0 : o.daily) == null ? void 0 : l.turnover) ?? "0"),
3904
3925
  turnover_name: ((i = (m = a.benefit) == null ? void 0 : m.daily) == null ? void 0 : i.turnover_name) ?? ""
3905
3926
  },
3906
3927
  monthly: {
3907
3928
  isShow: !0,
3908
- bonus: h(((y = (c = a.benefit) == null ? void 0 : c.monthly) == null ? void 0 : y.bonus) ?? "0"),
3929
+ bonus: v(((y = (c = a.benefit) == null ? void 0 : c.monthly) == null ? void 0 : y.bonus) ?? "0"),
3909
3930
  bonus_name: ((g = (p = a.benefit) == null ? void 0 : p.monthly) == null ? void 0 : g.bonus_name) ?? "",
3910
- turnover: h(((v = (_ = a.benefit) == null ? void 0 : _.monthly) == null ? void 0 : v.turnover) ?? "0"),
3931
+ turnover: v(((_ = (T = a.benefit) == null ? void 0 : T.monthly) == null ? void 0 : _.turnover) ?? "0"),
3911
3932
  turnover_name: ((C = (j = a.benefit) == null ? void 0 : j.monthly) == null ? void 0 : C.turnover_name) ?? ""
3912
3933
  },
3913
3934
  weekly: {
3914
3935
  isShow: !0,
3915
- bonus: h(((R = (P = a.benefit) == null ? void 0 : P.weekly) == null ? void 0 : R.bonus) ?? "0"),
3936
+ bonus: v(((D = (h = a.benefit) == null ? void 0 : h.weekly) == null ? void 0 : D.bonus) ?? "0"),
3916
3937
  bonus_name: ((d = (b = a.benefit) == null ? void 0 : b.weekly) == null ? void 0 : d.bonus_name) ?? "",
3917
- turnover: h(((ne = ($ = a.benefit) == null ? void 0 : $.weekly) == null ? void 0 : ne.turnover) ?? "0"),
3918
- turnover_name: ((re = (Q = a.benefit) == null ? void 0 : Q.weekly) == null ? void 0 : re.turnover_name) ?? ""
3938
+ turnover: v(((ne = ($ = a.benefit) == null ? void 0 : $.weekly) == null ? void 0 : ne.turnover) ?? "0"),
3939
+ turnover_name: ((re = (X = a.benefit) == null ? void 0 : X.weekly) == null ? void 0 : re.turnover_name) ?? ""
3919
3940
  },
3920
3941
  upgrade: {
3921
3942
  isShow: !0,
3922
- bonus: h(((Ye = (se = a.benefit) == null ? void 0 : se.upgrade) == null ? void 0 : Ye.bonus) ?? "0"),
3943
+ bonus: v(((Ye = (se = a.benefit) == null ? void 0 : se.upgrade) == null ? void 0 : Ye.bonus) ?? "0"),
3923
3944
  bonus_name: ((Be = (He = a.benefit) == null ? void 0 : He.upgrade) == null ? void 0 : Be.bonus_name) ?? "",
3924
- turnover: h(((qe = (Ue = a.benefit) == null ? void 0 : Ue.upgrade) == null ? void 0 : qe.turnover) ?? "0"),
3945
+ turnover: v(((qe = (Ue = a.benefit) == null ? void 0 : Ue.upgrade) == null ? void 0 : qe.turnover) ?? "0"),
3925
3946
  turnover_name: ((Ae = (Ve = a.benefit) == null ? void 0 : Ve.upgrade) == null ? void 0 : Ae.turnover_name) ?? ""
3926
3947
  },
3927
3948
  birthday: {
3928
3949
  isShow: !0,
3929
- bonus: h(((Xe = (Qe = a.benefit) == null ? void 0 : Qe.birthday) == null ? void 0 : Xe.bonus) ?? "0"),
3950
+ bonus: v(((Xe = (Qe = a.benefit) == null ? void 0 : Qe.birthday) == null ? void 0 : Xe.bonus) ?? "0"),
3930
3951
  bonus_name: ((Je = (Ze = a.benefit) == null ? void 0 : Ze.birthday) == null ? void 0 : Je.bonus_name) ?? "",
3931
- turnover: h(((et = (Ke = a.benefit) == null ? void 0 : Ke.birthday) == null ? void 0 : et.turnover) ?? "0"),
3952
+ turnover: v(((et = (Ke = a.benefit) == null ? void 0 : Ke.birthday) == null ? void 0 : et.turnover) ?? "0"),
3932
3953
  turnover_name: ((at = (tt = a.benefit) == null ? void 0 : tt.birthday) == null ? void 0 : at.turnover_name) ?? ""
3933
3954
  },
3934
3955
  salary_1st: {
3935
3956
  isShow: !0,
3936
- bonus: h(((rt = (nt = a.benefit) == null ? void 0 : nt.salary_1st) == null ? void 0 : rt.bonus) ?? "0"),
3957
+ bonus: v(((rt = (nt = a.benefit) == null ? void 0 : nt.salary_1st) == null ? void 0 : rt.bonus) ?? "0"),
3937
3958
  bonus_name: ((ot = (st = a.benefit) == null ? void 0 : st.salary_1st) == null ? void 0 : ot.bonus_name) ?? "",
3938
- turnover: h(((ut = (it = a.benefit) == null ? void 0 : it.salary_1st) == null ? void 0 : ut.turnover) ?? "0"),
3959
+ turnover: v(((ut = (it = a.benefit) == null ? void 0 : it.salary_1st) == null ? void 0 : ut.turnover) ?? "0"),
3939
3960
  turnover_name: ((lt = (ct = a.benefit) == null ? void 0 : ct.salary_1st) == null ? void 0 : lt.turnover_name) ?? ""
3940
3961
  },
3941
3962
  salary_10th: {
3942
3963
  isShow: !0,
3943
- bonus: h(((mt = (dt = a.benefit) == null ? void 0 : dt.salary_10th) == null ? void 0 : mt.bonus) ?? "0"),
3964
+ bonus: v(((mt = (dt = a.benefit) == null ? void 0 : dt.salary_10th) == null ? void 0 : mt.bonus) ?? "0"),
3944
3965
  bonus_name: ((ft = (gt = a.benefit) == null ? void 0 : gt.salary_10th) == null ? void 0 : ft.bonus_name) ?? "",
3945
- turnover: h(((yt = (pt = a.benefit) == null ? void 0 : pt.salary_10th) == null ? void 0 : yt.turnover) ?? "0"),
3966
+ turnover: v(((yt = (pt = a.benefit) == null ? void 0 : pt.salary_10th) == null ? void 0 : yt.turnover) ?? "0"),
3946
3967
  turnover_name: ((ht = (bt = a.benefit) == null ? void 0 : bt.salary_10th) == null ? void 0 : ht.turnover_name) ?? ""
3947
3968
  },
3948
3969
  salary_20th: {
3949
3970
  isShow: !0,
3950
- bonus: h(((Tt = (_t = a.benefit) == null ? void 0 : _t.salary_20th) == null ? void 0 : Tt.bonus) ?? "0"),
3971
+ bonus: v(((Tt = (_t = a.benefit) == null ? void 0 : _t.salary_20th) == null ? void 0 : Tt.bonus) ?? "0"),
3951
3972
  bonus_name: ((wt = (vt = a.benefit) == null ? void 0 : vt.salary_20th) == null ? void 0 : wt.bonus_name) ?? "",
3952
- turnover: h(((Dt = (Rt = a.benefit) == null ? void 0 : Rt.salary_20th) == null ? void 0 : Dt.turnover) ?? "0"),
3953
- turnover_name: ((xt = (Pt = a.benefit) == null ? void 0 : Pt.salary_20th) == null ? void 0 : xt.turnover_name) ?? ""
3973
+ turnover: v(((Dt = (Rt = a.benefit) == null ? void 0 : Rt.salary_20th) == null ? void 0 : Dt.turnover) ?? "0"),
3974
+ turnover_name: ((kt = (Pt = a.benefit) == null ? void 0 : Pt.salary_20th) == null ? void 0 : kt.turnover_name) ?? ""
3954
3975
  }
3955
3976
  }
3956
3977
  };
@@ -4074,27 +4095,27 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4074
4095
  }).sort((a, t) => a.claimable && !t.claimable ? -1 : !a.claimable && t.claimable ? 1 : 0)
4075
4096
  }), ws = (e) => ({
4076
4097
  month: {
4077
- status: q(e.month)
4098
+ status: V(e.month)
4078
4099
  },
4079
4100
  week: {
4080
- status: q(e.week)
4101
+ status: V(e.week)
4081
4102
  },
4082
4103
  day: {
4083
- status: q(e.day)
4104
+ status: V(e.day)
4084
4105
  },
4085
4106
  birthday: {
4086
- status: q(e.birthday)
4107
+ status: V(e.birthday)
4087
4108
  },
4088
4109
  salary_1st: {
4089
- status: q(e.salary1st)
4110
+ status: V(e.salary1st)
4090
4111
  },
4091
4112
  salary_10th: {
4092
- status: q(e.salary10th)
4113
+ status: V(e.salary10th)
4093
4114
  },
4094
4115
  salary_20th: {
4095
- status: q(e.salary20th)
4116
+ status: V(e.salary20th)
4096
4117
  }
4097
- }), q = (e) => ({
4118
+ }), V = (e) => ({
4098
4119
  claimable: e === 1,
4099
4120
  expired: e === 0,
4100
4121
  claimed: e === -1
@@ -4155,7 +4176,7 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4155
4176
  facebookPixelIdArr: e.facebook_pixel_id_arr ?? [],
4156
4177
  googleAnalyticArr: e.google_analytic_arr ?? []
4157
4178
  };
4158
- }, xs = (e) => {
4179
+ }, ks = (e) => {
4159
4180
  var a, t, n, r, s, o;
4160
4181
  return {
4161
4182
  banner: ((a = e.mobileBanner) == null ? void 0 : a.map((l) => `${l.imagepath}?ts=${l.filemtime}`)) ?? [],
@@ -4180,7 +4201,7 @@ const Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4180
4201
  content: l.content
4181
4202
  }))) ?? []
4182
4203
  };
4183
- }, ks = (e) => {
4204
+ }, xs = (e) => {
4184
4205
  var a;
4185
4206
  return ((a = e.data) == null ? void 0 : a.filter((t) => t.status == "1").map((t) => ({
4186
4207
  code: t.area_code,
@@ -4308,10 +4329,10 @@ const Ls = (e) => {
4308
4329
  status: e.status == 1,
4309
4330
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
4310
4331
  flag: e.flag
4311
- }), D = (e) => ({
4332
+ }), P = (e) => ({
4312
4333
  status: e.status == 1,
4313
4334
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
4314
- }), Ws = (e) => D(e), Es = (e) => {
4335
+ }), Ws = (e) => P(e), Es = (e) => {
4315
4336
  var a, t, n, r, s;
4316
4337
  return {
4317
4338
  bankCard: ((a = e.bankCard) == null ? void 0 : a.map((o) => {
@@ -4378,9 +4399,9 @@ const Ls = (e) => {
4378
4399
  withdrawCount: e.withdrawCount,
4379
4400
  withdrawMin135: Number(e.withdrawMin_135) && Number(e.withdrawMin_135) > 0 ? Number(e.withdrawMin_135) : Number(e.withdrawMin),
4380
4401
  withdrawMax135: Number(e.withdrawMax_135) && Number(e.withdrawMax_135) > 0 ? Number(e.withdrawMax_135) : Number(e.withdrawMax)
4381
- }), Hs = (e) => D(e);
4402
+ }), Hs = (e) => P(e);
4382
4403
  var L = /* @__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))(L || {});
4383
- const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4404
+ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4384
4405
  __proto__: null,
4385
4406
  TransactionMethod: L
4386
4407
  }, Symbol.toStringTag, { value: "Module" })), Bs = (e) => {
@@ -4411,7 +4432,7 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4411
4432
  value: l.status == 1,
4412
4433
  desc: ((i = (m = e.subStatusModes) == null ? void 0 : m.find((c) => c.key === l.status)) == null ? void 0 : i.value) ?? ""
4413
4434
  },
4414
- amount: h(l.amount),
4435
+ amount: v(l.amount),
4415
4436
  dateTime: l.ledgerdatetime,
4416
4437
  reason: l.reasonsimplified,
4417
4438
  method: l.fundmethod
@@ -4460,7 +4481,7 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4460
4481
  categoryId: n.category_id,
4461
4482
  maintenance: n.maintenance === 1
4462
4483
  }))) ?? [],
4463
- platformWallet: h(a.platformwallet),
4484
+ platformWallet: v(a.platformwallet),
4464
4485
  com: a.com ?? "",
4465
4486
  maintenance: a.maintenance ?? !1
4466
4487
  };
@@ -4528,8 +4549,8 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4528
4549
  trial: !1,
4529
4550
  new: !1
4530
4551
  },
4531
- imageUrl: `${e.mdDomains[s.mdDomains_id]}${ee(s.img, s.id, `?ts=${s.filemtime}`)}`,
4532
- logoUrl: `${e.mdDomains[s.mdDomains_id]}${ee(s.img, s.id, `?ts=${s.filemtime}`)}`,
4552
+ imageUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
4553
+ logoUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
4533
4554
  rate: "0.00",
4534
4555
  jackpotAmount: ""
4535
4556
  }))) ?? []
@@ -4753,7 +4774,7 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4753
4774
  }
4754
4775
  }
4755
4776
  return a;
4756
- }, po = (e) => D(e), yo = (e) => D(e), bo = (e) => {
4777
+ }, po = (e) => P(e), yo = (e) => P(e), bo = (e) => {
4757
4778
  var a, t, n, r, s;
4758
4779
  return {
4759
4780
  status: e.status == 1,
@@ -4785,7 +4806,7 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4785
4806
  regex: a.regex,
4786
4807
  showName: a.showname,
4787
4808
  inputHelper: a.inputHelper
4788
- })) : [], _o = (e) => D(e), To = (e) => e, vo = (e) => {
4809
+ })) : [], _o = (e) => P(e), To = (e) => e, vo = (e) => {
4789
4810
  var a;
4790
4811
  return {
4791
4812
  status: e.status == 1,
@@ -4795,7 +4816,7 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4795
4816
  ledgerIndex: e.checkgame.ledgerindex ?? 0,
4796
4817
  amount: e.checkgame.amount ?? ""
4797
4818
  };
4798
- }, wo = (e) => D(e), Ro = (e) => ({
4819
+ }, wo = (e) => P(e), Ro = (e) => ({
4799
4820
  status: e.status == 1,
4800
4821
  message: e.message,
4801
4822
  user: e.user ?? ""
@@ -4803,14 +4824,14 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4803
4824
  status: e.status == 1,
4804
4825
  message: e.msg ?? "",
4805
4826
  amount: e.amount ?? ""
4806
- }), Po = (e) => D(e), xo = (e) => {
4827
+ }), Po = (e) => P(e), ko = (e) => {
4807
4828
  var a;
4808
4829
  return {
4809
4830
  status: e.status == 1,
4810
4831
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
4811
4832
  dayStreak: ((a = e.data) == null ? void 0 : a.continuousDay) ?? 0
4812
4833
  };
4813
- }, ko = (e) => {
4834
+ }, xo = (e) => {
4814
4835
  var a;
4815
4836
  return {
4816
4837
  status: e.status == 1,
@@ -4837,10 +4858,10 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4837
4858
  message: e.msg ?? "",
4838
4859
  form: e.form ?? "",
4839
4860
  gameUrl: e.data ?? ""
4840
- }), So = (e) => D(e), Io = (e) => D(e), Ie = (e) => ({
4861
+ }), So = (e) => P(e), Io = (e) => P(e), Ie = (e) => ({
4841
4862
  status: e.status == 1,
4842
4863
  message: e.errormessage ?? ""
4843
- }), jo = (e) => D(e), Co = (e) => e, No = (e) => D(e), Lo = (e) => {
4864
+ }), jo = (e) => P(e), Co = (e) => e, No = (e) => P(e), Lo = (e) => {
4844
4865
  var a;
4845
4866
  return {
4846
4867
  platformProduct: ((a = e.mdPlatformProduct) == null ? void 0 : a.map((t) => ({
@@ -4864,7 +4885,7 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4864
4885
  }))) ?? []
4865
4886
  };
4866
4887
  })) ?? [];
4867
- }, Go = (e) => D(e), Fo = (e) => D(e), zo = (e) => D(e), Wo = (e) => D(e), Eo = (e) => D(e), Yo = (e) => D(e), Ho = (e) => D(e), Bo = (e) => ({
4888
+ }, Go = (e) => P(e), Fo = (e) => P(e), zo = (e) => P(e), Wo = (e) => P(e), Eo = (e) => P(e), Yo = (e) => P(e), Ho = (e) => P(e), Bo = (e) => ({
4868
4889
  status: e.status == 1,
4869
4890
  message: e.msg ?? "",
4870
4891
  data: e.data
@@ -4947,7 +4968,7 @@ const $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4947
4968
  password: e.password
4948
4969
  });
4949
4970
  var ye = /* @__PURE__ */ ((e) => (e.toPlatform = "transferIn", e.toWallet = "transferOut", e))(ye || {});
4950
- const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4971
+ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4951
4972
  __proto__: null,
4952
4973
  TransferMethod: ye
4953
4974
  }, Symbol.toStringTag, { value: "Module" })), Jo = (e) => {
@@ -4959,7 +4980,7 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4959
4980
  transferIndex: t.clindex,
4960
4981
  target: t.com_from !== "" ? t.com_from : t.com_to,
4961
4982
  category: t.com_from !== "" ? ye.toWallet : ye.toPlatform,
4962
- amount: h(t.amount),
4983
+ amount: v(t.amount),
4963
4984
  dateTime: t.transferdatetime
4964
4985
  }))) ?? []
4965
4986
  };
@@ -4983,10 +5004,10 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4983
5004
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
4984
5005
  data: {
4985
5006
  total: (a = e.data) != null && a.total ? {
4986
- bet: h(((t = e.data) == null ? void 0 : t.total.bet) ?? 0),
4987
- activeBet: h(((n = e.data) == null ? void 0 : n.total.activebet) ?? 0),
4988
- validBet: h(((r = e.data) == null ? void 0 : r.total.validbet) ?? 0),
4989
- payout: h(((s = e.data) == null ? void 0 : s.total.payout) ?? 0)
5007
+ bet: v(((t = e.data) == null ? void 0 : t.total.bet) ?? 0),
5008
+ activeBet: v(((n = e.data) == null ? void 0 : n.total.activebet) ?? 0),
5009
+ validBet: v(((r = e.data) == null ? void 0 : r.total.validbet) ?? 0),
5010
+ payout: v(((s = e.data) == null ? void 0 : s.total.payout) ?? 0)
4990
5011
  } : {
4991
5012
  bet: "0.00",
4992
5013
  activeBet: "0.00",
@@ -4994,17 +5015,17 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4994
5015
  payout: "0.00"
4995
5016
  },
4996
5017
  data: ((l = (o = e.data) == null ? void 0 : o.sum) == null ? void 0 : l.map((p) => ({
4997
- bet: h(p.bet),
4998
- activeBet: h(p.activebet),
4999
- payout: h(p.payout),
5018
+ bet: v(p.bet),
5019
+ activeBet: v(p.activebet),
5020
+ payout: v(p.payout),
5000
5021
  target: p.name,
5001
5022
  com: p.com
5002
5023
  }))) ?? [],
5003
5024
  wagers: ((i = (m = e.data) == null ? void 0 : m.wagers) == null ? void 0 : i.map((p) => ({
5004
- payout: h(p.payout),
5025
+ payout: v(p.payout),
5005
5026
  betType: p.betType,
5006
- stakeF: h(p.stakeF),
5007
- stakeL: h(p.stakeL),
5027
+ stakeF: v(p.stakeF),
5028
+ stakeL: v(p.stakeL),
5008
5029
  date: p.date,
5009
5030
  key: p.key,
5010
5031
  detailSA: p.detailsa,
@@ -5026,7 +5047,7 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5026
5047
  binded: ((n = e.data) == null ? void 0 : n.binded) ?? !1
5027
5048
  }
5028
5049
  };
5029
- }, ai = (e) => D(e), ni = (e) => {
5050
+ }, ai = (e) => P(e), ni = (e) => {
5030
5051
  var a;
5031
5052
  return {
5032
5053
  status: e.status == 1,
@@ -5036,7 +5057,7 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5036
5057
  createdAt: t.created_at
5037
5058
  }))) ?? []
5038
5059
  };
5039
- }, ri = (e) => D(e), si = (e) => {
5060
+ }, ri = (e) => P(e), si = (e) => {
5040
5061
  var a, t, n;
5041
5062
  return {
5042
5063
  status: e.status == 1,
@@ -5061,11 +5082,11 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5061
5082
  }))) ?? []
5062
5083
  }
5063
5084
  };
5064
- }, oi = (e) => D(e), ii = (e) => ({
5085
+ }, oi = (e) => P(e), ii = (e) => ({
5065
5086
  status: e.status == 1,
5066
5087
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
5067
5088
  tokenAmount: e.token_amount
5068
- }), ui = (e) => D(e), ci = (e) => {
5089
+ }), ui = (e) => P(e), ci = (e) => {
5069
5090
  let a = 0;
5070
5091
  return e.data != null && typeof e.data == "object" && (a = e.data.amount), {
5071
5092
  status: e.status,
@@ -5148,7 +5169,7 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5148
5169
  errorMessage: e.errormessage ?? "",
5149
5170
  isAutoTransfer: e.optionkey == "auto" || ((a = e.message) == null ? void 0 : a.optionkey) == "auto" || ((t = e.mdAccountSetting) == null ? void 0 : t.optionkey) == "auto"
5150
5171
  };
5151
- }, yi = (e) => D(e), bi = (e) => ({
5172
+ }, yi = (e) => P(e), bi = (e) => ({
5152
5173
  status: e.status,
5153
5174
  message: e.msg ?? "",
5154
5175
  turnover: e.data ? e.data.turnover : 0,
@@ -5171,7 +5192,7 @@ const Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5171
5192
  };
5172
5193
  };
5173
5194
  var W = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(W || {});
5174
- const Fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5195
+ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5175
5196
  __proto__: null,
5176
5197
  MissionStatus: W
5177
5198
  }, Symbol.toStringTag, { value: "Module" })), Ti = (e) => {
@@ -5256,17 +5277,17 @@ const Fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5256
5277
  trial: !1,
5257
5278
  new: !1
5258
5279
  },
5259
- imageUrl: `${e.mdDomains[a.mdDomains_id]}${ee(a.img, a.id, `?ts=${a.filemtime}`)}`,
5280
+ imageUrl: `${e.mdDomains[a.mdDomains_id]}${q(a.img, a.id, `?ts=${a.filemtime}`)}`,
5260
5281
  logoUrl: `/image/platform_logo/${a.img.split("/").pop()}?v=1`,
5261
5282
  rate: "0.00",
5262
5283
  jackpotAmount: ""
5263
5284
  })) ?? [] : []
5264
- }), Pi = (e) => D(e), xi = (e) => D(e);
5265
- var A = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(A || {});
5266
- const zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5285
+ }), Pi = (e) => P(e), ki = (e) => P(e);
5286
+ var Q = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(Q || {});
5287
+ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5267
5288
  __proto__: null,
5268
- AccumulateDepositStatus: A
5269
- }, Symbol.toStringTag, { value: "Module" })), ki = (e) => {
5289
+ AccumulateDepositStatus: Q
5290
+ }, Symbol.toStringTag, { value: "Module" })), xi = (e) => {
5270
5291
  if (e.status == 0)
5271
5292
  return {
5272
5293
  status: !1,
@@ -5279,7 +5300,7 @@ const zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5279
5300
  a = {
5280
5301
  buttonStatus: e.data.tier.filter(
5281
5302
  (o) => o.claimable == "1" && o.collected != "1"
5282
- ).length > 0 ? A.collectable : A.collected,
5303
+ ).length > 0 ? Q.collectable : Q.collected,
5283
5304
  dateFrom: e.data.datefrom,
5284
5305
  dateTo: e.data.dateto,
5285
5306
  progress: {
@@ -5290,7 +5311,7 @@ const zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5290
5311
  list: e.data.tier.map((o) => ({
5291
5312
  total: o.requirement,
5292
5313
  reward: Number(o.reward),
5293
- status: o.claimable != "1" ? A.inProgress : o.collected == "1" ? A.collected : A.collectable
5314
+ status: o.claimable != "1" ? Q.inProgress : o.collected == "1" ? Q.collected : Q.collectable
5294
5315
  }))
5295
5316
  };
5296
5317
  }
@@ -5486,7 +5507,7 @@ const zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5486
5507
  data: e.data ?? 0
5487
5508
  });
5488
5509
  var be = /* @__PURE__ */ ((e) => (e.complete = "complete", e.pending = "pending", e))(be || {});
5489
- const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5510
+ const Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5490
5511
  __proto__: null,
5491
5512
  WheelStatus: be
5492
5513
  }, Symbol.toStringTag, { value: "Module" })), qi = (e) => {
@@ -5558,7 +5579,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5558
5579
  trial: !1,
5559
5580
  new: !1
5560
5581
  },
5561
- imageUrl: `${e.mdDomains[s.mdDomains_id]}${ee(s.img, s.id, `?ts=${s.filemtime}`)}`,
5582
+ imageUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
5562
5583
  logoUrl: `/image/platform_logo/${s.img.split("/").pop()}?v=1`,
5563
5584
  rate: "0.00",
5564
5585
  jackpotAmount: ""
@@ -5583,14 +5604,11 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5583
5604
  status: e.status == 1,
5584
5605
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
5585
5606
  tokenAmount: e.token_amount
5586
- }), Ji = (e) => ({
5587
- status: e.status == 1,
5588
- message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
5589
- });
5590
- var J = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(J || {});
5591
- const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5607
+ }), Ji = (e) => P(e);
5608
+ var K = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(K || {});
5609
+ const qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5592
5610
  __proto__: null,
5593
- NewbieMissionStatus: J
5611
+ NewbieMissionStatus: K
5594
5612
  }, Symbol.toStringTag, { value: "Module" })), Ki = (e) => {
5595
5613
  if (e.status == 0 || e.data == null)
5596
5614
  return {
@@ -5598,8 +5616,8 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5598
5616
  message: e.msg ?? "",
5599
5617
  data: null
5600
5618
  };
5601
- let a = J.inProgress;
5602
- return e.data.has_claimed ? a = J.collected : a = e.data.claimable ? J.collectable : J.inProgress, {
5619
+ let a = K.inProgress;
5620
+ return e.data.has_claimed ? a = K.collected : a = e.data.claimable ? K.collectable : K.inProgress, {
5603
5621
  status: e.status == 1,
5604
5622
  message: e.msg ?? "",
5605
5623
  data: {
@@ -5635,7 +5653,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5635
5653
  }
5636
5654
  };
5637
5655
  var ue = /* @__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.contactUsSetting = "contact_us_setting", e.facebookPixelId = "facebookpixelid", e.facebookPixelIdArr = "facebook_pixel_id_arr", e.googleAnalyticArr = "google_analytic_arr", e))(ue || {});
5638
- const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5656
+ const Vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5639
5657
  __proto__: null,
5640
5658
  SettingCategory: ue
5641
5659
  }, Symbol.toStringTag, { value: "Module" })), tu = (e) => {
@@ -5676,13 +5694,13 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5676
5694
  } = n, m = a.list.findIndex((i) => i.id === r);
5677
5695
  for (let i = 0; i < a.list.length; i++) {
5678
5696
  const c = a.list[i], y = a.list[i + 1];
5679
- let p = "0", g = "0", _ = 0;
5680
- const v = y === void 0 ? "0.00" : y.deposit.total, j = y === void 0 ? "0.00" : y.turnover.total;
5681
- i === m ? (p = `${Math.min(Number(s), Number(v))}`, g = `${Math.min(Number(o), Number(j))}`, _ = l) : i < m ? (p = c.deposit.total, g = c.turnover.total, _ = 1) : i > m && (p = "0.00", g = "0.00", _ = 0), a.list[i] = {
5697
+ let p = "0", g = "0", T = 0;
5698
+ const _ = y === void 0 ? "0.00" : y.deposit.total, j = y === void 0 ? "0.00" : y.turnover.total;
5699
+ i === m ? (p = `${Math.min(Number(s), Number(_))}`, g = `${Math.min(Number(o), Number(j))}`, T = l) : i < m ? (p = c.deposit.total, g = c.turnover.total, T = 1) : i > m && (p = "0.00", g = "0.00", T = 0), a.list[i] = {
5682
5700
  ...c,
5683
5701
  is_current_level: i === m,
5684
5702
  deposit: {
5685
- total: v,
5703
+ total: _,
5686
5704
  isShow: t === 1 || t === 3 || t === 4,
5687
5705
  current: p
5688
5706
  },
@@ -5691,7 +5709,7 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5691
5709
  isShow: t === 2 || t === 3 || t === 4,
5692
5710
  current: g
5693
5711
  },
5694
- percentage: _
5712
+ percentage: T
5695
5713
  };
5696
5714
  }
5697
5715
  }
@@ -5726,10 +5744,10 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5726
5744
  current: p,
5727
5745
  percentage: g > 100 ? 100 : g
5728
5746
  }, a.bonus.salary_20th.status = n.salary_20th.status;
5729
- const { remainingTimeTo20th: _, progressPercentageTo20th: v } = cs();
5747
+ const { remainingTimeTo20th: T, progressPercentageTo20th: _ } = cs();
5730
5748
  a.bonus.salary_20th.timestamp = {
5731
- current: _,
5732
- percentage: v > 100 ? 100 : v
5749
+ current: T,
5750
+ percentage: _ > 100 ? 100 : _
5733
5751
  }, a.bonus.birthday.status = n.birthday.status;
5734
5752
  }
5735
5753
  delete e.vipBonus;
@@ -5822,21 +5840,21 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5822
5840
  code: "",
5823
5841
  value: a.list.map((d) => d.benefit_list.birthday.bonus)
5824
5842
  });
5825
- const _ = n.findIndex(
5843
+ const T = n.findIndex(
5826
5844
  (d) => d.fieldName == "birthday_bonus_multiply"
5827
5845
  );
5828
- _ > -1 && r.push({
5829
- name: n[_].showName,
5846
+ T > -1 && r.push({
5847
+ name: n[T].showName,
5830
5848
  code: "",
5831
5849
  value: a.list.map((d) => d.benefit_list.birthday.turnover)
5832
5850
  });
5833
- const v = n.findIndex(
5851
+ const _ = n.findIndex(
5834
5852
  (d) => d.fieldName == "salary_bonus_1st"
5835
5853
  );
5836
5854
  a.list.map((d) => {
5837
- d.benefit_list.salary_1st.isShow = v > -1;
5838
- }), a.bonus.salary_1st.isShow = v > -1, v > -1 && r.push({
5839
- name: n[v].showName,
5855
+ d.benefit_list.salary_1st.isShow = _ > -1;
5856
+ }), a.bonus.salary_1st.isShow = _ > -1, _ > -1 && r.push({
5857
+ name: n[_].showName,
5840
5858
  code: "",
5841
5859
  value: a.list.map((d) => d.benefit_list.salary_1st.bonus)
5842
5860
  });
@@ -5858,21 +5876,21 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5858
5876
  code: "",
5859
5877
  value: a.list.map((d) => d.benefit_list.salary_10th.bonus)
5860
5878
  });
5861
- const P = n.findIndex(
5879
+ const h = n.findIndex(
5862
5880
  (d) => d.fieldName == "salary_bonus_multiply_10th"
5863
5881
  );
5864
- P > -1 && r.push({
5865
- name: n[P].showName,
5882
+ h > -1 && r.push({
5883
+ name: n[h].showName,
5866
5884
  code: "",
5867
5885
  value: a.list.map((d) => d.benefit_list.salary_10th.turnover)
5868
5886
  });
5869
- const R = n.findIndex(
5887
+ const D = n.findIndex(
5870
5888
  (d) => d.fieldName == "salary_bonus_20th"
5871
5889
  );
5872
5890
  a.list.map((d) => {
5873
- d.benefit_list.salary_20th.isShow = R > -1;
5874
- }), a.bonus.salary_20th.isShow = R > -1, R > -1 && r.push({
5875
- name: n[R].showName,
5891
+ d.benefit_list.salary_20th.isShow = D > -1;
5892
+ }), a.bonus.salary_20th.isShow = D > -1, D > -1 && r.push({
5893
+ name: n[D].showName,
5876
5894
  code: "",
5877
5895
  value: a.list.map((d) => d.benefit_list.salary_20th.bonus)
5878
5896
  });
@@ -5927,7 +5945,7 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5927
5945
  return e;
5928
5946
  };
5929
5947
  var ce = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e.appAd = "appAd", e.deposit = "deposit", e))(ce || {});
5930
- const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5948
+ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5931
5949
  __proto__: null,
5932
5950
  CmsCategory: ce
5933
5951
  }, Symbol.toStringTag, { value: "Module" })), su = (e) => {
@@ -6156,10 +6174,76 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6156
6174
  })
6157
6175
  }
6158
6176
  )), e;
6159
- }, wu = async (e) => {
6177
+ }, wu = (e) => e.status == 0 ? {
6178
+ status: !1,
6179
+ message: e.errormessage ?? "",
6180
+ data: null
6181
+ } : {
6182
+ status: e.status == 1,
6183
+ message: e.errormessage ?? "",
6184
+ data: e.data.map((a) => ({
6185
+ feedbackId: a.feedbackid ?? "",
6186
+ accountId: a.accountid ?? "",
6187
+ title: a.subject ?? "",
6188
+ content: a.content ?? "",
6189
+ statusFeedback: a.status ?? "",
6190
+ createdOn: a.createdon ?? "",
6191
+ replyContent: a.replycontent ?? "",
6192
+ replyBy: a.replyby ?? "",
6193
+ replyOn: a.replyon ?? ""
6194
+ })) ?? []
6195
+ }, Ru = (e) => ({
6196
+ status: e.status == 1,
6197
+ message: e.errormessage ?? ""
6198
+ }), Du = (e) => {
6199
+ if (u.casinoGameList in e && (e != null && e.casinoGameList)) {
6200
+ const a = e.casinoGameList;
6201
+ if (u.getPlatformTurnoverRate in e && (e != null && e.getPlatformTurnoverRate)) {
6202
+ const t = e.getPlatformTurnoverRate, n = a.data.map((r) => {
6203
+ const s = t.find(
6204
+ (o) => o.id === r.platformId
6205
+ );
6206
+ return {
6207
+ ...r,
6208
+ rate: (s == null ? void 0 : s.percentage) ?? "0.00"
6209
+ };
6210
+ });
6211
+ e.casinoGameList = {
6212
+ ...a,
6213
+ data: n
6214
+ }, delete e.getPlatformTurnoverRate;
6215
+ }
6216
+ }
6217
+ return e;
6218
+ }, Pu = (e) => (e.findIndex((a) => a.name === u.casinoGameList) > -1 && e.findIndex((a) => a.name === u.getPlatformTurnoverRate) === -1 && e.push({
6219
+ name: u.getPlatformTurnoverRate,
6220
+ query: ""
6221
+ }), e), ku = (e) => {
6222
+ var a, t, n, r;
6223
+ return {
6224
+ currentPage: ((a = e.mdGameLists) == null ? void 0 : a.current_page) ?? 1,
6225
+ lastPage: ((t = e.mdGameLists) == null ? void 0 : t.last_page) ?? 1,
6226
+ data: ((r = (n = e.mdGameLists) == null ? void 0 : n.data) == null ? void 0 : r.map((s) => ({
6227
+ gameId: s.id,
6228
+ platformId: s.id_PlatformProduct,
6229
+ platformCode: s.code_PlatformMaster,
6230
+ name: s.name,
6231
+ flag: {
6232
+ value: 0,
6233
+ hot: !1,
6234
+ trial: !1,
6235
+ new: !1
6236
+ },
6237
+ imageUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
6238
+ logoUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
6239
+ rate: "0.00",
6240
+ jackpotAmount: ""
6241
+ }))) ?? []
6242
+ };
6243
+ }, xu = async (e) => {
6160
6244
  var a, t;
6161
6245
  try {
6162
- e = uu(e), e = tu(e), e = nu(e), e = su(e), e = cu(e), e = du(e), e = fu(e), e = pu(e), e = hu(e), e = _u(e), e = Tu(e), e = vu(e);
6246
+ e = uu(e), e = tu(e), e = nu(e), e = su(e), e = cu(e), e = du(e), e = fu(e), e = pu(e), e = hu(e), e = _u(e), e = Tu(e), e = vu(e), e = Pu(e);
6163
6247
  const r = {
6164
6248
  requests: e.map((l) => ({
6165
6249
  name: l.name,
@@ -6187,7 +6271,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6187
6271
  o.result[i] = _s(c);
6188
6272
  break;
6189
6273
  case u.cmsList:
6190
- o.result[i] = xs(c);
6274
+ o.result[i] = ks(c);
6191
6275
  break;
6192
6276
  case u.paymentsProvider:
6193
6277
  o.result[i] = gs(
@@ -6216,7 +6300,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6216
6300
  o.result[i] = Ps(c);
6217
6301
  break;
6218
6302
  case u.getCountryMobile:
6219
- o.result[i] = ks(
6303
+ o.result[i] = xs(
6220
6304
  c
6221
6305
  );
6222
6306
  break;
@@ -6429,10 +6513,10 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6429
6513
  o.result[i] = Po(c);
6430
6514
  break;
6431
6515
  case u.applySignIn:
6432
- o.result[i] = xo(c);
6516
+ o.result[i] = ko(c);
6433
6517
  break;
6434
6518
  case u.getCountry:
6435
- o.result[i] = ko(c);
6519
+ o.result[i] = xo(c);
6436
6520
  break;
6437
6521
  case u.submitGiftCode:
6438
6522
  o.result[i] = Oo(c);
@@ -6664,7 +6748,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6664
6748
  );
6665
6749
  break;
6666
6750
  case u.requestForgetUsername:
6667
- o.result[i] = xi(
6751
+ o.result[i] = ki(
6668
6752
  c
6669
6753
  );
6670
6754
  break;
@@ -6674,7 +6758,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6674
6758
  );
6675
6759
  break;
6676
6760
  case u.getAccumulateDepositData:
6677
- o.result[i] = ki(
6761
+ o.result[i] = xi(
6678
6762
  c
6679
6763
  );
6680
6764
  break;
@@ -6785,9 +6869,18 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6785
6869
  c
6786
6870
  );
6787
6871
  break;
6872
+ case u.getFeedback:
6873
+ o.result[i] = wu(c);
6874
+ break;
6875
+ case u.submitFeedback:
6876
+ o.result[i] = Ru(c);
6877
+ break;
6878
+ case u.casinoGameList:
6879
+ o.result[i] = ku(c);
6880
+ break;
6788
6881
  }
6789
6882
  }
6790
- return o.result = iu(o.result), o.result = au(o.result), o.result = ru(o.result), o.result = ou(o.result), o.result = lu(o.result), o.result = mu(o.result), o.result = gu(o.result), o.result = yu(o.result), o.result = bu(o.result), o;
6883
+ return o.result = iu(o.result), o.result = au(o.result), o.result = ru(o.result), o.result = ou(o.result), o.result = lu(o.result), o.result = mu(o.result), o.result = gu(o.result), o.result = yu(o.result), o.result = bu(o.result), o.result = Du(o.result), o;
6791
6884
  } catch (n) {
6792
6885
  return Kt.isAxiosError(n) ? {
6793
6886
  status: ((a = n.response) == null ? void 0 : a.status) || 600,
@@ -6799,10 +6892,10 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6799
6892
  result: {}
6800
6893
  });
6801
6894
  }
6802
- }, Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6895
+ }, Qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6803
6896
  __proto__: null,
6804
- post: wu
6805
- }, Symbol.toStringTag, { value: "Module" })), Ru = async (e) => {
6897
+ post: xu
6898
+ }, Symbol.toStringTag, { value: "Module" })), Ou = async (e) => {
6806
6899
  let a = {
6807
6900
  status: 200,
6808
6901
  message: ""
@@ -6819,10 +6912,10 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6819
6912
  };
6820
6913
  }
6821
6914
  return a;
6822
- }, Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6915
+ }, Xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6823
6916
  __proto__: null,
6824
- call: Ru
6825
- }, Symbol.toStringTag, { value: "Module" })), Du = async (e, a) => {
6917
+ call: Ou
6918
+ }, Symbol.toStringTag, { value: "Module" })), Mu = async (e, a) => {
6826
6919
  let t = {
6827
6920
  status: 200,
6828
6921
  message: ""
@@ -6842,9 +6935,9 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6842
6935
  };
6843
6936
  }
6844
6937
  return t;
6845
- }, qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6938
+ }, Zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6846
6939
  __proto__: null,
6847
- call: Du
6940
+ call: Mu
6848
6941
  }, Symbol.toStringTag, { value: "Module" })), Qt = {
6849
6942
  data: {
6850
6943
  startTimestamp: 0,
@@ -6852,7 +6945,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6852
6945
  dailyIncrease: 0,
6853
6946
  updateInterval: 0
6854
6947
  }
6855
- }, Pu = async () => {
6948
+ }, Su = async () => {
6856
6949
  let e = {
6857
6950
  status: 200,
6858
6951
  message: "",
@@ -6874,10 +6967,10 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6874
6967
  };
6875
6968
  }
6876
6969
  return e;
6877
- }, Vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6970
+ }, Ju = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6878
6971
  __proto__: null,
6879
- call: Pu
6880
- }, Symbol.toStringTag, { value: "Module" })), xu = async () => {
6972
+ call: Su
6973
+ }, Symbol.toStringTag, { value: "Module" })), Iu = async () => {
6881
6974
  let e = {
6882
6975
  status: 200,
6883
6976
  message: ""
@@ -6891,9 +6984,9 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6891
6984
  };
6892
6985
  }
6893
6986
  return e;
6894
- }, Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6987
+ }, Ku = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6895
6988
  __proto__: null,
6896
- call: xu
6989
+ call: Iu
6897
6990
  }, Symbol.toStringTag, { value: "Module" })), Xt = {
6898
6991
  data: {
6899
6992
  status: !1,
@@ -6904,7 +6997,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6904
6997
  accountId: 0
6905
6998
  }
6906
6999
  }
6907
- }, ku = async () => {
7000
+ }, ju = async () => {
6908
7001
  let e = {
6909
7002
  status: 200,
6910
7003
  message: "",
@@ -6929,15 +7022,15 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6929
7022
  };
6930
7023
  }
6931
7024
  return e;
6932
- }, Qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7025
+ }, ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6933
7026
  __proto__: null,
6934
- call: ku
7027
+ call: ju
6935
7028
  }, Symbol.toStringTag, { value: "Module" })), Zt = {
6936
7029
  data: {
6937
7030
  status: !1,
6938
7031
  message: ""
6939
7032
  }
6940
- }, Ou = async (e, a) => {
7033
+ }, Cu = async (e, a) => {
6941
7034
  let t = {
6942
7035
  status: 200,
6943
7036
  message: "",
@@ -6962,10 +7055,10 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6962
7055
  };
6963
7056
  }
6964
7057
  return t;
6965
- }, Xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7058
+ }, tc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6966
7059
  __proto__: null,
6967
- call: Ou
6968
- }, Symbol.toStringTag, { value: "Module" })), Mu = async (e, a, t, n, r) => {
7060
+ call: Cu
7061
+ }, Symbol.toStringTag, { value: "Module" })), Nu = async (e, a, t, n, r) => {
6969
7062
  let s = {
6970
7063
  status: 200,
6971
7064
  message: "",
@@ -7003,9 +7096,9 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7003
7096
  };
7004
7097
  }
7005
7098
  return s;
7006
- }, Zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7099
+ }, ac = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7007
7100
  __proto__: null,
7008
- call: Mu
7101
+ call: Nu
7009
7102
  }, Symbol.toStringTag, { value: "Module" })), Jt = {
7010
7103
  data: {
7011
7104
  status: !1,
@@ -7016,7 +7109,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7016
7109
  endTime: ""
7017
7110
  }
7018
7111
  }
7019
- }, Su = async () => {
7112
+ }, Lu = async () => {
7020
7113
  var a, t, n;
7021
7114
  let e = {
7022
7115
  status: 200,
@@ -7042,19 +7135,9 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7042
7135
  };
7043
7136
  }
7044
7137
  return e;
7045
- }, Ju = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7138
+ }, nc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7046
7139
  __proto__: null,
7047
- call: Su
7048
- }, Symbol.toStringTag, { value: "Module" })), Ku = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7049
- __proto__: null
7050
- }, Symbol.toStringTag, { value: "Module" })), ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7051
- __proto__: null
7052
- }, Symbol.toStringTag, { value: "Module" })), tc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7053
- __proto__: null
7054
- }, Symbol.toStringTag, { value: "Module" })), ac = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7055
- __proto__: null
7056
- }, Symbol.toStringTag, { value: "Module" })), nc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7057
- __proto__: null
7140
+ call: Lu
7058
7141
  }, Symbol.toStringTag, { value: "Module" })), rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7059
7142
  __proto__: null
7060
7143
  }, Symbol.toStringTag, { value: "Module" })), sc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -7099,10 +7182,10 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7099
7182
  __proto__: null
7100
7183
  }, Symbol.toStringTag, { value: "Module" })), Pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7101
7184
  __proto__: null
7102
- }, Symbol.toStringTag, { value: "Module" })), xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7103
- __proto__: null
7104
7185
  }, Symbol.toStringTag, { value: "Module" })), kc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7105
7186
  __proto__: null
7187
+ }, Symbol.toStringTag, { value: "Module" })), xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7188
+ __proto__: null
7106
7189
  }, Symbol.toStringTag, { value: "Module" })), Oc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7107
7190
  __proto__: null
7108
7191
  }, Symbol.toStringTag, { value: "Module" })), Mc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -7129,11 +7212,8 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7129
7212
  __proto__: null
7130
7213
  }, Symbol.toStringTag, { value: "Module" })), Wc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7131
7214
  __proto__: null
7132
- }, Symbol.toStringTag, { value: "Module" }));
7133
- var ba = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ba || {});
7134
- const Ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7135
- __proto__: null,
7136
- ImageCategory: ba
7215
+ }, Symbol.toStringTag, { value: "Module" })), Ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7216
+ __proto__: null
7137
7217
  }, Symbol.toStringTag, { value: "Module" })), Yc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7138
7218
  __proto__: null
7139
7219
  }, Symbol.toStringTag, { value: "Module" })), Hc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -7142,8 +7222,11 @@ const Ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7142
7222
  __proto__: null
7143
7223
  }, Symbol.toStringTag, { value: "Module" })), Uc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7144
7224
  __proto__: null
7145
- }, Symbol.toStringTag, { value: "Module" })), qc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7146
- __proto__: null
7225
+ }, Symbol.toStringTag, { value: "Module" }));
7226
+ var ba = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ba || {});
7227
+ const qc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7228
+ __proto__: null,
7229
+ ImageCategory: ba
7147
7230
  }, Symbol.toStringTag, { value: "Module" })), Vc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7148
7231
  __proto__: null
7149
7232
  }, Symbol.toStringTag, { value: "Module" })), Ac = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -7210,10 +7293,10 @@ const Ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7210
7293
  __proto__: null
7211
7294
  }, Symbol.toStringTag, { value: "Module" })), Pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7212
7295
  __proto__: null
7213
- }, Symbol.toStringTag, { value: "Module" })), xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7214
- __proto__: null
7215
7296
  }, Symbol.toStringTag, { value: "Module" })), kl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7216
7297
  __proto__: null
7298
+ }, Symbol.toStringTag, { value: "Module" })), xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7299
+ __proto__: null
7217
7300
  }, Symbol.toStringTag, { value: "Module" })), Ol = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7218
7301
  __proto__: null
7219
7302
  }, Symbol.toStringTag, { value: "Module" })), Ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -7294,152 +7377,171 @@ const Ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7294
7377
  __proto__: null
7295
7378
  }, Symbol.toStringTag, { value: "Module" })), gd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7296
7379
  __proto__: null
7380
+ }, Symbol.toStringTag, { value: "Module" })), fd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7381
+ __proto__: null
7382
+ }, Symbol.toStringTag, { value: "Module" })), pd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7383
+ __proto__: null
7384
+ }, Symbol.toStringTag, { value: "Module" })), yd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7385
+ __proto__: null
7386
+ }, Symbol.toStringTag, { value: "Module" })), bd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7387
+ __proto__: null
7388
+ }, Symbol.toStringTag, { value: "Module" })), hd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7389
+ __proto__: null
7390
+ }, Symbol.toStringTag, { value: "Module" })), _d = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7391
+ __proto__: null
7392
+ }, Symbol.toStringTag, { value: "Module" })), Td = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7393
+ __proto__: null
7394
+ }, Symbol.toStringTag, { value: "Module" })), vd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7395
+ __proto__: null
7297
7396
  }, Symbol.toStringTag, { value: "Module" }));
7298
7397
  export {
7299
- lc as addBankCardType,
7300
- _l as agTransferCreditReportType,
7301
- tc as announcementType,
7302
- Bu as api,
7303
- Nu as apiType,
7304
- cd as applyGoldEggType,
7305
- Qc as applyPromoType,
7306
- Zc as applyRedPacketType,
7307
- Ml as applyReliefFund,
7308
- Xc as applySignInType,
7309
- uc as applyVipBonusType,
7310
- Nl as applyWeekCard,
7311
- Qu as autoRegisterApi,
7312
- Tl as betReportType,
7313
- mc as changePasswordType,
7314
- xl as changeWithdrawalCodeType,
7315
- ld as checkGoldEggTokenType,
7316
- dd as checkGoldEggValidateType,
7317
- kl as checkRedPacketTokenType,
7318
- Uc as checkRedPacketValidateType,
7319
- al as checkTransferCreditType,
7320
- Gl as claimIncentiveRebate,
7321
- Hu as cmsListType,
7322
- cl as commissionWithdrawType,
7323
- Cu as config,
7324
- ic as depositType,
7325
- hc as fishGameListType,
7326
- rl as friendListEditType,
7327
- nl as friendListType,
7328
- ac as gameListType,
7329
- Al as getASCMatchCountType,
7330
- ql as getAccumulateDepositClaimType,
7331
- zu as getAccumulateDepositDataType,
7332
- sl as getActivePPType,
7333
- ol as getActiveProductType,
7334
- Jc as getCountryType,
7335
- Zl as getCryptoAddressType,
7336
- Xl as getCryptoListType,
7337
- kc as getDepositPromotionType,
7338
- fc as getEventListType,
7339
- pc as getEventTokenType,
7340
- yc as getExtraGameType,
7341
- Yl as getFavouriteGameType,
7342
- md as getGoldEggDataType,
7343
- Ec as getImageType,
7344
- Fl as getIncentiveData,
7345
- zl as getIncentiveRebate,
7346
- Oc as getInviteRewardClaimType,
7347
- wc as getInviteRewardDataType,
7348
- Rc as getInviteRewardReportType,
7349
- Ic as getInviteRewardSettingType,
7350
- Ju as getMaintenanceModeApi,
7351
- Wl as getMissionClaim,
7352
- Fu as getMissionData,
7353
- gd as getNewbieMissionClaimType,
7354
- Eu as getNewbieMissionDataType,
7355
- Jl as getPopoutItemType,
7356
- Sl as getReliefFundData,
7357
- Il as getReliefFundReport,
7358
- xc as getRewardReferralType,
7359
- Yu as getSettingType,
7360
- Mc as getTopUpRewardClaimType,
7361
- jc as getTopUpRewardSettingType,
7362
- Dc as getTopupRewardDataType,
7363
- Pc as getTopupRewardReportType,
7364
- Sc as getTurnOverRewardClaimType,
7365
- Tc as getTurnOverRewardDataType,
7366
- vc as getTurnOverRewardReportType,
7367
- Kl as getTurnOverRewardSettingMultType,
7368
- Cc as getTurnOverRewardSettingType,
7369
- vl as getTwoFactorAuthenticateType,
7370
- Rl as getUserDeviceListType,
7371
- qc as getUserProfileType,
7372
- Ac as getUsernameByReferType,
7373
- Yc as getValidateType,
7374
- Wc as getVerifyPromo,
7375
- ud as getWeekCardAllDataType,
7376
- jl as getWeekCardClaim,
7377
- Cl as getWeekCardData,
7378
- od as getWheelDataType,
7379
- Wu as getWheelReportType,
7380
- id as getWheelTicketType,
7381
- ed as interestIndexType,
7382
- td as interestTransactionListType,
7383
- ad as interestTransferInType,
7384
- nd as interestTransferOutType,
7385
- rd as interestWalletInfoType,
7386
- Vu as jackpotDataApi,
7387
- Zu as loadMatchApi,
7388
- qu as loginApi,
7389
- Ku as loginType,
7390
- Au as logoutApi,
7391
- ec as logoutType,
7392
- bc as mailBoxType,
7393
- sc as mainWalletType,
7394
- Lu as paymentsProviderType,
7395
- Gc as playGame,
7396
- Gc as playGameType,
7397
- wu as post,
7398
- rc as promotionType,
7399
- Bc as readMailType,
7400
- Vl as rebateRefundSettingType,
7401
- bl as referralMemberProfileType,
7402
- yl as referralProfileType,
7403
- hl as registerActionType,
7404
- El as registerFormType,
7405
- Nc as requestForgetPasswordType,
7406
- Bl as requestForgetUsernameType,
7407
- Vc as requestTacCodeType,
7408
- ml as requestTransferMoneyType,
7409
- Fc as requestUpdateMobileTacCode,
7410
- il as requestWithdrawTacType,
7411
- ul as requestWithdrawalCodeType,
7412
- Pl as searchNumberHistoryType,
7413
- Xu as setLocaleApi,
7414
- pl as signInRecordType,
7415
- fl as signInViewInfoType,
7416
- _c as slotGameListType,
7417
- sd as spinWheelType,
7418
- dl as submitCryptoAccountType,
7419
- Lc as submitForgetPasswordType,
7420
- Ul as submitForgetUsernameType,
7421
- $c as submitGiftCode,
7422
- $c as submitGiftCodeType,
7423
- gl as submitTransferMoneyType,
7424
- wl as submitTwoFactorAuthenticateType,
7425
- zc as submitUpdateMobileTacCode,
7426
- tl as submitValidateType,
7427
- Ol as submitWithdrawalAlipayType,
7428
- ll as submitWithdrawalCodeType,
7429
- Uu as telegramLoginApi,
7430
- $u as transactionReportType,
7431
- el as transferProcessType,
7432
- Gu as transferReportType,
7433
- Ll as transferSettingType,
7434
- Kc as transferToMainType,
7435
- $l as transferType,
7436
- Dl as unbindUserDeviceType,
7437
- oc as upcomingMatchType,
7438
- Ql as updateDeviceTokenType,
7439
- Hl as updateFavouriteGameType,
7440
- Hc as updateProfilePictureType,
7441
- nc as vipListType,
7442
- gc as walletType,
7443
- dc as withdrawType,
7444
- cc as withdrawalGetType
7398
+ pc as addBankCardType,
7399
+ Dl as agTransferCreditReportType,
7400
+ oc as announcementType,
7401
+ Qu as api,
7402
+ zu as apiType,
7403
+ fd as applyGoldEggType,
7404
+ el as applyPromoType,
7405
+ al as applyRedPacketType,
7406
+ Nl as applyReliefFund,
7407
+ tl as applySignInType,
7408
+ gc as applyVipBonusType,
7409
+ zl as applyWeekCard,
7410
+ ec as autoRegisterApi,
7411
+ Pl as betReportType,
7412
+ vd as casinoGameListType,
7413
+ bc as changePasswordType,
7414
+ Il as changeWithdrawalCodeType,
7415
+ pd as checkGoldEggTokenType,
7416
+ yd as checkGoldEggValidateType,
7417
+ jl as checkRedPacketTokenType,
7418
+ Xc as checkRedPacketValidateType,
7419
+ il as checkTransferCreditType,
7420
+ Yl as claimIncentiveRebate,
7421
+ Au as cmsListType,
7422
+ fl as commissionWithdrawType,
7423
+ Fu as config,
7424
+ mc as depositType,
7425
+ Rc as fishGameListType,
7426
+ cl as friendListEditType,
7427
+ ul as friendListType,
7428
+ ic as gameListType,
7429
+ Kl as getASCMatchCountType,
7430
+ Zl as getAccumulateDepositClaimType,
7431
+ Bu as getAccumulateDepositDataType,
7432
+ ll as getActivePPType,
7433
+ dl as getActiveProductType,
7434
+ nl as getCountryType,
7435
+ ad as getCryptoAddressType,
7436
+ td as getCryptoListType,
7437
+ jc as getDepositPromotionType,
7438
+ _c as getEventListType,
7439
+ Tc as getEventTokenType,
7440
+ vc as getExtraGameType,
7441
+ Vl as getFavouriteGameType,
7442
+ _d as getFeedbackType,
7443
+ bd as getGoldEggDataType,
7444
+ qc as getImageType,
7445
+ Hl as getIncentiveData,
7446
+ Bl as getIncentiveRebate,
7447
+ Cc as getInviteRewardClaimType,
7448
+ xc as getInviteRewardDataType,
7449
+ Oc as getInviteRewardReportType,
7450
+ $c as getInviteRewardSettingType,
7451
+ nc as getMaintenanceModeApi,
7452
+ Ul as getMissionClaim,
7453
+ Hu as getMissionData,
7454
+ hd as getNewbieMissionClaimType,
7455
+ qu as getNewbieMissionDataType,
7456
+ nd as getPopoutItemType,
7457
+ Ll as getReliefFundData,
7458
+ $l as getReliefFundReport,
7459
+ Ic as getRewardReferralType,
7460
+ Vu as getSettingType,
7461
+ Nc as getTopUpRewardClaimType,
7462
+ Gc as getTopUpRewardSettingType,
7463
+ Mc as getTopupRewardDataType,
7464
+ Sc as getTopupRewardReportType,
7465
+ Lc as getTurnOverRewardClaimType,
7466
+ Pc as getTurnOverRewardDataType,
7467
+ kc as getTurnOverRewardReportType,
7468
+ rd as getTurnOverRewardSettingMultType,
7469
+ Fc as getTurnOverRewardSettingType,
7470
+ kl as getTwoFactorAuthenticateType,
7471
+ Ol as getUserDeviceListType,
7472
+ Zc as getUserProfileType,
7473
+ Kc as getUsernameByReferType,
7474
+ Vc as getValidateType,
7475
+ Uc as getVerifyPromo,
7476
+ gd as getWeekCardAllDataType,
7477
+ Gl as getWeekCardClaim,
7478
+ Fl as getWeekCardData,
7479
+ dd as getWheelDataType,
7480
+ Uu as getWheelReportType,
7481
+ md as getWheelTicketType,
7482
+ sd as interestIndexType,
7483
+ od as interestTransactionListType,
7484
+ id as interestTransferInType,
7485
+ ud as interestTransferOutType,
7486
+ cd as interestWalletInfoType,
7487
+ Ju as jackpotDataApi,
7488
+ ac as loadMatchApi,
7489
+ Zu as loginApi,
7490
+ rc as loginType,
7491
+ Ku as logoutApi,
7492
+ sc as logoutType,
7493
+ wc as mailBoxType,
7494
+ lc as mainWalletType,
7495
+ Wu as paymentsProviderType,
7496
+ Yc as playGame,
7497
+ Yc as playGameType,
7498
+ xu as post,
7499
+ cc as promotionType,
7500
+ Qc as readMailType,
7501
+ Jl as rebateRefundSettingType,
7502
+ wl as referralMemberProfileType,
7503
+ vl as referralProfileType,
7504
+ Rl as registerActionType,
7505
+ ql as registerFormType,
7506
+ zc as requestForgetPasswordType,
7507
+ Ql as requestForgetUsernameType,
7508
+ Jc as requestTacCodeType,
7509
+ bl as requestTransferMoneyType,
7510
+ Hc as requestUpdateMobileTacCode,
7511
+ ml as requestWithdrawTacType,
7512
+ gl as requestWithdrawalCodeType,
7513
+ Sl as searchNumberHistoryType,
7514
+ tc as setLocaleApi,
7515
+ Tl as signInRecordType,
7516
+ _l as signInViewInfoType,
7517
+ Dc as slotGameListType,
7518
+ ld as spinWheelType,
7519
+ yl as submitCryptoAccountType,
7520
+ Td as submitFeedbackType,
7521
+ Wc as submitForgetPasswordType,
7522
+ Xl as submitForgetUsernameType,
7523
+ Ec as submitGiftCode,
7524
+ Ec as submitGiftCodeType,
7525
+ hl as submitTransferMoneyType,
7526
+ xl as submitTwoFactorAuthenticateType,
7527
+ Bc as submitUpdateMobileTacCode,
7528
+ ol as submitValidateType,
7529
+ Cl as submitWithdrawalAlipayType,
7530
+ pl as submitWithdrawalCodeType,
7531
+ Xu as telegramLoginApi,
7532
+ Eu as transactionReportType,
7533
+ sl as transferProcessType,
7534
+ Yu as transferReportType,
7535
+ Wl as transferSettingType,
7536
+ rl as transferToMainType,
7537
+ El as transferType,
7538
+ Ml as unbindUserDeviceType,
7539
+ dc as upcomingMatchType,
7540
+ ed as updateDeviceTokenType,
7541
+ Al as updateFavouriteGameType,
7542
+ Ac as updateProfilePictureType,
7543
+ uc as vipListType,
7544
+ hc as walletType,
7545
+ yc as withdrawType,
7546
+ fc as withdrawalGetType
7445
7547
  };