ntk-cms-api 1.2.258 → 1.2.259

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.
@@ -1,9 +1,7 @@
1
- import { AccessModel } from './accessModel';
2
1
  import { ErrorExceptionResultBase } from './errorExceptionResultBase';
3
2
  export declare class ErrorExceptionResult<T> extends ErrorExceptionResultBase {
4
3
  listItems: T[];
5
4
  item: T;
6
5
  currentPageNumber: number;
7
6
  rowPerPage: number;
8
- access: AccessModel;
9
7
  }
@@ -1,4 +1,5 @@
1
1
  import { ErrorTypeEnum } from "../../enums/base/errorTypeEnum";
2
+ import { AccessModel } from "./accessModel";
2
3
  export declare class ErrorExceptionResultBase {
3
4
  status: number;
4
5
  isSuccess: boolean;
@@ -7,4 +8,5 @@ export declare class ErrorExceptionResultBase {
7
8
  totalRowCount: number;
8
9
  errorType: ErrorTypeEnum;
9
10
  errorTypeTitle: string;
11
+ access: AccessModel;
10
12
  }
@@ -19,7 +19,7 @@ import { CoreModuleDataTaskDtoModel } from '../../models/dto/core-module/coreMod
19
19
  import { CoreModuleDataCommentDtoModel } from '../../models/dto/core-module/coreModuleDataCommentDtoModel';
20
20
  import * as i0 from "@angular/core";
21
21
  export declare class ApiCmsServerBase<TModel, TKey, TFilterModel> extends ApiServerBase implements IApiCmsServerBase {
22
- ServiceViewModel(): Observable<ErrorExceptionResult<TModel>>;
22
+ ServiceViewModel(): Observable<ErrorExceptionResultBase>;
23
23
  ServiceReportFileGetAll(): Observable<ErrorExceptionResult<CoreModuleEntityReportFileModel>>;
24
24
  ServiceGetAll(model: TFilterModel): Observable<ErrorExceptionResult<TModel>>;
25
25
  ServiceGetAllEditor(model: TFilterModel): Observable<ErrorExceptionResult<TModel>>;
@@ -15,6 +15,7 @@ import { CoreModuleDataMemoDtoModel } from '../../models/dto/core-module/coreMod
15
15
  import { CoreModuleDataPinModel } from '../../models/entity/core-module-data/coreModuleDataPinModel';
16
16
  import { CoreModuleDataCommentDtoModel } from '../../models/dto/core-module/coreModuleDataCommentDtoModel';
17
17
  export interface IApiCmsServerBase {
18
+ ServiceViewModel(): Observable<ErrorExceptionResultBase>;
18
19
  ServiceGetCount(model: FilterModel): Observable<ErrorExceptionResultBase>;
19
20
  ServiceGetExist(model: FilterModel): Observable<ErrorExceptionResultBase>;
20
21
  ServiceDelete(id: any): Observable<ErrorExceptionResultBase>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.258",
3
+ "version": "1.2.259",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",