Skip to content

Commit a09d153

Browse files
authored
DDCORE-10024: add optional field representativeInn in PowerOfAttorneyFullId (#390)
DDCORE-10024: add optional field representativeInn in PowerOfAttorneyFullId Update Protobuf Java Version for generated Protos files
1 parent 9eda49e commit a09d153

File tree

149 files changed

+1143
-964
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+1143
-964
lines changed

proto/PowersOfAttorney/PowerOfAttorney.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ option java_outer_classname = "PowerOfAttorneyProtos";
99
message PowerOfAttorneyFullId {
1010
required string RegistrationNumber = 1;
1111
required string IssuerInn = 2;
12+
optional string RepresentativeInn = 3;
1213
}
1314

1415
message PowerOfAttorney {

src/main/java/Diadoc/Api/Proto/AcquireCounteragentProtos.java

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/Diadoc/Api/Proto/AddressProtos.java

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/Diadoc/Api/Proto/AsyncMethodResultProtos.java

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/Diadoc/Api/Proto/CertificateInfoProtos.java

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/Diadoc/Api/Proto/CertificateInfoV2Protos.java

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/Diadoc/Api/Proto/CertificateListProtos.java

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/Diadoc/Api/Proto/Certificates/CertificateInfoV2Protos.java

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/Diadoc/Api/Proto/Certificates/CertificateListProtos.java

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)