#![allow(clippy::pedantic, clippy::nursery, clippy::all)]
pub mod defs;
#[path = "dismissMatch.rs"]
pub mod dismiss_match;
#[path = "getMatches.rs"]
pub mod get_matches;
#[path = "getSyncStatus.rs"]
pub mod get_sync_status;
#[path = "importContacts.rs"]
pub mod import_contacts;
#[path = "removeData.rs"]
pub mod remove_data;
#[path = "sendNotification.rs"]
pub mod send_notification;
#[path = "startPhoneVerification.rs"]
pub mod start_phone_verification;
#[path = "verifyPhone.rs"]
pub mod verify_phone;