law-common 9.1.3-beta.2 → 9.1.3-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.
@@ -133,7 +133,7 @@ export type IEntityFilterData<T extends EnumEntityType<EntityEnum>> = ConvertToA
133
133
  entities?: ISearchIncludeEntity<EntityEnum>[];
134
134
  columnKeys?: (keyof T)[];
135
135
  };
136
- export type ISearchIncludeEntity<T extends EntityEnum> = ConvertToArray<IEntityUpdateDto<EnumEntityType<T>>> & {
136
+ export type ISearchIncludeEntity<T extends EntityEnum> = ConvertToArray<IEntityUpdateDto<EnumEntityType<EntityRelations[T]>>> & {
137
137
  name: T;
138
138
  relations?: ISearchIncludeEntity<EntityRelations[EntityEnum]>[];
139
139
  entities?: ISearchIncludeEntity<EntityRelations[EntityEnum]>[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "law-common",
3
- "version": "9.1.3-beta.2",
3
+ "version": "9.1.3-beta.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [