update new table teller mutation

This commit is contained in:
2025-01-23 11:08:10 +07:00
parent 5600b27cf4
commit 7d2747f2e7
4 changed files with 102 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import { IncomeTier } from "./entity/income_tier";
import { Munisipo } from "./entity/munisipo";
import { Suco } from "./entity/suco";
import { LogPull } from "./entity/log_pull";
import { LogPullType, StatusLogPull } from "./types/pull";
import { LogPullType, StatusLogPull, TellerCode } from "./types/pull";
import { Category } from "./entity/categories";
import { CategorySource } from "./types/category_source";
import { PullerStatus } from "./entity/puller_status";
@ -68,6 +68,7 @@ import { AssetJournalEntry } from "./entity/journal_entries";
import { PaymentApproval } from "./entity/payment_approval";
import { FinanceMemo } from "./entity/finance_memo";
import { BankGaransiPending } from "./entity/bank_garansi_pending";
import { TellerMutation } from "./entity/teller_mutation";
export {
User, //
@ -101,6 +102,7 @@ export {
LogPull,
LogPullType,
StatusLogPull,
TellerCode,
Category,
CategorySource,
CategoryType,
@ -146,4 +148,5 @@ export {
CreditApplicationChat,
CreditApplicationFileStatus,
Application,
TellerMutation
};