@jealous-robot-dev/shared-types-responses 1.20.1 → 1.20.2

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.
@@ -19,7 +19,7 @@ exports.ListedCookes = [
19
19
  Cookies.AUTH_CTX, Cookies.CONSENT, Cookies.CSFR_TOKEN,
20
20
  Cookies.CURRENCY, Cookies.DEVICE_ID, Cookies.LOCALE_ID,
21
21
  Cookies.NEW_MEMBER, Cookies.REMEMBERED_USER, Cookies.SESSION_PASS,
22
- Cookies.UITHEME
22
+ Cookies.UITHEME, Cookies.IMPRESSION_ID
23
23
  ];
24
24
  var PermissionCookies;
25
25
  (function (PermissionCookies) {
@@ -36,6 +36,7 @@ var CookieAges;
36
36
  CookieAges[CookieAges["LARGE"] = 2592000000] = "LARGE";
37
37
  })(CookieAges = exports.CookieAges || (exports.CookieAges = {}));
38
38
  exports.PWRequiringPermissionsList = [
39
+ PermissionCookies.PW_RESET_VERIFICATION,
39
40
  PermissionCookies.DELETE_ACCOUNT,
40
41
  PermissionCookies.SUSPEND_EVENT,
41
42
  PermissionCookies.RESUME_EVENT,
@@ -94,7 +94,7 @@ export interface BlockedUser {
94
94
  username: string;
95
95
  firstname: string;
96
96
  lastname: string;
97
- ppu?: string;
97
+ has_ppu: boolean;
98
98
  }
99
99
  export interface UserSecurityResponse extends QueryResponse<UserSecurity, UserSecurityPhrases> {
100
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.20.1",
3
+ "version": "1.20.2",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",