ntk-cms-api 1.2.252 → 1.2.253

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.
@@ -5,6 +5,7 @@ export declare class EstateAccountAgencyModel extends BaseModuleEntity<string> {
5
5
  linkCmsUserId: number;
6
6
  title: string;
7
7
  description: string;
8
+ descriptionHidden: string;
8
9
  linkLocationId?: number;
9
10
  linkLocationIdTitle: string;
10
11
  linkLocationIdParentTitle: string;
@@ -3,6 +3,7 @@ export declare class EstateAccountUserModel extends BaseModuleEntity<string> {
3
3
  linkCmsUserId: number;
4
4
  title: string;
5
5
  description: string;
6
+ descriptionHidden: string;
6
7
  joinId: string;
7
8
  linkLocationId?: number;
8
9
  linkLocationIdTitle: string;
@@ -6,6 +6,7 @@ export declare class EstatePropertyCompanyModel extends BaseModuleEntity<string>
6
6
  linkCmsUserId?: number;
7
7
  mainAdminRecordStatus: string;
8
8
  description: string;
9
+ descriptionHidden: string;
9
10
  address: string;
10
11
  phoneNumber: string;
11
12
  mobileNumber: string;
@@ -7,6 +7,7 @@ export declare class EstatePropertyProjectModel extends BaseModuleEntity<string>
7
7
  linkPropertyCompanyId: string;
8
8
  mainAdminRecordStatus: string;
9
9
  description: string;
10
+ descriptionHidden: string;
10
11
  address: string;
11
12
  body: string;
12
13
  geolocationlatitude?: number;
@@ -7,6 +7,7 @@ export declare class EstatePropertySupplierModel extends BaseModuleEntity<string
7
7
  linkEstatePropertySupplierCategoryIds: string[];
8
8
  mainAdminRecordStatus: string;
9
9
  description: string;
10
+ descriptionHidden: string;
10
11
  address: string;
11
12
  phoneNumber: string;
12
13
  mobileNumber: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.252",
3
+ "version": "1.2.253",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",