Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions crates/facetec-api-client/src/enrollment3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ pub struct Response {
pub struct FaceScanResponse {
/// The the information about the security checks over the FaceScan data.
pub face_scan_security_checks: FaceScanSecurityChecks,
/// Something to do with the retry screen of the FaceTec Device SDK.
/// TODO(#307): find more info on this parameter.
pub retry_screen_enum_int: i64,
/// The age group enum id that the input FaceScan was classified to.
pub age_estimate_group_enum_int: i64,
}

/// The report on the security checks.
Expand Down Expand Up @@ -166,7 +161,6 @@ mod tests {
scan_result_blob,
success: true,
face_scan: FaceScanResponse {
age_estimate_group_enum_int: -1,
..
},
} if external_database_ref_id == "test_external_dbref_id" && scan_result_blob == "BLOOOB"
Expand Down Expand Up @@ -219,8 +213,6 @@ mod tests {
replay_check_succeeded: false,
session_token_check_succeeded: true,
},
retry_screen_enum_int: 0,
age_estimate_group_enum_int: 2,
},
} if external_database_ref_id == "qwe" && scan_result_blob == "BLOOOB"
)
Expand Down
Loading