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.
- package/esm2020/lib/models/dto/estate/estateCustomerOrderActionSendSmsDtoModel.mjs +1 -1
- package/esm2020/lib/models/dto/estate/estatePropertyActionSendSmsDtoModel.mjs +1 -1
- package/esm2020/lib/models/entity/core-main/coreSiteModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estateAccountAgencyModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estateAccountUserModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estateConfigurationModel.mjs +1 -1
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/dto/estate/estateCustomerOrderActionSendSmsDtoModel.d.ts +3 -3
- package/lib/models/dto/estate/estatePropertyActionSendSmsDtoModel.d.ts +3 -3
- package/lib/models/entity/core-main/coreSiteModel.d.ts +1 -0
- package/lib/models/entity/estate/estateAccountAgencyModel.d.ts +2 -0
- package/lib/models/entity/estate/estateAccountUserModel.d.ts +2 -0
- package/lib/models/entity/estate/estateConfigurationModel.d.ts +5 -0
- package/package.json +1 -1
|
@@ -4,12 +4,12 @@ export declare class EstateCustomerOrderActionSendSmsDtoModel {
|
|
|
4
4
|
actionSendSmsToMe: boolean;
|
|
5
5
|
actionSendSmsToEstateCustomer: boolean;
|
|
6
6
|
actionSendSmsToEstateAgency: boolean;
|
|
7
|
-
|
|
7
|
+
actionSendSmsToEstateAgent: boolean;
|
|
8
8
|
actionSendSmsToContactNumber: string;
|
|
9
9
|
/**Action */
|
|
10
10
|
actionSendSmsToAreaEstateAgency: boolean;
|
|
11
|
-
|
|
11
|
+
actionSendSmsToAreaEstateAgent: boolean;
|
|
12
12
|
/**Action */
|
|
13
13
|
actionSendSmsToAllAreaEstateAgency: boolean;
|
|
14
|
-
|
|
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
|
-
|
|
7
|
+
actionSendSmsToEstateAgent: boolean;
|
|
8
8
|
actionSendSmsToCustomerOrder: boolean;
|
|
9
9
|
actionSendSmsToContactNumber: string;
|
|
10
10
|
/**Action */
|
|
11
11
|
actionSendSmsToAreaEstateAgency: boolean;
|
|
12
|
-
|
|
12
|
+
actionSendSmsToAreaEstateAgent: boolean;
|
|
13
13
|
/**Action */
|
|
14
14
|
actionSendSmsToAllAreaEstateAgency: boolean;
|
|
15
|
-
|
|
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
|
}
|