We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23184e6 commit f46a7a3Copy full SHA for f46a7a3
packages/rest-typings/src/v1/users.ts
@@ -318,15 +318,6 @@ export type UsersEndpoints = {
318
POST: (params: { message?: string; status?: UserStatus; userId?: string; username?: string; user?: string }) => void;
319
};
320
321
- '/v1/users.getStatus': {
322
- GET: () => {
323
- status: 'online' | 'offline' | 'away' | 'busy';
324
- message?: string;
325
- _id?: string;
326
- connectionStatus?: 'online' | 'offline' | 'away' | 'busy';
327
- };
328
329
-
330
'/v1/users.info': {
331
GET: (params: UsersInfoParamsGet) => {
332
user: IUser & { rooms?: Pick<ISubscription, 'rid' | 'name' | 't' | 'roles' | 'unread'>[] };
0 commit comments