law-common 8.0.1-beta.0 → 8.0.1-beta.2

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.
@@ -13,6 +13,6 @@ export interface IConfigurationEntity extends IAuditColumnEntity {
13
13
  export type IConfigurationExclude = "organizationId";
14
14
  export interface IConfigurationEntityCreateDto extends Omit<IEntityCreateDto<IConfigurationEntity>, IConfigurationExclude> {
15
15
  }
16
- export interface IConfigurationEntityUpdateDto extends Omit<IEntityUpdateDto<IConfigurationEntity>, "key"> {
16
+ export interface IConfigurationEntityUpdateDto extends IEntityUpdateDto<IConfigurationEntity> {
17
17
  }
18
18
  export type IConfigurationEntityFilterData = IEntityFilterData<IConfigurationEntity>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "law-common",
3
- "version": "8.0.1-beta.0",
3
+ "version": "8.0.1-beta.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [