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

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.
@@ -115,6 +115,7 @@ export declare enum AuthRespErrors {
115
115
  INVALID_LASTNAME = "INVALID_LASTNAME",
116
116
  EMAIL_UNVIERIFIED = "EMAIL_UNVIERIFIED",
117
117
  EMAIL_IN_USE = "EMAIL_IN_USE",
118
+ MISSING_PARAM = "MISSING_PARAM",
118
119
  USERNAME_IN_USE = "USERNAME_IN_USE"
119
120
  }
120
121
  export declare enum PositiveAuthResponse {
@@ -32,6 +32,7 @@ var AuthRespErrors;
32
32
  AuthRespErrors["INVALID_LASTNAME"] = "INVALID_LASTNAME";
33
33
  AuthRespErrors["EMAIL_UNVIERIFIED"] = "EMAIL_UNVIERIFIED";
34
34
  AuthRespErrors["EMAIL_IN_USE"] = "EMAIL_IN_USE";
35
+ AuthRespErrors["MISSING_PARAM"] = "MISSING_PARAM";
35
36
  AuthRespErrors["USERNAME_IN_USE"] = "USERNAME_IN_USE";
36
37
  })(AuthRespErrors = exports.AuthRespErrors || (exports.AuthRespErrors = {}));
37
38
  var PositiveAuthResponse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.18.3",
3
+ "version": "1.18.4",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",