From 0a9bbfa062364b05a3296f0999eef6ff9a7393c6 Mon Sep 17 00:00:00 2001 From: devops-bot Date: Sat, 9 May 2026 13:26:54 +0000 Subject: [PATCH] Update protobuf definitions: 9a404e5f By allanger Commit link: https://gitea.badhouseplants.net/softplayer/softplayer-proto/commit/9a404e5f0922fc82ef0a7006354aeae5fcbcf184 Pipeline link: https://ci.badhouseplants.net/repos/34/pipeline/59 --- src/api/accounts/v1/accounts_v1_pb.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/accounts/v1/accounts_v1_pb.ts b/src/api/accounts/v1/accounts_v1_pb.ts index 4d61a33..081f082 100644 --- a/src/api/accounts/v1/accounts_v1_pb.ts +++ b/src/api/accounts/v1/accounts_v1_pb.ts @@ -226,7 +226,8 @@ export const AccountsNoAuthService: GenService<{ output: typeof EmptySchema; }, /** - * RefreshToken doesn't use regular auth methods + * RefreshToken doesn't use regular auth methods, it recieves the token in data, + * checks whether a session with this token exists and create a new one if yes * * @generated from rpc accounts.v1.AccountsNoAuthService.RefreshToken */