@jealous-robot-dev/shared-types-responses 1.18.6 → 1.18.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,8 @@ export declare enum ASSIcons {
23
23
  export declare enum CommonErrorReponses {
24
24
  NOT_FOUND = "NOT_FOUND",
25
25
  INTERNAL_ERROR = "INTERNAL_ERROR",
26
+ MISSING_FIELDS = "MISSING_FIELDS",
27
+ INVALID_INPUT = "INVALID_INPUT",
26
28
  BAD_REQUEST = "BAD_REQUEST"
27
29
  }
28
30
  export interface FAQ {
@@ -19,6 +19,8 @@ var CommonErrorReponses;
19
19
  (function (CommonErrorReponses) {
20
20
  CommonErrorReponses["NOT_FOUND"] = "NOT_FOUND";
21
21
  CommonErrorReponses["INTERNAL_ERROR"] = "INTERNAL_ERROR";
22
+ CommonErrorReponses["MISSING_FIELDS"] = "MISSING_FIELDS";
23
+ CommonErrorReponses["INVALID_INPUT"] = "INVALID_INPUT";
22
24
  CommonErrorReponses["BAD_REQUEST"] = "BAD_REQUEST";
23
25
  })(CommonErrorReponses = exports.CommonErrorReponses || (exports.CommonErrorReponses = {}));
24
26
  var CurrencyPosition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.18.6",
3
+ "version": "1.18.7",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",