atrium_api/com/atproto/
admin.rs

1// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
2//!Definitions for the `com.atproto.admin` namespace.
3pub mod defs;
4pub mod delete_account;
5pub mod disable_account_invites;
6pub mod disable_invite_codes;
7pub mod enable_account_invites;
8pub mod get_account_info;
9pub mod get_account_infos;
10pub mod get_invite_codes;
11pub mod get_subject_status;
12pub mod search_accounts;
13pub mod send_email;
14pub mod update_account_email;
15pub mod update_account_handle;
16pub mod update_account_password;
17pub mod update_account_signing_key;
18pub mod update_subject_status;