@solidexpert/comments-api
Advanced tools
Comparing version 1.0.70 to 1.0.71
@@ -73,6 +73,4 @@ /** | ||
export interface GetCommentsCountAndParticipantsParams { | ||
/** | ||
* Parent identifier of the comment list to be received | ||
* format: uuid | ||
*/ | ||
/** List of parent identifiers of the comment list to be received */ | ||
parentIds?: string[]; | ||
parentId: string; | ||
@@ -283,3 +281,3 @@ /** | ||
*/ | ||
GetCommentsCountAndParticipants(params: GetCommentsCountAndParticipantsParams): Observable<__model.GetCommentsCountAndParticipantsResponse>; | ||
GetCommentsCountAndParticipants(params: GetCommentsCountAndParticipantsParams): Observable<__model.GetCommentsCountResponse>; | ||
/** | ||
@@ -286,0 +284,0 @@ * The method provider possibility to receive a comment list by user information id |
@@ -15,3 +15,3 @@ /** | ||
export * from './defs/DateTimeFieldRequest'; | ||
export * from './defs/GetCommentsCountAndParticipantsResponse'; | ||
export * from './defs/GetCommentsCountResponse'; | ||
export * from './defs/PostCommentRequest'; | ||
@@ -18,0 +18,0 @@ export * from './defs/PutCommentRequest'; |
@@ -8,5 +8,5 @@ import { FormGroup } from '@angular/forms'; | ||
constructor(commentService: CommentService); | ||
submit(raw?: boolean): import("rxjs").Observable<import("@solidexpert/comments-api").GetCommentsCountAndParticipantsResponse>; | ||
submit(raw?: boolean): import("rxjs").Observable<import("@solidexpert/comments-api").GetCommentsCountResponse>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GetCommentsCountAndParticipantsFormService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<GetCommentsCountAndParticipantsFormService>; | ||
} |
{ | ||
"name": "@solidexpert/comments-api", | ||
"version": "1.0.70", | ||
"version": "1.0.71", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^15.0.0", |
@@ -15,3 +15,3 @@ export * from './lib/model'; | ||
export * from './lib/defs/DateTimeFieldRequest'; | ||
export * from './lib/defs/GetCommentsCountAndParticipantsResponse'; | ||
export * from './lib/defs/GetCommentsCountResponse'; | ||
export * from './lib/defs/PostCommentRequest'; | ||
@@ -25,4 +25,4 @@ export * from './lib/defs/PutCommentRequest'; | ||
export * from './lib/defs/UserInformationViewModelSummary'; | ||
export * from './lib/store/comment/DislikeComment/DislikeComment.service'; | ||
export * from './lib/store/comment/DeleteComment/DeleteComment.service'; | ||
export * from './lib/store/comment/DislikeComment/DislikeComment.service'; | ||
export * from './lib/store/comment/GetComment/GetComment.service'; | ||
@@ -34,6 +34,6 @@ export * from './lib/store/comment/GetCommentListByParentId/GetCommentListByParentId.service'; | ||
export * from './lib/store/comment/LikeComment/LikeComment.service'; | ||
export * from './lib/store/comment/PutComment/PutComment.service'; | ||
export * from './lib/store/comment/PostComment/PostComment.service'; | ||
export * from './lib/store/comment/PutComment/PutComment.service'; | ||
export * from './lib/store/comment/RemoveDislike/RemoveDislike.service'; | ||
export * from './lib/store/comment/RemoveLike/RemoveLike.service'; | ||
export * from './lib/store/comment/SetCommentScore/SetCommentScore.service'; | ||
export * from './lib/store/comment/RemoveDislike/RemoveDislike.service'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
416396
3718