@everymatrix/player-account-controller 0.0.204 → 0.0.208

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-controller",
3
- "version": "0.0.204",
3
+ "version": "0.0.208",
4
4
  "main": "dist/player-account-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -29,8 +29,8 @@
29
29
  "typescript": "^3.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "@everymatrix/player-account-menu": "^0.0.204",
33
- "@everymatrix/player-account-notifications": "^0.0.204",
32
+ "@everymatrix/player-account-menu": "^0.0.208",
33
+ "@everymatrix/player-account-notifications": "^0.0.208",
34
34
  "cross-env": "^7.0.3",
35
35
  "sirv-cli": "^1.0.0",
36
36
  "svelte": "^3.0.0"
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "b541116768db503ad5d49c3954e58326cfc3aa9d"
41
+ "gitHead": "38199cc25098bd517d1f8b13d7607e97cce49af4"
42
42
  }
@@ -142,7 +142,7 @@
142
142
  let timeoutValue = e.data.timeoutSelected;
143
143
 
144
144
  let dataTimeout = {
145
- cooloff: {
145
+ coolOff: {
146
146
  period: timeoutValue
147
147
  }
148
148
  };
@@ -174,7 +174,8 @@
174
174
  let dataSelfExclusion = {
175
175
  selfExclusion: {
176
176
  period: selfExclusionPeriod,
177
- expiryDate: selfExclusionExpiryDate
177
+ expiryDate: selfExclusionExpiryDate,
178
+ selfExclusionReason: 'UserRequest',
178
179
  }
179
180
  };
180
181
  let setSelfExclusion = {