ntk-cms-api 1.2.219 → 1.2.220

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.
@@ -1,7 +1,7 @@
1
- import { PropertyExpertPriceTypeEnumEstate } from '../../enums/estate/estatePropertyExpertPriceTypeEnum';
1
+ import { EstatePropertyExpertPriceTypeEnum } from '../../enums/estate/estatePropertyExpertPriceTypeEnum';
2
2
  import { BaseModuleEntity } from '../base/baseModuleEntity';
3
3
  export declare class EstatePropertyExpertPriceModel extends BaseModuleEntity<string> {
4
- expertPriceType: PropertyExpertPriceTypeEnumEstate;
4
+ expertPriceType: EstatePropertyExpertPriceTypeEnum;
5
5
  description: string;
6
6
  linkLocationId: number;
7
7
  linkLocationCountryId: number;
@@ -1,4 +1,4 @@
1
- export declare enum PropertyExpertPriceTypeEnumEstate {
1
+ export declare enum EstatePropertyExpertPriceTypeEnum {
2
2
  AutoWeek = 11,
3
3
  AutoMonth = 12,
4
4
  AutoYear = 13,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.219",
3
+ "version": "1.2.220",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",