chore: auto-generate protobuf files [skip ci]
This commit is contained in:
@@ -11,14 +11,6 @@ import { Observable } from "rxjs";
|
||||
|
||||
export const protobufPackage = "account.v1";
|
||||
|
||||
export enum Presence {
|
||||
PRESENCE_UNSPECIFIED = 0,
|
||||
OFFLINE = 1,
|
||||
ONLINE = 2,
|
||||
AWAY = 3,
|
||||
UNRECOGNIZED = -1,
|
||||
}
|
||||
|
||||
export interface GetAccountRequest {
|
||||
id: string;
|
||||
}
|
||||
@@ -34,7 +26,7 @@ export interface GetAccountResponse {
|
||||
roles: string[];
|
||||
avatarUrl: string;
|
||||
employeeId?: string | undefined;
|
||||
presence: Presence;
|
||||
presence: string;
|
||||
lastActive: string;
|
||||
customStatusText: string;
|
||||
customStatusEmoji: string;
|
||||
|
||||
Reference in New Issue
Block a user