ntk-cms-api 1.2.221 → 1.2.222
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/esm2020/lib/models/dto/core-module/_export.mjs +2 -2
- package/esm2020/lib/models/dto/core-module/coreModuleDataCommentDtoModel.mjs +3 -0
- package/esm2020/lib/service/base/apiCmsServerBase.service.mjs +1 -1
- package/esm2020/lib/service/base/iApiCmsServerBase.mjs +1 -1
- package/esm2020/lib/service/core-module-data/coreModuleDataComment.service.mjs +3 -3
- package/fesm2015/ntk-cms-api.mjs +3 -3
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +3 -3
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/dto/core-module/_export.d.ts +1 -1
- package/lib/models/dto/core-module/{coreModuleCommentDtoModel.d.ts → coreModuleDataCommentDtoModel.d.ts} +1 -1
- package/lib/service/base/apiCmsServerBase.service.d.ts +1 -1
- package/lib/service/base/iApiCmsServerBase.d.ts +2 -2
- package/lib/service/core-module-data/coreModuleDataComment.service.d.ts +2 -2
- package/package.json +1 -1
- package/esm2020/lib/models/dto/core-module/coreModuleCommentDtoModel.mjs +0 -3
|
@@ -7,7 +7,7 @@ export * from './coreModuleReportAbuseDtoModel';
|
|
|
7
7
|
export * from './coreModuleDataMemoDtoModel';
|
|
8
8
|
export * from './coreModuleDataTaskDtoModel';
|
|
9
9
|
export * from './coreModuleDataPinDtoModel';
|
|
10
|
-
export * from './
|
|
10
|
+
export * from './coreModuleDataCommentDtoModel';
|
|
11
11
|
export * from './coreModuleShowKeyDtoModel';
|
|
12
12
|
export * from './coreModuleSiteCreditChargeDirectDtoModel';
|
|
13
13
|
export * from './coreModuleSiteUserCreditChargeDirectDtoModel';
|
|
@@ -12,12 +12,12 @@ import { ExportFileModel } from '../../models/entity/base/exportFileModel';
|
|
|
12
12
|
import { CoreModuleShowKeyDtoModel } from '../../models/dto/core-module/coreModuleShowKeyDtoModel';
|
|
13
13
|
import { CoreModuleLogShowKeyModel } from '../../models/entity/core-module-log/coreModuleLogShowKeyModel';
|
|
14
14
|
import { CoreModuleDataCommentModel } from '../../models/entity/core-module-data/coreModuleDataCommentModel';
|
|
15
|
-
import { CoreModuleCommentDtoModel } from '../../models/dto/core-module/coreModuleCommentDtoModel';
|
|
16
15
|
import { CoreModuleDataPinModel } from '../../models/entity/core-module-data/coreModuleDataPinModel';
|
|
17
16
|
import { CoreModuleDataTaskModel } from '../../models/entity/core-module-data/coreModuleDataTaskModel';
|
|
18
17
|
import { CoreModuleDataMemoDtoModel } from '../../models/dto/core-module/coreModuleDataMemoDtoModel';
|
|
19
18
|
import { CoreModuleDataTaskDtoModel } from '../../models/dto/core-module/coreModuleDataTaskDtoModel';
|
|
20
19
|
import { CoreModuleDataPinDtoModel } from '../../models/dto/core-module/coreModuleDataPinDtoModel';
|
|
20
|
+
import { CoreModuleCommentDtoModel } from 'ntk-cms-api/lib/models/dto/core-module/coreModuleCommentDtoModel';
|
|
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>>;
|
|
@@ -8,13 +8,13 @@ import { CoreModuleDataMemoModel } from '../../models/entity/core-module-data/co
|
|
|
8
8
|
import { ExportFileModel } from '../../models/entity/base/exportFileModel';
|
|
9
9
|
import { CoreModuleShowKeyDtoModel } from '../../models/dto/core-module/coreModuleShowKeyDtoModel';
|
|
10
10
|
import { CoreModuleLogShowKeyModel } from '../../models/entity/core-module-log/coreModuleLogShowKeyModel';
|
|
11
|
-
import { CoreModuleCommentDtoModel } from '../../models/dto/core-module/coreModuleCommentDtoModel';
|
|
12
11
|
import { CoreModuleDataCommentModel } from '../../models/entity/core-module-data/coreModuleDataCommentModel';
|
|
13
12
|
import { CoreModuleDataTaskDtoModel } from '../../models/dto/core-module/coreModuleDataTaskDtoModel';
|
|
14
13
|
import { CoreModuleDataTaskModel } from '../../models/entity/core-module-data/coreModuleDataTaskModel';
|
|
15
14
|
import { CoreModuleDataMemoDtoModel } from '../../models/dto/core-module/coreModuleDataMemoDtoModel';
|
|
16
15
|
import { CoreModuleDataPinModel } from '../../models/entity/core-module-data/coreModuleDataPinModel';
|
|
17
16
|
import { CoreModuleDataPinDtoModel } from '../../models/dto/core-module/coreModuleDataPinDtoModel';
|
|
17
|
+
import { CoreModuleDataCommentDtoModel } from '../../models/dto/core-module/coreModuleDataCommentDtoModel';
|
|
18
18
|
export interface IApiCmsServerBase {
|
|
19
19
|
ServiceGetCount(model: FilterModel): Observable<ErrorExceptionResultBase>;
|
|
20
20
|
ServiceGetExist(model: FilterModel): Observable<ErrorExceptionResultBase>;
|
|
@@ -41,7 +41,7 @@ export interface IApiCmsServerBase {
|
|
|
41
41
|
ServiceTaskGetAllEntity(id: any): Observable<ErrorExceptionResult<CoreModuleDataTaskModel>>;
|
|
42
42
|
/**task */
|
|
43
43
|
/**Comment */
|
|
44
|
-
ServiceCommentAdd(model:
|
|
44
|
+
ServiceCommentAdd(model: CoreModuleDataCommentDtoModel): Observable<ErrorExceptionResultBase>;
|
|
45
45
|
ServiceCommentDelete(id: string): Observable<ErrorExceptionResultBase>;
|
|
46
46
|
ServiceCommentGetAll(): Observable<ErrorExceptionResult<CoreModuleDataCommentModel>>;
|
|
47
47
|
ServiceCommentGetAllEntity(id: any): Observable<ErrorExceptionResult<CoreModuleDataCommentModel>>;
|
|
@@ -3,11 +3,11 @@ import { FilterModel } from '../../models/entity/base/filterModel';
|
|
|
3
3
|
import { CoreModuleDataCommentModel } from '../../models/entity/core-module-data/coreModuleDataCommentModel';
|
|
4
4
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
|
-
import {
|
|
6
|
+
import { CoreModuleDataCommentDtoModel } from '../../models/dto/core-module/coreModuleDataCommentDtoModel';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class CoreModuleDataCommentService extends ApiCmsServerBase<CoreModuleDataCommentModel, string, FilterModel> {
|
|
9
9
|
getModuleControllerUrl(): string;
|
|
10
|
-
ServiceAddComment(model:
|
|
10
|
+
ServiceAddComment(model: CoreModuleDataCommentDtoModel): Observable<ErrorExceptionResult<CoreModuleDataCommentModel>>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModuleDataCommentService, never>;
|
|
12
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<CoreModuleDataCommentService>;
|
|
13
13
|
}
|
package/package.json
CHANGED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export class CoreModuleCommentDtoModel {
|
|
2
|
-
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29yZU1vZHVsZUNvbW1lbnREdG9Nb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2R0by9jb3JlLW1vZHVsZS9jb3JlTW9kdWxlQ29tbWVudER0b01vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyx5QkFBeUI7Q0FPckMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgQ29yZU1vZHVsZUNvbW1lbnREdG9Nb2RlbCB7XHJcbiAgbW9kdWxlTmFtZTogc3RyaW5nO1xyXG4gIG1vZHVsZUVudGl0eU5hbWU6IHN0cmluZztcclxuICBtb2R1bGVFbnRpdHlJZDogc3RyaW5nO1xyXG4gIGxpbmtQYXJlbnRJZDogc3RyaW5nO1xyXG4gIHdyaXRlcjogc3RyaW5nO1xyXG4gIGNvbW1lbnQ6c3RyaW5nO1xyXG59XHJcbiJdfQ==
|