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.
- package/assets/version.d.ts +1 -1
- package/esm2020/assets/version.mjs +2 -2
- package/esm2020/lib/channel.service.mjs +1 -1
- package/fesm2015/stream-chat-angular.mjs +1 -1
- package/fesm2015/stream-chat-angular.mjs.map +1 -1
- package/fesm2020/stream-chat-angular.mjs +1 -1
- package/fesm2020/stream-chat-angular.mjs.map +1 -1
- package/lib/channel.service.d.ts +1 -0
- package/lib/message-input/message-input.component.d.ts +1 -0
- package/package.json +1 -1
- package/src/assets/version.ts +1 -1
package/lib/channel.service.d.ts
CHANGED
|
@@ -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
package/src/assets/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '5.8.
|
|
1
|
+
export const version = '5.8.2';
|