nextemos 5.10.0 → 5.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ export interface ICommentAddRequest extends IRequestBase {
26
26
  }
27
27
  export interface ICommentService extends IService {
28
28
  RatingOptions: (data: IRequestBase, options?: IRequestInit) => Promise<IApiResponse<ICommentRatingOptionsResponse>>;
29
- Summaries: (data: IRequestBase, options?: IRequestInit) => Promise<IApiResponse<ICommentSummariesResponse>>;
29
+ Summaries: (data: ICommentSummariesRequest, options?: IRequestInit) => Promise<IApiResponse<ICommentSummariesResponse>>;
30
30
  List: (data: ICommentListRequest, options?: IRequestInit) => Promise<IApiResponse<ICommentListResponse>>;
31
31
  AddComment: (data: ICommentAddRequest, options?: IRequestInit) => Promise<IApiResponse<IResponse>>;
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.10.0",
3
+ "version": "5.10.1",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",