chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-03 10:09:51 +00:00
parent 641e2277d0
commit 976b655ff2
2 changed files with 7 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ export enum Presence {
PRESENCE_UNSPECIFIED = 0,
OFFLINE = 1,
ONLINE = 2,
AWAY = 3,
UNRECOGNIZED = -1,
}

View File

@@ -27,6 +27,7 @@ const (
Presence_PRESENCE_UNSPECIFIED Presence = 0
Presence_OFFLINE Presence = 1
Presence_ONLINE Presence = 2
Presence_AWAY Presence = 3
)
// Enum value maps for Presence.
@@ -35,11 +36,13 @@ var (
0: "PRESENCE_UNSPECIFIED",
1: "OFFLINE",
2: "ONLINE",
3: "AWAY",
}
Presence_value = map[string]int32{
"PRESENCE_UNSPECIFIED": 0,
"OFFLINE": 1,
"ONLINE": 2,
"AWAY": 3,
}
)
@@ -325,12 +328,13 @@ const file_account_proto_rawDesc = "" +
"\blanguage\x18\x10 \x01(\tR\blanguage\x12$\n" +
"\x0etwo_fa_enabled\x18\x11 \x01(\bR\ftwoFaEnabled\x12\x17\n" +
"\ahas_pin\x18\x12 \x01(\bR\x06hasPinB\x0e\n" +
"\f_employee_id*=\n" +
"\f_employee_id*G\n" +
"\bPresence\x12\x18\n" +
"\x14PRESENCE_UNSPECIFIED\x10\x00\x12\v\n" +
"\aOFFLINE\x10\x01\x12\n" +
"\n" +
"\x06ONLINE\x10\x022]\n" +
"\x06ONLINE\x10\x02\x12\b\n" +
"\x04AWAY\x10\x032]\n" +
"\x0eAccountService\x12K\n" +
"\n" +
"GetAccount\x12\x1d.account.v1.GetAccountRequest\x1a\x1e.account.v1.GetAccountResponseB*Z(git.lendry.ru/lendry-erp/proto.git/go;pbb\x06proto3"