ntk-cms-api 1.2.224 → 1.2.225

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.
@@ -28,7 +28,8 @@ export * from './estatePropertyExpertPriceModel';
28
28
  export * from './estateCustomerOrderResultModel';
29
29
  export * from './estateCustomerCategoryModel';
30
30
  export * from './estateCategoryRackModel';
31
- export * from './estateCategoryRackFolderModel';
31
+ export * from './estateCategoryRackFolderOrderModel';
32
+ export * from './estateCategoryRackFolderPropertyModel';
32
33
  export * from './estateCategoryZoneModel';
33
34
  export * from './estatePropertySupplierCategoryModel';
34
35
  export * from './estatePropertySupplierModel';
@@ -1,5 +1,5 @@
1
1
  import { EstateCustomerOrderModel } from "./estateCustomerOrderModel";
2
- export declare class EstateCategoryRackFolderModel extends EstateCustomerOrderModel {
2
+ export declare class EstateCategoryRackFolderOrderModel extends EstateCustomerOrderModel {
3
3
  uid: string;
4
4
  iconFont: string;
5
5
  iconColor: string;
@@ -0,0 +1,8 @@
1
+ import { EstatePropertyFilterModel } from "../../dto/estate/estatePropertyFilterModel";
2
+ export declare class EstateCategoryRackFolderPropertyModel extends EstatePropertyFilterModel {
3
+ uid: string;
4
+ iconFont: string;
5
+ iconColor: string;
6
+ linkMainImageId: number;
7
+ linkMainImageIdSrc: string;
8
+ }
@@ -1,5 +1,6 @@
1
1
  import { BaseModuleEntity } from '../base/baseModuleEntity';
2
- import { EstateCategoryRackFolderModel } from './estateCategoryRackFolderModel';
2
+ import { EstateCategoryRackFolderOrderModel } from './estateCategoryRackFolderOrderModel';
3
+ import { EstateCategoryRackFolderPropertyModel } from './estateCategoryRackFolderPropertyModel';
3
4
  export declare class EstateCategoryRackModel extends BaseModuleEntity<string> {
4
5
  title: string;
5
6
  description: string;
@@ -7,5 +8,6 @@ export declare class EstateCategoryRackModel extends BaseModuleEntity<string> {
7
8
  iconColor: string;
8
9
  linkMainImageId: number;
9
10
  linkMainImageIdSrc: string;
10
- rackFolder: EstateCategoryRackFolderModel[];
11
+ rackFolderProperties: EstateCategoryRackFolderPropertyModel[];
12
+ rackFolderOrders: EstateCategoryRackFolderOrderModel[];
11
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.224",
3
+ "version": "1.2.225",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",
@@ -1,4 +0,0 @@
1
- import { EstateCustomerOrderModel } from "./estateCustomerOrderModel";
2
- export class EstateCategoryRackFolderModel extends EstateCustomerOrderModel {
3
- }
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQ2F0ZWdvcnlSYWNrRm9sZGVyTW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udGstY21zLWFwaS9zcmMvbGliL21vZGVscy9lbnRpdHkvZXN0YXRlL2VzdGF0ZUNhdGVnb3J5UmFja0ZvbGRlck1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBRXRFLE1BQU0sT0FBTyw2QkFBOEIsU0FBUSx3QkFBd0I7Q0FNMUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFc3RhdGVDdXN0b21lck9yZGVyTW9kZWwgfSBmcm9tIFwiLi9lc3RhdGVDdXN0b21lck9yZGVyTW9kZWxcIjtcclxuXHJcbmV4cG9ydCBjbGFzcyBFc3RhdGVDYXRlZ29yeVJhY2tGb2xkZXJNb2RlbCBleHRlbmRzIEVzdGF0ZUN1c3RvbWVyT3JkZXJNb2RlbCB7XHJcbiAgdWlkOiBzdHJpbmc7XHJcbiAgaWNvbkZvbnQ6IHN0cmluZztcclxuICBpY29uQ29sb3I6IHN0cmluZztcclxuICBsaW5rTWFpbkltYWdlSWQ6IG51bWJlcjtcclxuICBsaW5rTWFpbkltYWdlSWRTcmM6IHN0cmluZztcclxufVxyXG4iXX0=