mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 01:35:19 +00:00
parent
247b004b1e
commit
2374f52326
@ -23,6 +23,13 @@ const i32 CANDIDATE_PRIORITY = 1000
|
|||||||
struct ContactInfo {
|
struct ContactInfo {
|
||||||
1: optional string phone_number
|
1: optional string phone_number
|
||||||
2: optional string email
|
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 {
|
union OperationFailure {
|
||||||
|
Loading…
Reference in New Issue
Block a user