iam - company - is now an array of companies

This commit is contained in:
2024-08-31 10:09:06 +03:30
parent 2f5fd8a095
commit 33896c1aaa
+1 -1
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;