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