File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -842,6 +842,7 @@ export type UpdateUsersAPIResponse<StreamChatGenerics extends ExtendableGenerics
842
842
843
843
export type UserResponse < StreamChatGenerics extends ExtendableGenerics = DefaultGenerics > = User < StreamChatGenerics > & {
844
844
banned ?: boolean ;
845
+ blocked_user_ids ?: string [ ] ;
845
846
created_at ?: string ;
846
847
deactivated_at ?: string ;
847
848
deleted_at ?: string ;
@@ -851,8 +852,8 @@ export type UserResponse<StreamChatGenerics extends ExtendableGenerics = Default
851
852
privacy_settings ?: PrivacySettings ;
852
853
push_notifications ?: PushNotificationSettings ;
853
854
revoke_tokens_issued_before ?: string ;
854
- shadow_banned ?: boolean ;
855
855
updated_at ?: string ;
856
+ shadow_banned ?: boolean ;
856
857
} ;
857
858
858
859
export type PrivacySettings = {
You can’t perform that action at this time.
0 commit comments