iam - company - is now an array of companies

This commit is contained in:
nfel 2024-08-31 10:09:06 +03:30
parent 2f5fd8a095
commit 33896c1aaa
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

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