@@ -11,6 +11,8 @@ type AdvancedVerificationAttributes struct {
1111 BirthDateLowerBound * string `json:"birth_date_lower_bound,omitempty"`
1212 // Birth date upper bound in hex format
1313 BirthDateUpperBound * string `json:"birth_date_upper_bound,omitempty"`
14+ // User citezenship mask
15+ CitizenshipMask * string `json:"citizenship_mask,omitempty"`
1416 // Event data in hex format
1517 EventData * string `json:"event_data,omitempty"`
1618 // Event ID
@@ -27,18 +29,10 @@ type AdvancedVerificationAttributes struct {
2729 IdentityCounterLowerBound * int32 `json:"identity_counter_lower_bound,omitempty"`
2830 // Identity counter upper bound
2931 IdentityCounterUpperBound * int32 `json:"identity_counter_upper_bound,omitempty"`
30- // User nationality
31- Nationality * string `json:"nationality,omitempty"`
32- // Enable nationality verification
33- NationalityCheck * bool `json:"nationality_check,omitempty"`
3432 // Selector value
35- Selector string `json:"selector"`
36- // Enable verification of sex param
37- Sex * bool `json:"sex,omitempty"`
33+ Selector int32 `json:"selector"`
3834 // Timestamp lower bound
39- TimestampLowerBound * string `json:"timestamp_lower_bound,omitempty"`
35+ TimestampLowerBound * int64 `json:"timestamp_lower_bound,omitempty"`
4036 // Timestamp upper bound
41- TimestampUpperBound * string `json:"timestamp_upper_bound,omitempty"`
42- // Parameters for checking user uniqueness
43- Uniqueness * bool `json:"uniqueness,omitempty"`
37+ TimestampUpperBound * int64 `json:"timestamp_upper_bound,omitempty"`
4438}
0 commit comments