chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-21 15:40:11 +00:00
parent d6f8906f22
commit 28f8834c7b
2 changed files with 22 additions and 2 deletions

View File

@@ -108,6 +108,8 @@ export interface TerminateSessionResponse {
export interface GenerateOauthCodeRequest {
userId: string;
clientId: string;
redirectUri: string;
}
export interface GenerateOauthCodeResponse {