@everymatrix/player-account-gaming-limits-wrapper-2 1.13.7 → 1.13.8
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
|
@@ -30,9 +30,10 @@
|
|
|
30
30
|
<player-account-gaming-limits-wrapper-2
|
|
31
31
|
limitsamount="All(lugas): 10-9999999 | Casino(wager):10-9999999 | All(deposit):10-3100, Sports(wager):10-2500, All(loss):10-5500"
|
|
32
32
|
limitsperiods="All(lugas): M | Casino(wager): M | All(deposit):D-W-M, Sports(wager):M, All(loss):D-W-M"
|
|
33
|
+
|
|
33
34
|
endpoint="https://betathome-de-stage-api.stage.norway.everymatrix.com/"
|
|
34
|
-
session="
|
|
35
|
-
userid="
|
|
35
|
+
session="913b03fd-6168-4a07-84af-3c87b0254ec4"
|
|
36
|
+
userid="5135945"
|
|
36
37
|
currency="EUR"
|
|
37
38
|
lang="en"
|
|
38
39
|
tablabels="Deposit limit, Slots limit, Other limits"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-account-gaming-limits-wrapper-2",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.8",
|
|
4
4
|
"main": "dist/player-account-gaming-limits-wrapper-2.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "9a07e91d5dea59421463c3609d1422790a63a91b"
|
|
39
39
|
}
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
export let limitsamount:string = '';
|
|
21
21
|
export let limitsperiods:string = '';
|
|
22
22
|
export let numberofentries:string = '';
|
|
23
|
+
export let customcurrencysymbols:string = '';
|
|
23
24
|
|
|
24
25
|
export let clientstyling:string = '';
|
|
25
26
|
export let clientstylingurl:string = '';
|
|
@@ -133,6 +134,7 @@
|
|
|
133
134
|
{clientstyling}
|
|
134
135
|
{clientstylingurl}
|
|
135
136
|
{translationurl}
|
|
137
|
+
{customcurrencysymbols}
|
|
136
138
|
></player-account-gaming-limits-page-2-gm16>
|
|
137
139
|
{/each}
|
|
138
140
|
</div>
|
|
@@ -147,6 +149,7 @@
|
|
|
147
149
|
{clientstyling}
|
|
148
150
|
{clientstylingurl}
|
|
149
151
|
{translationurl}
|
|
152
|
+
{customcurrencysymbols}
|
|
150
153
|
></player-account-gaming-limits-history-2>
|
|
151
154
|
{/if}
|
|
152
155
|
{/if}
|