@jealous-robot-dev/shared-types-responses 1.18.14 → 1.18.15

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.
@@ -30,6 +30,7 @@ export declare enum CommonErrorReponses {
30
30
  export declare enum Cookies {
31
31
  CSFR_TOKEN = "_csrf",
32
32
  DEVICE_ID = "_uaid",
33
+ SESSION_PASS = "_usp",
33
34
  REMEMBERED_USER = "_uc",
34
35
  LOCALE_ID = "locale_id",
35
36
  CURRENCY = "currency",
@@ -27,6 +27,7 @@ var Cookies;
27
27
  (function (Cookies) {
28
28
  Cookies["CSFR_TOKEN"] = "_csrf";
29
29
  Cookies["DEVICE_ID"] = "_uaid";
30
+ Cookies["SESSION_PASS"] = "_usp";
30
31
  Cookies["REMEMBERED_USER"] = "_uc";
31
32
  Cookies["LOCALE_ID"] = "locale_id";
32
33
  Cookies["CURRENCY"] = "currency";
@@ -124,5 +124,6 @@ export declare enum PositiveAuthResponse {
124
124
  NEW_USER = "NEW_USER",
125
125
  WELCOME_BACK = "WELCOME_BACK",
126
126
  VERIFY_DEVICE = "VERIFY_DEVICE",
127
+ VERIFY_EMAIL = "VERIFY_EMAIL",
127
128
  PASS = "PASS"
128
129
  }
@@ -41,5 +41,6 @@ var PositiveAuthResponse;
41
41
  PositiveAuthResponse["NEW_USER"] = "NEW_USER";
42
42
  PositiveAuthResponse["WELCOME_BACK"] = "WELCOME_BACK";
43
43
  PositiveAuthResponse["VERIFY_DEVICE"] = "VERIFY_DEVICE";
44
+ PositiveAuthResponse["VERIFY_EMAIL"] = "VERIFY_EMAIL";
44
45
  PositiveAuthResponse["PASS"] = "PASS";
45
46
  })(PositiveAuthResponse = exports.PositiveAuthResponse || (exports.PositiveAuthResponse = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.18.14",
3
+ "version": "1.18.15",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",