@jealous-robot-dev/shared-types-responses 1.58.4 → 1.58.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ export declare enum CommonErrorReponses {
9
9
  export declare enum AuthRespErrors {
10
10
  INVALID_INPUT = "INVALID_INPUT",
11
11
  INVALID_PASSWORD = "INVALID_PASSWORD",
12
+ INVALID_BIRTHDAY = "INVALID_BIRTHDAY",
12
13
  INVALID_FIRSTNAME = "INVALID_FIRSTNAME",
13
14
  INVALID_LASTNAME = "INVALID_LASTNAME",
14
15
  INVALID_EMAIL = "INVALID_EMAIL",
@@ -14,6 +14,7 @@ var AuthRespErrors;
14
14
  (function (AuthRespErrors) {
15
15
  AuthRespErrors["INVALID_INPUT"] = "INVALID_INPUT";
16
16
  AuthRespErrors["INVALID_PASSWORD"] = "INVALID_PASSWORD";
17
+ AuthRespErrors["INVALID_BIRTHDAY"] = "INVALID_BIRTHDAY";
17
18
  AuthRespErrors["INVALID_FIRSTNAME"] = "INVALID_FIRSTNAME";
18
19
  AuthRespErrors["INVALID_LASTNAME"] = "INVALID_LASTNAME";
19
20
  AuthRespErrors["INVALID_EMAIL"] = "INVALID_EMAIL";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.58.4",
3
+ "version": "1.58.6",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",