chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-03 10:48:24 +00:00
parent b7cd9c1434
commit a996973c97
2 changed files with 18 additions and 88 deletions

View File

@@ -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;