@solidexpert/comment-api
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -209,3 +209,3 @@ /** | ||
*/ | ||
getCommentSearch(params: GetCommentSearchParams): Observable<__model.CommentViewModelSummaryPageView>; | ||
getCommentSearch(params: GetCommentSearchParams): Observable<__model.CommentPageViewModelResponse>; | ||
/** | ||
@@ -212,0 +212,0 @@ * The method provider possibility to get a comments by user id |
@@ -23,4 +23,6 @@ /** | ||
userInformationId?: string; | ||
userInformation?: __model.UserInformationViewModelSummary; | ||
/** format: uuid */ | ||
answeredUserInformationId?: string; | ||
answeredUserInformation?: __model.UserInformationViewModelSummary; | ||
/** format: uuid */ | ||
@@ -27,0 +29,0 @@ commentListId?: string; |
@@ -14,2 +14,3 @@ /** | ||
country?: string; | ||
language?: string; | ||
/** format: date-time */ | ||
@@ -23,5 +24,5 @@ dateOfBirth?: string; | ||
isCup?: boolean; | ||
twoStepAuth?: boolean; | ||
changePasswordNotification?: boolean; | ||
lastName?: string; | ||
/** format: double */ | ||
rating?: number; | ||
site?: string; | ||
@@ -28,0 +29,0 @@ userPhone?: string; |
@@ -8,2 +8,3 @@ /** | ||
export * from './defs/CommentListViewModelSummary'; | ||
export * from './defs/CommentPageViewModelResponse'; | ||
export * from './defs/CommentPropertyViewModel'; | ||
@@ -14,3 +15,2 @@ export * from './defs/CommentQueryRequest'; | ||
export * from './defs/CommentViewModelSummaryItemResponse'; | ||
export * from './defs/CommentViewModelSummaryPageView'; | ||
export * from './defs/DateTimeFieldRequest'; | ||
@@ -17,0 +17,0 @@ export * from './defs/DeleteCommentResponse'; |
@@ -8,5 +8,5 @@ import { FormGroup } from '@angular/forms'; | ||
constructor(commentService: CommentService); | ||
submit(raw?: boolean): import("rxjs").Observable<import("@solidexpert/comment-api").CommentViewModelSummaryPageView>; | ||
submit(raw?: boolean): import("rxjs").Observable<import("@solidexpert/comment-api").CommentPageViewModelResponse>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GetCommentSearchFormService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<GetCommentSearchFormService>; | ||
} |
{ | ||
"name": "@solidexpert/comment-api", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"peerDependencies": { | ||
"@angular/common": "~15.0.0", | ||
"@angular/core": "~15.0.0" | ||
"@angular/common": "*", | ||
"@angular/core": "*" | ||
}, | ||
@@ -8,0 +8,0 @@ "dependencies": { |
@@ -8,2 +8,3 @@ export * from './lib/model'; | ||
export * from './lib/defs/CommentListViewModelSummary'; | ||
export * from './lib/defs/CommentPageViewModelResponse'; | ||
export * from './lib/defs/CommentPropertyViewModel'; | ||
@@ -14,3 +15,2 @@ export * from './lib/defs/CommentQueryRequest'; | ||
export * from './lib/defs/CommentViewModelSummaryItemResponse'; | ||
export * from './lib/defs/CommentViewModelSummaryPageView'; | ||
export * from './lib/defs/DateTimeFieldRequest'; | ||
@@ -20,4 +20,4 @@ export * from './lib/defs/DeleteCommentResponse'; | ||
export * from './lib/defs/RatingInfoViewModel'; | ||
export * from './lib/defs/UserCommentResponse'; | ||
export * from './lib/defs/StringStringKeyValuePair'; | ||
export * from './lib/defs/UserCommentResponse'; | ||
export * from './lib/defs/UserCommentResponseItemResponse'; | ||
@@ -31,4 +31,4 @@ export * from './lib/defs/UserInformationViewModelSummary'; | ||
export * from './lib/store/comment/getRatingInfo/getRatingInfo.service'; | ||
export * from './lib/store/comment/removeDislike/removeDislike.service'; | ||
export * from './lib/store/comment/getUserCommentsById/getUserCommentsById.service'; | ||
export * from './lib/store/comment/removeDislike/removeDislike.service'; | ||
export * from './lib/store/comment/likeComment/likeComment.service'; | ||
@@ -35,0 +35,0 @@ export * from './lib/store/comment/removeLike/removeLike.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
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
426092
3634