@solidexpert/comment-api
Advanced tools
Comparing version 1.0.39 to 1.0.40
@@ -23,3 +23,3 @@ /** | ||
'api-version'?: string; | ||
model: __model.CommentViewModelSummary; | ||
model: __model.CreateCommentCommand; | ||
} | ||
@@ -26,0 +26,0 @@ export interface AddCommentToCommentListParams { |
@@ -14,2 +14,3 @@ /** | ||
export * from './defs/CommentViewModelSummaryItemResponse'; | ||
export * from './defs/CreateCommentCommand'; | ||
export * from './defs/DateTimeFieldRequest'; | ||
@@ -16,0 +17,0 @@ export * from './defs/DeleteCommentResponse'; |
{ | ||
"name": "@solidexpert/comment-api", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "*", |
@@ -14,2 +14,3 @@ export * from './lib/model'; | ||
export * from './lib/defs/CommentViewModelSummaryItemResponse'; | ||
export * from './lib/defs/CreateCommentCommand'; | ||
export * from './lib/defs/DateTimeFieldRequest'; | ||
@@ -24,4 +25,4 @@ export * from './lib/defs/DeleteCommentResponse'; | ||
export * from './lib/store/comment/addCommentToCommentList/addCommentToCommentList.service'; | ||
export * from './lib/store/comment/createComment/createComment.service'; | ||
export * from './lib/store/comment/deleteComment/deleteComment.service'; | ||
export * from './lib/store/comment/createComment/createComment.service'; | ||
export * from './lib/store/comment/dislikeComment/dislikeComment.service'; | ||
@@ -31,6 +32,6 @@ export * from './lib/store/comment/getCommentSearch/getCommentSearch.service'; | ||
export * from './lib/store/comment/getUserCommentsById/getUserCommentsById.service'; | ||
export * from './lib/store/comment/likeComment/likeComment.service'; | ||
export * from './lib/store/comment/removeDislike/removeDislike.service'; | ||
export * from './lib/store/comment/likeComment/likeComment.service'; | ||
export * from './lib/store/comment/removeLike/removeLike.service'; | ||
export * from './lib/store/comment/setCommentScore/setCommentScore.service'; | ||
export * from './lib/store/comment/updateComment/updateComment.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
78
398897
3496