IMP-76: Add new info (#91)

* added new info

* changed to postal_code
This commit is contained in:
Артем 2023-09-07 12:52:47 +03:00 committed by GitHub
parent 247b004b1e
commit 2374f52326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,13 @@ const i32 CANDIDATE_PRIORITY = 1000
struct ContactInfo {
1: optional string phone_number
2: optional string email
3: optional string first_name
4: optional string last_name
5: optional string country
6: optional string state
7: optional string city
8: optional string address
9: optional string postal_code
}
union OperationFailure {