first commit

This commit is contained in:
gustavooth
2026-07-26 21:17:57 -03:00
commit 9de08ceef7
133 changed files with 38427 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
pub mod ai_call;
pub mod appearance;
pub mod audit_event;
pub mod category;
pub mod contact;
pub mod contact_candidate;
pub mod contact_evidence;
pub mod crawl_edge;
pub mod crawl_page;
pub mod dashboard;
pub mod interviewee;
pub mod interviewee_alias;
pub mod interviewee_candidate;
pub mod interviewee_redirect;
pub mod job;
pub mod job_attempt;
pub mod maintenance;
pub mod media_asset;
pub mod origin;
pub mod pipeline_run;
pub mod podcast_channel;
pub mod suppression_entry;
pub mod transcript;
pub mod video;