ntk-cms-api 20.25.42 → 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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.42",
3
+ "version": "20.25.43",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",