ntk-cms-api 18.3.463 → 18.3.464

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.
@@ -6,3 +6,4 @@ export * from './estatePropertyFilterModel';
6
6
  export * from './estatePropertyHistoryFilterModel';
7
7
  export * from './estatePropertyProjectFilterModel';
8
8
  export * from './estatePropertySupplierFilterModel';
9
+ export * from './estatePropertyExpertPriceFilterModel';
@@ -3,6 +3,6 @@ export declare class EstateAccountAgencyFilterModel extends FilterModel {
3
3
  onDateTimeFrom: Date;
4
4
  onDateTimeTo: Date;
5
5
  linkResponsibleUserId: number;
6
- locationListIds: number[];
6
+ linkLocationIds: number[];
7
7
  linkLocationWorkAreaIds: number[];
8
8
  }
@@ -3,6 +3,6 @@ export declare class EstateAccountExpertFilterModel extends FilterModel {
3
3
  onDateTimeFrom: Date;
4
4
  onDateTimeTo: Date;
5
5
  linkResponsibleUserId: number;
6
- locationListIds: number[];
6
+ linkLocationIds: number[];
7
7
  linkLocationWorkAreaIds: number[];
8
8
  }
@@ -0,0 +1,7 @@
1
+ import { FilterModel } from "../../entity/base/filterModel";
2
+ export declare class EstatePropertyExpertPriceFilterModel extends FilterModel {
3
+ onDateTimeFrom: Date;
4
+ onDateTimeTo: Date;
5
+ linkLocationIds: number[];
6
+ linkCoreCurrencyId: number;
7
+ }
@@ -2,11 +2,11 @@ import { Observable } from 'rxjs';
2
2
  import { EstatePriceInquiryDtoModel } from '../../models/dto/estate/estatePriceInquiryDtoModel';
3
3
  import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
4
4
  import { ErrorExceptionResultBase } from '../../models/entity/base/errorExceptionResultBase';
5
- import { FilterModel } from '../../models/entity/base/filterModel';
6
5
  import { EstatePropertyExpertPriceModel } from '../../models/entity/estate/estatePropertyExpertPriceModel';
7
6
  import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
7
+ import { EstatePropertyExpertPriceFilterModel } from '../../models/filters/estate/estatePropertyExpertPriceFilterModel';
8
8
  import * as i0 from "@angular/core";
9
- export declare class EstatePropertyExpertPriceService extends ApiCmsServerBase<EstatePropertyExpertPriceModel, string, FilterModel> {
9
+ export declare class EstatePropertyExpertPriceService extends ApiCmsServerBase<EstatePropertyExpertPriceModel, string, EstatePropertyExpertPriceFilterModel> {
10
10
  getModuleControllerUrl(): string;
11
11
  ServicePriceInquiryList(model: EstatePriceInquiryDtoModel): Observable<ErrorExceptionResult<EstatePropertyExpertPriceModel>>;
12
12
  ServicePriceInquiryCalculate(model: EstatePriceInquiryDtoModel): Observable<ErrorExceptionResultBase>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "18.3.463",
3
+ "version": "18.3.464",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",