@jealous-robot-dev/shared-types-responses 1.18.16 → 1.18.17

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.
@@ -114,6 +114,8 @@ export declare enum AuthRespErrors {
114
114
  INVALID_PASSWORD = "INVALID_PASSWORD",
115
115
  INVALID_FIRSTNAME = "INVALID_FIRSTNAME",
116
116
  INVALID_LASTNAME = "INVALID_LASTNAME",
117
+ INVALID_USERNAME = "INVALID_USERNAME",
118
+ INVALID_EMAIL = "INVALID_EMAIL",
117
119
  EMAIL_UNVIERIFIED = "EMAIL_UNVIERIFIED",
118
120
  EMAIL_IN_USE = "EMAIL_IN_USE",
119
121
  MISSING_PARAM = "MISSING_PARAM",
@@ -30,6 +30,8 @@ var AuthRespErrors;
30
30
  AuthRespErrors["INVALID_PASSWORD"] = "INVALID_PASSWORD";
31
31
  AuthRespErrors["INVALID_FIRSTNAME"] = "INVALID_FIRSTNAME";
32
32
  AuthRespErrors["INVALID_LASTNAME"] = "INVALID_LASTNAME";
33
+ AuthRespErrors["INVALID_USERNAME"] = "INVALID_USERNAME";
34
+ AuthRespErrors["INVALID_EMAIL"] = "INVALID_EMAIL";
33
35
  AuthRespErrors["EMAIL_UNVIERIFIED"] = "EMAIL_UNVIERIFIED";
34
36
  AuthRespErrors["EMAIL_IN_USE"] = "EMAIL_IN_USE";
35
37
  AuthRespErrors["MISSING_PARAM"] = "MISSING_PARAM";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.18.16",
3
+ "version": "1.18.17",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",