ntk-cms-api 1.2.222 → 1.2.223

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.
@@ -17,7 +17,7 @@ import { CoreModuleDataTaskModel } from '../../models/entity/core-module-data/co
17
17
  import { CoreModuleDataMemoDtoModel } from '../../models/dto/core-module/coreModuleDataMemoDtoModel';
18
18
  import { CoreModuleDataTaskDtoModel } from '../../models/dto/core-module/coreModuleDataTaskDtoModel';
19
19
  import { CoreModuleDataPinDtoModel } from '../../models/dto/core-module/coreModuleDataPinDtoModel';
20
- import { CoreModuleCommentDtoModel } from 'ntk-cms-api/lib/models/dto/core-module/coreModuleCommentDtoModel';
20
+ import { CoreModuleDataCommentDtoModel } from '../../models/dto/core-module/coreModuleDataCommentDtoModel';
21
21
  import * as i0 from "@angular/core";
22
22
  export declare class ApiCmsServerBase<TModel, TKey, TFilterModel> extends ApiServerBase implements IApiCmsServerBase {
23
23
  ServiceViewModel(): Observable<ErrorExceptionResult<TModel>>;
@@ -54,7 +54,7 @@ export declare class ApiCmsServerBase<TModel, TKey, TFilterModel> extends ApiSer
54
54
  ServiceTaskGetAllEntity(id: TKey): Observable<ErrorExceptionResult<CoreModuleDataTaskModel>>;
55
55
  /**Task */
56
56
  /**comment */
57
- ServiceCommentAdd(model: CoreModuleCommentDtoModel): Observable<ErrorExceptionResultBase>;
57
+ ServiceCommentAdd(model: CoreModuleDataCommentDtoModel): Observable<ErrorExceptionResultBase>;
58
58
  ServiceCommentDelete(id: string): Observable<ErrorExceptionResultBase>;
59
59
  ServiceCommentGetAll(): Observable<ErrorExceptionResult<CoreModuleDataCommentModel>>;
60
60
  ServiceCommentGetAllEntity(id: TKey): Observable<ErrorExceptionResult<CoreModuleDataCommentModel>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.222",
3
+ "version": "1.2.223",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",