stream-chat-angular 5.8.1 → 5.8.2

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.
@@ -389,6 +389,7 @@ export declare class ChannelService<T extends DefaultStreamChatGenerics = Defaul
389
389
  channelType: import("stream-chat").UR;
390
390
  commandType: import("stream-chat").LiteralStringForUnion;
391
391
  eventType: import("stream-chat").UR;
392
+ memberType: import("stream-chat").UR;
392
393
  messageType: {};
393
394
  pollOptionType: import("stream-chat").UR;
394
395
  pollType: import("stream-chat").UR;
@@ -140,6 +140,7 @@ export declare class MessageInputComponent implements OnInit, OnChanges, OnDestr
140
140
  };
141
141
  commandType: string;
142
142
  eventType: import("stream-chat").UR & import("../types").UnknownType;
143
+ memberType: import("stream-chat").UR;
143
144
  messageType: {};
144
145
  pollOptionType: import("stream-chat").UR;
145
146
  pollType: import("stream-chat").UR;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "5.8.1",
3
+ "version": "5.8.2",
4
4
  "description": "Angular components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -1 +1 @@
1
- export const version = '5.8.1';
1
+ export const version = '5.8.2';