@provis/provis-common-be-module 2.6.9 → 2.6.10

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.
@@ -15,6 +15,6 @@ declare const config: {
15
15
  GENDER_FEMALE: string;
16
16
  HTTP_STATUS_OK: number;
17
17
  HTTP_STATUS_SERVER_ERROR: number;
18
- DEFAULT: string;
18
+ DEFAULT: "default";
19
19
  };
20
20
  export default config;
@@ -1,4 +1,3 @@
1
- import config from "../../config";
2
1
  declare const _default: {
3
2
  clause: {
4
3
  order: number;
@@ -9,7 +8,7 @@ declare const _default: {
9
8
  };
10
9
  }[];
11
10
  clauseMapping: {
12
- [config.DEFAULT]: string[];
11
+ default: string[];
13
12
  EQ: string[];
14
13
  };
15
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.6.9",
3
+ "version": "2.6.10",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {