ntk-cms-api 1.2.225 → 1.2.226

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,5 +1,5 @@
1
- import { EstateCustomerOrderModel } from "./estateCustomerOrderModel";
2
- export declare class EstateCategoryRackFolderOrderModel extends EstateCustomerOrderModel {
1
+ import { EstateCustomerOrderFilterModel } from "../../dto/estate/estateCustomerOrderFilterModel";
2
+ export declare class EstateCategoryRackFolderOrderModel extends EstateCustomerOrderFilterModel {
3
3
  uid: string;
4
4
  iconFont: string;
5
5
  iconColor: string;
@@ -14,6 +14,8 @@ export declare class EstateCustomerOrderService extends ApiCmsServerBase<EstateC
14
14
  ServiceGetAllWithCoverPropertyId(propertyId: string, model: EstateCustomerOrderFilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
15
15
  ServiceGetAllWithCoverPropertyIdHaveHistory(propertyId: string, model: EstateCustomerOrderFilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
16
16
  ServiceGetAllWithResponsibleUserIdExportFile(userId: number, model: EstateCustomerOrderFilterModel): Observable<ErrorExceptionResultExportFile>;
17
+ ServiceGetAllWithCoverCategoryRackFolderId(RackFolderId: string, model: EstateCustomerOrderFilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
18
+ ServiceGetAllWithCoverCategoryZoneId(ZoneId: string, model: EstateCustomerOrderFilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
17
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EstateCustomerOrderService, never>;
18
20
  static ɵprov: i0.ɵɵInjectableDeclaration<EstateCustomerOrderService>;
19
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.225",
3
+ "version": "1.2.226",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",