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

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,9 @@ export declare enum AuthRespErrors {
12
12
  INVALID_FIRSTNAME = "INVALID_FIRSTNAME",
13
13
  INVALID_LASTNAME = "INVALID_LASTNAME",
14
14
  INVALID_EMAIL = "INVALID_EMAIL",
15
+ INVALID_PHONE = "INVALID_PHONE",
15
16
  EMAIL_UNVIERIFIED = "EMAIL_UNVIERIFIED",
17
+ PHONE_IN_USE = "PHONE_IN_USE",
16
18
  EMAIL_IN_USE = "EMAIL_IN_USE",
17
19
  MISSING_PARAM = "MISSING_PARAM",
18
20
  USER_NOT_FOUND = "USER_NOT_FOUND"
@@ -17,7 +17,9 @@ var AuthRespErrors;
17
17
  AuthRespErrors["INVALID_FIRSTNAME"] = "INVALID_FIRSTNAME";
18
18
  AuthRespErrors["INVALID_LASTNAME"] = "INVALID_LASTNAME";
19
19
  AuthRespErrors["INVALID_EMAIL"] = "INVALID_EMAIL";
20
+ AuthRespErrors["INVALID_PHONE"] = "INVALID_PHONE";
20
21
  AuthRespErrors["EMAIL_UNVIERIFIED"] = "EMAIL_UNVIERIFIED";
22
+ AuthRespErrors["PHONE_IN_USE"] = "PHONE_IN_USE";
21
23
  AuthRespErrors["EMAIL_IN_USE"] = "EMAIL_IN_USE";
22
24
  AuthRespErrors["MISSING_PARAM"] = "MISSING_PARAM";
23
25
  AuthRespErrors["USER_NOT_FOUND"] = "USER_NOT_FOUND";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.52.5",
3
+ "version": "1.52.6",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -27,4 +27,4 @@
27
27
  "@jealous-robot-dev/drophr-common": "^1.16.1",
28
28
  "@jealous-robot-dev/shared-phrases": "^1.15.4"
29
29
  }
30
- }
30
+ }