@everymatrix/player-account-gaming-limits-wrapper-2 1.12.7 → 1.13.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/index.html
CHANGED
|
@@ -30,14 +30,13 @@
|
|
|
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
|
-
|
|
34
33
|
endpoint="https://betathome-de-stage-api.stage.norway.everymatrix.com/"
|
|
35
|
-
session="
|
|
34
|
+
session="8650de50-208e-4290-aa27-c954ce145b61"
|
|
36
35
|
userid="5172507"
|
|
37
36
|
currency="EUR"
|
|
38
37
|
lang="en"
|
|
39
|
-
|
|
40
38
|
tablabels="Deposit limit, Slots limit, Other limits"
|
|
39
|
+
deletelimit="deposit,wager"
|
|
41
40
|
historyenabled="true"
|
|
42
41
|
apiversion="gm16"
|
|
43
42
|
numberofentries="10"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-account-gaming-limits-wrapper-2",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
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": "1e1112223dbbcaa114d0dc15006eb09f2beabedd"
|
|
39
39
|
}
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
export let tablabels:string = '';
|
|
17
17
|
export let historyenabled:string = "true";
|
|
18
18
|
|
|
19
|
+
export let deletelimit:string = '';
|
|
19
20
|
export let limitsamount:string = '';
|
|
20
21
|
export let limitsperiods:string = '';
|
|
21
22
|
export let numberofentries:string = '';
|
|
@@ -125,6 +126,7 @@
|
|
|
125
126
|
amountsconfig = {amountsArray[i]}
|
|
126
127
|
periodsconfig = {periodsArray[i]}
|
|
127
128
|
{userid}
|
|
129
|
+
{deletelimit}
|
|
128
130
|
{session}
|
|
129
131
|
{endpoint}
|
|
130
132
|
{apiversion}
|