@everymatrix/player-account-controller-nd 1.46.0 → 1.47.0
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.
- package/components/{PlayerAccountControllerNd-DRYtUN3_.js → PlayerAccountControllerNd-2NOTQG2y.js} +400 -326
- package/components/PlayerAccountControllerNd-qGTPICCf.cjs +1 -0
- package/components/{PlayerAccountGamingLimitsPage2Gm16-BqBYhQji.js → PlayerAccountGamingLimitsPage2Gm16-CUVJ6oru.js} +493 -493
- package/components/{PlayerAccountGamingLimitsPage2Gm16-ChyIWofJ.cjs → PlayerAccountGamingLimitsPage2Gm16-CgSTVo78.cjs} +5 -5
- package/components/{PlayerAccountGamingLimitsWrapper2Nd-Dlw9YcZ8.cjs → PlayerAccountGamingLimitsWrapper2Nd-BB_AZFo5.cjs} +1 -1
- package/components/{PlayerAccountGamingLimitsWrapper2Nd-CcRvb6xJ.js → PlayerAccountGamingLimitsWrapper2Nd-Drgw_sTb.js} +1 -1
- package/es2015/player-account-controller-nd.cjs +1 -1
- package/es2015/player-account-controller-nd.js +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountControllerNd-DxrDUaCm.cjs +0 -1
package/components/{PlayerAccountControllerNd-DRYtUN3_.js → PlayerAccountControllerNd-2NOTQG2y.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var We = (s, e, n) => new Promise((t, u) => {
|
|
2
|
-
var
|
|
2
|
+
var o = (_) => {
|
|
3
3
|
try {
|
|
4
4
|
w(n.next(_));
|
|
5
5
|
} catch (c) {
|
|
@@ -11,10 +11,10 @@ var We = (s, e, n) => new Promise((t, u) => {
|
|
|
11
11
|
} catch (c) {
|
|
12
12
|
u(c);
|
|
13
13
|
}
|
|
14
|
-
}, w = (_) => _.done ? t(_.value) : Promise.resolve(_.value).then(
|
|
14
|
+
}, w = (_) => _.done ? t(_.value) : Promise.resolve(_.value).then(o, f);
|
|
15
15
|
w((n = n.apply(s, e)).next());
|
|
16
16
|
});
|
|
17
|
-
import { $ as Z, z as hi, a as gi, S as wi, i as yi, f as y, c as _i, s as bi, b as
|
|
17
|
+
import { $ as Z, z as hi, a as gi, S as wi, i as yi, f as y, c as _i, s as bi, b as Si, e as m, k as p, o as Fe, p as d, q as ki, u as Je, v as Ei, x as vi, y as Ci, A as Di, g as He, d as Y, j as i, l as N, B as Pi, C as Qe } from "./GeneralLogout-DI0_2Ld2.js";
|
|
18
18
|
function Li({ withLocale: s, translations: e }) {
|
|
19
19
|
Z.subscribe((n) => {
|
|
20
20
|
n == null && (hi.set(e), Z.set(s));
|
|
@@ -412,7 +412,7 @@ if (typeof window != "undefined") {
|
|
|
412
412
|
}
|
|
413
413
|
};
|
|
414
414
|
};
|
|
415
|
-
customElements.define = s(customElements.define), import("./PlayerAccountGamingLimitsWrapper2Nd-
|
|
415
|
+
customElements.define = s(customElements.define), import("./PlayerAccountGamingLimitsWrapper2Nd-Drgw_sTb.js").then(({ default: e }) => {
|
|
416
416
|
!customElements.get("player-account-gaming-limits-wrapper-2-nd") && customElements.define(
|
|
417
417
|
"player-account-gaming-limits-wrapper-2-nd",
|
|
418
418
|
e.element
|
|
@@ -436,141 +436,147 @@ if (typeof window != "undefined") {
|
|
|
436
436
|
});
|
|
437
437
|
}
|
|
438
438
|
function Mi(s) {
|
|
439
|
-
|
|
439
|
+
Si(s, "svelte-3v4gfz", '*,*::before,*::after,body{margin:0;padding:0;box-sizing:border-box}.PlayerAccountPage{display:grid;gap:10px;width:100%;grid-template-areas:"nav main aside";grid-template-rows:auto;grid-template-columns:300px 1fr 300px;background:var(--emfe-w-pam-color-bg, var(--emfe-w-color-gray-50, #F9F8F8))}.PlayerAccountPage.PlayerAccountMobilePage{display:block;background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013E5C));padding-right:0px}.PlayerAccountPage>nav{grid-area:nav;background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013E5C));box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.3);background-clip:padding-box;border-radius:var(--emw--border-radius-medium, 20px)}.PlayerAccountPage>nav.PlayerAccountMobile{background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013E5C));color:var(--emfe-w-pam-typography-color-nav-bg, var(--emfe-w-color-contrast, #FFFFFF));border-radius:0px;padding:0}.PlayerAccountPage>main{grid-area:main}.PlayerAccountPage>aside{grid-area:aside;background:linear-gradient(to bottom, var(--emw--color-primary-variant, #184026), var(--emw--color-aside-pam-variant, #453D68));border-radius:var(--emw--border-radius-medium, 20px);padding:15px}');
|
|
440
440
|
}
|
|
441
441
|
function Ai(s) {
|
|
442
442
|
let e;
|
|
443
|
-
function n(
|
|
444
|
-
|
|
443
|
+
function n(o, f) {
|
|
444
|
+
if (
|
|
445
445
|
/*isMobile*/
|
|
446
|
-
|
|
447
|
-
);
|
|
446
|
+
o[47]
|
|
447
|
+
) return ji;
|
|
448
|
+
if (
|
|
449
|
+
/*sessionId*/
|
|
450
|
+
o[42] && /*cmsendpoint*/
|
|
451
|
+
o[0] && /*env*/
|
|
452
|
+
o[1]
|
|
453
|
+
) return Oi;
|
|
448
454
|
}
|
|
449
|
-
let
|
|
455
|
+
let t = n(s), u = t && t(s);
|
|
450
456
|
return {
|
|
451
457
|
c() {
|
|
452
|
-
e = m("section"), u.c(), He(e, "class", "PlayerAccountPage " + /*isMobile*/
|
|
453
|
-
(s[
|
|
458
|
+
e = m("section"), u && u.c(), He(e, "class", "PlayerAccountPage " + /*isMobile*/
|
|
459
|
+
(s[47] ? "PlayerAccountMobilePage" : ""));
|
|
454
460
|
},
|
|
455
|
-
m(
|
|
456
|
-
p(
|
|
461
|
+
m(o, f) {
|
|
462
|
+
p(o, e, f), u && u.m(e, null);
|
|
457
463
|
},
|
|
458
|
-
p(
|
|
459
|
-
u.p(
|
|
464
|
+
p(o, f) {
|
|
465
|
+
t === (t = n(o)) && u ? u.p(o, f) : (u && u.d(1), u = t && t(o), u && (u.c(), u.m(e, null)));
|
|
460
466
|
},
|
|
461
|
-
d(
|
|
462
|
-
|
|
467
|
+
d(o) {
|
|
468
|
+
o && d(e), u && u.d();
|
|
463
469
|
}
|
|
464
470
|
};
|
|
465
471
|
}
|
|
466
472
|
function Oi(s) {
|
|
467
|
-
let e, n, t, u,
|
|
473
|
+
let e, n, t, u, o, f, w;
|
|
468
474
|
function _(l, b) {
|
|
469
475
|
if (
|
|
470
476
|
/*activeMenuItem*/
|
|
471
|
-
l[
|
|
472
|
-
l[
|
|
477
|
+
l[46] === /*widgetPath*/
|
|
478
|
+
l[49][0]
|
|
473
479
|
) return xi;
|
|
474
480
|
if (
|
|
475
481
|
/*activeMenuItem*/
|
|
476
|
-
l[
|
|
477
|
-
l[
|
|
482
|
+
l[46] === /*widgetPath*/
|
|
483
|
+
l[49][1]
|
|
478
484
|
) return $i;
|
|
479
485
|
if (
|
|
480
486
|
/*activeMenuItem*/
|
|
481
|
-
l[
|
|
482
|
-
l[
|
|
487
|
+
l[46] === /*widgetPath*/
|
|
488
|
+
l[49][2]
|
|
483
489
|
) return Yi;
|
|
484
490
|
if (
|
|
485
491
|
/*activeMenuItem*/
|
|
486
|
-
l[
|
|
487
|
-
l[
|
|
492
|
+
l[46] === /*widgetPath*/
|
|
493
|
+
l[49][3]
|
|
488
494
|
) return Zi;
|
|
489
495
|
if (
|
|
490
496
|
/*activeMenuItem*/
|
|
491
|
-
l[
|
|
492
|
-
l[
|
|
497
|
+
l[46] === /*widgetPath*/
|
|
498
|
+
l[49][4]
|
|
493
499
|
) return Ki;
|
|
494
500
|
if (
|
|
495
501
|
/*activeMenuItem*/
|
|
496
|
-
l[
|
|
497
|
-
l[
|
|
502
|
+
l[46] == /*widgetPath*/
|
|
503
|
+
l[49][5]
|
|
498
504
|
) return Bi;
|
|
499
505
|
if (
|
|
500
506
|
/*activeMenuItem*/
|
|
501
|
-
l[
|
|
502
|
-
l[
|
|
507
|
+
l[46] === /*widgetPath*/
|
|
508
|
+
l[49][6]
|
|
503
509
|
) return Qi;
|
|
504
510
|
if (
|
|
505
511
|
/*activeMenuItem*/
|
|
506
|
-
l[
|
|
507
|
-
l[
|
|
512
|
+
l[46] === /*widgetPath*/
|
|
513
|
+
l[49][7]
|
|
508
514
|
) return Hi;
|
|
509
515
|
if (
|
|
510
516
|
/*activeMenuItem*/
|
|
511
|
-
l[
|
|
512
|
-
l[
|
|
517
|
+
l[46] === /*widgetPath*/
|
|
518
|
+
l[49][8]
|
|
513
519
|
) return qi;
|
|
514
520
|
if (
|
|
515
521
|
/*activeMenuItem*/
|
|
516
|
-
l[
|
|
517
|
-
l[
|
|
522
|
+
l[46] === /*widgetPath*/
|
|
523
|
+
l[49][9]
|
|
518
524
|
) return Vi;
|
|
519
525
|
if (
|
|
520
526
|
/*activeMenuItem*/
|
|
521
|
-
l[
|
|
522
|
-
l[
|
|
527
|
+
l[46] === /*widgetPath*/
|
|
528
|
+
l[49][10]
|
|
523
529
|
) return Ji;
|
|
524
530
|
if (
|
|
525
531
|
/*activeMenuItem*/
|
|
526
|
-
l[
|
|
527
|
-
l[
|
|
532
|
+
l[46] === /*widgetPath*/
|
|
533
|
+
l[49][11]
|
|
528
534
|
) return Fi;
|
|
529
535
|
if (
|
|
530
536
|
/*activeMenuItem*/
|
|
531
|
-
l[
|
|
532
|
-
l[
|
|
537
|
+
l[46] === /*widgetPath*/
|
|
538
|
+
l[49][12]
|
|
533
539
|
) return Wi;
|
|
534
540
|
if (
|
|
535
541
|
/*activeMenuItem*/
|
|
536
|
-
l[
|
|
537
|
-
l[
|
|
542
|
+
l[46] === /*widgetPath*/
|
|
543
|
+
l[49][13]
|
|
538
544
|
) return Xi;
|
|
539
545
|
if (
|
|
540
546
|
/*activeMenuItem*/
|
|
541
|
-
l[
|
|
542
|
-
l[
|
|
547
|
+
l[46] === /*widgetPath*/
|
|
548
|
+
l[49][14]
|
|
543
549
|
) return Gi;
|
|
544
550
|
if (
|
|
545
551
|
/*activeMenuItem*/
|
|
546
|
-
l[
|
|
547
|
-
l[
|
|
552
|
+
l[46] === /*widgetPath*/
|
|
553
|
+
l[49][15]
|
|
548
554
|
) return zi;
|
|
549
555
|
if (
|
|
550
556
|
/*activeMenuItem*/
|
|
551
|
-
l[
|
|
552
|
-
l[
|
|
557
|
+
l[46] === /*widgetPath*/
|
|
558
|
+
l[49][16]
|
|
553
559
|
) return Ii;
|
|
554
560
|
if (
|
|
555
561
|
/*activeMenuItem*/
|
|
556
|
-
l[
|
|
557
|
-
l[
|
|
562
|
+
l[46] === /*widgetPath*/
|
|
563
|
+
l[49][17]
|
|
558
564
|
) return Ni;
|
|
559
565
|
if (
|
|
560
566
|
/*activeMenuItem*/
|
|
561
|
-
l[
|
|
562
|
-
l[
|
|
567
|
+
l[46] === /*widgetPath*/
|
|
568
|
+
l[49][18]
|
|
563
569
|
) return Ri;
|
|
564
570
|
if (
|
|
565
571
|
/*activeMenuItem*/
|
|
566
|
-
l[
|
|
567
|
-
l[
|
|
572
|
+
l[46] === /*widgetPath*/
|
|
573
|
+
l[49][19]
|
|
568
574
|
) return Ti;
|
|
569
575
|
}
|
|
570
576
|
let c = _(s), a = c && c(s);
|
|
571
577
|
return {
|
|
572
578
|
c() {
|
|
573
|
-
e = m("nav"), n = m("player-account-menu-nd"), t = Y(), u = m("main"), a && a.c(),
|
|
579
|
+
e = m("nav"), n = m("player-account-menu-nd"), t = Y(), u = m("main"), a && a.c(), o = Y(), f = m("aside"), w = m("player-account-notifications"), i(
|
|
574
580
|
n,
|
|
575
581
|
"endpoint",
|
|
576
582
|
/*endpoint*/
|
|
@@ -599,7 +605,7 @@ function Oi(s) {
|
|
|
599
605
|
n,
|
|
600
606
|
"activemenuitem",
|
|
601
607
|
/*activeMenuItem*/
|
|
602
|
-
s[
|
|
608
|
+
s[46]
|
|
603
609
|
), i(
|
|
604
610
|
n,
|
|
605
611
|
"cmsendpoint",
|
|
@@ -609,7 +615,7 @@ function Oi(s) {
|
|
|
609
615
|
n,
|
|
610
616
|
"selecteditem",
|
|
611
617
|
/*selected*/
|
|
612
|
-
s[
|
|
618
|
+
s[48]
|
|
613
619
|
), i(
|
|
614
620
|
n,
|
|
615
621
|
"userroles",
|
|
@@ -648,7 +654,7 @@ function Oi(s) {
|
|
|
648
654
|
);
|
|
649
655
|
},
|
|
650
656
|
m(l, b) {
|
|
651
|
-
p(l, e, b), N(e, n), p(l, t, b), p(l, u, b), a && a.m(u, null), p(l,
|
|
657
|
+
p(l, e, b), N(e, n), p(l, t, b), p(l, u, b), a && a.m(u, null), p(l, o, b), p(l, f, b), N(f, w);
|
|
652
658
|
},
|
|
653
659
|
p(l, b) {
|
|
654
660
|
b[0] & /*endpoint*/
|
|
@@ -682,11 +688,11 @@ function Oi(s) {
|
|
|
682
688
|
/*env*/
|
|
683
689
|
l[1]
|
|
684
690
|
), b[1] & /*activeMenuItem*/
|
|
685
|
-
|
|
691
|
+
32768 && i(
|
|
686
692
|
n,
|
|
687
693
|
"activemenuitem",
|
|
688
694
|
/*activeMenuItem*/
|
|
689
|
-
l[
|
|
695
|
+
l[46]
|
|
690
696
|
), b[0] & /*cmsendpoint*/
|
|
691
697
|
1 && i(
|
|
692
698
|
n,
|
|
@@ -738,119 +744,119 @@ function Oi(s) {
|
|
|
738
744
|
);
|
|
739
745
|
},
|
|
740
746
|
d(l) {
|
|
741
|
-
l && (d(e), d(t), d(u), d(
|
|
747
|
+
l && (d(e), d(t), d(u), d(o), d(f)), a && a.d();
|
|
742
748
|
}
|
|
743
749
|
};
|
|
744
750
|
}
|
|
745
751
|
function ji(s) {
|
|
746
752
|
let e;
|
|
747
|
-
function n(
|
|
753
|
+
function n(o, f) {
|
|
748
754
|
if (!/*activeMenuItem*/
|
|
749
|
-
|
|
755
|
+
o[46]) return kn;
|
|
750
756
|
if (
|
|
751
757
|
/*activeMenuItem*/
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
) return
|
|
758
|
+
o[46] === /*widgetPath*/
|
|
759
|
+
o[49][0]
|
|
760
|
+
) return Sn;
|
|
755
761
|
if (
|
|
756
762
|
/*activeMenuItem*/
|
|
757
|
-
|
|
758
|
-
|
|
763
|
+
o[46] === /*widgetPath*/
|
|
764
|
+
o[49][1]
|
|
759
765
|
) return bn;
|
|
760
766
|
if (
|
|
761
767
|
/*activeMenuItem*/
|
|
762
|
-
|
|
763
|
-
|
|
768
|
+
o[46] === /*widgetPath*/
|
|
769
|
+
o[49][2]
|
|
764
770
|
) return _n;
|
|
765
771
|
if (
|
|
766
772
|
/*activeMenuItem*/
|
|
767
|
-
|
|
768
|
-
|
|
773
|
+
o[46] === /*widgetPath*/
|
|
774
|
+
o[49][3]
|
|
769
775
|
) return yn;
|
|
770
776
|
if (
|
|
771
777
|
/*activeMenuItem*/
|
|
772
|
-
|
|
773
|
-
|
|
778
|
+
o[46] === /*widgetPath*/
|
|
779
|
+
o[49][4]
|
|
774
780
|
) return wn;
|
|
775
781
|
if (
|
|
776
782
|
/*activeMenuItem*/
|
|
777
|
-
|
|
778
|
-
|
|
783
|
+
o[46] === /*widgetPath*/
|
|
784
|
+
o[49][5]
|
|
779
785
|
) return gn;
|
|
780
786
|
if (
|
|
781
787
|
/*activeMenuItem*/
|
|
782
|
-
|
|
783
|
-
|
|
788
|
+
o[46] === /*widgetPath*/
|
|
789
|
+
o[49][6]
|
|
784
790
|
) return hn;
|
|
785
791
|
if (
|
|
786
792
|
/*activeMenuItem*/
|
|
787
|
-
|
|
788
|
-
|
|
793
|
+
o[46] === /*widgetPath*/
|
|
794
|
+
o[49][7]
|
|
789
795
|
) return dn;
|
|
790
796
|
if (
|
|
791
797
|
/*activeMenuItem*/
|
|
792
|
-
|
|
793
|
-
|
|
798
|
+
o[46] === /*widgetPath*/
|
|
799
|
+
o[49][8]
|
|
794
800
|
) return pn;
|
|
795
801
|
if (
|
|
796
802
|
/*activeMenuItem*/
|
|
797
|
-
|
|
798
|
-
|
|
803
|
+
o[46] === /*widgetPath*/
|
|
804
|
+
o[49][9]
|
|
799
805
|
) return mn;
|
|
800
806
|
if (
|
|
801
807
|
/*activeMenuItem*/
|
|
802
|
-
|
|
803
|
-
|
|
808
|
+
o[46] === /*widgetPath*/
|
|
809
|
+
o[49][10]
|
|
804
810
|
) return cn;
|
|
805
811
|
if (
|
|
806
812
|
/*activeMenuItem*/
|
|
807
|
-
|
|
808
|
-
|
|
813
|
+
o[46] === /*widgetPath*/
|
|
814
|
+
o[49][11]
|
|
809
815
|
) return fn;
|
|
810
816
|
if (
|
|
811
817
|
/*activeMenuItem*/
|
|
812
|
-
|
|
813
|
-
|
|
818
|
+
o[46] === /*widgetPath*/
|
|
819
|
+
o[49][12]
|
|
814
820
|
) return un;
|
|
815
821
|
if (
|
|
816
822
|
/*activeMenuItem*/
|
|
817
|
-
|
|
818
|
-
|
|
823
|
+
o[46] === /*widgetPath*/
|
|
824
|
+
o[49][13]
|
|
819
825
|
) return rn;
|
|
820
826
|
if (
|
|
821
827
|
/*activeMenuItem*/
|
|
822
|
-
|
|
823
|
-
|
|
828
|
+
o[46] === /*widgetPath*/
|
|
829
|
+
o[49][14]
|
|
824
830
|
) return on;
|
|
825
831
|
if (
|
|
826
832
|
/*activeMenuItem*/
|
|
827
|
-
|
|
828
|
-
|
|
833
|
+
o[46] === /*widgetPath*/
|
|
834
|
+
o[49][15]
|
|
829
835
|
) return an;
|
|
830
836
|
if (
|
|
831
837
|
/*activeMenuItem*/
|
|
832
|
-
|
|
833
|
-
|
|
838
|
+
o[46] === /*widgetPath*/
|
|
839
|
+
o[49][16]
|
|
834
840
|
) return ln;
|
|
835
841
|
if (
|
|
836
842
|
/*activeMenuItem*/
|
|
837
|
-
|
|
838
|
-
|
|
843
|
+
o[46] === /*widgetPath*/
|
|
844
|
+
o[49][17]
|
|
839
845
|
) return tn;
|
|
840
846
|
if (
|
|
841
847
|
/*activeMenuItem*/
|
|
842
|
-
|
|
843
|
-
|
|
848
|
+
o[46] === /*widgetPath*/
|
|
849
|
+
o[49][18]
|
|
844
850
|
) return sn;
|
|
845
851
|
if (
|
|
846
852
|
/*activeMenuItem*/
|
|
847
|
-
|
|
848
|
-
|
|
853
|
+
o[46] === /*widgetPath*/
|
|
854
|
+
o[49][19]
|
|
849
855
|
) return nn;
|
|
850
856
|
if (
|
|
851
857
|
/*activeMenuItem*/
|
|
852
|
-
|
|
853
|
-
|
|
858
|
+
o[46] === /*widgetPath*/
|
|
859
|
+
o[49][20]
|
|
854
860
|
) return en;
|
|
855
861
|
}
|
|
856
862
|
let t = n(s), u = t && t(s);
|
|
@@ -858,14 +864,14 @@ function ji(s) {
|
|
|
858
864
|
c() {
|
|
859
865
|
u && u.c(), e = Pi();
|
|
860
866
|
},
|
|
861
|
-
m(
|
|
862
|
-
u && u.m(
|
|
867
|
+
m(o, f) {
|
|
868
|
+
u && u.m(o, f), p(o, e, f);
|
|
863
869
|
},
|
|
864
|
-
p(
|
|
865
|
-
t === (t = n(
|
|
870
|
+
p(o, f) {
|
|
871
|
+
t === (t = n(o)) && u ? u.p(o, f) : (u && u.d(1), u = t && t(o), u && (u.c(), u.m(e.parentNode, e)));
|
|
866
872
|
},
|
|
867
|
-
d(
|
|
868
|
-
|
|
873
|
+
d(o) {
|
|
874
|
+
o && d(e), u && u.d(o);
|
|
869
875
|
}
|
|
870
876
|
};
|
|
871
877
|
}
|
|
@@ -892,7 +898,7 @@ function Ti(s) {
|
|
|
892
898
|
e,
|
|
893
899
|
"mobile",
|
|
894
900
|
/*isMobile*/
|
|
895
|
-
s[
|
|
901
|
+
s[47]
|
|
896
902
|
), i(
|
|
897
903
|
e,
|
|
898
904
|
"translation-url",
|
|
@@ -947,7 +953,7 @@ function Ti(s) {
|
|
|
947
953
|
};
|
|
948
954
|
}
|
|
949
955
|
function Ri(s) {
|
|
950
|
-
let e, n, t, u,
|
|
956
|
+
let e, n, t, u, o, f, w, _, c;
|
|
951
957
|
return {
|
|
952
958
|
c() {
|
|
953
959
|
e = m("user-deposit-withdrawal"), i(
|
|
@@ -996,7 +1002,7 @@ function Ri(s) {
|
|
|
996
1002
|
s[6] + /*cancelurl*/
|
|
997
1003
|
s[30]), i(e, "fail-url", u = "https://" + window.location.hostname + "/" + /*lang*/
|
|
998
1004
|
s[6] + /*failurl*/
|
|
999
|
-
s[29]), i(e, "sports-url",
|
|
1005
|
+
s[29]), i(e, "sports-url", o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1000
1006
|
s[6] + /*sportsurl*/
|
|
1001
1007
|
s[31]), i(e, "casino-url", f = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1002
1008
|
s[6] + /*casinourl*/
|
|
@@ -1081,9 +1087,9 @@ function Ri(s) {
|
|
|
1081
1087
|
a[6] + /*failurl*/
|
|
1082
1088
|
a[29]) && i(e, "fail-url", u), l[0] & /*lang*/
|
|
1083
1089
|
64 | l[1] & /*sportsurl*/
|
|
1084
|
-
1 &&
|
|
1090
|
+
1 && o !== (o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1085
1091
|
a[6] + /*sportsurl*/
|
|
1086
|
-
a[31]) && i(e, "sports-url",
|
|
1092
|
+
a[31]) && i(e, "sports-url", o), l[0] & /*lang*/
|
|
1087
1093
|
64 | l[1] & /*casinourl*/
|
|
1088
1094
|
2 && f !== (f = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1089
1095
|
a[6] + /*casinourl*/
|
|
@@ -1119,7 +1125,7 @@ function Ri(s) {
|
|
|
1119
1125
|
};
|
|
1120
1126
|
}
|
|
1121
1127
|
function Ni(s) {
|
|
1122
|
-
let e, n, t, u,
|
|
1128
|
+
let e, n, t, u, o, f, w, _, c;
|
|
1123
1129
|
return {
|
|
1124
1130
|
c() {
|
|
1125
1131
|
e = m("user-deposit-withdrawal"), i(
|
|
@@ -1168,7 +1174,7 @@ function Ni(s) {
|
|
|
1168
1174
|
s[6] + /*cancelurl*/
|
|
1169
1175
|
s[30]), i(e, "fail-url", u = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1170
1176
|
s[6] + /*failurl*/
|
|
1171
|
-
s[29]), i(e, "sports-url",
|
|
1177
|
+
s[29]), i(e, "sports-url", o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1172
1178
|
s[6] + /*sportsurl*/
|
|
1173
1179
|
s[31]), i(e, "casino-url", f = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1174
1180
|
s[6] + /*casinourl*/
|
|
@@ -1253,9 +1259,9 @@ function Ni(s) {
|
|
|
1253
1259
|
a[6] + /*failurl*/
|
|
1254
1260
|
a[29]) && i(e, "fail-url", u), l[0] & /*lang*/
|
|
1255
1261
|
64 | l[1] & /*sportsurl*/
|
|
1256
|
-
1 &&
|
|
1262
|
+
1 && o !== (o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1257
1263
|
a[6] + /*sportsurl*/
|
|
1258
|
-
a[31]) && i(e, "sports-url",
|
|
1264
|
+
a[31]) && i(e, "sports-url", o), l[0] & /*lang*/
|
|
1259
1265
|
64 | l[1] & /*casinourl*/
|
|
1260
1266
|
2 && f !== (f = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1261
1267
|
a[6] + /*casinourl*/
|
|
@@ -1918,7 +1924,7 @@ function Fi(s) {
|
|
|
1918
1924
|
e,
|
|
1919
1925
|
"playercurrency",
|
|
1920
1926
|
/*playercurrency*/
|
|
1921
|
-
s[
|
|
1927
|
+
s[44]
|
|
1922
1928
|
);
|
|
1923
1929
|
},
|
|
1924
1930
|
m(n, t) {
|
|
@@ -1974,11 +1980,11 @@ function Fi(s) {
|
|
|
1974
1980
|
/*clientstylingurl*/
|
|
1975
1981
|
n[23]
|
|
1976
1982
|
), t[1] & /*playercurrency*/
|
|
1977
|
-
|
|
1983
|
+
8192 && i(
|
|
1978
1984
|
e,
|
|
1979
1985
|
"playercurrency",
|
|
1980
1986
|
/*playercurrency*/
|
|
1981
|
-
n[
|
|
1987
|
+
n[44]
|
|
1982
1988
|
);
|
|
1983
1989
|
},
|
|
1984
1990
|
d(n) {
|
|
@@ -2034,7 +2040,7 @@ function Ji(s) {
|
|
|
2034
2040
|
e,
|
|
2035
2041
|
"playercurrency",
|
|
2036
2042
|
/*playercurrency*/
|
|
2037
|
-
s[
|
|
2043
|
+
s[44]
|
|
2038
2044
|
);
|
|
2039
2045
|
},
|
|
2040
2046
|
m(n, t) {
|
|
@@ -2090,11 +2096,11 @@ function Ji(s) {
|
|
|
2090
2096
|
/*clientstylingurl*/
|
|
2091
2097
|
n[23]
|
|
2092
2098
|
), t[1] & /*playercurrency*/
|
|
2093
|
-
|
|
2099
|
+
8192 && i(
|
|
2094
2100
|
e,
|
|
2095
2101
|
"playercurrency",
|
|
2096
2102
|
/*playercurrency*/
|
|
2097
|
-
n[
|
|
2103
|
+
n[44]
|
|
2098
2104
|
);
|
|
2099
2105
|
},
|
|
2100
2106
|
d(n) {
|
|
@@ -2334,7 +2340,7 @@ function Hi(s) {
|
|
|
2334
2340
|
e,
|
|
2335
2341
|
"playercurrency",
|
|
2336
2342
|
/*playercurrency*/
|
|
2337
|
-
s[
|
|
2343
|
+
s[44]
|
|
2338
2344
|
), i(
|
|
2339
2345
|
e,
|
|
2340
2346
|
"clientstyling",
|
|
@@ -2382,11 +2388,11 @@ function Hi(s) {
|
|
|
2382
2388
|
/*translationurl*/
|
|
2383
2389
|
n[24]
|
|
2384
2390
|
), t[1] & /*playercurrency*/
|
|
2385
|
-
|
|
2391
|
+
8192 && i(
|
|
2386
2392
|
e,
|
|
2387
2393
|
"playercurrency",
|
|
2388
2394
|
/*playercurrency*/
|
|
2389
|
-
n[
|
|
2395
|
+
n[44]
|
|
2390
2396
|
), t[0] & /*clientstyling*/
|
|
2391
2397
|
4194304 && i(
|
|
2392
2398
|
e,
|
|
@@ -2508,7 +2514,7 @@ function Bi(s) {
|
|
|
2508
2514
|
e,
|
|
2509
2515
|
"playercurrency",
|
|
2510
2516
|
/*playercurrency*/
|
|
2511
|
-
s[
|
|
2517
|
+
s[44]
|
|
2512
2518
|
), i(
|
|
2513
2519
|
e,
|
|
2514
2520
|
"translationurl",
|
|
@@ -2531,38 +2537,38 @@ function Bi(s) {
|
|
|
2531
2537
|
s[23]
|
|
2532
2538
|
);
|
|
2533
2539
|
},
|
|
2534
|
-
m(u,
|
|
2535
|
-
p(u, e,
|
|
2540
|
+
m(u, o) {
|
|
2541
|
+
p(u, e, o), n || (t = Qe(
|
|
2536
2542
|
/*sendLimitsData*/
|
|
2537
|
-
s[
|
|
2543
|
+
s[50].call(null, e)
|
|
2538
2544
|
), n = !0);
|
|
2539
2545
|
},
|
|
2540
|
-
p(u,
|
|
2541
|
-
|
|
2542
|
-
|
|
2546
|
+
p(u, o) {
|
|
2547
|
+
o[1] & /*playercurrency*/
|
|
2548
|
+
8192 && i(
|
|
2543
2549
|
e,
|
|
2544
2550
|
"playercurrency",
|
|
2545
2551
|
/*playercurrency*/
|
|
2546
|
-
u[
|
|
2547
|
-
),
|
|
2552
|
+
u[44]
|
|
2553
|
+
), o[0] & /*translationurl*/
|
|
2548
2554
|
16777216 && i(
|
|
2549
2555
|
e,
|
|
2550
2556
|
"translationurl",
|
|
2551
2557
|
/*translationurl*/
|
|
2552
2558
|
u[24]
|
|
2553
|
-
),
|
|
2559
|
+
), o[0] & /*separatelimits*/
|
|
2554
2560
|
512 && i(
|
|
2555
2561
|
e,
|
|
2556
2562
|
"separatelimits",
|
|
2557
2563
|
/*separatelimits*/
|
|
2558
2564
|
u[9]
|
|
2559
|
-
),
|
|
2565
|
+
), o[0] & /*clientstyling*/
|
|
2560
2566
|
4194304 && i(
|
|
2561
2567
|
e,
|
|
2562
2568
|
"clientstyling",
|
|
2563
2569
|
/*clientstyling*/
|
|
2564
2570
|
u[22]
|
|
2565
|
-
),
|
|
2571
|
+
), o[0] & /*clientstylingurl*/
|
|
2566
2572
|
8388608 && i(
|
|
2567
2573
|
e,
|
|
2568
2574
|
"clientstylingurl",
|
|
@@ -2727,7 +2733,7 @@ function Yi(s) {
|
|
|
2727
2733
|
e,
|
|
2728
2734
|
"realitycheck",
|
|
2729
2735
|
/*realityCheckData*/
|
|
2730
|
-
s[
|
|
2736
|
+
s[45]
|
|
2731
2737
|
), i(
|
|
2732
2738
|
e,
|
|
2733
2739
|
"endpoint",
|
|
@@ -2770,11 +2776,11 @@ function Yi(s) {
|
|
|
2770
2776
|
},
|
|
2771
2777
|
p(n, t) {
|
|
2772
2778
|
t[1] & /*realityCheckData*/
|
|
2773
|
-
|
|
2779
|
+
16384 && i(
|
|
2774
2780
|
e,
|
|
2775
2781
|
"realitycheck",
|
|
2776
2782
|
/*realityCheckData*/
|
|
2777
|
-
n[
|
|
2783
|
+
n[45]
|
|
2778
2784
|
), t[0] & /*endpoint*/
|
|
2779
2785
|
32 && i(
|
|
2780
2786
|
e,
|
|
@@ -2921,11 +2927,21 @@ function xi(s) {
|
|
|
2921
2927
|
"lang",
|
|
2922
2928
|
/*lang*/
|
|
2923
2929
|
s[6]
|
|
2930
|
+
), i(
|
|
2931
|
+
e,
|
|
2932
|
+
"sessionid",
|
|
2933
|
+
/*session*/
|
|
2934
|
+
s[4]
|
|
2935
|
+
), i(
|
|
2936
|
+
e,
|
|
2937
|
+
"userid",
|
|
2938
|
+
/*userId*/
|
|
2939
|
+
s[41]
|
|
2924
2940
|
), i(
|
|
2925
2941
|
e,
|
|
2926
2942
|
"countrycode",
|
|
2927
2943
|
/*countrycode*/
|
|
2928
|
-
s[
|
|
2944
|
+
s[43]
|
|
2929
2945
|
), i(
|
|
2930
2946
|
e,
|
|
2931
2947
|
"translationurl",
|
|
@@ -2964,12 +2980,24 @@ function xi(s) {
|
|
|
2964
2980
|
"lang",
|
|
2965
2981
|
/*lang*/
|
|
2966
2982
|
n[6]
|
|
2967
|
-
), t[
|
|
2983
|
+
), t[0] & /*session*/
|
|
2984
|
+
16 && i(
|
|
2985
|
+
e,
|
|
2986
|
+
"sessionid",
|
|
2987
|
+
/*session*/
|
|
2988
|
+
n[4]
|
|
2989
|
+
), t[1] & /*userId*/
|
|
2968
2990
|
1024 && i(
|
|
2991
|
+
e,
|
|
2992
|
+
"userid",
|
|
2993
|
+
/*userId*/
|
|
2994
|
+
n[41]
|
|
2995
|
+
), t[1] & /*countrycode*/
|
|
2996
|
+
4096 && i(
|
|
2969
2997
|
e,
|
|
2970
2998
|
"countrycode",
|
|
2971
2999
|
/*countrycode*/
|
|
2972
|
-
n[
|
|
3000
|
+
n[43]
|
|
2973
3001
|
), t[0] & /*translationurl*/
|
|
2974
3002
|
16777216 && i(
|
|
2975
3003
|
e,
|
|
@@ -3096,7 +3124,7 @@ function nn(s) {
|
|
|
3096
3124
|
e,
|
|
3097
3125
|
"mobile",
|
|
3098
3126
|
/*isMobile*/
|
|
3099
|
-
s[
|
|
3127
|
+
s[47]
|
|
3100
3128
|
), i(
|
|
3101
3129
|
e,
|
|
3102
3130
|
"translation-url",
|
|
@@ -3151,7 +3179,7 @@ function nn(s) {
|
|
|
3151
3179
|
};
|
|
3152
3180
|
}
|
|
3153
3181
|
function sn(s) {
|
|
3154
|
-
let e, n, t, u,
|
|
3182
|
+
let e, n, t, u, o, f, w, _, c;
|
|
3155
3183
|
return {
|
|
3156
3184
|
c() {
|
|
3157
3185
|
e = m("user-deposit-withdrawal"), i(
|
|
@@ -3200,7 +3228,7 @@ function sn(s) {
|
|
|
3200
3228
|
s[6] + /*cancelurl*/
|
|
3201
3229
|
s[30]), i(e, "fail-url", u = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3202
3230
|
s[6] + /*failurl*/
|
|
3203
|
-
s[29]), i(e, "sports-url",
|
|
3231
|
+
s[29]), i(e, "sports-url", o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3204
3232
|
s[6] + /*sportsurl*/
|
|
3205
3233
|
s[31]), i(e, "casino-url", f = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3206
3234
|
s[6] + /*casinourl*/
|
|
@@ -3285,9 +3313,9 @@ function sn(s) {
|
|
|
3285
3313
|
a[6] + /*failurl*/
|
|
3286
3314
|
a[29]) && i(e, "fail-url", u), l[0] & /*lang*/
|
|
3287
3315
|
64 | l[1] & /*sportsurl*/
|
|
3288
|
-
1 &&
|
|
3316
|
+
1 && o !== (o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3289
3317
|
a[6] + /*sportsurl*/
|
|
3290
|
-
a[31]) && i(e, "sports-url",
|
|
3318
|
+
a[31]) && i(e, "sports-url", o), l[0] & /*lang*/
|
|
3291
3319
|
64 | l[1] & /*casinourl*/
|
|
3292
3320
|
2 && f !== (f = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3293
3321
|
a[6] + /*casinourl*/
|
|
@@ -3323,7 +3351,7 @@ function sn(s) {
|
|
|
3323
3351
|
};
|
|
3324
3352
|
}
|
|
3325
3353
|
function tn(s) {
|
|
3326
|
-
let e, n, t, u,
|
|
3354
|
+
let e, n, t, u, o, f, w, _, c;
|
|
3327
3355
|
return {
|
|
3328
3356
|
c() {
|
|
3329
3357
|
e = m("user-deposit-withdrawal"), i(
|
|
@@ -3372,7 +3400,7 @@ function tn(s) {
|
|
|
3372
3400
|
s[6] + /*cancelurl*/
|
|
3373
3401
|
s[30]), i(e, "fail-url", u = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3374
3402
|
s[6] + /*failurl*/
|
|
3375
|
-
s[29]), i(e, "sports-url",
|
|
3403
|
+
s[29]), i(e, "sports-url", o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3376
3404
|
s[6] + /*sportsurl*/
|
|
3377
3405
|
s[31]), i(e, "casino-url", f = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3378
3406
|
s[6] + /*casinourl*/
|
|
@@ -3457,9 +3485,9 @@ function tn(s) {
|
|
|
3457
3485
|
a[6] + /*failurl*/
|
|
3458
3486
|
a[29]) && i(e, "fail-url", u), l[0] & /*lang*/
|
|
3459
3487
|
64 | l[1] & /*sportsurl*/
|
|
3460
|
-
1 &&
|
|
3488
|
+
1 && o !== (o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3461
3489
|
a[6] + /*sportsurl*/
|
|
3462
|
-
a[31]) && i(e, "sports-url",
|
|
3490
|
+
a[31]) && i(e, "sports-url", o), l[0] & /*lang*/
|
|
3463
3491
|
64 | l[1] & /*casinourl*/
|
|
3464
3492
|
2 && f !== (f = "https://" + window.location.hostname + "/" + /*lang*/
|
|
3465
3493
|
a[6] + /*casinourl*/
|
|
@@ -4122,7 +4150,7 @@ function fn(s) {
|
|
|
4122
4150
|
e,
|
|
4123
4151
|
"playercurrency",
|
|
4124
4152
|
/*playercurrency*/
|
|
4125
|
-
s[
|
|
4153
|
+
s[44]
|
|
4126
4154
|
);
|
|
4127
4155
|
},
|
|
4128
4156
|
m(n, t) {
|
|
@@ -4178,11 +4206,11 @@ function fn(s) {
|
|
|
4178
4206
|
/*clientstylingurl*/
|
|
4179
4207
|
n[23]
|
|
4180
4208
|
), t[1] & /*playercurrency*/
|
|
4181
|
-
|
|
4209
|
+
8192 && i(
|
|
4182
4210
|
e,
|
|
4183
4211
|
"playercurrency",
|
|
4184
4212
|
/*playercurrency*/
|
|
4185
|
-
n[
|
|
4213
|
+
n[44]
|
|
4186
4214
|
);
|
|
4187
4215
|
},
|
|
4188
4216
|
d(n) {
|
|
@@ -4238,7 +4266,7 @@ function cn(s) {
|
|
|
4238
4266
|
e,
|
|
4239
4267
|
"playercurrency",
|
|
4240
4268
|
/*playercurrency*/
|
|
4241
|
-
s[
|
|
4269
|
+
s[44]
|
|
4242
4270
|
);
|
|
4243
4271
|
},
|
|
4244
4272
|
m(n, t) {
|
|
@@ -4294,11 +4322,11 @@ function cn(s) {
|
|
|
4294
4322
|
/*clientstylingurl*/
|
|
4295
4323
|
n[23]
|
|
4296
4324
|
), t[1] & /*playercurrency*/
|
|
4297
|
-
|
|
4325
|
+
8192 && i(
|
|
4298
4326
|
e,
|
|
4299
4327
|
"playercurrency",
|
|
4300
4328
|
/*playercurrency*/
|
|
4301
|
-
n[
|
|
4329
|
+
n[44]
|
|
4302
4330
|
);
|
|
4303
4331
|
},
|
|
4304
4332
|
d(n) {
|
|
@@ -4538,7 +4566,7 @@ function dn(s) {
|
|
|
4538
4566
|
e,
|
|
4539
4567
|
"playercurrency",
|
|
4540
4568
|
/*playercurrency*/
|
|
4541
|
-
s[
|
|
4569
|
+
s[44]
|
|
4542
4570
|
), i(
|
|
4543
4571
|
e,
|
|
4544
4572
|
"clientstyling",
|
|
@@ -4586,11 +4614,11 @@ function dn(s) {
|
|
|
4586
4614
|
/*translationurl*/
|
|
4587
4615
|
n[24]
|
|
4588
4616
|
), t[1] & /*playercurrency*/
|
|
4589
|
-
|
|
4617
|
+
8192 && i(
|
|
4590
4618
|
e,
|
|
4591
4619
|
"playercurrency",
|
|
4592
4620
|
/*playercurrency*/
|
|
4593
|
-
n[
|
|
4621
|
+
n[44]
|
|
4594
4622
|
), t[0] & /*clientstyling*/
|
|
4595
4623
|
4194304 && i(
|
|
4596
4624
|
e,
|
|
@@ -4712,7 +4740,7 @@ function gn(s) {
|
|
|
4712
4740
|
e,
|
|
4713
4741
|
"playercurrency",
|
|
4714
4742
|
/*playercurrency*/
|
|
4715
|
-
s[
|
|
4743
|
+
s[44]
|
|
4716
4744
|
), i(
|
|
4717
4745
|
e,
|
|
4718
4746
|
"separatelimits",
|
|
@@ -4735,38 +4763,38 @@ function gn(s) {
|
|
|
4735
4763
|
s[23]
|
|
4736
4764
|
);
|
|
4737
4765
|
},
|
|
4738
|
-
m(u,
|
|
4739
|
-
p(u, e,
|
|
4766
|
+
m(u, o) {
|
|
4767
|
+
p(u, e, o), n || (t = Qe(
|
|
4740
4768
|
/*sendLimitsData*/
|
|
4741
|
-
s[
|
|
4769
|
+
s[50].call(null, e)
|
|
4742
4770
|
), n = !0);
|
|
4743
4771
|
},
|
|
4744
|
-
p(u,
|
|
4745
|
-
|
|
4746
|
-
|
|
4772
|
+
p(u, o) {
|
|
4773
|
+
o[1] & /*playercurrency*/
|
|
4774
|
+
8192 && i(
|
|
4747
4775
|
e,
|
|
4748
4776
|
"playercurrency",
|
|
4749
4777
|
/*playercurrency*/
|
|
4750
|
-
u[
|
|
4751
|
-
),
|
|
4778
|
+
u[44]
|
|
4779
|
+
), o[0] & /*separatelimits*/
|
|
4752
4780
|
512 && i(
|
|
4753
4781
|
e,
|
|
4754
4782
|
"separatelimits",
|
|
4755
4783
|
/*separatelimits*/
|
|
4756
4784
|
u[9]
|
|
4757
|
-
),
|
|
4785
|
+
), o[0] & /*translationurl*/
|
|
4758
4786
|
16777216 && i(
|
|
4759
4787
|
e,
|
|
4760
4788
|
"translationurl",
|
|
4761
4789
|
/*translationurl*/
|
|
4762
4790
|
u[24]
|
|
4763
|
-
),
|
|
4791
|
+
), o[0] & /*clientstyling*/
|
|
4764
4792
|
4194304 && i(
|
|
4765
4793
|
e,
|
|
4766
4794
|
"clientstyling",
|
|
4767
4795
|
/*clientstyling*/
|
|
4768
4796
|
u[22]
|
|
4769
|
-
),
|
|
4797
|
+
), o[0] & /*clientstylingurl*/
|
|
4770
4798
|
8388608 && i(
|
|
4771
4799
|
e,
|
|
4772
4800
|
"clientstylingurl",
|
|
@@ -4931,7 +4959,7 @@ function _n(s) {
|
|
|
4931
4959
|
e,
|
|
4932
4960
|
"realitycheck",
|
|
4933
4961
|
/*realityCheckData*/
|
|
4934
|
-
s[
|
|
4962
|
+
s[45]
|
|
4935
4963
|
), i(
|
|
4936
4964
|
e,
|
|
4937
4965
|
"endpoint",
|
|
@@ -4974,11 +5002,11 @@ function _n(s) {
|
|
|
4974
5002
|
},
|
|
4975
5003
|
p(n, t) {
|
|
4976
5004
|
t[1] & /*realityCheckData*/
|
|
4977
|
-
|
|
5005
|
+
16384 && i(
|
|
4978
5006
|
e,
|
|
4979
5007
|
"realitycheck",
|
|
4980
5008
|
/*realityCheckData*/
|
|
4981
|
-
n[
|
|
5009
|
+
n[45]
|
|
4982
5010
|
), t[0] & /*endpoint*/
|
|
4983
5011
|
32 && i(
|
|
4984
5012
|
e,
|
|
@@ -5111,7 +5139,7 @@ function bn(s) {
|
|
|
5111
5139
|
}
|
|
5112
5140
|
};
|
|
5113
5141
|
}
|
|
5114
|
-
function
|
|
5142
|
+
function Sn(s) {
|
|
5115
5143
|
let e;
|
|
5116
5144
|
return {
|
|
5117
5145
|
c() {
|
|
@@ -5125,11 +5153,21 @@ function kn(s) {
|
|
|
5125
5153
|
"lang",
|
|
5126
5154
|
/*lang*/
|
|
5127
5155
|
s[6]
|
|
5156
|
+
), i(
|
|
5157
|
+
e,
|
|
5158
|
+
"sessionid",
|
|
5159
|
+
/*session*/
|
|
5160
|
+
s[4]
|
|
5161
|
+
), i(
|
|
5162
|
+
e,
|
|
5163
|
+
"userid",
|
|
5164
|
+
/*userId*/
|
|
5165
|
+
s[41]
|
|
5128
5166
|
), i(
|
|
5129
5167
|
e,
|
|
5130
5168
|
"countrycode",
|
|
5131
5169
|
/*countrycode*/
|
|
5132
|
-
s[
|
|
5170
|
+
s[43]
|
|
5133
5171
|
), i(
|
|
5134
5172
|
e,
|
|
5135
5173
|
"translationurl",
|
|
@@ -5168,12 +5206,24 @@ function kn(s) {
|
|
|
5168
5206
|
"lang",
|
|
5169
5207
|
/*lang*/
|
|
5170
5208
|
n[6]
|
|
5171
|
-
), t[
|
|
5209
|
+
), t[0] & /*session*/
|
|
5210
|
+
16 && i(
|
|
5211
|
+
e,
|
|
5212
|
+
"sessionid",
|
|
5213
|
+
/*session*/
|
|
5214
|
+
n[4]
|
|
5215
|
+
), t[1] & /*userId*/
|
|
5172
5216
|
1024 && i(
|
|
5217
|
+
e,
|
|
5218
|
+
"userid",
|
|
5219
|
+
/*userId*/
|
|
5220
|
+
n[41]
|
|
5221
|
+
), t[1] & /*countrycode*/
|
|
5222
|
+
4096 && i(
|
|
5173
5223
|
e,
|
|
5174
5224
|
"countrycode",
|
|
5175
5225
|
/*countrycode*/
|
|
5176
|
-
n[
|
|
5226
|
+
n[43]
|
|
5177
5227
|
), t[0] & /*translationurl*/
|
|
5178
5228
|
16777216 && i(
|
|
5179
5229
|
e,
|
|
@@ -5205,7 +5255,7 @@ function kn(s) {
|
|
|
5205
5255
|
}
|
|
5206
5256
|
};
|
|
5207
5257
|
}
|
|
5208
|
-
function
|
|
5258
|
+
function kn(s) {
|
|
5209
5259
|
let e, n, t, u;
|
|
5210
5260
|
return {
|
|
5211
5261
|
c() {
|
|
@@ -5224,6 +5274,16 @@ function Sn(s) {
|
|
|
5224
5274
|
"playerid",
|
|
5225
5275
|
/*playerid*/
|
|
5226
5276
|
s[3]
|
|
5277
|
+
), i(
|
|
5278
|
+
n,
|
|
5279
|
+
"env",
|
|
5280
|
+
/*env*/
|
|
5281
|
+
s[1]
|
|
5282
|
+
), i(
|
|
5283
|
+
n,
|
|
5284
|
+
"cmsendpoint",
|
|
5285
|
+
/*cmsendpoint*/
|
|
5286
|
+
s[0]
|
|
5227
5287
|
), i(
|
|
5228
5288
|
n,
|
|
5229
5289
|
"lang",
|
|
@@ -5271,92 +5331,104 @@ function Sn(s) {
|
|
|
5271
5331
|
s[23]
|
|
5272
5332
|
), He(e, "class", "PlayerAccountMobile");
|
|
5273
5333
|
},
|
|
5274
|
-
m(
|
|
5275
|
-
p(
|
|
5334
|
+
m(o, f) {
|
|
5335
|
+
p(o, e, f), N(e, n), N(e, t), N(e, u);
|
|
5276
5336
|
},
|
|
5277
|
-
p(
|
|
5337
|
+
p(o, f) {
|
|
5278
5338
|
f[0] & /*endpoint*/
|
|
5279
5339
|
32 && i(
|
|
5280
5340
|
n,
|
|
5281
5341
|
"endpoint",
|
|
5282
5342
|
/*endpoint*/
|
|
5283
|
-
|
|
5343
|
+
o[5]
|
|
5284
5344
|
), f[0] & /*session*/
|
|
5285
5345
|
16 && i(
|
|
5286
5346
|
n,
|
|
5287
5347
|
"session",
|
|
5288
5348
|
/*session*/
|
|
5289
|
-
|
|
5349
|
+
o[4]
|
|
5290
5350
|
), f[0] & /*playerid*/
|
|
5291
5351
|
8 && i(
|
|
5292
5352
|
n,
|
|
5293
5353
|
"playerid",
|
|
5294
5354
|
/*playerid*/
|
|
5295
|
-
|
|
5355
|
+
o[3]
|
|
5356
|
+
), f[0] & /*env*/
|
|
5357
|
+
2 && i(
|
|
5358
|
+
n,
|
|
5359
|
+
"env",
|
|
5360
|
+
/*env*/
|
|
5361
|
+
o[1]
|
|
5362
|
+
), f[0] & /*cmsendpoint*/
|
|
5363
|
+
1 && i(
|
|
5364
|
+
n,
|
|
5365
|
+
"cmsendpoint",
|
|
5366
|
+
/*cmsendpoint*/
|
|
5367
|
+
o[0]
|
|
5296
5368
|
), f[0] & /*lang*/
|
|
5297
5369
|
64 && i(
|
|
5298
5370
|
n,
|
|
5299
5371
|
"lang",
|
|
5300
5372
|
/*lang*/
|
|
5301
|
-
|
|
5373
|
+
o[6]
|
|
5302
5374
|
), f[0] & /*translationurl*/
|
|
5303
5375
|
16777216 && i(
|
|
5304
5376
|
n,
|
|
5305
5377
|
"translationurl",
|
|
5306
5378
|
/*translationurl*/
|
|
5307
|
-
|
|
5379
|
+
o[24]
|
|
5308
5380
|
), f[0] & /*userroles*/
|
|
5309
5381
|
2048 && i(
|
|
5310
5382
|
n,
|
|
5311
5383
|
"userroles",
|
|
5312
5384
|
/*userroles*/
|
|
5313
|
-
|
|
5385
|
+
o[11]
|
|
5314
5386
|
), f[0] & /*clientstyling*/
|
|
5315
5387
|
4194304 && i(
|
|
5316
5388
|
n,
|
|
5317
5389
|
"clientstyling",
|
|
5318
5390
|
/*clientstyling*/
|
|
5319
|
-
|
|
5391
|
+
o[22]
|
|
5320
5392
|
), f[0] & /*clientstylingurl*/
|
|
5321
5393
|
8388608 && i(
|
|
5322
5394
|
n,
|
|
5323
5395
|
"clientstylingurl",
|
|
5324
5396
|
/*clientstylingurl*/
|
|
5325
|
-
|
|
5397
|
+
o[23]
|
|
5326
5398
|
), f[0] & /*customnotifications*/
|
|
5327
5399
|
4 && i(
|
|
5328
5400
|
u,
|
|
5329
5401
|
"customnotif",
|
|
5330
5402
|
/*customnotifications*/
|
|
5331
|
-
|
|
5403
|
+
o[2]
|
|
5332
5404
|
), f[0] & /*translationurl*/
|
|
5333
5405
|
16777216 && i(
|
|
5334
5406
|
u,
|
|
5335
5407
|
"translationurl",
|
|
5336
5408
|
/*translationurl*/
|
|
5337
|
-
|
|
5409
|
+
o[24]
|
|
5338
5410
|
), f[0] & /*clientstyling*/
|
|
5339
5411
|
4194304 && i(
|
|
5340
5412
|
u,
|
|
5341
5413
|
"clientstyling",
|
|
5342
5414
|
/*clientstyling*/
|
|
5343
|
-
|
|
5415
|
+
o[22]
|
|
5344
5416
|
), f[0] & /*clientstylingurl*/
|
|
5345
5417
|
8388608 && i(
|
|
5346
5418
|
u,
|
|
5347
5419
|
"clientstylingurl",
|
|
5348
5420
|
/*clientstylingurl*/
|
|
5349
|
-
|
|
5421
|
+
o[23]
|
|
5350
5422
|
);
|
|
5351
5423
|
},
|
|
5352
|
-
d(
|
|
5353
|
-
|
|
5424
|
+
d(o) {
|
|
5425
|
+
o && d(e);
|
|
5354
5426
|
}
|
|
5355
5427
|
};
|
|
5356
5428
|
}
|
|
5357
|
-
function
|
|
5429
|
+
function En(s) {
|
|
5358
5430
|
let e;
|
|
5359
|
-
function n(
|
|
5431
|
+
function n(o, f) {
|
|
5360
5432
|
return Ai;
|
|
5361
5433
|
}
|
|
5362
5434
|
let u = n()(s);
|
|
@@ -5364,25 +5436,25 @@ function vn(s) {
|
|
|
5364
5436
|
c() {
|
|
5365
5437
|
e = m("div"), u.c();
|
|
5366
5438
|
},
|
|
5367
|
-
m(
|
|
5368
|
-
p(
|
|
5439
|
+
m(o, f) {
|
|
5440
|
+
p(o, e, f), u.m(e, null), s[56](e);
|
|
5369
5441
|
},
|
|
5370
|
-
p(
|
|
5371
|
-
u.p(
|
|
5442
|
+
p(o, f) {
|
|
5443
|
+
u.p(o, f);
|
|
5372
5444
|
},
|
|
5373
5445
|
i: Fe,
|
|
5374
5446
|
o: Fe,
|
|
5375
|
-
d(
|
|
5376
|
-
|
|
5447
|
+
d(o) {
|
|
5448
|
+
o && d(e), u.d(), s[56](null);
|
|
5377
5449
|
}
|
|
5378
5450
|
};
|
|
5379
5451
|
}
|
|
5380
|
-
function
|
|
5452
|
+
function vn(s, e, n) {
|
|
5381
5453
|
let t;
|
|
5382
|
-
|
|
5383
|
-
let { cmsendpoint: u = "" } = e, { env:
|
|
5454
|
+
ki(s, Ci, (r) => n(66, t = r));
|
|
5455
|
+
let { cmsendpoint: u = "" } = e, { env: o = "" } = e, { customnotifications: f = "" } = e, { playerid: w = "" } = e, { session: _ = "" } = e, { endpoint: c = "" } = e, { lang: a = "" } = e, { operator: l = "Everymatrix" } = e, { supportemail: b = "" } = e, { separatelimits: $ = "true" } = e, { hasdefaultamount: x = "false" } = e, { userroles: I = "" } = e, { simplepasswordvalidation: ee = "false" } = e, { tablabels: ie = "" } = e, { historyenabled: ne = "" } = e, { deletelimit: se = "" } = e, { limitsamount: te = "" } = e, { limitsperiods: le = "" } = e, { numberofentries: ae = "" } = e, { customcurrencysymbols: oe = "" } = e, { currency: re = "" } = e, { apiversion: ue = "" } = e, { clientstyling: z = "" } = e, { clientstylingurl: G = "" } = e, { translationurl: X = "" } = e, { custominputtextswitch: fe = "false" } = e, { gmversion: O = "" } = e, { producttype: ce = "" } = e, { successurl: me = "" } = e, { failurl: pe = "" } = e, { cancelurl: de = "" } = e, { sportsurl: he = "" } = e, { casinourl: ge = "" } = e, { contacturl: we = "" } = e, { homeurl: ye = "" } = e, { depositurl: _e = "" } = e, { showcashierbonus: be = "" } = e, { biometricsenabled: Se = "false" } = e, { activepage: v = "" } = e, { passwordregex: ke = "" } = e, { limitformat: Ee = "" } = e;
|
|
5384
5456
|
Li({ withLocale: "en", translations: {} });
|
|
5385
|
-
let L,
|
|
5457
|
+
let L, ve = window.navigator.userAgent, Ce = Je(ve) !== "PC", De = [], k = "", E = "", Pe = "", B = null, W = "", D = {}, F, J, V, M, q = !1, H = !1, Le, Ue = "", K = "", Me = !1, Be, Ae, Oe = "/profile-info";
|
|
5386
5458
|
const je = [
|
|
5387
5459
|
"/profile-info",
|
|
5388
5460
|
"/change-password",
|
|
@@ -5406,12 +5478,12 @@ function En(s, e, n) {
|
|
|
5406
5478
|
"/transactions-history",
|
|
5407
5479
|
"/biometrics"
|
|
5408
5480
|
], Te = () => {
|
|
5409
|
-
Ke(),
|
|
5481
|
+
Ke(), n(41, k = w), n(42, E = _), Xe(), Re();
|
|
5410
5482
|
}, Ke = () => {
|
|
5411
|
-
let
|
|
5412
|
-
|
|
5483
|
+
let r = Je(ve);
|
|
5484
|
+
r && (r === "PC" ? W = "dk" : W = "mtWeb");
|
|
5413
5485
|
}, Re = () => {
|
|
5414
|
-
!
|
|
5486
|
+
!v && !Ce && n(51, v = je[0]), n(46, Oe = v);
|
|
5415
5487
|
}, Ze = () => {
|
|
5416
5488
|
fetch(X).then((h) => h.json()).then((h) => {
|
|
5417
5489
|
Object.keys(h).forEach((g) => {
|
|
@@ -5421,24 +5493,24 @@ function En(s, e, n) {
|
|
|
5421
5493
|
console.log(h);
|
|
5422
5494
|
});
|
|
5423
5495
|
};
|
|
5424
|
-
Object.keys(qe).forEach((
|
|
5425
|
-
Ve(
|
|
5496
|
+
Object.keys(qe).forEach((r) => {
|
|
5497
|
+
Ve(r, qe[r]);
|
|
5426
5498
|
});
|
|
5427
|
-
const Ne = (
|
|
5499
|
+
const Ne = (r) => {
|
|
5428
5500
|
let h;
|
|
5429
|
-
if (
|
|
5430
|
-
switch (
|
|
5501
|
+
if (r.data)
|
|
5502
|
+
switch (r.data.type) {
|
|
5431
5503
|
case "AccountMenuDetails":
|
|
5432
5504
|
break;
|
|
5433
5505
|
case "ChangeAccountPage":
|
|
5434
|
-
n(
|
|
5506
|
+
n(51, v = r.data.page.path), v == "/profile-info" && (Ie(), ze()), v == "/deposit" && typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "PlayerAccountController" }), v == "/withdrawal" && typeof gtag == "function" && gtag("event", "GoToWithdrawal", { context: "PlayerAccountController" });
|
|
5435
5507
|
break;
|
|
5436
5508
|
case "PlayerAccountMenuActive":
|
|
5437
5509
|
case "GoToPreviousRoute":
|
|
5438
|
-
|
|
5510
|
+
r.data.isMobile && (n(51, v = ""), Te());
|
|
5439
5511
|
break;
|
|
5440
5512
|
case "UpdatePlayerInfo":
|
|
5441
|
-
let g =
|
|
5513
|
+
let g = r.data.provisionalArray, C = {
|
|
5442
5514
|
mobile: {
|
|
5443
5515
|
prefix: g.mobilePrefix,
|
|
5444
5516
|
number: g.mobileNumber
|
|
@@ -5449,18 +5521,18 @@ function En(s, e, n) {
|
|
|
5449
5521
|
securityQuestion: g.securityQuestion,
|
|
5450
5522
|
securityAnswer: g.securityAnswer
|
|
5451
5523
|
};
|
|
5452
|
-
h = new URL(`${c}/v1/player/${
|
|
5524
|
+
h = new URL(`${c}/v1/player/${k}/profile`);
|
|
5453
5525
|
let A = {
|
|
5454
5526
|
method: "POST",
|
|
5455
5527
|
headers: {
|
|
5456
|
-
"X-SessionID":
|
|
5528
|
+
"X-SessionID": E,
|
|
5457
5529
|
"Content-Type": "application/json",
|
|
5458
5530
|
Accept: "application/json"
|
|
5459
5531
|
},
|
|
5460
5532
|
body: JSON.stringify(C)
|
|
5461
5533
|
};
|
|
5462
|
-
fetch(h.href, A).then((
|
|
5463
|
-
|
|
5534
|
+
fetch(h.href, A).then((S) => {
|
|
5535
|
+
S.status == 200 && (window.postMessage(
|
|
5464
5536
|
{
|
|
5465
5537
|
type: "WidgetNotification",
|
|
5466
5538
|
data: {
|
|
@@ -5473,36 +5545,36 @@ function En(s, e, n) {
|
|
|
5473
5545
|
});
|
|
5474
5546
|
break;
|
|
5475
5547
|
case "UpdatePlayerConsent":
|
|
5476
|
-
h = new URL(`${c}/v1/player/${
|
|
5548
|
+
h = new URL(`${c}/v1/player/${k}/consent`);
|
|
5477
5549
|
let U = {
|
|
5478
5550
|
method: "POST",
|
|
5479
5551
|
headers: {
|
|
5480
|
-
"X-SessionID":
|
|
5552
|
+
"X-SessionID": E,
|
|
5481
5553
|
"Content-Type": "application/json",
|
|
5482
5554
|
Accept: "application/json"
|
|
5483
5555
|
},
|
|
5484
|
-
body: JSON.stringify(
|
|
5556
|
+
body: JSON.stringify(r.data.consentArray)
|
|
5485
5557
|
};
|
|
5486
|
-
fetch(h.href, U).then((
|
|
5487
|
-
|
|
5558
|
+
fetch(h.href, U).then((S) => {
|
|
5559
|
+
S.status == 200 && window.postMessage({ type: "ConfirmProfileInfoSave" }, window.location.href);
|
|
5488
5560
|
});
|
|
5489
5561
|
break;
|
|
5490
5562
|
case "ChangePassword":
|
|
5491
|
-
$e(
|
|
5563
|
+
$e(r.data.userCurrentPassword, r.data.userNewPassword);
|
|
5492
5564
|
break;
|
|
5493
5565
|
case "SetPlayerAccountTimeout":
|
|
5494
|
-
h = new URL(`/v2/player/${
|
|
5495
|
-
let li = { coolOff: { period:
|
|
5566
|
+
h = new URL(`/v2/player/${k}/limits${O === "gm16" ? "/session" : ""}`, c);
|
|
5567
|
+
let li = { coolOff: { period: r.data.timeoutSelected } }, ai = {
|
|
5496
5568
|
method: "PUT",
|
|
5497
5569
|
headers: {
|
|
5498
|
-
"X-SessionID":
|
|
5570
|
+
"X-SessionID": E,
|
|
5499
5571
|
"Content-Type": "application/json",
|
|
5500
5572
|
Accept: "application/json"
|
|
5501
5573
|
},
|
|
5502
5574
|
body: JSON.stringify(li)
|
|
5503
5575
|
};
|
|
5504
|
-
fetch(h.href, ai).then((
|
|
5505
|
-
if (
|
|
5576
|
+
fetch(h.href, ai).then((S) => {
|
|
5577
|
+
if (S.status == 200)
|
|
5506
5578
|
window.postMessage(
|
|
5507
5579
|
{
|
|
5508
5580
|
type: "WidgetNotification",
|
|
@@ -5515,14 +5587,14 @@ function En(s, e, n) {
|
|
|
5515
5587
|
), window.postMessage({ type: "LogoutSuccessfull" }, window.location.href);
|
|
5516
5588
|
else
|
|
5517
5589
|
throw new Error("Failed to fetch");
|
|
5518
|
-
}).catch((
|
|
5590
|
+
}).catch((S) => console.error(S));
|
|
5519
5591
|
break;
|
|
5520
5592
|
case "SetSelfExclusion":
|
|
5521
|
-
h = new URL(`/v2/player/${
|
|
5522
|
-
let oi =
|
|
5593
|
+
h = new URL(`/v2/player/${k}/limits${O === "gm16" ? "/session" : ""}`, c);
|
|
5594
|
+
let oi = r.data.selfExclusionPeriod, ri = r.data.selfExclusionExpiryDate, ui = {
|
|
5523
5595
|
method: "PUT",
|
|
5524
5596
|
headers: {
|
|
5525
|
-
"X-SessionID":
|
|
5597
|
+
"X-SessionID": E,
|
|
5526
5598
|
"Content-Type": "application/json",
|
|
5527
5599
|
Accept: "application/json"
|
|
5528
5600
|
},
|
|
@@ -5534,8 +5606,8 @@ function En(s, e, n) {
|
|
|
5534
5606
|
}
|
|
5535
5607
|
})
|
|
5536
5608
|
};
|
|
5537
|
-
fetch(h.href, ui).then((
|
|
5538
|
-
|
|
5609
|
+
fetch(h.href, ui).then((S) => {
|
|
5610
|
+
S.status == 200 && (window.postMessage(
|
|
5539
5611
|
{
|
|
5540
5612
|
type: "WidgetNotification",
|
|
5541
5613
|
data: {
|
|
@@ -5548,11 +5620,11 @@ function En(s, e, n) {
|
|
|
5548
5620
|
});
|
|
5549
5621
|
break;
|
|
5550
5622
|
case "AccountClosure":
|
|
5551
|
-
h = new URL(`/v2/player/${
|
|
5623
|
+
h = new URL(`/v2/player/${k}/limits${O === "gm16" ? "/session" : ""}`, c);
|
|
5552
5624
|
let fi = {
|
|
5553
5625
|
method: "PUT",
|
|
5554
5626
|
headers: {
|
|
5555
|
-
"X-SessionID":
|
|
5627
|
+
"X-SessionID": E,
|
|
5556
5628
|
"Content-Type": "application/json",
|
|
5557
5629
|
Accept: "application/json"
|
|
5558
5630
|
},
|
|
@@ -5564,8 +5636,8 @@ function En(s, e, n) {
|
|
|
5564
5636
|
}
|
|
5565
5637
|
})
|
|
5566
5638
|
};
|
|
5567
|
-
fetch(h.href, fi).then((
|
|
5568
|
-
|
|
5639
|
+
fetch(h.href, fi).then((S) => {
|
|
5640
|
+
S.status == 200 && (window.postMessage(
|
|
5569
5641
|
{
|
|
5570
5642
|
type: "WidgetNotification",
|
|
5571
5643
|
data: {
|
|
@@ -5578,21 +5650,21 @@ function En(s, e, n) {
|
|
|
5578
5650
|
});
|
|
5579
5651
|
break;
|
|
5580
5652
|
case "UserSessionID":
|
|
5581
|
-
|
|
5653
|
+
n(42, E = r.data.session), n(41, k = r.data.userid), Xe();
|
|
5582
5654
|
break;
|
|
5583
5655
|
case "PlayerAccountGamingLimitsUpdate":
|
|
5584
|
-
h = new URL(`/v2/player/${
|
|
5585
|
-
let ci =
|
|
5656
|
+
h = new URL(`/v2/player/${k}/limits`, c);
|
|
5657
|
+
let ci = r.data.payload, mi = {
|
|
5586
5658
|
method: "PUT",
|
|
5587
5659
|
headers: {
|
|
5588
|
-
"X-SessionID":
|
|
5660
|
+
"X-SessionID": E,
|
|
5589
5661
|
"Content-Type": "application/json",
|
|
5590
5662
|
Accept: "application/json"
|
|
5591
5663
|
},
|
|
5592
5664
|
body: JSON.stringify(ci)
|
|
5593
5665
|
};
|
|
5594
|
-
fetch(h.href, mi).then((
|
|
5595
|
-
|
|
5666
|
+
fetch(h.href, mi).then((S) => {
|
|
5667
|
+
S.status == 200 && (q = !0, window.postMessage(
|
|
5596
5668
|
{
|
|
5597
5669
|
type: "WidgetNotification",
|
|
5598
5670
|
data: {
|
|
@@ -5601,13 +5673,13 @@ function En(s, e, n) {
|
|
|
5601
5673
|
}
|
|
5602
5674
|
},
|
|
5603
5675
|
window.location.href
|
|
5604
|
-
), j(new URL(`/v2/player/${
|
|
5676
|
+
), j(new URL(`/v2/player/${k}/limits`, c)));
|
|
5605
5677
|
});
|
|
5606
5678
|
break;
|
|
5607
5679
|
case "PlayerAccountGamingLimitDelete":
|
|
5608
|
-
let Q =
|
|
5609
|
-
Array.isArray(Q) ? T = Q.map((
|
|
5610
|
-
let pi =
|
|
5680
|
+
let Q = r.data.limit ? r.data.limit : {}, T;
|
|
5681
|
+
Array.isArray(Q) ? T = Q.map((S) => S.period) : T = Q.period;
|
|
5682
|
+
let pi = r.data.name, R = "";
|
|
5611
5683
|
switch (pi) {
|
|
5612
5684
|
case "depositLimits":
|
|
5613
5685
|
R = "deposit";
|
|
@@ -5624,13 +5696,13 @@ function En(s, e, n) {
|
|
|
5624
5696
|
}
|
|
5625
5697
|
let di = {
|
|
5626
5698
|
method: "DELETE",
|
|
5627
|
-
headers: { "X-SessionID":
|
|
5699
|
+
headers: { "X-SessionID": E },
|
|
5628
5700
|
body: JSON.stringify(Q)
|
|
5629
5701
|
};
|
|
5630
|
-
h = new URL(`/v2/player/${
|
|
5631
|
-
h.searchParams.append("periods",
|
|
5632
|
-
}) : h.searchParams.append("periods", T), fetch(h.href, di).then((
|
|
5633
|
-
|
|
5702
|
+
h = new URL(`/v2/player/${k}/limits/${R}`, c), Array.isArray(T) ? T.forEach((S) => {
|
|
5703
|
+
h.searchParams.append("periods", S);
|
|
5704
|
+
}) : h.searchParams.append("periods", T), fetch(h.href, di).then((S) => {
|
|
5705
|
+
S.status == 200 && (H = !0, window.postMessage(
|
|
5634
5706
|
{
|
|
5635
5707
|
type: "WidgetNotification",
|
|
5636
5708
|
data: {
|
|
@@ -5640,22 +5712,22 @@ function En(s, e, n) {
|
|
|
5640
5712
|
},
|
|
5641
5713
|
window.location.href
|
|
5642
5714
|
));
|
|
5643
|
-
}).then((
|
|
5644
|
-
j(new URL(`/v2/player/${
|
|
5715
|
+
}).then((S) => {
|
|
5716
|
+
j(new URL(`/v2/player/${k}/limits`, c));
|
|
5645
5717
|
});
|
|
5646
5718
|
break;
|
|
5647
5719
|
case "GamingLimitsConfirmChanges":
|
|
5648
|
-
j(new URL(`/v2/player/${
|
|
5720
|
+
j(new URL(`/v2/player/${k}/limits`, c));
|
|
5649
5721
|
break;
|
|
5650
5722
|
case "CancelGamingLimitsChanges":
|
|
5651
|
-
j(new URL(`/v2/player/${
|
|
5723
|
+
j(new URL(`/v2/player/${k}/limits`, c));
|
|
5652
5724
|
break;
|
|
5653
5725
|
case "SubmittedRealityCheck":
|
|
5654
|
-
xe(
|
|
5726
|
+
xe(r.data.realityCheckUpdatedValue);
|
|
5655
5727
|
break;
|
|
5656
5728
|
}
|
|
5657
|
-
}, Ye = (
|
|
5658
|
-
|
|
5729
|
+
}, Ye = (r) => {
|
|
5730
|
+
r.searchParams.append("userRoles", I), r.searchParams.append("device", W), fetch(r.href).then((h) => h.json()).then(
|
|
5659
5731
|
(h) => {
|
|
5660
5732
|
h.length && (De = h[0].children, window.postMessage(
|
|
5661
5733
|
{
|
|
@@ -5670,13 +5742,13 @@ function En(s, e, n) {
|
|
|
5670
5742
|
}
|
|
5671
5743
|
);
|
|
5672
5744
|
}, Ie = () => {
|
|
5673
|
-
let
|
|
5745
|
+
let r = new URL(`${c}/v1/player/${k}/profile`), h = {
|
|
5674
5746
|
method: "GET",
|
|
5675
|
-
headers: { "X-SessionID":
|
|
5747
|
+
headers: { "X-SessionID": E }
|
|
5676
5748
|
};
|
|
5677
|
-
fetch(
|
|
5749
|
+
fetch(r.href, h).then((g) => g.json()).then(
|
|
5678
5750
|
(g) => {
|
|
5679
|
-
n(
|
|
5751
|
+
n(43, Pe = g.country), n(44, B = g.currency), window.postMessage(
|
|
5680
5752
|
{
|
|
5681
5753
|
type: "ProfileDetailsData",
|
|
5682
5754
|
profileDetails: g
|
|
@@ -5689,11 +5761,11 @@ function En(s, e, n) {
|
|
|
5689
5761
|
}
|
|
5690
5762
|
);
|
|
5691
5763
|
}, ze = () => {
|
|
5692
|
-
let
|
|
5764
|
+
let r = new URL(`${c}/v1/player/${k}/consent`), h = {
|
|
5693
5765
|
method: "GET",
|
|
5694
|
-
headers: { "X-SessionID":
|
|
5766
|
+
headers: { "X-SessionID": E }
|
|
5695
5767
|
};
|
|
5696
|
-
fetch(
|
|
5768
|
+
fetch(r.href, h).then((g) => g.json()).then(
|
|
5697
5769
|
(g) => {
|
|
5698
5770
|
window.postMessage(
|
|
5699
5771
|
{
|
|
@@ -5707,14 +5779,14 @@ function En(s, e, n) {
|
|
|
5707
5779
|
console.error(g);
|
|
5708
5780
|
}
|
|
5709
5781
|
);
|
|
5710
|
-
}, $e = (
|
|
5711
|
-
let g = new URL(`${c}/v1/player/${
|
|
5712
|
-
currentPassword:
|
|
5782
|
+
}, $e = (r, h) => We(this, null, function* () {
|
|
5783
|
+
let g = new URL(`${c}/v1/player/${k}/password`), C = {
|
|
5784
|
+
currentPassword: r,
|
|
5713
5785
|
newPassword: h
|
|
5714
5786
|
}, A = {
|
|
5715
5787
|
method: "POST",
|
|
5716
5788
|
headers: {
|
|
5717
|
-
"X-SessionID":
|
|
5789
|
+
"X-SessionID": E,
|
|
5718
5790
|
"Content-Type": "application/json",
|
|
5719
5791
|
Accept: "application/json"
|
|
5720
5792
|
},
|
|
@@ -5756,26 +5828,26 @@ function En(s, e, n) {
|
|
|
5756
5828
|
window.location.href
|
|
5757
5829
|
);
|
|
5758
5830
|
}
|
|
5759
|
-
}), Ge = (
|
|
5831
|
+
}), Ge = (r) => {
|
|
5760
5832
|
let h = {
|
|
5761
5833
|
method: "GET",
|
|
5762
|
-
headers: { "X-SessionID":
|
|
5834
|
+
headers: { "X-SessionID": E }
|
|
5763
5835
|
};
|
|
5764
|
-
fetch(
|
|
5836
|
+
fetch(r.href, h).then((g) => g.json()).then(
|
|
5765
5837
|
(g) => {
|
|
5766
|
-
n(
|
|
5838
|
+
n(45, Le = g.UserRealityCheckValue);
|
|
5767
5839
|
},
|
|
5768
5840
|
(g) => {
|
|
5769
5841
|
console.error(g);
|
|
5770
5842
|
}
|
|
5771
5843
|
);
|
|
5772
|
-
}, xe = (
|
|
5773
|
-
let h = new URL(`${c}/v1/player/${
|
|
5774
|
-
|
|
5844
|
+
}, xe = (r) => {
|
|
5845
|
+
let h = new URL(`${c}/v1/player/${k}/realitycheck`);
|
|
5846
|
+
r && (Ue = r);
|
|
5775
5847
|
let g = {
|
|
5776
5848
|
method: "POST",
|
|
5777
5849
|
headers: {
|
|
5778
|
-
"X-SessionID":
|
|
5850
|
+
"X-SessionID": E,
|
|
5779
5851
|
"Content-Type": "application/json",
|
|
5780
5852
|
Accept: "application/json",
|
|
5781
5853
|
realityCheckValue: parseInt(Ue, 10)
|
|
@@ -5798,7 +5870,7 @@ function En(s, e, n) {
|
|
|
5798
5870
|
console.error(C);
|
|
5799
5871
|
}
|
|
5800
5872
|
);
|
|
5801
|
-
}, j = (
|
|
5873
|
+
}, j = (r) => {
|
|
5802
5874
|
q === !0 ? setTimeout(
|
|
5803
5875
|
() => {
|
|
5804
5876
|
q = !1;
|
|
@@ -5812,12 +5884,12 @@ function En(s, e, n) {
|
|
|
5812
5884
|
);
|
|
5813
5885
|
let h = {
|
|
5814
5886
|
method: "GET",
|
|
5815
|
-
headers: { "X-SessionID":
|
|
5887
|
+
headers: { "X-SessionID": E }
|
|
5816
5888
|
};
|
|
5817
|
-
fetch(
|
|
5889
|
+
fetch(r.href, h).then((g) => g.json()).then(
|
|
5818
5890
|
(g) => {
|
|
5819
5891
|
var C, A, U;
|
|
5820
|
-
D = g, Object.keys(D).length !== 0 ? (n(
|
|
5892
|
+
D = g, Object.keys(D).length !== 0 ? (n(52, F = (C = D.depositLimits) != null ? C : []), n(53, J = (A = D.wageringLimits) != null ? A : []), n(54, V = (U = D.lossLimits) != null ? U : []), D.hasOwnProperty("cumulativeSessionLimits") ? (n(55, M = D.timeLimit), n(55, M = D.cumulativeSessionLimits.map((P) => (P.amount = P.minutes, P)))) : n(55, M = []), window.postMessage(
|
|
5821
5893
|
{
|
|
5822
5894
|
type: "PlayerLimitsData",
|
|
5823
5895
|
limits: {
|
|
@@ -5832,24 +5904,24 @@ function En(s, e, n) {
|
|
|
5832
5904
|
}
|
|
5833
5905
|
},
|
|
5834
5906
|
window.location.href
|
|
5835
|
-
)) : (n(
|
|
5907
|
+
)) : (n(52, F = []), n(53, J = []), n(54, V = []), n(55, M = [])), Di();
|
|
5836
5908
|
},
|
|
5837
5909
|
(g) => {
|
|
5838
5910
|
console.error(g);
|
|
5839
5911
|
}
|
|
5840
5912
|
);
|
|
5841
5913
|
}, Xe = () => {
|
|
5842
|
-
Ye(new URL(`${u}/${a}/support-information?env=${
|
|
5914
|
+
Ye(new URL(`${u}/${a}/support-information?env=${o}`)), Ie(), ze(), Ge(new URL(`${c}/v1/player/${w}/realitycheck`));
|
|
5843
5915
|
}, ei = () => {
|
|
5844
5916
|
Ui(a);
|
|
5845
|
-
}, ii = (
|
|
5846
|
-
j(new URL(`/v2/player/${
|
|
5917
|
+
}, ii = (r) => {
|
|
5918
|
+
j(new URL(`/v2/player/${k}/limits`, c));
|
|
5847
5919
|
}, ni = () => {
|
|
5848
|
-
let
|
|
5849
|
-
|
|
5920
|
+
let r = document.createElement("style");
|
|
5921
|
+
r.innerHTML = z, L.appendChild(r);
|
|
5850
5922
|
}, si = () => {
|
|
5851
|
-
let
|
|
5852
|
-
fetch(
|
|
5923
|
+
let r = new URL(G), h = document.createElement("style");
|
|
5924
|
+
fetch(r.href).then((g) => g.text()).then((g) => {
|
|
5853
5925
|
h.innerHTML = g, setTimeout(
|
|
5854
5926
|
() => {
|
|
5855
5927
|
L.appendChild(h);
|
|
@@ -5858,30 +5930,30 @@ function En(s, e, n) {
|
|
|
5858
5930
|
);
|
|
5859
5931
|
});
|
|
5860
5932
|
};
|
|
5861
|
-
|
|
5933
|
+
Ei(() => (window.addEventListener("message", Ne, !1), () => {
|
|
5862
5934
|
window.removeEventListener("message", Ne);
|
|
5863
5935
|
}));
|
|
5864
|
-
function ti(
|
|
5865
|
-
|
|
5866
|
-
L =
|
|
5936
|
+
function ti(r) {
|
|
5937
|
+
vi[r ? "unshift" : "push"](() => {
|
|
5938
|
+
L = r, n(40, L);
|
|
5867
5939
|
});
|
|
5868
5940
|
}
|
|
5869
|
-
return s.$$set = (
|
|
5870
|
-
"cmsendpoint" in
|
|
5941
|
+
return s.$$set = (r) => {
|
|
5942
|
+
"cmsendpoint" in r && n(0, u = r.cmsendpoint), "env" in r && n(1, o = r.env), "customnotifications" in r && n(2, f = r.customnotifications), "playerid" in r && n(3, w = r.playerid), "session" in r && n(4, _ = r.session), "endpoint" in r && n(5, c = r.endpoint), "lang" in r && n(6, a = r.lang), "operator" in r && n(7, l = r.operator), "supportemail" in r && n(8, b = r.supportemail), "separatelimits" in r && n(9, $ = r.separatelimits), "hasdefaultamount" in r && n(10, x = r.hasdefaultamount), "userroles" in r && n(11, I = r.userroles), "simplepasswordvalidation" in r && n(12, ee = r.simplepasswordvalidation), "tablabels" in r && n(13, ie = r.tablabels), "historyenabled" in r && n(14, ne = r.historyenabled), "deletelimit" in r && n(15, se = r.deletelimit), "limitsamount" in r && n(16, te = r.limitsamount), "limitsperiods" in r && n(17, le = r.limitsperiods), "numberofentries" in r && n(18, ae = r.numberofentries), "customcurrencysymbols" in r && n(19, oe = r.customcurrencysymbols), "currency" in r && n(20, re = r.currency), "apiversion" in r && n(21, ue = r.apiversion), "clientstyling" in r && n(22, z = r.clientstyling), "clientstylingurl" in r && n(23, G = r.clientstylingurl), "translationurl" in r && n(24, X = r.translationurl), "custominputtextswitch" in r && n(25, fe = r.custominputtextswitch), "gmversion" in r && n(26, O = r.gmversion), "producttype" in r && n(27, ce = r.producttype), "successurl" in r && n(28, me = r.successurl), "failurl" in r && n(29, pe = r.failurl), "cancelurl" in r && n(30, de = r.cancelurl), "sportsurl" in r && n(31, he = r.sportsurl), "casinourl" in r && n(32, ge = r.casinourl), "contacturl" in r && n(33, we = r.contacturl), "homeurl" in r && n(34, ye = r.homeurl), "depositurl" in r && n(35, _e = r.depositurl), "showcashierbonus" in r && n(36, be = r.showcashierbonus), "biometricsenabled" in r && n(37, Se = r.biometricsenabled), "activepage" in r && n(51, v = r.activepage), "passwordregex" in r && n(38, ke = r.passwordregex), "limitformat" in r && n(39, Ee = r.limitformat);
|
|
5871
5943
|
}, s.$$.update = () => {
|
|
5872
5944
|
s.$$.dirty[0] & /*lang*/
|
|
5873
5945
|
64 && a && ei(), s.$$.dirty[0] & /*cmsendpoint, endpoint, customnotifications, playerid, session, lang, env, userroles*/
|
|
5874
|
-
2175 && u && c && f && w && _ && a &&
|
|
5875
|
-
|
|
5946
|
+
2175 && u && c && f && w && _ && a && o && I && Te(), s.$$.dirty[1] & /*depositlimit, wageringlimit, losslimit, timelimit*/
|
|
5947
|
+
31457280, s.$$.dirty[0] & /*clientstyling*/
|
|
5876
5948
|
4194304 | s.$$.dirty[1] & /*customStylingContainer*/
|
|
5877
5949
|
512 && z && L && ni(), s.$$.dirty[0] & /*clientstylingurl*/
|
|
5878
5950
|
8388608 | s.$$.dirty[1] & /*customStylingContainer*/
|
|
5879
5951
|
512 && G && L && si(), s.$$.dirty[0] & /*translationurl*/
|
|
5880
5952
|
16777216 && X && Ze(), s.$$.dirty[1] & /*activepage*/
|
|
5881
|
-
|
|
5953
|
+
1048576 && v && Re();
|
|
5882
5954
|
}, [
|
|
5883
5955
|
u,
|
|
5884
|
-
|
|
5956
|
+
o,
|
|
5885
5957
|
f,
|
|
5886
5958
|
w,
|
|
5887
5959
|
_,
|
|
@@ -5917,10 +5989,12 @@ function En(s, e, n) {
|
|
|
5917
5989
|
ye,
|
|
5918
5990
|
_e,
|
|
5919
5991
|
be,
|
|
5920
|
-
ke,
|
|
5921
5992
|
Se,
|
|
5922
|
-
|
|
5993
|
+
ke,
|
|
5994
|
+
Ee,
|
|
5923
5995
|
L,
|
|
5996
|
+
k,
|
|
5997
|
+
E,
|
|
5924
5998
|
Pe,
|
|
5925
5999
|
B,
|
|
5926
6000
|
Le,
|
|
@@ -5929,7 +6003,7 @@ function En(s, e, n) {
|
|
|
5929
6003
|
Be,
|
|
5930
6004
|
je,
|
|
5931
6005
|
ii,
|
|
5932
|
-
|
|
6006
|
+
v,
|
|
5933
6007
|
F,
|
|
5934
6008
|
J,
|
|
5935
6009
|
V,
|
|
@@ -5942,8 +6016,8 @@ class Cn extends wi {
|
|
|
5942
6016
|
super(), yi(
|
|
5943
6017
|
this,
|
|
5944
6018
|
e,
|
|
5945
|
-
En,
|
|
5946
6019
|
vn,
|
|
6020
|
+
En,
|
|
5947
6021
|
bi,
|
|
5948
6022
|
{
|
|
5949
6023
|
cmsendpoint: 0,
|
|
@@ -5984,7 +6058,7 @@ class Cn extends wi {
|
|
|
5984
6058
|
depositurl: 35,
|
|
5985
6059
|
showcashierbonus: 36,
|
|
5986
6060
|
biometricsenabled: 37,
|
|
5987
|
-
activepage:
|
|
6061
|
+
activepage: 51,
|
|
5988
6062
|
passwordregex: 38,
|
|
5989
6063
|
limitformat: 39
|
|
5990
6064
|
},
|
|
@@ -6221,7 +6295,7 @@ class Cn extends wi {
|
|
|
6221
6295
|
this.$$set({ biometricsenabled: e }), y();
|
|
6222
6296
|
}
|
|
6223
6297
|
get activepage() {
|
|
6224
|
-
return this.$$.ctx[
|
|
6298
|
+
return this.$$.ctx[51];
|
|
6225
6299
|
}
|
|
6226
6300
|
set activepage(e) {
|
|
6227
6301
|
this.$$set({ activepage: e }), y();
|