@everymatrix/player-account-controller 1.7.2 → 1.7.3
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/index.html
CHANGED
|
@@ -31,17 +31,6 @@
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
<div class="webcomponent">
|
|
34
|
-
<player-account-controller _ngcontent-
|
|
35
|
-
userroles="everyone,loggedIn," endpoint="https://ngenge-com.nwacdn.com/v1/" env="prod"
|
|
36
|
-
cmsendpoint="https://beta.ngenge.cd/apijson" simplepasswordvalidation="false" customnotifications="#58586B,#2687F6,#D0046C" hasdefaultamount="true"
|
|
37
|
-
lang="fr"></player-account-controller>
|
|
38
|
-
<!--<player-account-controller cmsendpoint="https://wp-one-widgets.everymatrix.com/wp-json/wpone-rest/v1"
|
|
39
|
-
accountpath="/menu-locations/profile-menu"
|
|
40
|
-
notificationpath="/support_information"
|
|
41
|
-
limitspath="/limits"
|
|
42
|
-
playerid="3916962"
|
|
43
|
-
session="e6be9118-14da-413d-a938-a79f6e8b1333"
|
|
44
|
-
customnotifications="#58586B,#2687F6,#D0046C"
|
|
45
|
-
endpoint="https://demo-api.stage.norway.everymatrix.com/v1"></player-account-controller>-->
|
|
34
|
+
<player-account-controller _ngcontent-mlq-c36="" playerid="3856617" session="d2fa7c11-83fb-43b3-9396-9b86f7826ba3" userroles="everyone,loggedIn,RE ROLE" endpoint="https://demo-api.stage.norway.everymatrix.com/v1" env="stage" cmsendpoint="https://wt1-stage.everymatrix.com/apijson" customnotifications="#58586B,#2687F6,#D0046C" hasdefaultamount="false" simplepasswordvalidation="false" operator="Everymatrix" supportemail="supportTEST@everymatrix.com" lang="en"></player-account-controller>
|
|
46
35
|
</body>
|
|
47
36
|
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-account-controller",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.3",
|
|
4
4
|
"main": "dist/player-account-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "af607736d2fefc2fcb0fc155b2023fcd62806a5c"
|
|
40
40
|
}
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
export let endpoint:string = '';
|
|
35
35
|
export let lang:string = '';
|
|
36
36
|
export let operator:string = 'Everymatrix';
|
|
37
|
+
export let supportemail:string = '';
|
|
37
38
|
export let operatorid: string = ''
|
|
38
39
|
export let realm: string = ''
|
|
39
40
|
export let webapiendpoint: string = 'wss://api-stage.everymatrix.com/v2'
|
|
@@ -845,7 +846,7 @@
|
|
|
845
846
|
{:else if switchContent && pagePath === widgetPath[5]}
|
|
846
847
|
<player-account-gaming-limits use:sendLimitsData {playercurrency} {separatelimits} {clientstyling} {clientstylingurl}></player-account-gaming-limits>
|
|
847
848
|
{:else if switchContent && pagePath === widgetPath[6]}
|
|
848
|
-
<player-account-self-exclusion {lang} {operator} {clientstyling} {clientstylingurl}></player-account-self-exclusion>
|
|
849
|
+
<player-account-self-exclusion {lang} {operator} {supportemail} {clientstyling} {clientstylingurl}></player-account-self-exclusion>
|
|
849
850
|
{:else if switchContent && pagePath === widgetPath[7]}
|
|
850
851
|
<player-active-bonuses {endpoint} {session} {playerid} {lang} {playercurrency} {clientstyling} {clientstylingurl}></player-active-bonuses>
|
|
851
852
|
{:else if switchContent && pagePath === widgetPath[8]}
|
|
@@ -882,7 +883,7 @@
|
|
|
882
883
|
{:else if switchContent && pagePath == widgetPath[5]}
|
|
883
884
|
<player-account-gaming-limits use:sendLimitsData {playercurrency} {separatelimits} {clientstyling} {clientstylingurl}></player-account-gaming-limits>
|
|
884
885
|
{:else if switchContent && pagePath === widgetPath[6]}
|
|
885
|
-
<player-account-self-exclusion {lang} {operator} {clientstyling} {clientstylingurl}></player-account-self-exclusion>
|
|
886
|
+
<player-account-self-exclusion {lang} {operator} {supportemail} {clientstyling} {clientstylingurl}></player-account-self-exclusion>
|
|
886
887
|
{:else if switchContent && pagePath === widgetPath[7]}
|
|
887
888
|
<player-active-bonuses {endpoint} {session} {playerid} {lang} {playercurrency} {clientstyling} {clientstylingurl}></player-active-bonuses>
|
|
888
889
|
{:else if switchContent && pagePath === widgetPath[8]}
|