ntk-cms-api 1.2.170 → 1.2.171

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.
@@ -30,7 +30,8 @@ export declare class ApiCmsServerBase<TModel, TKey> extends ApiServerBase implem
30
30
  ServiceDeleteList(ids: TKey[]): Observable<ErrorExceptionResultBase>;
31
31
  ServiceDeleteEntity(model: TModel): Observable<ErrorExceptionResultBase>;
32
32
  ServiceMemoAdd(model: CoreModuleMemoDtoModel): Observable<ErrorExceptionResultBase>;
33
- ServiceMemoGetAll(id: TKey): Observable<ErrorExceptionResult<CoreModuleLogMemoModel>>;
33
+ ServiceMemoGetAll(): Observable<ErrorExceptionResult<CoreModuleLogMemoModel>>;
34
+ ServiceMemoGetAllEntity(id: TKey): Observable<ErrorExceptionResult<CoreModuleLogMemoModel>>;
34
35
  ServiceShowKeyAdd(model: CoreModuleShowKeyDtoModel): Observable<ErrorExceptionResult<CoreModuleLogShowKeyModel>>;
35
36
  ServiceShowKeyGetAll(id: TKey): Observable<ErrorExceptionResult<CoreModuleLogShowKeyModel>>;
36
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ApiCmsServerBase<any, any>, never>;
@@ -17,6 +17,7 @@ export interface IApiCmsServerBase {
17
17
  ServiceExportFile(model: FilterModel): Observable<ErrorExceptionResultExportFile>;
18
18
  ServiceExportFileGetOne(id: any, model: ExportFileModel): Observable<ErrorExceptionResultExportFile>;
19
19
  ServiceMemoAdd(model: CoreModuleMemoDtoModel): Observable<ErrorExceptionResultBase>;
20
+ ServiceMemoGetAll(): Observable<ErrorExceptionResult<CoreModuleLogMemoModel>>;
20
21
  ServiceMemoGetAll(id: any): Observable<ErrorExceptionResult<CoreModuleLogMemoModel>>;
21
22
  ServiceShowKeyAdd(model: CoreModuleShowKeyDtoModel): Observable<ErrorExceptionResult<CoreModuleLogShowKeyModel>>;
22
23
  ServiceShowKeyGetAll(id: any): Observable<ErrorExceptionResult<CoreModuleLogShowKeyModel>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.170",
3
+ "version": "1.2.171",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",