V2 for `account/updated` and `account/logout` for app server. correspond to old `authStatusChange` and `LogoutChatGpt` respectively. Followup PRs will make other v2 endpoints call `account/updated` instead of `authStatusChange` too.
17 lines
286 B
Rust
17 lines
286 B
Rust
mod archive_conversation;
|
|
mod auth;
|
|
mod codex_message_processor_flow;
|
|
mod config;
|
|
mod create_conversation;
|
|
mod fuzzy_file_search;
|
|
mod interrupt;
|
|
mod list_resume;
|
|
mod login;
|
|
mod model_list;
|
|
mod rate_limits;
|
|
mod send_message;
|
|
mod set_default_model;
|
|
mod user_agent;
|
|
mod user_info;
|
|
mod v2;
|