Skip to content

Commit 937ad7d

Browse files
author
kolibaba
committed
Add SubjectType in CertificateInfoV2
1 parent 070a104 commit 937ad7d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

proto/Certificates/CertificateInfoV2.proto

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ message CertificateInfoV2 {
1414
optional string UserLastName = 11;
1515
optional string UserShortName = 12;
1616
optional bool IsDefault = 13;
17+
optional CertificateSubjectType SubjectType = 14;
1718
}
1819

1920
enum CertificateType {
@@ -22,3 +23,10 @@ enum CertificateType {
2223
Dss = 2;
2324
KonturCertificate = 3;
2425
}
26+
27+
enum CertificateSubjectType {
28+
UnknownCertificateSubjectType = 0;
29+
LegalEntity = 1;
30+
IndividualEntity = 2;
31+
PhysicalPerson = 3;
32+
}

0 commit comments

Comments
 (0)