Added Company to iam as optional

This commit is contained in:
nfel 2024-08-28 14:19:57 +03:30
parent 0479fca6b5
commit 2f5fd8a095
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -75,6 +75,7 @@ message CheckIAMReq {
message InternalIAM { message InternalIAM {
User user = 1; User user = 1;
IdentityBasic identity = 2; IdentityBasic identity = 2;
optional Company company = 3;
} }
message IdReqWithIAM { message IdReqWithIAM {
int64 id = 1; int64 id = 1;