ntk-cms-api 1.2.198 → 1.2.200

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.
@@ -4,12 +4,12 @@ export declare class EstateCustomerOrderActionSendSmsDtoModel {
4
4
  actionSendSmsToMe: boolean;
5
5
  actionSendSmsToEstateCustomer: boolean;
6
6
  actionSendSmsToEstateAgency: boolean;
7
- actionSendSmsToEstateUser: boolean;
7
+ actionSendSmsToEstateAgent: boolean;
8
8
  actionSendSmsToContactNumber: string;
9
9
  /**Action */
10
10
  actionSendSmsToAreaEstateAgency: boolean;
11
- actionSendSmsToAreaEstateUser: boolean;
11
+ actionSendSmsToAreaEstateAgent: boolean;
12
12
  /**Action */
13
13
  actionSendSmsToAllAreaEstateAgency: boolean;
14
- actionSendSmsToAllAreaEstateUser: boolean;
14
+ actionSendSmsToAllAreaEstateAgentt: boolean;
15
15
  }
@@ -4,13 +4,13 @@ export declare class EstatePropertyActionSendSmsDtoModel {
4
4
  actionSendSmsToMe: boolean;
5
5
  actionSendSmsToEstateCustomer: boolean;
6
6
  actionSendSmsToEstateAgency: boolean;
7
- actionSendSmsToEstateUser: boolean;
7
+ actionSendSmsToEstateAgent: boolean;
8
8
  actionSendSmsToCustomerOrder: boolean;
9
9
  actionSendSmsToContactNumber: string;
10
10
  /**Action */
11
11
  actionSendSmsToAreaEstateAgency: boolean;
12
- actionSendSmsToAreaEstateUser: boolean;
12
+ actionSendSmsToAreaEstateAgent: boolean;
13
13
  /**Action */
14
14
  actionSendSmsToAllAreaEstateAgency: boolean;
15
- actionSendSmsToAllAreaEstateUser: boolean;
15
+ actionSendSmsToAllAreaEstateAgent: boolean;
16
16
  }
@@ -94,6 +94,7 @@ export declare class CoreSiteModel extends BaseEntity<number> {
94
94
  aboutUsLinkCompanyAuthorSite: string;
95
95
  aboutUsLinkCompanyPublisherSite: string;
96
96
  aboutUsPrivacyPolicyHtmlBody: string;
97
+ aboutUsLicensesHtmlBody: string;
97
98
  seoKeyword: string;
98
99
  seoDescription: string;
99
100
  seoGoogleAnalytics: string;
@@ -9,6 +9,8 @@ export declare class EstateAccountAgencyModel extends BaseModuleEntity<string> {
9
9
  linkLocationIdTitle: string;
10
10
  linkLocationIdParentTitle: string;
11
11
  linkLocationWorkAreaIds: number[];
12
+ notificationWorkAreaEstate: boolean;
13
+ notificationWorkAreaCustomerOrder: boolean;
12
14
  geolocationlatitude?: number;
13
15
  geolocationlongitude?: number;
14
16
  address: string;
@@ -8,6 +8,8 @@ export declare class EstateAccountUserModel extends BaseModuleEntity<string> {
8
8
  linkLocationIdTitle: string;
9
9
  linkLocationIdParentTitle: string;
10
10
  linkLocationWorkAreaIds: number[];
11
+ notificationWorkAreaEstate: boolean;
12
+ notificationWorkAreaCustomerOrder: boolean;
11
13
  geolocationlatitude?: number;
12
14
  geolocationlongitude?: number;
13
15
  dateManufacture?: Date;
@@ -12,6 +12,11 @@ export declare class EstateModuleConfigSiteValuesModel extends BaseModuleConfigS
12
12
  aboutAgentTels: string;
13
13
  aboutCustomerMobiles: string;
14
14
  aboutCustomerTels: string;
15
+ /**ActionSendSms */
16
+ customerOrderActionSendSmsToAgencyAreaWorkMessage: string;
17
+ customerOrderActionSendSmsToAgentAreaWorkMessage: string;
18
+ estateActionSendSmsToAgencyAreaWorkMessage: string;
19
+ estateActionSendSmsToAgentAreaWorkMessage: string;
15
20
  }
16
21
  export declare class EstateModuleSiteStorageValuesModel extends BaseModuleSiteStorageValuesModel {
17
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.198",
3
+ "version": "1.2.200",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",