File tree 5 files changed +11
-6
lines changed
5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ type LocalAttachmentType = Record<string, unknown>;
27
27
type LocalChannelType = Record < string , unknown > ;
28
28
type LocalCommandType = string ;
29
29
type LocalEventType = Record < string , unknown > ;
30
+ type LocalMemberType = Record < string , unknown > ;
30
31
type LocalMessageType = Record < string , unknown > ;
31
32
type LocalPollOptionType = Record < string , unknown > ;
32
33
type LocalPollType = Record < string , unknown > ;
@@ -38,6 +39,7 @@ type StreamChatGenerics = {
38
39
channelType : LocalChannelType ;
39
40
commandType : LocalCommandType ;
40
41
eventType : LocalEventType ;
42
+ memberType : LocalMemberType ;
41
43
messageType : LocalMessageType ;
42
44
pollOptionType : LocalPollOptionType ;
43
45
pollType : LocalPollType ;
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ type LocalAttachmentType = Record<string, unknown>;
41
41
type LocalChannelType = Record < string , unknown > ;
42
42
type LocalCommandType = string ;
43
43
type LocalEventType = Record < string , unknown > ;
44
+ type LocalMemberType = Record < string , unknown > ;
44
45
type LocalMessageType = Record < string , unknown > ;
45
46
type LocalPollOptionType = Record < string , unknown > ;
46
47
type LocalPollType = Record < string , unknown > ;
@@ -52,6 +53,7 @@ type StreamChatGenerics = {
52
53
channelType : LocalChannelType ;
53
54
commandType : LocalCommandType ;
54
55
eventType : LocalEventType ;
56
+ memberType : LocalMemberType ;
55
57
messageType : LocalMessageType ;
56
58
pollOptionType : LocalPollOptionType ;
57
59
pollType : LocalPollType ;
Original file line number Diff line number Diff line change 145
145
"emoji-mart" : " ^5.4.0" ,
146
146
"react" : " ^18.0.0 || ^17.0.0 || ^16.8.0" ,
147
147
"react-dom" : " ^18.0.0 || ^17.0.0 || ^16.8.0" ,
148
- "stream-chat" : " ^8.42 .0"
148
+ "stream-chat" : " ^8.44 .0"
149
149
},
150
150
"peerDependenciesMeta" : {
151
151
"@breezystack/lamejs" : {
255
255
"react-dom" : " ^18.1.0" ,
256
256
"react-test-renderer" : " ^18.1.0" ,
257
257
"semantic-release" : " ^19.0.5" ,
258
- "stream-chat" : " ^8.42 .0" ,
258
+ "stream-chat" : " ^8.44 .0" ,
259
259
"ts-jest" : " ^29.1.4" ,
260
260
"typescript" : " ^5.4.5"
261
261
},
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ export type DefaultStreamChatGenerics = ExtendableGenerics & {
68
68
channelType : DefaultChannelType ;
69
69
commandType : LiteralStringForUnion ;
70
70
eventType : UnknownType ;
71
+ memberType : UnknownType ;
71
72
messageType : DefaultMessageType ;
72
73
pollOptionType : UnknownType ;
73
74
pollType : UnknownType ;
Original file line number Diff line number Diff line change @@ -12200,10 +12200,10 @@ statuses@2.0.1:
12200
12200
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
12201
12201
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
12202
12202
12203
- stream-chat@^8.42 .0:
12204
- version "8.42 .0"
12205
- resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.42 .0.tgz#124ea2c10c6e8f7990304e1101c66751daf63e6c "
12206
- integrity sha512-8xZz+fmdHSOa3L1rHUOC4Wah+ipvLvdiOmeOfGK6uXnLOKlSHMOblwmQErrOoFM4SKfX9Bea3V8viaKUu6bPng ==
12203
+ stream-chat@^8.44 .0:
12204
+ version "8.44 .0"
12205
+ resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.44 .0.tgz#e48446cf91db786e80a2e7358ac4f1601e5e97f0 "
12206
+ integrity sha512-7HNtimD8sT/51rsFibGcD6uBgKj+vlKyYCZMDzjYQEaEsrLqyAg48dOyNM4L2FTF5aXgo9SlxZr21SPleeA2BA ==
12207
12207
dependencies:
12208
12208
"@babel/runtime" "^7.16.3"
12209
12209
"@types/jsonwebtoken" "~9.0.0"
You can’t perform that action at this time.
0 commit comments