@hubs101/js-api-skd-client 1.0.10568 → 1.0.10569

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.
@@ -551,7 +551,7 @@ export type EventAPIType = {
551
551
  unlikePost: (postId: string) => Promise<Post>;
552
552
  likeComment: (postId: string, commentId: string) => Promise<Post>;
553
553
  unlikeComment: (postId: string, commentId: string) => Promise<Post>;
554
- unlikePostNative: (postId: string, commentId: string) => Promise<Post>;
554
+ unlikePostNative: (postId: string) => Promise<Post>;
555
555
  addComment: (postId: string, body: CommentBody) => Promise<Comment>;
556
556
  addPost: (body: PostBody) => Promise<Post>;
557
557
  addPostNative: (body: FormData) => Promise<Post>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10568",
3
+ "version": "1.0.10569",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",