17 June 2024
over 1 year ago by Viktor Yordanov
Release notes
JS SDK v1.68.0
Improvements
- New fields (
verifiedandstaffMember) are available in ProfileModel when calling getInfo() and getByIds() - New methods are available in Discussions namespace - getPostsCount() and getTopDiscussions()
- New fields (
statusandcustomFields) are available for DiscussionModel when calling sdk.discussions.getAll() and sdk.discussions.getById() - A new optional field (
userNickname) is available in body param of method sdk.discussions.createPost() . The same nickname will be returned as a new filed (anonymousNickname) from all methods, who return posts
