This commit is contained in:
fro1991
2025-07-31 17:34:16 +07:00
parent 535424b09a
commit 2cf9543ee1
13 changed files with 242 additions and 435 deletions

47
src/schema/public.ts Normal file
View File

@ -0,0 +1,47 @@
export * from "../entity/cif_account";
export * from "../entity/lnkolek";
export * from "../entity/trial_balance_branch";
export * from "../entity/trial_balance_consolidation";
export * from "../entity/user_activity";
export * from "../entity/user_refresh_token";
export * from "../entity/users";
export * from "../entity/users_roles";
export * from "../entity/branchs";
export * from "../entity/products";
export * from "../entity/menu";
export * from "../entity/administrativu";
export * from "../entity/aldeia";
export * from "../entity/class_economi";
export * from "../entity/district";
export * from "../entity/income_tier";
export * from "../entity/munisipo";
export * from "../entity/suco";
export * from "../entity/log_pull";
export * from "../entity/categories";
export * from "../entity/puller_status";
export * from "../entity/targets";
export * from "../entity/bank_garansi";
export * from "../entity/bank_garansi_type";
export * from "../entity/bank_garansi_status";
export * from "../entity/bank_garansi_pending";
export * from "../entity/bank_garansi_pic";
export * from "../entity/summarizes";
export * from "../entity/summarize_log";
export * from "../entity/ledgers";
export * from "../entity/bpa_format";
export * from "../entity/bpa_log";
export * from "../entity/bpa";
export * from "../entity/application";
export * from "../entity/teller_mutation";
export * from "../types/action";
export * from "../types/error";
export * from "../types/paging";
export * from "../types/role";
export * from "../types/status";
export * from "../types/email";
export * from "../types/pull";
export * from "../types/category_source";
export * from "../types/category";
export * from "../types/summarize";
export * from "../types/telegram";