ntk-cms-api 20.25.41 → 20.25.42
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/fesm2022/ntk-cms-api.mjs +1 -1
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5823,7 +5823,6 @@ declare class SmsApiSendResultModel {
|
|
|
5823
5823
|
sendId: string;
|
|
5824
5824
|
toNumbers: NumberReceverInfoModel[];
|
|
5825
5825
|
fromNumber: string;
|
|
5826
|
-
messageIsUnicode: boolean;
|
|
5827
5826
|
linkCmsUser?: number;
|
|
5828
5827
|
linkSiteId?: number;
|
|
5829
5828
|
linkApiPathId: string;
|
|
@@ -8534,7 +8533,7 @@ declare class EstatePropertyProjectModel extends BaseModuleEntity<string> {
|
|
|
8534
8533
|
title: string;
|
|
8535
8534
|
linkCmsUserId?: number;
|
|
8536
8535
|
linkPropertyCompanyId: string;
|
|
8537
|
-
mainAdminRecordStatus:
|
|
8536
|
+
mainAdminRecordStatus: RecordAdminStatusEnum;
|
|
8538
8537
|
description: string;
|
|
8539
8538
|
descriptionHidden: string;
|
|
8540
8539
|
address: string;
|