Change origin_visit_status_get_random interface to return visit_status
This returned a Tuple[OriginVisit, OriginVisitStatus].
This was required to have the missing information "type" for visit-status. This is no longer needed as now OriginVisitStatus holds the type information.
Migrated from D4975 (view on Phabricator)