@solidexpert/comments-api
Advanced tools
Comparing version 1.0.75 to 1.0.76
{ | ||
"name": "@solidexpert/comments-api", | ||
"version": "1.0.75", | ||
"version": "1.0.76", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^15.0.0", |
@@ -7,5 +7,5 @@ export * from './lib/model'; | ||
export * from './lib/defs/CommentPageViewModelResponse'; | ||
export * from './lib/defs/CommentPageViewModelResponseItemResponse'; | ||
export * from './lib/defs/CommentPropertyViewModel'; | ||
export * from './lib/defs/CommentQueryRequest'; | ||
export * from './lib/defs/CommentPageViewModelResponseItemResponse'; | ||
export * from './lib/defs/CommentQueryRequestFilterRequest'; | ||
@@ -15,4 +15,4 @@ export * from './lib/defs/CommentViewModel'; | ||
export * from './lib/defs/CommentViewModelPageViewResponse'; | ||
export * from './lib/defs/GetCommentsCountResponse'; | ||
export * from './lib/defs/DateTimeFieldRequest'; | ||
export * from './lib/defs/GetCommentsCountResponse'; | ||
export * from './lib/defs/PostCommentRequest'; | ||
@@ -26,14 +26,14 @@ export * from './lib/defs/PutCommentRequest'; | ||
export * from './lib/defs/UserInformationViewModelSummary'; | ||
export * from './lib/store/comment/DeleteComment/DeleteComment.service'; | ||
export * from './lib/store/comment/DislikeComment/DislikeComment.service'; | ||
export * from './lib/store/comment/GetComment/GetComment.service'; | ||
export * from './lib/store/comment/GetCommentListByParentId/GetCommentListByParentId.service'; | ||
export * from './lib/store/comment/GetCommentListByUserInformationId/GetCommentListByUserInformationId.service'; | ||
export * from './lib/store/comment/GetCommentsCount/GetCommentsCount.service'; | ||
export * from './lib/store/comment/GetCommentListByUserInformationId/GetCommentListByUserInformationId.service'; | ||
export * from './lib/store/comment/GetRatingInfo/GetRatingInfo.service'; | ||
export * from './lib/store/comment/LikeComment/LikeComment.service'; | ||
export * from './lib/store/comment/PutComment/PutComment.service'; | ||
export * from './lib/store/comment/DislikeComment/DislikeComment.service'; | ||
export * from './lib/store/comment/RemoveDislike/RemoveDislike.service'; | ||
export * from './lib/store/comment/DeleteComment/DeleteComment.service'; | ||
export * from './lib/store/comment/PostComment/PostComment.service'; | ||
export * from './lib/store/comment/RemoveDislike/RemoveDislike.service'; | ||
export * from './lib/store/comment/SetCommentScore/SetCommentScore.service'; | ||
export * from './lib/store/comment/RemoveLike/RemoveLike.service'; | ||
export * from './lib/store/comment/SetCommentScore/SetCommentScore.service'; | ||
export * from './lib/store/comment/PutComment/PutComment.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