@solidexpert/comment-api
Advanced tools
Comparing version 1.0.44 to 1.0.45
@@ -240,3 +240,3 @@ /** | ||
/** | ||
* The method provider possibility to set a score to comment | ||
* The method provider possibility to set a score to comment by parent id and id | ||
* http://undefined/swagger/swagger-ui.html#!/Comment/SetCommentScore | ||
@@ -243,0 +243,0 @@ */ |
{ | ||
"name": "@solidexpert/comment-api", | ||
"version": "1.0.44", | ||
"version": "1.0.45", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "*", |
@@ -5,3 +5,2 @@ export * from './lib/model'; | ||
export * from './lib/common/utils'; | ||
export * from './lib/controllers/Comment'; | ||
export * from './lib/defs/CommentListViewModel'; | ||
@@ -24,9 +23,10 @@ export * from './lib/defs/CommentPageViewModelResponse'; | ||
export * from './lib/defs/UserInformationViewModelSummary'; | ||
export * from './lib/controllers/Comment'; | ||
export * from './lib/store/comment/deleteComment/deleteComment.service'; | ||
export * from './lib/store/comment/getComment/getComment.service'; | ||
export * from './lib/store/comment/dislikeComment/dislikeComment.service'; | ||
export * from './lib/store/comment/getComment/getComment.service'; | ||
export * from './lib/store/comment/getCommentList/getCommentList.service'; | ||
export * from './lib/store/comment/getRatingInfo/getRatingInfo.service'; | ||
export * from './lib/store/comment/likeComment/likeComment.service'; | ||
export * from './lib/store/comment/postComment/postComment.service'; | ||
export * from './lib/store/comment/likeComment/likeComment.service'; | ||
export * from './lib/store/comment/putComment/putComment.service'; | ||
@@ -33,0 +33,0 @@ 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
360665