ntk-cms-api 1.2.189 → 1.2.190

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,8 +13,8 @@ export declare class EstateCustomerOrderService extends ApiCmsServerBase<EstateC
13
13
  ServiceActionSendSms(model: EstateCustomerOrderActionSendSmsDtoModel): Observable<ErrorExceptionResultBase>;
14
14
  ServiceGetAllWithFilter(model: EstateCustomerOrderSearchDtoModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
15
15
  ServiceGetAllWithResponsibleUserId(userId: number, model: FilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
16
- ServiceGetAllWithResponsiblePropertyId(propertyId: string, model: FilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
17
- ServiceGetAllWithResponsiblePropertyIdHaveHistory(propertyId: string, model: FilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
16
+ ServiceGetAllWithCoverPropertyId(propertyId: string, model: FilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
17
+ ServiceGetAllWithCoverPropertyIdHaveHistory(propertyId: string, model: FilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
18
18
  ServiceGetAllWithResponsibleUserIdExportFile(userId: number, model: FilterModel): Observable<ErrorExceptionResultExportFile>;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EstateCustomerOrderService, never>;
20
20
  static ɵprov: i0.ɵɵInjectableDeclaration<EstateCustomerOrderService>;
@@ -20,9 +20,9 @@ export declare class EstatePropertyService extends ApiCmsServerBase<EstateProper
20
20
  ServiceReportAbuseList(model: FilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
21
21
  ServiceGetAllWithFilter(model: EstatePropertySearchDtoModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
22
22
  ServiceGetAllWithBillboardId(BillboardId: string, model: FilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
23
- ServiceGetAllWithCustomerOrderId(CustomerOrderId: string, model: FilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
24
- ServiceGetAllWithCustomerOrderIdHaveHistory(CustomerOrderId: string, model: FilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
25
- ServiceGetAllWithCustomerOrderIdExportFile(CustomerOrderId: string, model: FilterModel): Observable<ErrorExceptionResultExportFile>;
23
+ ServiceGetAllWithCoverCustomerOrderId(CustomerOrderId: string, model: FilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
24
+ ServiceGetAllWithCoverCustomerOrderIdHaveHistory(CustomerOrderId: string, model: FilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
25
+ ServiceGetAllWithCoverCustomerOrderIdExportFile(CustomerOrderId: string, model: FilterModel): Observable<ErrorExceptionResultExportFile>;
26
26
  ServiceGetAllWithResponsibleUserId(userId: number, model: FilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
27
27
  ServiceGetAllWithResponsibleUserIdExportFile(userId: number, model: FilterModel): Observable<ErrorExceptionResultExportFile>;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<EstatePropertyService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.189",
3
+ "version": "1.2.190",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",