law-common 9.1.1-beta.2 → 9.1.1-beta.3

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.
@@ -72,7 +72,7 @@ export declare enum EntityEnum {
72
72
  CLIENT_USER_MAPPING = "client_user_mapping",
73
73
  ROLE_PERMISSION_MAPPING = "role_permission_mapping"
74
74
  }
75
- type EntityRelations = {
75
+ export type EntityRelations = {
76
76
  [K in EntityEnum]: K;
77
77
  };
78
78
  export type ISearchIncludeEntity<T extends EntityEnum> = {
@@ -166,4 +166,3 @@ export type IHistoryEntityChangedLogs = {
166
166
  oldValue: string | number;
167
167
  timeStamp: string;
168
168
  };
169
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "law-common",
3
- "version": "9.1.1-beta.2",
3
+ "version": "9.1.1-beta.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [