@jealous-robot-dev/shared-types-responses 1.18.4 → 1.18.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -116,7 +116,8 @@ export declare enum AuthRespErrors {
116
116
  EMAIL_UNVIERIFIED = "EMAIL_UNVIERIFIED",
117
117
  EMAIL_IN_USE = "EMAIL_IN_USE",
118
118
  MISSING_PARAM = "MISSING_PARAM",
119
- USERNAME_IN_USE = "USERNAME_IN_USE"
119
+ USERNAME_IN_USE = "USERNAME_IN_USE",
120
+ USER_NOT_FOUND = "USER_NOT_FOUND"
120
121
  }
121
122
  export declare enum PositiveAuthResponse {
122
123
  NEW_USER = "NEW_USER",
@@ -34,6 +34,7 @@ var AuthRespErrors;
34
34
  AuthRespErrors["EMAIL_IN_USE"] = "EMAIL_IN_USE";
35
35
  AuthRespErrors["MISSING_PARAM"] = "MISSING_PARAM";
36
36
  AuthRespErrors["USERNAME_IN_USE"] = "USERNAME_IN_USE";
37
+ AuthRespErrors["USER_NOT_FOUND"] = "USER_NOT_FOUND";
37
38
  })(AuthRespErrors = exports.AuthRespErrors || (exports.AuthRespErrors = {}));
38
39
  var PositiveAuthResponse;
39
40
  (function (PositiveAuthResponse) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.18.4",
3
+ "version": "1.18.5",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",