@jealous-robot-dev/shared-types-responses 1.52.6 → 1.52.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,11 +27,12 @@ export interface AuthenticationDevice {
27
27
  DropHRUserAgent: DropHRUserAgents;
28
28
  }
29
29
  export declare enum PositiveAuthResponse {
30
- NEW_USER = "NEW_USER",
31
- TWO_FACTOR = "TWO_FACTOR",
32
- WELCOME_BACK = "WELCOME_BACK",
33
30
  VERIFY_DEVICE = "VERIFY_DEVICE",
31
+ WELCOME_BACK = "WELCOME_BACK",
34
32
  VERIFY_EMAIL = "VERIFY_EMAIL",
33
+ VERIFY_PHONE = "VERIFY_PHONE",
34
+ TWO_FACTOR = "TWO_FACTOR",
35
+ NEW_USER = "NEW_USER",
35
36
  PASS = "PASS"
36
37
  }
37
38
  export declare enum DeviceVerificationResults {
@@ -3,11 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeviceVerificationResults = exports.PositiveAuthResponse = void 0;
4
4
  var PositiveAuthResponse;
5
5
  (function (PositiveAuthResponse) {
6
- PositiveAuthResponse["NEW_USER"] = "NEW_USER";
7
- PositiveAuthResponse["TWO_FACTOR"] = "TWO_FACTOR";
8
- PositiveAuthResponse["WELCOME_BACK"] = "WELCOME_BACK";
9
6
  PositiveAuthResponse["VERIFY_DEVICE"] = "VERIFY_DEVICE";
7
+ PositiveAuthResponse["WELCOME_BACK"] = "WELCOME_BACK";
10
8
  PositiveAuthResponse["VERIFY_EMAIL"] = "VERIFY_EMAIL";
9
+ PositiveAuthResponse["VERIFY_PHONE"] = "VERIFY_PHONE";
10
+ PositiveAuthResponse["TWO_FACTOR"] = "TWO_FACTOR";
11
+ PositiveAuthResponse["NEW_USER"] = "NEW_USER";
11
12
  PositiveAuthResponse["PASS"] = "PASS";
12
13
  })(PositiveAuthResponse = exports.PositiveAuthResponse || (exports.PositiveAuthResponse = {}));
13
14
  var DeviceVerificationResults;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.52.6",
3
+ "version": "1.52.7",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",