ntk-cms-api 20.25.41 → 20.25.43

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
@@ -2150,6 +2150,7 @@ declare class ApiCmsServerBase<TModel, TKey, TFilterModel> extends ApiServerBase
2150
2150
  ServiceGetOneById(id: TKey, cashApiSeconds?: number): Observable<ErrorExceptionResult<TModel>>;
2151
2151
  ServiceGetCount(model: FilterModel): Observable<ErrorExceptionResultBase>;
2152
2152
  ServiceSetStatus(id: TKey, recordStatus: RecordStatusEnum): Observable<ErrorExceptionResult<TModel>>;
2153
+ ServiceSetAdminStatus(id: TKey, recordAdminStatus: RecordAdminStatusEnum): Observable<ErrorExceptionResult<TModel>>;
2153
2154
  ServiceGetExist(model: FilterModel): Observable<ErrorExceptionResultBase>;
2154
2155
  ServiceExportFile(model: FilterModel): Observable<ErrorExceptionResultExportFile>;
2155
2156
  ServiceExportFileGetOne(id: TKey, model: ExportFileModel): Observable<ErrorExceptionResultExportFile>;
@@ -5823,7 +5824,6 @@ declare class SmsApiSendResultModel {
5823
5824
  sendId: string;
5824
5825
  toNumbers: NumberReceverInfoModel[];
5825
5826
  fromNumber: string;
5826
- messageIsUnicode: boolean;
5827
5827
  linkCmsUser?: number;
5828
5828
  linkSiteId?: number;
5829
5829
  linkApiPathId: string;
@@ -8534,7 +8534,7 @@ declare class EstatePropertyProjectModel extends BaseModuleEntity<string> {
8534
8534
  title: string;
8535
8535
  linkCmsUserId?: number;
8536
8536
  linkPropertyCompanyId: string;
8537
- mainAdminRecordStatus: RecordStatusEnum;
8537
+ mainAdminRecordStatus: RecordAdminStatusEnum;
8538
8538
  description: string;
8539
8539
  descriptionHidden: string;
8540
8540
  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.43",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",