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/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: RecordStatusEnum;
8536
+ mainAdminRecordStatus: RecordAdminStatusEnum;
8538
8537
  description: string;
8539
8538
  descriptionHidden: string;
8540
8539
  address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.41",
3
+ "version": "20.25.42",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",