sceyt-chat-react-uikit 1.7.9-beta.5 → 1.7.9-beta.6

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.
package/index.js CHANGED
@@ -18733,8 +18733,7 @@ function getChannelsWithUser(action) {
18733
18733
  channelsQueryBuilder = new _SceytChatClient10.ChannelListQueryBuilder();
18734
18734
  channelsQueryBuilder.memberCount(0);
18735
18735
  channelsQueryBuilder.setMutualWithUserId(userId);
18736
- channelsQueryBuilder.types([DEFAULT_CHANNEL_TYPE.DIRECT]);
18737
- channelsQueryBuilder.setWithTypes(false);
18736
+ channelsQueryBuilder.withExcludeTypes([DEFAULT_CHANNEL_TYPE.DIRECT]);
18738
18737
  channelsQueryBuilder.limit(15);
18739
18738
  _context36.n = 3;
18740
18739
  return effects.call(channelsQueryBuilder.build);
package/index.modern.js CHANGED
@@ -18732,8 +18732,7 @@ function getChannelsWithUser(action) {
18732
18732
  channelsQueryBuilder = new _SceytChatClient10.ChannelListQueryBuilder();
18733
18733
  channelsQueryBuilder.memberCount(0);
18734
18734
  channelsQueryBuilder.setMutualWithUserId(userId);
18735
- channelsQueryBuilder.types([DEFAULT_CHANNEL_TYPE.DIRECT]);
18736
- channelsQueryBuilder.setWithTypes(false);
18735
+ channelsQueryBuilder.withExcludeTypes([DEFAULT_CHANNEL_TYPE.DIRECT]);
18737
18736
  channelsQueryBuilder.limit(15);
18738
18737
  _context36.n = 3;
18739
18738
  return call(channelsQueryBuilder.build);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sceyt-chat-react-uikit",
3
- "version": "1.7.9-beta.5",
3
+ "version": "1.7.9-beta.6",
4
4
  "description": "Interactive React UI Components for Sceyt Chat.",
5
5
  "author": "Sceyt",
6
6
  "license": "MIT",