pub fn bulk_update( collection: &str, current_hash: &str, new_hash: &str, repo: &str, files: Vec<Action>, auth_code: &str, platform: String, client_version: String, ) -> Result<()>