1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//! Hand-written ergonomic resource namespaces over the generated clients.
pub mod agents;
pub mod applications;
pub mod auth;
pub mod automations;
pub mod babeldesk;
pub mod businesshours;
pub mod calendars;
pub mod calls;
pub mod campaigns;
pub mod conferences;
pub mod conversations;
pub mod dashboards;
pub mod dialer;
pub mod events;
pub mod expressions;
pub mod files;
pub mod integrations;
pub mod logs;
pub mod me;
pub mod metrics;
pub mod numbers;
pub mod outbound;
pub mod phonebook;
pub mod prompts;
pub mod queues;
pub(crate) mod raw;
pub mod recordings;
pub mod routing;
pub mod schedules;
pub mod sessions;
pub mod settings;
pub mod sms;
pub mod system;
pub mod tasks;
pub mod triggers;
pub mod users;